Home
last modified time | relevance | path

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

123

/third_party/boost/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;
/third_party/boost/boost/iostreams/
Dcompose.hpp308 compose( const Filter& filter, const FilterOrDevice& fod in compose() function
314 compose(const Filter& filter, std::basic_streambuf<Ch, Tr>& sb) in compose() function
319 compose(const Filter& filter, std::basic_istream<Ch, Tr>& is) in compose() function
324 compose(const Filter& filter, std::basic_ostream<Ch, Tr>& os) in compose() function
329 compose(const Filter& filter, std::basic_iostream<Ch, Tr>& io) in compose() function
336 compose( const Filter& filter, const FilterOrDevice& fod in compose() function
342 compose(const Filter& filter, std::streambuf& sb) in compose() function
347 compose(const Filter& filter, std::istream& is) in compose() function
352 compose(const Filter& filter, std::ostream& os) in compose() function
357 compose(const Filter& filter, std::iostream& io) in compose() function
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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()
/third_party/typescript/tests/baselines/reference/
DreturnTypeParameterWithModules.js9 export function compose() { function
30 function compose() { function
/third_party/typescript/tests/cases/compiler/
DreturnTypeParameterWithModules.ts8 export function compose() { function
DgenericTypeParameterEquivalence2.ts2 function compose<A, B, C>(f: (b: B) => C, g: (a:A) => B): (a:A) => C { function
DinferFromGenericFunctionReturnTypes2.ts42 function compose<A, B, C, D, E>( function
DinferFromGenericFunctionReturnTypes1.ts20 function compose<A, B, C, D, E>( function
/third_party/boost/boost/hana/functional/
Dcompose.hpp52 constexpr auto compose = [](auto&& f1, auto&& f2, ..., auto&& fn) { in __anon2a9411a80102() variable
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.hh63 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex.hh134 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/third_party/harfbuzz/src/
Dhb-ot-shape-normalize.hh63 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex.hh135 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.hh64 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
Dhb-ot-shape-complex.hh135 bool (*compose) (const hb_ot_shape_normalize_context_t *c, member
/third_party/pixman/pixman/
Dpixman-general.c135 pixman_combine_32_func_t compose; in general_composite_rect() local
/third_party/flutter/skia/tools/
DDDLTileHelper.cpp84 void DDLTileHelper::TileData::compose(SkCanvas* dst) { in compose() function in DDLTileHelper::TileData
/third_party/boost/boost/wave/grammars/
Dcpp_chlit_grammar.hpp120 phoenix::function<compose_character_literal> const compose; variable
/third_party/flutter/skia/gm/
Dpatheffects.cpp35 sk_sp<SkPathEffect> compose; in compose_pe() local
/third_party/libpng/contrib/examples/
Dsimpleover.c162 # define compose(c)\ in sprite_op() macro
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dsimpleover.c162 # define compose(c)\ in sprite_op() macro
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Dsimpleover.c162 # define compose(c)\ in sprite_op() macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNormalizer.java690 public static String compose(String str, boolean compat) { in compose() method in Normalizer
707 public static String compose(String str, boolean compat, int options) { in compose() method in Normalizer
728 public static int compose(char[] source,char[] target, boolean compat, int options) { in compose() method in Normalizer
753 public static int compose(char[] src,int srcStart, int srcLimit, in compose() method in Normalizer
/third_party/python/Tools/ccbench/
Dccbench.py52 def compose(a, b): function

123