Searched
refs:TEST (Results
526 -
550 of
790) sorted by null
<<21222324252627282930>>
/external/compiler-rt/lib/tsan/unit_tests/ |
tsan_sync_test.cc | 24 TEST(Sync, Table) {
|
/external/grub/lib/ |
getopt1.c | 100 #ifdef TEST 192 #endif /* TEST */
|
/external/gtest/samples/ |
sample7_unittest.cc | 32 // This sample shows how to test common properties of multiple 34 // value-parameterized tests. Each test in the test case has 48 // As a general rule, to prevent a test from affecting the tests that come 49 // after it, you should create and destroy the tested objects for each test 51 // function for PrimeTable objects. We will instantiate objects in test's 64 // Inside the test body, fixture constructor, SetUp(), and TearDown() you 65 // can refer to the test parameter by GetParam(). In this case, the test 109 // or bind them to a list of values which will be used as test parameters [all...] |
/external/gtest/test/ |
gtest_env_var_test_.cc | 32 // A helper program for testing that Google Test parses the environment 47 // The purpose of this is to make the test more realistic by ensuring 49 // We don't actual run the TEST itself. 50 TEST(GTestEnvVarTest, Dummy) {
|
/external/llvm/lib/Target/NVPTX/ |
NVPTX.h | 71 TEST
|
/external/llvm/unittests/ADT/ |
SparseSetTest.cpp | 20 TEST(SparseSetTest, EmptySet) { 43 TEST(SparseSetTest, SingleEntrySet) { 80 TEST(SparseSetTest, MultipleEntrySet) { 167 TEST(SparseSetTest, AltStructSet) {
|
/external/llvm/unittests/Bitcode/ |
BitReaderTest.cpp | 26 Module* Mod = new Module("test-mem", getGlobalContext()); 53 TEST(BitReaderTest, MaterializeFunctionsForBlockAddr) { // PR11677 56 MemoryBuffer *Buffer = MemoryBuffer::getMemBuffer(Mem.str(), "test", false);
|
/external/llvm/unittests/Transforms/Utils/ |
Local.cpp | 20 TEST(Local, RecursivelyDeleteDeadPHINodes) {
|
/external/protobuf/gtest/samples/ |
sample7_unittest.cc | 32 // This sample shows how to test common properties of multiple 34 // value-parameterized tests. Each test in the test case has 50 // side effects. Thus you should create and destroy them for each test. 52 // objects. We will instantiate objects in test's SetUp() method and 65 // Inside the test body, fixture constructor, SetUp(), and TearDown() 66 // you can refer to the test parameter by GetParam(). 67 // In this case, the test parameter is a PrimeTableFactory interface pointer 111 // or bind them to a list of values which will be used as test parameters. 124 // Google Test doesn't support value-parameterized tests on some platform [all...] |
/external/protobuf/gtest/test/ |
gtest_env_var_test_.cc | 32 // A helper program for testing that Google Test parses the environment 47 // The purpose of this is to make the test more realistic by ensuring 49 // We don't actual run the TEST itself. 50 TEST(GTestEnvVarTest, Dummy) {
|
gtest_environment_test.cc | 32 // Tests using global test environments. 48 // For testing using global test environments. 101 // Was the TEST run? 104 // The sole purpose of this TEST is to enable us to check whether it 106 TEST(FooTest, Bar) { 134 // Registers a global test environment, and verifies that the 162 // Verifies that RUN_ALL_TESTS() runs no test when the global set-up 174 // tear-down when there is no test to run. 177 "RUN_ALL_TESTS() should return zero, as there is no test to run."); 179 "The global set-up should not run, as there is no test to run.") [all...] |
/external/protobuf/src/google/protobuf/compiler/python/ |
python_plugin_unittest.cc | 33 // TODO(kenton): Share code with the versions of this test in other languages? 77 // This test verifies that all the expected insertion points exist. It does 79 // compiling the output which is a bit more than I care to do for this test. 80 TEST(PythonPluginTest, PluginTest) { 87 TestTempDir() + "/test.proto"); 106 "test.proto"
|
/external/v8/test/cctest/ |
test-platform-tls.cc | 58 TEST(FastTLS) {
|
test-version.cc | 59 // Test version without specific SONAME. 66 // Test version with specific SONAME. 76 TEST(VersionString) {
|
/external/webkit/Tools/TestWebKitAPI/ |
Test.h | 34 class Test { 36 virtual ~Test() { } 49 static Test* create(const std::string& identifier) 56 Test(const std::string& identifier) 67 // Use this to define a new test. 68 #define TEST(testSuite, testCaseName) \ 69 class TEST_CLASS_NAME(testSuite, testCaseName) : public Test { \ 72 : Test(identifier) \ 78 static Test::Register<TEST_CLASS_NAME(testSuite, testCaseName)> TEST_REGISTRAR_NAME(testSuite, testCaseName)(#testSuite, #testCaseName); \
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
CanHandleRequest.cpp | 26 #include "Test.h" 56 TEST(WebKit2, CanHandleRequest)
|
CookieManager.cpp | 26 #include "Test.h" 37 // Make sure that the policy on the machine running the test is not changed after running the test. 71 TEST(WebKit2, CookieManager)
|
Find.cpp | 26 #include "Test.h" 51 TEST(WebKit2, Find)
|
FrameMIMETypeHTML.cpp | 26 #include "Test.h" 57 TEST(WebKit2, FrameMIMETypeHTML)
|
FrameMIMETypePNG.cpp | 26 #include "Test.h" 57 TEST(WebKit2, FrameMIMETypePNG)
|
HitTestResultNodeHandle.cpp | 26 #include "Test.h" 71 TEST(WebKit2, HitTestResultNodeHandle)
|
InjectedBundleBasic.cpp | 26 #include "Test.h" 53 TEST(WebKit2, InjectedBundleBasic)
|
PageLoadDidChangeLocationWithinPageForFrame.cpp | 26 #include "Test.h" 60 TEST(WebKit2, PageLoadDidChangeLocationWithinPageForFrame)
|
PreventEmptyUserAgent.cpp | 26 #include "Test.h" 59 TEST(WebKit2, PreventEmptyUserAgent)
|
ResponsivenessTimerDoesntFireEarly.cpp | 26 #include "Test.h" 76 TEST(WebKit2, ResponsivenessTimerDoesntFireEarly)
|
Completed in 895 milliseconds
<<21222324252627282930>>