/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
D | Zip.kt | 34 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/ |
D | mfqe_sse2.asm | 50 .combine: label 127 .combine: label
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_mfqe_sse2.asm | 51 .combine: label 128 .combine: label
|
/external/catch2/include/internal/ |
D | catch_meta.hpp | 62 struct combine { struct 64 struct with_types {
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | CollectionFuture.java | 83 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/ |
D | CollectionFuture.java | 83 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/ |
D | MutableAggregation.java | 65 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/ |
D | combinerefs.py | 88 def combine(fname): function
|
/external/python/cpython3/Tools/scripts/ |
D | combinerefs.py | 124 def combine(fname): function
|
/external/tensorflow/tensorflow/python/framework/ |
D | combinations.py | 80 combine = test_combinations.combine variable
|
/external/guava/guava/src/com/google/common/collect/ |
D | MoreCollectors.java | 127 ToOptionalState combine(ToOptionalState other) { in combine() method in MoreCollectors.ToOptionalState
|
D | TopKSelector.java | 221 TopKSelector<T> combine(TopKSelector<T> other) { in combine() method in TopKSelector
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/ |
D | ModifierKeyCombinationSet.java | 45 public static ModifierKeyCombinationSet combine(Iterable<ModifierKeyCombinationSet> sets) { in combine() method in ModifierKeyCombinationSet
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 76 void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) in asn1_item_combine_free()
|
D | tasn_new.c | 92 int combine) in asn1_item_ex_combine_new()
|
/external/guice/core/src/com/google/inject/util/ |
D | Modules.java | 108 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/ |
D | Styles.java | 107 public static String combine(final String... styles) { in combine() method in Styles
|
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | trivial_test_graph_input_yielder.cc | 57 Output combine = in CreateGraphDef() local
|
/external/emma/core/java12/com/vladium/util/ |
D | Descriptors.java | 27 public static String combine (final String packageName, final String name, final char separator) in combine() method in Descriptors
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | proto_encode_helper.h | 70 static uint32 combine(uint32 tag, uint32 type) { return ((tag << 3) | type); } in combine() function
|
/external/skia/src/core/ |
D | SkEdgeBuilder.cpp | 122 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/ |
D | Opcode.java | 278 …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/ |
D | SkEdgeBuilder.cpp | 122 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/ |
D | combinations.py | 212 combine = framework_combinations.combine variable
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_texblend.c | 132 const struct gl_tex_env_combine_state * combine, in i830SetTexEnvCombine()
|