HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 76 - 100 of 3483) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/testing/gtest/samples/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must combine
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
161 Combine(Bool(), Values(1, 10)));
165 // Google Test may not support Combine() with some compilers. If we
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must combine
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
161 Combine(Bool(), Values(1, 10)));
165 // Google Test may not support Combine() with some compilers. If we
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/samples/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must combine
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
161 Combine(Bool(), Values(1, 10)));
165 // Google Test may not support Combine() with some compilers. If we
  /external/clang/test/Sema/
thread-specifier.c 50 __thread auto int t12a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local}}' declaration specifier}}
51 auto __thread int t12b; // expected-error {{cannot combine with previous 'auto' declaration specifier}}
56 __thread register int t13a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local|thread_local}}' declaration specifier}}
57 register __thread int t13b; // expected-error {{cannot combine with previous 'register' declaration specifier}}
60 __thread typedef int t14; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local|thread_local}}' declaration specifier}}
  /external/tensorflow/tensorflow/core/graph/
graph_partition_test.cc 159 REGISTER_OP("Combine")
191 Output Combine(const Scope& scope, Input a, Input b) {
192 return ConstructOp(scope, "Combine", {std::move(a), std::move(b)});
241 Combine(in_.WithOpName("A2"), a1, a1);
247 Combine(scope_a_.WithOpName("A2"), a1, a1);
254 Combine(in_.WithOpName("B2"), a1, b1);
268 Combine(scope_b_.WithOpName("B2"), recv, b1);
275 Combine(in_.WithOpName("B2").WithControlDependencies(a1), b1, b1);
291 Combine(scope_b_.WithOpName("B2").WithControlDependencies(id), b1, b1);
298 Combine(in_.WithOpName("B2"), a1, b1)
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
ReduceOps.java 84 public void combine(ReducingSink other) { method in class:ReduceOps.ReducingSink
133 public void combine(ReducingSink other) {
173 public void combine(ReducingSink other) {
201 * @param reducer a function to combine an accumulator into another
224 public void combine(ReducingSink other) {
267 public void combine(ReducingSink other) {
316 public void combine(ReducingSink other) {
337 * @param combiner a function to combine an accumulator into another
360 public void combine(ReducingSink other) {
403 public void combine(ReducingSink other)
    [all...]
  /external/libbrillo/brillo/
mime_utils.h 73 // Combine a MIME type, subtype and parameters into a MIME string.
74 // e.g. Combine("text", "plain", {{"charset", "utf-8"}}) will give:
76 BRILLO_EXPORT std::string Combine(
  /external/skia/src/core/
SkEdgeBuilder.cpp 21 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(const SkEdge* edge, SkEdge* last) {
66 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(
132 Combine combine = CombineVertical(edge, (SkAnalyticEdge*)*(fList.end() - 1)); local
133 if (kNo_Combine != combine) {
134 if (kTotal_Combine == combine) {
150 Combine combine = CombineVertical(edge, (SkEdge*)*(fList.end() - 1)); local
151 if (kNo_Combine != combine) {
152 if (kTotal_Combine == combine) {
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 57 // Combine
124 // Combine
174 // Combine
  /external/skqp/src/core/
SkEdgeBuilder.cpp 21 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(const SkEdge* edge, SkEdge* last) {
66 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(
132 Combine combine = CombineVertical(edge, (SkAnalyticEdge*)*(fList.end() - 1)); local
133 if (kNo_Combine != combine) {
134 if (kTotal_Combine == combine) {
150 Combine combine = CombineVertical(edge, (SkEdge*)*(fList.end() - 1)); local
151 if (kNo_Combine != combine) {
152 if (kTotal_Combine == combine) {
    [all...]
  /external/skqp/src/opts/
SkBlitRow_opts_arm_neon.cpp 57 // Combine
124 // Combine
174 // Combine
  /external/v8/src/
register-configuration.h 23 COMBINE
120 // is COMBINE. Currently only implemented for kFloat32, kFloat64, or kSimd128
126 // fp_aliasing_kind() is COMBINE. Currently implemented for kFloat32,
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /external/libchrome/base/threading/
sequenced_task_runner_handle.cc 34 // Various modes of setting SequencedTaskRunnerHandle don't combine.
44 // Various modes of setting SequencedTaskRunnerHandle don't combine.
  /external/nanopb-c/examples/using_double_on_avr/
double_conversion.c 54 /* Combine fields */
115 /* Combine fields */
  /external/syslinux/com32/include/
console.h 50 /* These are output-only consoles; combine with one of the input methods */
54 /* ANSI console (output only; combine with one of the input methods) */
  /external/v8/src/crankshaft/
hydrogen-types.h 48 HType Combine(HType other) const WARN_UNUSED_RESULT {
57 return Combine(other).Equals(other);
  /packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
CallFilteringResult.java 34 * Combine this CallFilteringResult with another, returning a CallFilteringResult with
37 public CallFilteringResult combine(CallFilteringResult other) { method in class:CallFilteringResult
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 54 // ensure that an attempt to combine registers for a local
  /external/brotli/c/enc/
cluster.c 30 /* Returns entropy reduction of the context map when we combine two clusters. */
  /external/clang/test/SemaOpenCL/
invalid-pipes-cl2.0.cl 7 void test3(int pipe p) {// expected-error {{cannot combine with previous 'int' declaration specifier}}
  /external/curl/docs/cmdline-opts/
fail-early.d 20 server's HTTP status code. You can combine the two options, however note --fail
  /external/googletest/googletest/docs/
Samples.md 12 * [Sample #8](../samples/sample8_unittest.cc) shows using `Combine()` in value-parameterized tests.
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/input/
CompoundDirectoryInputFileGenerator.java 25 * An {@link InputFileGenerator} that can combine the output of other {@link InputFileGenerator}

Completed in 1827 milliseconds

1 2 34 5 6 7 8 91011>>