Home
last modified time | relevance | path

Searched refs:compose (Results 1 – 25 of 83) sorted by relevance

1234

/external/guava/guava-tests/test/com/google/common/base/
DFunctionsTest.java218 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/
Dtestimagefilters.cpp55 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()
Dpatheffects.cpp21 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/
Dhb-unicode-private.hh52 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()
Dhb-ot-shape-normalize.cc100 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()
Dhb-ot-shape-normalize-private.hh64 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemWhen.java90 public void compose(StylesheetRoot sroot) in compose() method in ElemWhen
93 super.compose(sroot); in compose()
DElemParam.java91 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemParam
93 super.compose(sroot); in compose()
DElemIf.java84 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemIf
87 super.compose(sroot); in compose()
DKeyDeclaration.java177 public void compose(StylesheetRoot sroot) in compose() method in KeyDeclaration
180 super.compose(sroot); in compose()
DElemCallTemplate.java113 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemCallTemplate
115 super.compose(sroot); in compose()
123 ewp.compose(sroot); in compose()
DElemSort.java332 public void compose(StylesheetRoot sroot) in compose() method in ElemSort
335 super.compose(sroot); in compose()
DElemExsltFunction.java124 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExsltFunction
126 super.compose(sroot); in compose()
DElemPI.java83 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemPI
85 super.compose(sroot); in compose()
DElemTemplate.java345 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemTemplate
347 super.compose(sroot); in compose()
DElemValueOf.java175 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemValueOf
178 super.compose(sroot); in compose()
DElemWithParam.java149 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemWithParam
160 super.compose(sroot); in compose()
DElemForEach.java129 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()
DElemCopyOf.java84 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemCopyOf
86 super.compose(sroot); in compose()
DElemExtensionDecl.java199 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExtensionDecl
201 super.compose(sroot); in compose()
DElemExtensionCall.java91 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExtensionCall
93 super.compose(sroot); in compose()
DElemElement.java128 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemElement
130 super.compose(sroot); in compose()
DElemVariable.java326 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemVariable
361 super.compose(sroot); in compose()
/external/openfst/src/include/
DMakefile.am19 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/
Dtstnrapi.cpp62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode); in TestNormalizerAPI()
157 Normalizer::compose(s, FALSE, 0, s, status); in TestNormalizerAPI()

1234