Searched refs:copier (Results 1 - 25 of 31) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DAnnotationDefaultAttribute.java107 AnnotationsAttribute.Copier copier
110 copier.memberValue(0);
111 return new AnnotationDefaultAttribute(newCp, copier.close());
H A DParameterAnnotationsAttribute.java107 Copier copier = new Copier(info, constPool, newCp, classnames);
109 copier.parameters();
111 copier.close());
H A DStackMap.java119 Copier copier = new Copier(this, newCp, classnames);
120 copier.visit();
121 return copier.getStackMap();
H A DAnnotationsAttribute.java163 Copier copier = new Copier(info, constPool, newCp, classnames);
165 copier.annotationArray();
166 return new AnnotationsAttribute(newCp, getName(), copier.close());
461 * Constructs a copier. This copier renames some class names
/external/python/cpython3/Lib/
H A Dcopy.py74 copier = _copy_dispatch.get(cls)
75 if copier:
76 return copier(x)
86 copier = getattr(cls, "__copy__", None)
87 if copier:
88 return copier(x)
148 copier = _deepcopy_dispatch.get(cls)
149 if copier:
150 y = copier(x, memo)
159 copier variable in class:deepcopy.
[all...]
/external/tensorflow/tensorflow/contrib/py2tf/pyct/
H A Dast_util.py62 copier = CleanCopier()
64 return [copier.visit(n) for n in node]
66 return tuple(copier.visit(n) for n in node)
68 return copier.visit(node)
/external/python/cpython2/Lib/
H A Dcopy.py74 copier = _copy_dispatch.get(cls)
75 if copier:
76 return copier(x)
78 copier = getattr(cls, "__copy__", None)
79 if copier:
80 return copier(x)
161 copier = _deepcopy_dispatch.get(cls)
162 if copier:
163 y = copier(x, memo)
172 copier variable in class:deepcopy.
[all...]
/external/tensorflow/tensorflow/core/kernels/
H A Dconcat_lib_cpu.h33 int64 cost_per_unit, ElementCopier copier,
66 copier.Copy(out, inp[j], j, size);
75 auto work = [&row_size, &sizes, &inputs, &output, &copier, &num_inputs](
99 copier.Copy(out, inp, j, size);
118 copier.Copy(out, inp[j], j, size);
135 int64 cost_per_unit, ElementCopier copier,
29 ConcatCPUImpl( DeviceBase* d, const std::vector<std::unique_ptr<typename TTypes<T, 2>::ConstMatrix>>& inputs, int64 cost_per_unit, ElementCopier copier, typename TTypes<T, 2>::Matrix* output) argument
131 ConcatSYCLImpl( const Eigen::SyclDevice& d, const std::vector<std::unique_ptr<typename TTypes<T, 2>::ConstMatrix>>& inputs, int64 cost_per_unit, ElementCopier copier, typename TTypes<T, 2>::Matrix* output) argument
H A Drandom_op_gpu.cu.cc139 const SampleCopier<T, kGroupSize> copier; local
142 copier(&data[offset], samples);
/external/tensorflow/tensorflow/core/common_runtime/
H A Dcopy_tensor.cc63 auto copier = std::bind( local
93 VariantDeviceCopyDirection::HOST_TO_DEVICE, v[i], &v_out[i], copier);
121 auto copier = std::bind( local
151 VariantDeviceCopyDirection::DEVICE_TO_HOST, v[i], &v_out[i], copier);
183 auto copier = std::bind( local
216 &v_out[i], copier);
/external/v8/src/inspector/
H A Dv8-value-copier.cc5 #include "src/inspector/v8-value-copier.h"
171 V8ValueCopier copier; local
172 copier.m_isolate = isolate;
173 copier.m_from = debuggerContext;
174 copier.m_to = toContext;
175 copier.m_calls = 0;
176 return copier.copy(value, 0);
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dflatrep.h286 void CopyEntries(Bucket* start, Bucket* end, Copier copier) { argument
290 FreshInsert(b, i, copier);
301 void FreshInsert(Bucket* src, uint32 src_index, Copier copier) { argument
313 copier(b, bi, src, src_index);
/external/python/cpython3/Lib/venv/
H A D__init__.py196 copier = self.symlink_or_copy
197 copier(context.executable, path)
207 copier(context.env_exe, path, relative_symlinks_ok=True)
218 copier(src, dst)
225 copier(src, dst)
/external/tensorflow/tensorflow/contrib/graph_editor/
H A Dtransform.py573 copier = Transformer()
574 return copier(
615 copier = Transformer()
622 copier.transform_external_input_handler = replace_t_with_replacement_handler
623 return copier(
/external/clang/test/Analysis/
H A Ddtor.cpp511 struct copier { struct in namespace:TypeTraitExpr
517 copier<IsSimple, T>::do_copy(dest, src, count);
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DJava7Compatibility.java165 InlineOneMethod copier = new InlineOneMethod("$jacocoInit", this);
166 bytecode.accept(copier, ClassReader.SKIP_DEBUG /* we're copying generated code anyway */);
H A DLambdaClassFixer.java222 CopyOneMethod copier = new CopyOneMethod(methodName);
224 bytecode.accept(copier, ClassReader.SKIP_DEBUG);
225 checkState(copier.copied(), "Didn't find %s", rewritten);
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
H A Dtransform_test.py79 copier = ge.Transformer()
80 _, info = copier(sgv, sgv.graph, "", "")
/external/tensorflow/tensorflow/core/framework/
H A Dvariant_op_registry_test.cc82 const std::function<Status(const Tensor&, Tensor*)>& copier) {
83 TF_RETURN_IF_ERROR(copier(Tensor(), nullptr));
80 CPUToGPUCopyFn( const VariantValue& from, VariantValue* to, const std::function<Status(const Tensor&, Tensor*)>& copier) argument
/external/libxcam/modules/soft/
H A Dsoft_stitcher.cpp323 Copier copier; local
324 copier.copy_task = new XCamSoftTasks::CopyTask (copy_cb);
325 XCAM_ASSERT (copier.copy_task.ptr ());
326 copier.copy_area = area;
327 _copiers.push_back (copier);
382 "soft-stitcher::%s init copier failed, idx:%d.", XCAM_STR (_stitcher->get_name ()), i);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc602 auto copier = [this, &alloc_attrs, &notifications, &copy_status]( local
619 from[ix], &copy_variant[ix], copier);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jar ... TextEditCopier) org.eclipse.text.edits.TextEditCopier copier org.eclipse.text.edits.CopySourceEdit source ...
/external/python/cpython2/Lib/test/
H A Dtest_collections.py218 for copier in copy.copy, copy.deepcopy:
219 q = copier(p)
/external/python/cpython3/Lib/test/
H A Dtest_collections.py357 for copier in copy.copy, copy.deepcopy:
358 q = copier(p)
/external/annotation-tools/asmx/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...

Completed in 904 milliseconds

12