Home
last modified time | relevance | path

Searched defs:combine (Results 1 – 25 of 90) sorted by relevance

1234

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DZip.kt34 public fun <T1, T2, R> Flow<T1>.combine(flow: Flow<T2>, transform: suspend (a: T1, b: T2) -> R): Fl… in <lambda>() method
56 public fun <T1, T2, R> combine(flow: Flow<T1>, flow2: Flow<T2>, transform: suspend (a: T1, b: T2) -… in combine() method
121 public inline fun <T1, T2, T3, R> combine( in combine() method
159 public inline fun <T1, T2, T3, T4, R> combine( in combine() method
201 public inline fun <T1, T2, T3, T4, T5, R> combine( in combine() method
247 public inline fun <reified T, R> combine( in combine() method
273 public inline fun <reified T, R> combine( in combine() method
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm50 .combine: label
127 .combine: label
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm51 .combine: label
128 .combine: label
/external/catch2/include/internal/
Dcatch_meta.hpp62 struct combine { struct
64 struct with_types {
/external/guava/guava/src/com/google/common/util/concurrent/
DCollectionFuture.java83 abstract C combine(List<Optional<V>> values); in combine() method in CollectionFuture.CollectionFutureRunningState
102 public List<V> combine(List<Optional<V>> values) { in combine() method in CollectionFuture.ListFuture.ListFutureRunningState
/external/guava/android/guava/src/com/google/common/util/concurrent/
DCollectionFuture.java83 abstract C combine(List<Optional<V>> values); in combine() method in CollectionFuture.CollectionFutureRunningState
102 public List<V> combine(List<Optional<V>> values) { in combine() method in CollectionFuture.ListFuture.ListFutureRunningState
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMutableAggregation.java65 abstract void combine(MutableAggregation other, double fraction); in combine() method in MutableAggregation
93 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableSumDouble
162 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableCount
211 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableMean
335 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableDistribution
507 void combine(MutableAggregation other, double fraction) { in combine() method in MutableAggregation.MutableLastValueDouble
/external/python/cpython2/Tools/scripts/
Dcombinerefs.py88 def combine(fname): function
/external/python/cpython3/Tools/scripts/
Dcombinerefs.py124 def combine(fname): function
/external/tensorflow/tensorflow/python/framework/
Dcombinations.py80 combine = test_combinations.combine variable
/external/guava/guava/src/com/google/common/collect/
DMoreCollectors.java127 ToOptionalState combine(ToOptionalState other) { in combine() method in MoreCollectors.ToOptionalState
DTopKSelector.java221 TopKSelector<T> combine(TopKSelector<T> other) { in combine() method in TopKSelector
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
DModifierKeyCombinationSet.java45 public static ModifierKeyCombinationSet combine(Iterable<ModifierKeyCombinationSet> sets) { in combine() method in ModifierKeyCombinationSet
/external/boringssl/src/crypto/asn1/
Dtasn_fre.c76 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free()
Dtasn_new.c92 int combine) in asn1_item_ex_combine_new()
/external/guice/core/src/com/google/inject/util/
DModules.java108 public static Module combine(Module... modules) { in combine() method in Modules
113 public static Module combine(Iterable<? extends Module> modules) { in combine() method in Modules
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
DStyles.java107 public static String combine(final String... styles) { in combine() method in Styles
/external/tensorflow/tensorflow/core/grappler/inputs/
Dtrivial_test_graph_input_yielder.cc57 Output combine = in CreateGraphDef() local
/external/emma/core/java12/com/vladium/util/
DDescriptors.java27 public static String combine (final String packageName, final String name, final char separator) in combine() method in Descriptors
/external/tensorflow/tensorflow/core/lib/io/
Dproto_encode_helper.h70 static uint32 combine(uint32 tag, uint32 type) { return ((tag << 3) | type); } in combine() function
/external/skia/src/core/
DSkEdgeBuilder.cpp122 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local
137 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java278 …RETURN_VOID_BARRIER(combine(firstApi(0xf1, 11), lastArtVersion(0x73, 59)), "return-void-barrier", … enumConstant
280 …IGET_QUICK(combine(allApis(0xf2), allArtVersions(0xe3)), "iget-quick", ReferenceType.NONE, Format… enumConstant
281 …IGET_WIDE_QUICK(combine(allApis(0xf3), allArtVersions(0xe4)), "iget-wide-quick", ReferenceType.NON… enumConstant
282 …IGET_OBJECT_QUICK(combine(allApis(0xf4), allArtVersions(0xe5)), "iget-object-quick", ReferenceType… enumConstant
283 …IPUT_QUICK(combine(allApis(0xf5), allArtVersions(0xe6)), "iput-quick", ReferenceType.NONE, Format… enumConstant
284 …IPUT_WIDE_QUICK(combine(allApis(0xf6), allArtVersions(0xe7)), "iput-wide-quick", ReferenceType.NON… enumConstant
285 …IPUT_OBJECT_QUICK(combine(allApis(0xf7), allArtVersions(0xe8)), "iput-object-quick", ReferenceType… enumConstant
295 …INVOKE_VIRTUAL_QUICK(combine(allApis(0xf8), allArtVersions(0xe9)), "invoke-virtual-quick", Referen… enumConstant
296 …INVOKE_VIRTUAL_QUICK_RANGE(combine(allApis(0xf9), allArtVersions(0xea)), "invoke-virtual-quick/ran… enumConstant
430 private static List<VersionConstraint> combine(List<VersionConstraint>... versionConstraints) { in combine() method in Opcode
/external/skqp/src/core/
DSkEdgeBuilder.cpp122 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local
137 Combine combine = is_vertical(edge) && !fList.empty() in addLine() local
/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py212 combine = framework_combinations.combine variable
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c132 const struct gl_tex_env_combine_state * combine, in i830SetTexEnvCombine()

1234