/external/clang/lib/Analysis/ |
Consumed.cpp | 48 // TODO: Test nested conditionals: A) Checking the same value multiple times, 949 void splitVarStateForIf(const IfStmt * IfNode, const VarTestResult &Test, 953 ConsumedState VarState = ThenStates->getState(Test.Var); 956 ThenStates->setState(Test.Var, Test.TestsFor); 957 ElseStates->setState(Test.Var, invertConsumedUnconsumed(Test.TestsFor)); 959 } else if (VarState == invertConsumedUnconsumed(Test.TestsFor)) { 962 } else if (VarState == Test.TestsFor) { [all...] |
/external/clang/test/CodeGenCXX/ |
const-init-cxx11.cpp | 73 struct Test : Ts... { constexpr Test() : Ts()..., n(5) {} int n; }; 75 using Test1 = Test<N, C, Cs<1,2>, D, X<C,1>>; 465 void test() { static long b = (long)&&lbl - a(false); lbl: return; } function 525 void test() {
|
/external/protobuf/gtest/include/gtest/ |
gtest.h | 32 // The Google C++ Testing Framework (Google Test) 34 // This header file defines the public API for Google Test. It should be 35 // included by any test program that uses Google Test. 47 // Acknowledgment: Google Test borrowed the idea of automatic test 57 #include <gtest/gtest-death-test.h> 59 #include <gtest/gtest-param-test.h> 61 #include <gtest/gtest-test-part.h> 62 #include <gtest/gtest-typed-test.h [all...] |
/external/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 44 # TODO(robinson): When we split this test in two, only some of these imports 45 # will be necessary in each test. 204 # Test a scalar. 219 # Helper used to test foreign messages and groups. 299 # Test simple, single-level nesting when we set a scalar. 323 # Test nesting when we add an element to a repeated field in a submessage. 330 # Do the same test, but with a repeated composite field within the 338 # Test nesting many levels deep. 542 # TODO(robinson): Test all other scalar field types. 553 # TODO(robinson): Test all other scalar field types [all...] |
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 21 #include "Test.h" 265 static void Test(int dirNo, const char* filename, TestStep testStep) { 266 TestResult test; local 267 test.init(dirNo); 268 test.fTestStep = testStep; 269 strcpy(test.fFilename, filename); 270 test.testOne(); 273 void test(int dirNo, const SkString& filename) { function in struct:TestResult 745 const TestResult& test = fResults[index]; local 746 if (filename.equals(test.fFilename)) 988 TestResult test; local [all...] |
SkpSkGrTest.cpp | 28 #include "Test.h" 81 static void Test(int dirNo, const char* filename, TestStep testStep, bool verbose) { 82 TestResult test; local 83 test.init(dirNo); 84 test.fTestStep = testStep; 85 strcpy(test.fFilename, filename); 86 test.testOne(); 88 SkDebugf("%s", test.status().c_str()); 92 void test(int dirNo, const SkString& filename) { function in struct:TestResult 614 result.test(dirNo, filename) [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest.cc | 32 // The Google C++ Testing Framework (Google Test) 129 // Indicates that this translation unit is part of Google Test's 151 // A test whose test case name or test name matches this filter is 155 // A test case whose name matches this filter is considered a death 156 // test case and will be run before test cases whose name doesn't 160 // A test filter that matches everything. 166 // The environment variable name for the test shard index 2317 Test* const test = internal::HandleExceptionsInMethodIfSupported( local [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest.cc | 32 // The Google C++ Testing Framework (Google Test) 126 // Indicates that this translation unit is part of Google Test's 148 // A test whose test case name or test name matches this filter is 152 // A test case whose name matches this filter is considered a death 153 // test case and will be run before test cases whose name doesn't 157 // A test filter that matches everything. 163 // The environment variable name for the test shard index 2329 Test* const test = internal::HandleExceptionsInMethodIfSupported( local [all...] |
/external/gtest/src/ |
gtest.cc | 32 // The Google C++ Testing Framework (Google Test) 129 // Indicates that this translation unit is part of Google Test's 151 // A test whose test case name or test name matches this filter is 155 // A test case whose name matches this filter is considered a death 156 // test case and will be run before test cases whose name doesn't 160 // A test filter that matches everything. 166 // The environment variable name for the test shard index 2317 Test* const test = internal::HandleExceptionsInMethodIfSupported( local [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest.cc | 32 // The Google C++ Testing Framework (Google Test) 126 // Indicates that this translation unit is part of Google Test's 148 // A test whose test case name or test name matches this filter is 152 // A test case whose name matches this filter is considered a death 153 // test case and will be run before test cases whose name doesn't 157 // A test filter that matches everything. 163 // The environment variable name for the test shard index 2300 Test* const test = internal::HandleExceptionsInMethodIfSupported( local [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | 32 // The Google C++ Testing Framework (Google Test) 126 // Indicates that this translation unit is part of Google Test's 148 // A test whose test case name or test name matches this filter is 152 // A test case whose name matches this filter is considered a death 153 // test case and will be run before test cases whose name doesn't 157 // A test filter that matches everything. 163 // The environment variable name for the test shard index 2329 Test* const test = internal::HandleExceptionsInMethodIfSupported( local [all...] |
/external/protobuf/gtest/src/ |
gtest.cc | 32 // The Google C++ Testing Framework (Google Test) 119 // Indicates that this translation unit is part of Google Test's 136 // A test whose test case name or test name matches this filter is 140 // A test case whose name matches this filter is considered a death 141 // test case and will be run before test cases whose name doesn't 145 // A test filter that matches everything. 151 // The environment variable name for the test shard index 2263 Test* test = NULL; local 2282 Test* test = factory_->CreateTest(); local [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest.cc | 32 // The Google C++ Testing Framework (Google Test) 129 // Indicates that this translation unit is part of Google Test's 151 // A test whose test case name or test name matches this filter is 155 // A test case whose name matches this filter is considered a death 156 // test case and will be run before test cases whose name doesn't 160 // A test filter that matches everything. 166 // The environment variable name for the test shard index 2302 Test* const test = internal::HandleExceptionsInMethodIfSupported( local [all...] |
/external/chromium_org/testing/gtest/include/gtest/ |
gtest.h | 32 // The Google C++ Testing Framework (Google Test) 34 // This header file defines the public API for Google Test. It should be 35 // included by any test program that uses Google Test. 47 // Acknowledgment: Google Test borrowed the idea of automatic test 60 #include "gtest/gtest-death-test.h" 62 #include "gtest/gtest-param-test.h" 65 #include "gtest/gtest-test-part.h" 66 #include "gtest/gtest-typed-test.h [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel_unittest.cc | 101 static const cricket::RelayCredentials kRelayCredentials("test", "test"); 115 // This test simulates 2 P2P endpoints that want to establish connectivity 117 // specified in each individial test. 125 // form of connectivity to the other side. The test checks that the P2P 129 // specialized test behavior. 130 class P2PTransportChannelTestBase : public testing::Test, 320 "test content name", component, NULL, GetAllocator(endpoint)); 427 void Test(const Result& expected) { 487 // local to stun based on the test type [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest.h | 32 // The Google C++ Testing Framework (Google Test) 34 // This header file defines the public API for Google Test. It should be 35 // included by any test program that uses Google Test. 47 // Acknowledgment: Google Test borrowed the idea of automatic test 59 #include "gtest/gtest-death-test.h" 61 #include "gtest/gtest-param-test.h" 64 #include "gtest/gtest-test-part.h" 65 #include "gtest/gtest-typed-test.h [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
reflection_test.py | 239 # Test a scalar. 254 # Helper used to test foreign messages and groups. 328 # Test simple, single-level nesting when we set a scalar. 384 # This test exercises the code path that does not use ReleaseMessage(). 397 # This test exercises releasing a nested message that is lazy. This test 410 # Test nesting when we add an element to a repeated field in a submessage. 417 # Do the same test, but with a repeated composite field within the 425 # Test nesting many levels deep. 664 # TODO(robinson): Test all other scalar field types [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
regexp_benchmark.cc | 7 #include "util/test.h" 15 void Test(); 23 void Test() { 38 LOG(INFO) << "test passed\n"; 136 // to test worst-case search behavior. [all...] |
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | 44 # 2006-06-17 Nicko: Test suite with various image generators. 2434 def test(): function [all...] |
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | [all...] |
/external/gtest/include/gtest/ |
gtest.h | 32 // The Google C++ Testing Framework (Google Test) 34 // This header file defines the public API for Google Test. It should be 35 // included by any test program that uses Google Test. 47 // Acknowledgment: Google Test borrowed the idea of automatic test 60 #include "gtest/gtest-death-test.h" 62 #include "gtest/gtest-param-test.h" 65 #include "gtest/gtest-test-part.h" 66 #include "gtest/gtest-typed-test.h [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | 32 // The Google C++ Testing Framework (Google Test) 34 // This header file defines the public API for Google Test. It should be 35 // included by any test program that uses Google Test. 47 // Acknowledgment: Google Test borrowed the idea of automatic test 59 #include "gtest/gtest-death-test.h" 61 #include "gtest/gtest-param-test.h" 64 #include "gtest/gtest-test-part.h" 65 #include "gtest/gtest-typed-test.h [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest.h | 32 // The Google C++ Testing Framework (Google Test) 34 // This header file defines the public API for Google Test. It should be 35 // included by any test program that uses Google Test. 47 // Acknowledgment: Google Test borrowed the idea of automatic test 59 #include "gtest/gtest-death-test.h" 61 #include "gtest/gtest-param-test.h" 64 #include "gtest/gtest-test-part.h" 65 #include "gtest/gtest-typed-test.h [all...] |
/external/regex-re2/re2/testing/ |
regexp_benchmark.cc | 7 #include "util/test.h" 15 void Test(); 23 void Test() { 38 LOG(INFO) << "test passed\n"; 136 // to test worst-case search behavior. [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest.h | 32 // The Google C++ Testing Framework (Google Test) 34 // This header file defines the public API for Google Test. It should be 35 // included by any test program that uses Google Test. 47 // Acknowledgment: Google Test borrowed the idea of automatic test 60 #include "gtest/gtest-death-test.h" 62 #include "gtest/gtest-param-test.h" 65 #include "gtest/gtest-test-part.h" 66 #include "gtest/gtest-typed-test.h [all...] |