Home
last modified time | relevance | path

Searched defs:compose (Results 1 – 25 of 110) sorted by relevance

12345

/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DIOFunction.java144 default <V> IOFunction<V, R> compose(final Function<? super V, ? extends T> before) { in compose() method
161 default <V> IOFunction<V, R> compose(final IOFunction<? super V, ? extends T> before) { in compose() method
177 default IOSupplier<R> compose(final IOSupplier<? extends T> before) { in compose() method
193 default IOSupplier<R> compose(final Supplier<? extends T> before) { in compose() method
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DRule.java28 String compose(Matcher prematcher, Matcher postmatcher); in compose() method
39 public String compose(Matcher prematcher, Matcher postmatcher) { in compose() method in Rule.StringItem
59 public String compose(Matcher prematcher, Matcher postmatcher) { in compose() method in Rule.NumberedItem
73 public String compose(Matcher prematcher, Matcher postmatcher) { in compose() method in Rule.CursorItem
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
DNormalizerData.java86 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData()
129 private LongHashtable compose; field in NormalizerData
DNormalizerBuilder.java57 LongHashtable compose = new LongHashtable(NormalizerData.NOT_COMPOSITE); in build() local
117 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) in buildDecompositionTables()
261 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in setMinimalDecomp()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DNormalizerData.java83 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in NormalizerData()
126 private LongHashtable compose; field in NormalizerData
DNormalizerBuilder.java56 LongHashtable compose = new LongHashtable(NormalizerData.NOT_COMPOSITE); in build() local
116 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) in buildDecompositionTables()
260 LongHashtable compose, BitSet isCompatibility, BitSet isExcluded) { in setMinimalDecomp()
/external/python/setuptools/setuptools/_distutils/command/
Dpy37compat.py20 def compose(f1, f2): function
/external/testng/src/main/java/org/testng/mustache/
DStringChunk.java13 public String compose() { in compose() method in StringChunk
DBaseChunk.java17 abstract String compose(); in compose() method in BaseChunk
DVariableChunk.java13 public String compose() { in compose() method in VariableChunk
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DFailableIntUnaryOperator.java85 default FailableIntUnaryOperator<E> compose(final FailableIntUnaryOperator<E> before) { in compose() method
DFailableLongUnaryOperator.java85 default FailableLongUnaryOperator<E> compose(final FailableLongUnaryOperator<E> before) { in compose() method
DFailableDoubleUnaryOperator.java89 default FailableDoubleUnaryOperator<E> compose(final FailableDoubleUnaryOperator<E> before) { in compose() method
DFailableFunction.java92 …default <V> FailableFunction<V, R, E> compose(final FailableFunction<? super V, ? extends T, E> be… in compose() method
/external/autotest/client/common_lib/test_utils/
Dfunctools_24.py31 def compose(*args): function
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_winsys.h88 (*compose)( struct pipe_screen *screen, member
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemWhen.java90 public void compose(StylesheetRoot sroot) in compose() method in ElemWhen
DElemParam.java91 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemParam
DElemIf.java84 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemIf
DElemPI.java83 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemPI
DElemExsltFunction.java124 public void compose(StylesheetRoot sroot) throws TransformerException in compose() method in ElemExsltFunction
/external/guice/extensions/service/src/com/google/inject/service/
DCompositeService.java71 public Service compose() { in compose() method in CompositeService
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.h57 bool compose; member
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.hh64 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/external/ImageMagick/MagickCore/
Ddecorate.c104 const RectangleInfo *border_info,const CompositeOperator compose, in BorderImage()
170 const CompositeOperator compose,ExceptionInfo *exception) in FrameImage()

12345