HomeSort by relevance Sort by last modified time
    Searched defs:Combine (Results 1 - 25 of 28) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-param-test.h 89 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 93 // Combine(g1, g2, ..., gN) - Yields all combinations (the Cartesian product
    [all...]
  /external/libbrillo/brillo/
secure_blob.cc 43 SecureBlob SecureBlob::Combine(const SecureBlob& blob1,
url_utils.cc 66 std::string url::Combine(const std::string& url, const std::string& subpath) {
mime_utils.cc 107 std::string mime::Combine(const std::string& type,
  /external/skia/src/core/
SkEdgeBuilder.h 35 enum Combine {
41 Combine CombineVertical(const SkEdge* edge, SkEdge* last);
42 Combine CombineVertical(const SkAnalyticEdge* edge, SkAnalyticEdge* last);
43 Combine checkVertical(const SkEdge* edge, SkEdge** edgePtr);
44 Combine checkVertical(const SkAnalyticEdge* edge, SkAnalyticEdge** edgePtr);
  /external/webrtc/webrtc/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log.cc 283 std::string DataLog::Combine(const std::string& table_name, int table_id) {
  /external/skia/src/gpu/
GrProcessorAnalysis.h 62 static GrProcessorAnalysisColor Combine(const GrProcessorAnalysisColor& a,
  /external/v8/src/arm64/
assembler-arm64-inl.h 151 inline void CPURegList::Combine(const CPURegList& other) {
167 inline void CPURegList::Combine(const CPURegister& other) {
170 Combine(other.code());
185 inline void CPURegList::Combine(int code) {
    [all...]
  /art/compiler/optimizing/
register_allocator_graph_color.cc 500 void Combine(InterferenceNode* from, InterferenceNode* into);
    [all...]
  /external/v8/src/regexp/
jsregexp.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 145 /// combine - call the node-specific routine that knows how to fold each
148 SDValue combine(SDNode *N);
585 "Cannot combine value to value of different type!"));
1116 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
    [all...]
  /external/fmtlib/test/gtest/
gtest.h 219 // GTEST_HAS_COMBINE - the Combine() function (for value-parameterized
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 222 SDValue combine(SDNode *N);
1448 SDValue DAGCombiner::combine(SDNode *N) { function in class:DAGCombiner
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 199 // GTEST_HAS_COMBINE - the Combine() function (for value-parameterized
    [all...]

Completed in 1035 milliseconds

1 2