/external/guava/guava-tests/test/com/google/common/base/ |
D | FunctionsTest.java | 218 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition() 236 Functions.compose(integerToSpanish, japaneseToInteger)) in testComposition() 240 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition() 261 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition_includeReserializabled() 266 Functions.compose(integerToSpanish, japaneseToInteger), in testComposition_includeReserializabled() 271 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition_includeReserializabled() 283 Functions.compose(numberToSpanish, japaneseToInteger); in testCompositionWildcard() 300 Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f); in testComposeOfFunctionsIsAssociative() 301 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); in testComposeOfFunctionsIsAssociative() 320 Predicate<Float> p1 = Predicates.compose(Predicates.compose(h, g), f); in testComposeOfPredicateAndFunctionIsAssociative() [all …]
|
/external/skia/gm/ |
D | testimagefilters.cpp | 56 SkImageFilter* compose = new SkComposeImageFilter(outer, inner); in make6() local 57 SkAutoUnref aur2(compose); in make6() 65 return new SkMergeImageFilter(compose, blue); in make6() 73 SkImageFilter* compose = new SkComposeImageFilter(outer, inner); in make7() local 74 SkAutoUnref aur2(compose); in make7() 82 return new SkMergeImageFilter(compose, blue); in make7()
|
D | patheffects.cpp | 21 SkPathEffect* compose; in compose_pe() local 23 compose = new SkComposePathEffect(pe, corner); in compose_pe() 26 compose = corner; in compose_pe() 28 paint->setPathEffect(compose)->unref(); in compose_pe()
|
/external/harfbuzz_ng/src/ |
D | hb-unicode-private.hh | 52 HB_UNICODE_FUNC_IMPLEMENT (compose) \ 79 inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b, in compose() function 84 return func.compose (this, a, b, ab, user_data.compose); in compose()
|
D | hb-ot-shape-normalize.cc | 100 return c->unicode->compose (a, b, ab); in compose_unicode() 284 plan->shaper->compose ? plan->shaper->compose : compose_unicode in _hb_ot_shape_normalize() 367 c.compose (&c, in _hb_ot_shape_normalize()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-unicode-private.hh | 52 HB_UNICODE_FUNC_IMPLEMENT (compose) \ 79 inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b, in compose() function 84 return func.compose (this, a, b, ab, user_data.compose); in compose()
|
D | hb-ot-shape-normalize.cc | 100 return c->unicode->compose (a, b, ab); in compose_unicode() 301 plan->shaper->compose ? plan->shaper->compose : compose_unicode in _hb_ot_shape_normalize() 383 c.compose (&c, in _hb_ot_shape_normalize()
|
/external/chromium_org/third_party/gtk+/ |
D | README.chromium | 10 gtk/gtkimcontextsimpleseqs.h is generated by gtk/compose-parse.py. 11 gtk/compose-parse.py is modified in some parts to generate
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemWhen.java | 90 public void compose(StylesheetRoot sroot) in compose() method in ElemWhen 93 super.compose(sroot); in compose()
|
D | ElemParam.java | 91 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemParam 93 super.compose(sroot); in compose()
|
D | ElemIf.java | 84 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemIf 87 super.compose(sroot); in compose()
|
D | KeyDeclaration.java | 177 public void compose(StylesheetRoot sroot) in compose() method in KeyDeclaration 180 super.compose(sroot); in compose()
|
D | ElemCallTemplate.java | 113 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemCallTemplate 115 super.compose(sroot); in compose() 123 ewp.compose(sroot); in compose()
|
D | ElemSort.java | 332 public void compose(StylesheetRoot sroot) in compose() method in ElemSort 335 super.compose(sroot); in compose()
|
D | ElemPI.java | 83 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemPI 85 super.compose(sroot); in compose()
|
D | ElemExsltFunction.java | 124 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExsltFunction 126 super.compose(sroot); in compose()
|
D | ElemValueOf.java | 175 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemValueOf 178 super.compose(sroot); in compose()
|
D | ElemTemplate.java | 345 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemTemplate 347 super.compose(sroot); in compose()
|
D | ElemWithParam.java | 149 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemWithParam 160 super.compose(sroot); in compose()
|
D | ElemForEach.java | 129 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemForEach 132 super.compose(sroot); in compose() 138 getSortElem(i).compose(sroot); in compose()
|
D | ElemCopyOf.java | 84 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemCopyOf 86 super.compose(sroot); in compose()
|
D | ElemExtensionDecl.java | 199 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExtensionDecl 201 super.compose(sroot); in compose()
|
/external/pixman/pixman/ |
D | pixman-general.c | 117 pixman_combine_32_func_t compose; in general_composite_rect() local 188 compose = _pixman_implementation_lookup_combiner ( in general_composite_rect() 199 compose (imp->toplevel, op, d, s, m, width); in general_composite_rect()
|
/external/openfst/src/include/ |
D | Makefile.am | 19 fst/extensions/pdt/compose.h fst/extensions/pdt/expand.h \ 28 fst/script/compose.h fst/script/concat.h fst/script/connect.h \ 58 fst/compose-filter.h fst/float-weight.h fst/product-weight.h \ 59 fst/rmepsilon.h fst/verify.h fst/compose.h fst/fst-decl.h \
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tstnrapi.cpp | 62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode); in TestNormalizerAPI() 157 Normalizer::compose(s, FALSE, 0, s, status); in TestNormalizerAPI()
|