Home
last modified time | relevance | path

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

123

/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/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.py88 def combine(fname): function
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DFuturesCombineBenchmark.java39 @Override <V> ListenableFuture<V> combine(final Callable<V> combiner, Executor executor, in combine() method
/external/syzkaller/vendor/google.golang.org/grpc/
Dcall.go40 func combine(o1 []CallOption, o2 []CallOption) []CallOption { func
/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.h69 static uint32 combine(uint32 tag, uint32 type) { return ((tag << 3) | type); } in combine() function
/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
420 private static List<VersionConstraint> combine(List<VersionConstraint>... versionConstraints) { in combine() method in Opcode
/external/tensorflow/tensorflow/contrib/specs/python/
Dsummaries.py229 def tf_parameter_summary(x, printer=print, combine=True): argument
/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/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/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c132 const struct gl_tex_env_combine_state * combine, in i830SetTexEnvCombine()
/external/webrtc/webrtc/base/
Dhttpclient.cc228 HttpData::HeaderCombine combine) { in HttpReadCacheHeaders()
571 HttpData::HeaderCombine combine = in ReadCacheHeaders() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpcbench_test.cc141 Output combine = AddN( in CreateGraphDef() local
/external/v8/tools/testrunner/local/
Dtestsuite.py71 def combine(self, name, tests): member in TestCombiner
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dforminfo.go189 func combine(a, b rune) rune { func

123