/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | DecompTable.java | 26 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()
|
D | CanonicalCharacterData.java | 34 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/ |
D | CompositeService.java | 49 private boolean composed; field in CompositeService 62 !composed, in add() 73 !composed, in compose() 75 composed = true; in compose()
|
/external/python/cpython2/Doc/includes/ |
D | email-dir.py | 102 composed = outer.as_string() 105 fp.write(composed) 109 s.sendmail(opts.sender, opts.recipients, composed)
|
/external/skia/tests/ |
D | TableColorFilterTest.cpp | 32 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/ |
D | TableColorFilterTest.cpp | 32 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/ |
D | hb-ot-shape-normalize.cc | 429 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/ |
D | image_ops.py | 327 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/ |
D | Readme.txt | 4 Dependency check for composed grammars added. 13 introduction of composed grammars, e.g. "import T.g".
|
/external/pdfium/xfa/fwl/theme/ |
D | README.md | 25 All these widget TP classes are composed into CXFA_FWLTheme, which implements
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 501 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/ |
D | automake.std.approved.txt | 58 :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/ |
D | api_def_RaggedRange.pbtxt | 29 Returns a `RaggedTensor` `result` composed from `rt_dense_values` and
|
D | api_def_RaggedGather.pbtxt | 57 Outputs a `RaggedTensor` output composed from `output_dense_values` and
|
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
D | image_ops_test.py | 125 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/ |
D | TestCasingTransforms.txt | 5 # transform is composed of locale, a dash(-) and either Lower, Upper or Title.
|
/external/deqp/external/openglcts/docs/specs/ |
D | CTS_ARB_shader_atomic_counter_ops.txt | 44 All test cases are composed from following steps:
|
/external/skqp/docs/ |
D | SkPath_Overview.bmh | 4 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/ |
D | SkPath_Overview.bmh | 4 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/ |
D | test_unicodedata.py | 196 composed = ("\u0b47\u0300\u0b3e", "\u1100\u0300\u1161", 202 for text in composed:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | peel-loop2.ll | 3 ; Check if loop composed of several BBs is peeled correctly.
|
/external/python/cpython2/Doc/library/ |
D | crypt.rst | 37 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/ |
D | partial-subreg.ll | 5 ; in turn has to be composed out of its two 64-bit subregisters.
|
/external/ltp/testcases/kernel/security/mmc_security/ |
D | README | 8 It's composed of the following files:
|
/external/python/cpython2/Lib/test/ |
D | test_unicodedata.py | 192 composed = (u"\u0b47\u0300\u0b3e", u"\u1100\u0300\u1161", 198 for text in composed:
|