/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | NormalizerData.java | 47 return compose.get(((long)first << 32) | second); in getPairwiseComposition() 81 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData() argument 84 this.compose = compose; in NormalizerData() 124 private LongHashtable compose; field in NormalizerData
|
D | NormalizerBuilder.java | 54 LongHashtable compose = new LongHashtable(NormalizerData.NOT_COMPOSITE); in build() local 61 buildDecompositionTables(canonicalClass, decompose, compose, in build() 65 setMinimalDecomp(canonicalClass, decompose, compose, in build() 68 return new NormalizerData(canonicalClass, decompose, compose, in build() 114 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) in buildDecompositionTables() argument 212 compose.put(pair, value); in buildDecompositionTables() 240 compose.put(pair, value); in buildDecompositionTables() 258 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in setMinimalDecomp() argument 429 compose.put(pair, value); in setMinimalDecomp()
|
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/ |
D | FunctionsTest.java | 152 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition() 170 Functions.compose(integerToSpanish, japaneseToInteger)) in testComposition() 174 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition() 186 Functions.compose(numberToSpanish, japaneseToInteger); in testCompositionWildcard() 203 Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f); in testComposeOfFunctionsIsAssociative() 204 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); in testComposeOfFunctionsIsAssociative() 223 Predicate<Float> p1 = Predicates.compose(Predicates.compose(h, g), f); in testComposeOfPredicateAndFunctionIsAssociative() 224 Predicate<Float> p2 = Predicates.compose(h, Functions.compose(g, f)); in testComposeOfPredicateAndFunctionIsAssociative()
|
D | SuppliersTest.java | 53 Supplier<Integer> squareSupplier = Suppliers.compose(intValueFunction, in testCompose() 78 Supplier<List<Integer>> addSupplier = Suppliers.compose(addElementFunction, in testComposeWithLists() 177 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo")), in testCompose_equals() 178 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo"))) in testCompose_equals() 180 Suppliers.compose(Functions.constant(2), Suppliers.ofInstance("foo"))) in testCompose_equals() 182 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("bar"))) in testCompose_equals()
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | FunctionsTest.java | 219 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition() 237 Functions.compose(integerToSpanish, japaneseToInteger)) in testComposition() 241 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition() 262 Functions.compose(integerToSpanish, japaneseToInteger); in testComposition_includeReserializabled() 267 Functions.compose(integerToSpanish, japaneseToInteger), in testComposition_includeReserializabled() 272 Functions.compose(japaneseToInteger, integerToSpanish)) in testComposition_includeReserializabled() 284 Functions.compose(numberToSpanish, japaneseToInteger); in testCompositionWildcard() 301 Function<Float, Boolean> c1 = Functions.compose(Functions.compose(h, g), f); in testComposeOfFunctionsIsAssociative() 302 Function<Float, Boolean> c2 = Functions.compose(h, Functions.compose(g, f)); in testComposeOfFunctionsIsAssociative() 321 Predicate<Float> p1 = Predicates.compose(Predicates.compose(h, g), f); in testComposeOfPredicateAndFunctionIsAssociative() [all …]
|
D | SuppliersTest.java | 61 Supplier<Integer> squareSupplier = Suppliers.compose(intValueFunction, in testCompose() 86 Supplier<List<Integer>> addSupplier = Suppliers.compose(addElementFunction, in testComposeWithLists() 384 assertEquals(Integer.valueOf(5), reserialize(Suppliers.compose( in testSerialization() 418 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo")), in testCompose_equals() 419 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("foo"))) in testCompose_equals() 421 Suppliers.compose(Functions.constant(2), Suppliers.ofInstance("foo"))) in testCompose_equals() 423 Suppliers.compose(Functions.constant(1), Suppliers.ofInstance("bar"))) in testCompose_equals()
|
/external/skia/gm/ |
D | testimagefilters.cpp | 56 SkImageFilter* compose = SkComposeImageFilter::Create(outer, inner); in make6() local 57 SkAutoUnref aur2(compose); in make6() 65 return SkMergeImageFilter::Create(compose, blue); in make6() 73 SkImageFilter* compose = SkComposeImageFilter::Create(outer, inner); in make7() local 74 SkAutoUnref aur2(compose); in make7() 82 return SkMergeImageFilter::Create(compose, blue); in make7()
|
D | patheffects.cpp | 21 SkPathEffect* compose; in compose_pe() local 23 compose = SkComposePathEffect::Create(pe, corner); in compose_pe() 26 compose = corner; in compose_pe() 28 paint->setPathEffect(compose)->unref(); in compose_pe()
|
/external/v8/test/promises-aplus/lib/ |
D | assert.js | 30 function compose(message1, message2) { function 35 var e = Error(compose('FAIL', message) + 43 throw Error(compose('FAIL', + message) + ': value = ' + value);
|
/external/harfbuzz_ng/src/ |
D | hb-unicode-private.hh | 50 HB_UNICODE_FUNC_IMPLEMENT (compose) \ 77 inline hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b, in compose() function 82 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() 386 c.compose (&c, in _hb_ot_shape_normalize()
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | httpheaders.py | 280 def compose(self, **kwargs): member in HTTPHeader 403 return self.compose(**kwargs) 611 def compose(self, time=None, delta=None): member in _DateHeader 746 def compose(self, **kwargs): member in _CacheControl 775 def compose(self, major=None, minor=None, charset=None): member in _ContentType 853 def compose(self, **kwargs): member in _ContentDisposition 982 def compose(self, none=None, bytes=None): member in _AcceptRanges 992 def compose(self, first_byte=None, last_byte=None, total_length=None): member in _ContentRange 1003 def compose(self, digest=None, basic=None, username=None, password=None, member in _Authorization
|
/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 | 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 | ElemValueOf.java | 175 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemValueOf 178 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()
|
/external/libpng/contrib/examples/ |
D | simpleover.c | 162 # define compose(c)\ in sprite_op() macro 168 compose(0); in sprite_op() 169 compose(1); in sprite_op() 170 compose(2); in sprite_op() 171 compose(3); in sprite_op()
|