Home
last modified time | relevance | path

Searched refs:composed (Results 1 – 25 of 158) sorted by relevance

1234567

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DDecompTable.java26 private int composed; field in DecompTable.DecompEntry
33 composed = composedChar; in DecompEntry()
46 return composed; in getComposedCharacter()
70 return this.composed - that.composed; in compareTo()
106 public void add(int composed, String decomposition) in add() argument
108 DecompEntry entry = new DecompEntry(composed, decomposition); in add()
DCanonicalCharacterData.java34 composed = character; in Record()
63 return composed; in getComposedCharacter()
113 private int composed; field in CanonicalCharacterData.Record
/external/guice/extensions/service/src/com/google/inject/service/
DCompositeService.java49 private boolean composed; field in CompositeService
62 !composed, in add()
73 !composed, in compose()
75 composed = true; in compose()
/external/python/cpython2/Doc/includes/
Demail-dir.py102 composed = outer.as_string()
105 fp.write(composed)
109 s.sendmail(opts.sender, opts.recipients, composed)
/external/skia/tests/
DTableColorFilterTest.cpp32 sk_sp<SkColorFilter> composed = table->makeComposed(to_srgb); in DEF_TEST() local
34 REPORTER_ASSERT(r, composed->filterColor(color) == color); in DEF_TEST()
/external/skqp/tests/
DTableColorFilterTest.cpp32 sk_sp<SkColorFilter> composed = table->makeComposed(to_srgb); in DEF_TEST() local
34 REPORTER_ASSERT(r, composed->filterColor(color) == color); in DEF_TEST()
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc429 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local
444 &composed) && in _hb_ot_shape_normalize()
446 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize()
455 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py327 composed = flat_transforms_to_matrices(transforms[0])
330 composed = math_ops.matmul(composed, flat_transforms_to_matrices(tr))
331 return matrices_to_flat_transforms(composed)
/external/antlr/antlr-ant/main/antlr3-task/
DReadme.txt4 Dependency check for composed grammars added.
13 introduction of composed grammars, e.g. "import T.g".
/external/pdfium/xfa/fwl/theme/
DREADME.md25 All these widget TP classes are composed into CXFA_FWLTheme, which implements
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java501 Rotation composed = r1.applyTo(r2.applyTo(r3)); in Rotation() local
502 q0 = composed.q0; in Rotation()
503 q1 = composed.q1; in Rotation()
504 q2 = composed.q2; in Rotation()
505 q3 = composed.q3; in Rotation()
/external/catch2/projects/SelfTest/Baselines/
Dautomake.std.approved.txt58 :test-result: PASS Matchers can be (AllOf) composed with the && operator
59 :test-result: PASS Matchers can be (AnyOf) composed with the || operator
60 :test-result: PASS Matchers can be composed with both && and ||
61 :test-result: FAIL Matchers can be composed with both && and || - failing
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RaggedRange.pbtxt29 Returns a `RaggedTensor` `result` composed from `rt_dense_values` and
Dapi_def_RaggedGather.pbtxt57 Outputs a `RaggedTensor` output composed from `output_dense_values` and
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dimage_ops_test.py125 composed = image_ops.compose_transforms(rotation, translation)
126 image_transformed = image_ops.transform(image, composed)
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCasingTransforms.txt5 # transform is composed of locale, a dash(-) and either Lower, Upper or Title.
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_atomic_counter_ops.txt44 All test cases are composed from following steps:
/external/skqp/docs/
DSkPath_Overview.bmh4 composed of a series of connected Lines and Curves. Path may contain zero,
14 Path components Arc, Rect, Round_Rect, Circle, and Oval are composed of
/external/skia/docs/
DSkPath_Overview.bmh4 composed of a series of connected Lines and Curves. Path may contain zero,
14 Path components Arc, Rect, Round_Rect, Circle, and Oval are composed of
/external/python/cpython3/Lib/test/
Dtest_unicodedata.py196 composed = ("\u0b47\u0300\u0b3e", "\u1100\u0300\u1161",
202 for text in composed:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dpeel-loop2.ll3 ; Check if loop composed of several BBs is peeled correctly.
/external/python/cpython2/Doc/library/
Dcrypt.rst37 will be composed of characters from the same alphabet as the salt (the first two
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/
Dpartial-subreg.ll5 ; in turn has to be composed out of its two 64-bit subregisters.
/external/ltp/testcases/kernel/security/mmc_security/
DREADME8 It's composed of the following files:
/external/python/cpython2/Lib/test/
Dtest_unicodedata.py192 composed = (u"\u0b47\u0300\u0b3e", u"\u1100\u0300\u1161",
198 for text in composed:

1234567