Home
last modified time | relevance | path

Searched refs:composed (Results 1 – 25 of 153) 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
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.java50 private boolean composed; field in CompositeService
62 Preconditions.checkState(!composed, in add()
72 Preconditions.checkState(!composed, in compose()
74 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.cpp33 sk_sp<SkColorFilter> composed = table->makeComposed(to_srgb); in DEF_TEST() local
35 REPORTER_ASSERT(r, composed->filterColor(color) == color); in DEF_TEST()
/external/skqp/tests/
DTableColorFilterTest.cpp33 sk_sp<SkColorFilter> composed = SkColorFilter::MakeComposeFilter(table, to_srgb); in DEF_TEST() local
35 REPORTER_ASSERT(r, composed->filterColor(color) == color); in DEF_TEST()
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py293 composed = flat_transforms_to_matrices(transforms[0])
296 composed = math_ops.matmul(composed, flat_transforms_to_matrices(tr))
297 return matrices_to_flat_transforms(composed)
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc380 hb_codepoint_t composed, glyph; in _hb_ot_shape_normalize() local
396 &composed) && in _hb_ot_shape_normalize()
398 font->get_nominal_glyph (composed, &glyph)) in _hb_ot_shape_normalize()
407 buffer->out_info[starter].codepoint = composed; in _hb_ot_shape_normalize()
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
DReadme.txt4 Dependency check for composed grammars added.
13 introduction of composed grammars, e.g. "import T.g".
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dimage_ops_test.py122 composed = image_ops.compose_transforms(rotation, translation)
123 image_transformed = image_ops.transform(image, composed)
/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/pdfium/xfa/fwl/theme/
DREADME.md25 All these widget TP classes are composed into CXFA_FWLTheme, which implements
/external/python/cpython3/Lib/test/
Dtest_unicodedata.py196 composed = ("\u0b47\u0300\u0b3e", "\u1100\u0300\u1161",
202 for text in composed:
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_shader_atomic_counter_ops.txt44 All test cases are composed from following steps:
DCTS_ARB_shader_group_vote.txt53 All test cases below are composed from the following steps:
/external/python/cpython2/Lib/test/
Dtest_unicodedata.py192 composed = (u"\u0b47\u0300\u0b3e", u"\u1100\u0300\u1161",
198 for text in composed:
/external/python/cpython2/Doc/library/
Dcrypt.rst37 will be composed of characters from the same alphabet as the salt (the first two
Dsyslog.rst24 if necessary. Each message is tagged with a priority composed of a
/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/libvncserver/webclients/novnc/
DLICENSE.txt4 Public License 2.0). The noVNC core library is composed of the
/external/ltp/testcases/kernel/syscalls/epoll2/man/
Depoll_ctl.txt33 The events member is a bit set composed using the following available
/external/autotest/
DREADME.md7 Autotest is composed of a number of modules that will help you to do stand alone
/external/python/cpython3/Doc/library/
Dsyslog.rst25 if necessary. Each message is tagged with a priority composed of a

1234567