HomeSort by relevance Sort by last modified time
    Searched refs:TEST (Results 451 - 475 of 790) sorted by null

<<11121314151617181920>>

  /external/llvm/unittests/ExecutionEngine/JIT/
MultiJITTest.cpp 71 TEST(MultiJitTest, EagerMode) {
101 TEST(MultiJitTest, LazyMode) {
135 TEST(MultiJitTest, JitPool) {
  /external/protobuf/gtest/test/
gtest_repeat_test.cc 38 // Indicates that this translation unit is part of Google Test's
61 // We need this when we are testing Google Test itself and therefore
62 // cannot use Google Test assertions.
90 // A test that should fail.
94 TEST(FooTest, ShouldFail) {
99 // A test that should pass.
103 TEST(FooTest, ShouldPass) {
107 // A test that contains a thread-safe death test and a fast death
108 // test. It should pass
    [all...]
  /external/stlport/test/eh/
gcc-amigaos-m68k.mak 33 TEST = ./eh_test.out
44 check: $(TEST)
76 $(TEST) : $(TEST_EXE)
cygwin.mak 32 TEST = ./eh_test.out
46 check: $(TEST)
78 $(TEST) : $(TEST_EXE)
djgpp.mak 32 TEST = ./eh_test.out
46 check: $(TEST)
79 $(TEST) : $(TEST_EXE)
gcc-99r1.mak 32 TEST = ./eh_test.out
46 check: $(TEST)
68 $(TEST) : $(TEST_EXE)
gcc-apple-macosx.mak 33 TEST = ./eh_test.out
47 check: $(TEST)
79 $(TEST) : $(TEST_EXE)
gcc-freebsd.mak 33 TEST = ./eh_test.out
48 check: $(TEST)
81 $(TEST) : $(TEST_EXE)
gcc-hp11.mak 33 TEST = ./eh_test.out
48 check: $(TEST)
80 $(TEST) : $(TEST_EXE)
gcc-irix.mak 33 TEST = ./eh_test.out
47 check: $(TEST)
79 $(TEST) : $(TEST_EXE)
gcc-linux.mak 33 TEST = ./eh_test.out
47 check: $(TEST)
78 $(TEST) : $(TEST_EXE)
gcc-netbsd.mak 33 TEST = ./eh_test.out
47 check: $(TEST)
79 $(TEST) : $(TEST_EXE)
gcc.mak 33 TEST = ./eh_test.out
47 check: $(TEST)
79 $(TEST) : $(TEST_EXE)
hpacc.mak 32 TEST = ./eh_test.out
47 check: $(TEST)
77 $(TEST) : $(TEST_EXE)
mingw32.mak 32 TEST = ./eh_test.out
46 check: $(TEST)
69 $(TEST) : $(TEST_EXE)
  /external/v8/test/cctest/
cctest.h 33 #ifndef TEST
34 #define TEST(Name) \
35 static void Test##Name(); \
36 CcTest register_test_##Name(Test##Name, __FILE__, #Name, NULL, true); \
37 static void Test##Name()
42 static void Test##Name(); \
43 CcTest register_test_##Name(Test##Name, __FILE__, #Name, #Dep, true); \
44 static void Test##Name()
49 static void Test##Name(); \
50 CcTest register_test_##Name(Test##Name, __FILE__, #Name, NULL, false);
    [all...]
test-dictionary.cc 42 TEST(ObjectHashTable) {
103 TEST(ObjectHashSetCausesGC) {
126 TEST(ObjectHashTableCausesGC) {
test-lockers.cc 97 TEST(KangarooIsolates) {
206 TEST(IsolateLockingStress) {
243 TEST(MultithreadedParallelIsolates) {
281 TEST(IsolateNestedLocking) {
321 TEST(SeparateIsolatesLocksNonexclusive) {
395 TEST(LockerUnlocker) {
448 TEST(LockTwiceAndUnlock) {
519 TEST(LockAndUnlockDifferentIsolates) {
569 TEST(LockUnlockLockMultithreaded) {
620 TEST(LockUnlockLockDefaultIsolateMultithreaded)
    [all...]
test-heap-profiler.cc 92 TEST(HeapSnapshot) {
131 TEST(HeapSnapshotObjectSizes) {
154 // Test sizes.
161 TEST(BoundFunctionInSnapshot) {
198 TEST(HeapSnapshotEntryChildren) {
222 TEST(HeapSnapshotCodeObjects) {
287 TEST(HeapSnapshotHeapNumbers) {
303 TEST(HeapSnapshotSlicedString) {
326 TEST(HeapSnapshotInternalReferences) {
355 TEST(HeapEntryIdsAndArrayShift)
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
TilingDataTest.cpp 41 TEST(TilingDataTest, numTiles_NoTiling)
50 TEST(TilingDataTest, numTiles_TilingNoBorders)
101 TEST(TilingDataTest, numTiles_TilingWithBorders)
153 TEST(TilingDataTest, tileXIndexFromSrcCoord)
181 TEST(TilingDataTest, tileYIndexFromSrcCoord)
210 TEST(TilingDataTest, tileSizeX)
234 TEST(TilingDataTest, tileSizeY)
259 TEST(TilingDataTest, tileSizeX_and_tilePositionX)
314 TEST(TilingDataTest, tileSizeY_and_tilePositionY)
369 TEST(TilingDataTest, setTotalSize
    [all...]
  /external/chromium/base/
atomicops_unittest.cc 14 // For now, we just test single threaded execution
18 // test that some future change to the asm code doesn't cause the
92 // Use test value that has non-zero bits in both halves, more for testing
115 // Use test value that has non-zero bits in both halves, more for testing
133 // Test at rollover boundary between int_max and int_min
144 // Test at 32-bit boundary for 64-bit atomic type.
213 TEST(AtomicOpsTest, Inc) {
218 TEST(AtomicOpsTest, CompareAndSwap) {
223 TEST(AtomicOpsTest, Exchange) {
228 TEST(AtomicOpsTest, IncrementBounds)
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_xml_parser_unittest.cc 15 TEST(AutofillQueryXmlParserTest, BasicQuery) {
44 // Test parsing the upload required attribute.
45 TEST(AutofillQueryXmlParserTest, TestUploadRequired) {
96 // Test parsing the experiment id attribute
97 TEST(AutofillQueryXmlParserTest, ParseExperimentId) {
156 // Test badly formed XML queries.
157 TEST(AutofillQueryXmlParserTest, ParseErrors) {
162 // Test no Autofill type.
177 // Test an incorrect Autofill type.
193 // Test an incorrect Autofill type
    [all...]
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 19 TEST(JSONValueSerializerTest, Roundtrip) {
76 TEST(JSONValueSerializerTest, StringEscape) {
108 // Test JSONWriter interface
115 // Test JSONValueSerializer interface (uses JSONWriter).
121 TEST(JSONValueSerializerTest, UnicodeStrings) {
124 string16 test(WideToUTF16(L"\x7F51\x9875"));
125 root.SetString("web", test);
142 ASSERT_EQ(test, web_value);
145 TEST(JSONValueSerializerTest, HexStrings) {
148 string16 test(WideToUTF16(L"\x01\x02"))
    [all...]
  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 113 TEST(ProxyResolverJSBindingsTest, DnsResolve) {
136 // TODO(eroman): would be nice to have an IPV6 test here too, but that
140 TEST(ProxyResolverJSBindingsTest, MyIpAddress) {
156 // but that the Microsoft extensions to PAC do not. We test this
167 TEST(ProxyResolverJSBindingsTest, RestrictAddressFamily) {
200 // Now the actual test.
220 // Test that myIpAddressEx() and dnsResolveEx() both return a semi-colon
223 TEST(ProxyResolverJSBindingsTest, ExFunctionsReturnList) {
240 TEST(ProxyResolverJSBindingsTest, PerRequestDNSCache) {
289 // Test that when a binding is called, it logs to the per-request NetLog
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common_unittest.cc 51 TEST(VersionTest, VersionMatchesConfig) {
68 TEST(CommonTest, IntMinMaxConstants) {
88 TEST(LoggingTest, DefaultLogging) {
103 TEST(LoggingTest, NullLogging) {
117 TEST(LoggingTest, CaptureLogging) {
137 TEST(LoggingTest, SilenceLogging) {
163 class ClosureTest : public testing::Test {
227 Closure* closure = NewCallback(&SetCFunction, string("test"));
228 EXPECT_NE("test", c_);
230 EXPECT_EQ("test", c_)
    [all...]

Completed in 2308 milliseconds

<<11121314151617181920>>