Home
last modified time | relevance | path

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

123456789

/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
DCanonGSUBBuilder.java277 String composed = UCharacter.toString(record.getComposedCharacter()); in buildLigatureTree() local
282 ligatureTree.insert(equivalent + composed); in buildLigatureTree()
/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/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/python/cpython2/Doc/includes/
Demail-dir.py102 composed = outer.as_string()
105 fp.write(composed)
109 s.sendmail(opts.sender, opts.recipients, composed)
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc433 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local
448 &composed) && in _hb_ot_shape_normalize()
450 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize()
459 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
/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/python/asn1crypto/docs/
Dreadme.md3 The documentation for *asn1crypto* is composed of tutorials on basic usage and
/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/llvm-project/llvm/test/tools/llvm-extract/
Dextract-blocks-with-groups.ll5 ; The first extracted function is the region composed by the
37 ; The second extracted function is the region composed by the blocks
/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/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/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_atomic_counter_ops.txt44 All test cases are composed from following steps:
/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/catch2/docs/
Ddeprecations.md48 ### Composing lvalues of already composed matchers
52 composes lvalues of composed matchers will not compile. That is,
/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/llvm-project/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/llvm-project/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/eigen/doc/
DOverview.dox18 They are themselves composed of \em user \em manual pages describing the different features in a co…
/external/python/cpython2/Lib/test/
Dtest_unicodedata.py192 composed = (u"\u0b47\u0300\u0b3e", u"\u1100\u0300\u1161",
198 for text in composed:

123456789