Home
last modified time | relevance | path

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

12345

/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/
Dcompose.hpp13 inline BOOST_CONSTEXPR ::boost::parameter::aux::empty_arg_list compose() in compose() function
64 struct compose struct
73 struct compose<> struct
75 typedef ::boost::parameter::aux::empty_arg_list type;
84 compose(TaggedArg0 const& arg0, TaggedArgs const&... args) in compose() function
157 struct compose<> struct
159 typedef ::boost::parameter::aux::empty_arg_list type;
/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DIOFunction.java145 default <V> IOFunction<V, R> compose(final Function<? super V, ? extends T> before) { in compose() method
162 default <V> IOFunction<V, R> compose(final IOFunction<? super V, ? extends T> before) { in compose() method
178 default IOSupplier<R> compose(final IOSupplier<? extends T> before) { in compose() method
194 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/snakeyaml/src/test/java/org/yaml/snakeyaml/env/
DEnvVariableTest.java85 Map<String, Object> compose = yaml.load(resource); in testDockerCompose() local
95 Map<String, Object> compose = yaml.load(resource); in testIssue493() local
/external/icu/icu4j/main/core/src/test/java/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/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/python/cpython3/Lib/test/test_zipfile/_path/
D_functools.py5 def compose(*funcs): function
/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/
DFunctionUtils.java48 public static UnivariateFunction compose(final UnivariateFunction... f) { in compose() method in FunctionUtils
/external/testng/src/main/java/org/testng/mustache/
DBaseChunk.java17 abstract String compose(); in compose() method in BaseChunk
DStringChunk.java13 public String compose() { in compose() method in StringChunk
DVariableChunk.java13 public String compose() { in compose() method in VariableChunk
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DFailableLongUnaryOperator.java85 default FailableLongUnaryOperator<E> compose(final FailableLongUnaryOperator<E> before) { in compose() method
DFailableIntUnaryOperator.java85 default FailableIntUnaryOperator<E> compose(final FailableIntUnaryOperator<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/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
/external/guice/extensions/service/src/com/google/inject/service/
DCompositeService.java71 public Service compose() { in compose() method in CompositeService
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
DCanonicalComposition.mjs75 compose(starter, second) { method in CanonicalComposition
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dgcs_filesystem.h57 bool compose; member

12345