Home
last modified time | relevance | path

Searched defs:transforms (Results 1 – 25 of 47) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DKeyboard.java20 private final ImmutableSortedSet<Transform> transforms; field in Keyboard
24 ImmutableSortedSet<KeyMap> keyMaps, ImmutableSortedSet<Transform> transforms) { in Keyboard()
36 ImmutableSortedSet<KeyMap> keyMaps, ImmutableSortedSet<Transform> transforms) { in of()
65 public ImmutableSet<Transform> transforms() { in transforms() method in Keyboard
DKeyboardBuilder.java99 …ImmutableSortedSet.Builder<Transform> transforms = ImmutableSortedSet.orderedBy(collatorComparator… in build() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DCompoundTransform.java15 private final List<StringTransform> transforms; field in CompoundTransform
17 public CompoundTransform(List<StringTransform> transforms) { in CompoundTransform()
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java97 public void transform(byte[][] dstBufs, TJTransform[] transforms, in transform()
120 public TJDecompressor[] transform(TJTransform[] transforms, int flags) in transform()
156 TJTransform[] transforms, int flags) throws TJException; in transform()
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py223 transforms, argument
311 def compose_transforms(*transforms):
334 def flat_transforms_to_matrices(transforms): argument
/external/tensorflow/tensorflow/tools/graph_transforms/
D__init__.py27 def TransformGraph(input_graph_def, inputs, outputs, transforms): argument
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
DKeyboardTest.java50 …ImmutableSortedSet<Transform> transforms = ImmutableSortedSet.of(Transform.of("¨ß", "\uD800\uDE80"… in createKeyboard() local
97 ImmutableSet<Transform> transforms = ImmutableSet.of(Transform.of("¨ß", "\uD800\uDE80"), in testTransforms() local
128 …ImmutableSortedSet<Transform> transforms = ImmutableSortedSet.of(Transform.of("¨ß", "\uD800\uDE80"… in testEqualsTrue() local
/external/libpng/contrib/libtests/
Dtimepng.c147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file) in read_png()
193 static int perform_one_test(FILE *fp, int nfiles, png_int_32 transforms) in perform_one_test()
368 int transforms = -1; /* by row */ in main() local
Dpngimage.c282 is_combo(int transforms) in is_combo()
288 first_transform(int transforms) in first_transform()
294 is_bad_combo(int transforms) in is_bad_combo()
546 int transforms; /* Transform used in operation */ member
865 int transforms) in read_png()
1320 write_png(struct display *dp, png_infop ip, int transforms) in write_png()
/external/skqp/modules/skottie/src/
DSkottieTest.cpp107 const std::vector<TransformInfo>& transforms() const { return fTransforms; } in DEF_TEST() function in DEF_TEST::TestPropertyObserver
136 const auto& transforms = observer->transforms(); in DEF_TEST() local
/external/skia/modules/skottie/src/
DSkottieTest.cpp107 const std::vector<TransformInfo>& transforms() const { return fTransforms; } in DEF_TEST() function in DEF_TEST::TestPropertyObserver
136 const auto& transforms = observer->transforms(); in DEF_TEST() local
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
Dmeta_graph_transform.py74 def _gtt_transforms(graph_def, input_names, output_names, initializer_names, argument
267 def _do_transforms(graph_def, argument
716 base_meta_graph_def, input_names, output_names, transforms, tags, argument
/external/brotli/c/common/
Dtransform.c194 const BrotliTransforms* transforms, int transform_idx) { in BrotliTransformDictionaryWord()
Dtransform.h52 const uint8_t* transforms; member
/external/skqp/src/sksl/
DSkSLHCodeGenerator.cpp254 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor() local
298 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields() local
/external/skia/src/sksl/
DSkSLHCodeGenerator.cpp258 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor() local
314 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields() local
/external/brotli/java/org/brotli/dec/
DTransform.java33 int[] transforms, String prefixSuffixSrc, String transformsSrc) { in unpackTransforms()
/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h49 typename TTypes<float>::ConstMatrix transforms, in ProjectiveGenerator()
/external/cldr/tools/java/org/unicode/cldr/util/
DCoreCoverageInfo.java256 transforms, collation, casing enumConstant
DFactory.java90 main, supplemental, bcp47, casing, collation, dtd, rbnf, segments, transforms, other enumConstant
/external/skqp/src/compute/skc/
Draster_builder.h55 } transforms; member
/external/skia/src/compute/skc/
Draster_builder.h55 } transforms; member
/external/skqp/src/compute/skc/platforms/cl_12/
Draster_builder_cl_12.c168 struct skc_extent_phw1g_tdrNs transforms; // write once by host + read by device member
200 struct skc_extent_phw1g_tdrNs_snap transforms; // write once by host + read by device member
/external/skia/src/compute/skc/platforms/cl_12/
Draster_builder_cl_12.c168 struct skc_extent_phw1g_tdrNs transforms; // write once by host + read by device member
200 struct skc_extent_phw1g_tdrNs_snap transforms; // write once by host + read by device member
/external/clang/tools/arcmt-test/
Darcmt-test.cpp178 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations() local

12