HomeSort by relevance Sort by last modified time
    Searched refs:Combine (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/google-breakpad/src/testing/gtest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /external/libvpx/libvpx/test/
codec_factory.h 162 ::testing::Combine( \
258 ::testing::Combine( \
vp9_ethread_test.cc 395 ::testing::Combine(
406 ::testing::Combine(
418 ::testing::Combine(
invalid_file_test.cc 209 ::testing::Combine(
superframe_test.cc 98 ::testing::Combine(::testing::Values(::libvpx_test::kTwoPassGood),
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [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(
secure_blob.cc 43 SecureBlob SecureBlob::Combine(const SecureBlob& blob1,
secure_blob_unittest.cc 102 SecureBlob combined_blob = SecureBlob::Combine(blob1, blob2);
  /external/skia/src/gpu/
GrProcessorAnalysis.h 62 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a,
  /external/skqp/src/gpu/
GrProcessorAnalysis.h 62 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a,
  /system/media/audio_utils/tests/
format_tests.cpp 111 INSTANTIATE_TEST_CASE_P(FormatVariations, FormatTest, ::testing::Combine(
  /frameworks/ml/nn/runtime/test/
TestUnknownDimensions.cpp 76 auto ioValues = testing::Combine(ioDimensionValues, ioDimensionValues);
77 auto constantValues = testing::Combine(constantDimensionValues, constantDimensionValues);
78 auto combinedValues = testing::Combine(ioValues, ioValues, constantValues, ioValues);
  /external/googletest/googletest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/testutil/
random_tree_gen.cc 125 Combine(&ret, &left_branch, &right_branch);
130 void RandomTreeGen::Combine(DecisionTreeConfig* root,
  /external/v8/testing/gtest/test/
gtest-param-test_test.cc 66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produces an empty sequence, too
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/
Android.mk 18 $(1)/combine.ar: $(addprefix $(1)/, $(ALL_LIBS))
19 @echo "create libshaderc_combined.a" > $(1)/combine.ar
21 @echo "addlib $(lib)" >> $(1)/combine.ar
23 @echo "save" >> $(1)/combine.ar
24 @echo "end" >> $(1)/combine.ar
26 $(1)/libshaderc_combined.a: $(addprefix $(1)/, $(ALL_LIBS)) $(1)/combine.ar
27 @echo "[$(TARGET_ARCH_ABI)] Combine: libshaderc_combined.a <= $(ALL_LIBS)"
28 @cd $(1) && $(2)ar -M < combine.ar && cd $(ROOT_SHADERC_PATH)
  /external/trappy/trappy/stats/
grammar.py 22 alphas, alphanums, Forward, Word, opAssoc, operatorPrecedence, Combine, Group
50 INTEGER = Combine(Optional(oneOf("+ -")) + Word(nums))\
52 REAL = Combine(Optional(oneOf("+ -")) + Word(nums) + "." +
60 FUNC_NAME = delimitedList(IDENTIFIER, delim=".", combine=True)
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_runtime_test.cc 167 ::testing::Combine(::testing::ValuesIn(MatMulShapes),
  /external/webrtc/webrtc/common_audio/
audio_ring_buffer_unittest.cc 87 ::testing::Combine(::testing::Values(10, 20, 42), // num_write_chunk_frames
  /external/webrtc/webrtc/system_wrappers/source/
data_log_c.cc 30 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
  /external/tensorflow/tensorflow/compiler/xla/tests/
matrix_ops_simple_test.cc 221 ::testing::Combine(::testing::Bool(), ::testing::Bool(),
293 ::testing::Combine(::testing::Bool(), ::testing::Bool(),
reduce_window_test.cc 778 ::testing::Combine(::testing::ValuesIn(kR4ReduceWindowTestValues),
    [all...]

Completed in 628 milliseconds

12 3 4 5