/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 | 55 SkImageFilter* compose = new SkComposeImageFilter(outer, inner); in make6() local 56 SkAutoUnref aur2(compose); in make6() 64 return new SkMergeImageFilter(compose, blue); in make6() 72 SkImageFilter* compose = new SkComposeImageFilter(outer, inner); in make7() local 73 SkAutoUnref aur2(compose); in make7() 81 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()
|
D | hb-ot-shape-normalize-private.hh | 64 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
|
/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 | ElemExsltFunction.java | 124 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExsltFunction 126 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 | ElemTemplate.java | 345 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemTemplate 347 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 | 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()
|
D | ElemExtensionCall.java | 91 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExtensionCall 93 super.compose(sroot); in compose()
|
D | ElemElement.java | 128 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemElement 130 super.compose(sroot); in compose()
|
D | ElemVariable.java | 326 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemVariable 361 super.compose(sroot); in compose()
|
/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/icu4c/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()
|