/external/llvm/unittests/ExecutionEngine/JIT/ |
JITMemoryManagerTest.cpp | 33 TEST(JITMemoryManagerTest, NoAllocations) { 72 TEST(JITMemoryManagerTest, TestCodeAllocation) { 159 TEST(JITMemoryManagerTest, TestSmallGlobalInts) { 206 TEST(JITMemoryManagerTest, TestLargeGlobalArray) { 234 // Allocate lots of medium globals so that we can test moving the bump allocator 236 TEST(JITMemoryManagerTest, TestManyGlobals) { 257 // Allocate lots of function stubs so that we can test moving the stub bump 259 TEST(JITMemoryManagerTest, TestManyStubs) {
|
/external/v8/test/cctest/ |
test-thread-termination.cc | 121 // Test that a single thread of JavaScript execution can terminate 123 TEST(TerminateOnlyV8ThreadFromThreadItself) { 134 // Test that we can run the code again after thread termination. 141 // Test that a single thread of JavaScript execution can terminate 143 TEST(TerminateOnlyV8ThreadFromThreadItselfNoLoop) { 155 // Test that we can run the code again after thread termination. 177 // Test that a single thread of JavaScript execution can be terminated 179 TEST(TerminateOnlyV8ThreadFromOtherThread) { 227 // Test that multiple threads using default isolate can be terminated 229 TEST(TerminateMultipleV8ThreadsDefaultIsolate) [all...] |
test-cpu-profiler.cc | 20 TEST(StartStop) { 78 TEST(CodeEvents) { 140 TEST(TickEvents) { 215 // This test must not crash. 216 TEST(CrashIfStoppingLastNonExistentProfile) { 230 TEST(Issue1398) { 268 TEST(DeleteAllCpuProfiles) { 289 // Test profiling cancellation by the 'delete' command. 300 TEST(DeleteCpuProfile) { 346 TEST(DeleteCpuProfileDifferentTokens) [all...] |
test-log.cc | 99 TEST(ProfLazyMode) { 104 LOGGER->StringEvent("test-start", ""); 106 LOGGER->StringEvent("test-profiler-start", ""); 114 LOGGER->StringEvent("test-profiler-stop", ""); 117 LOGGER->StringEvent("test-profiler-start-2", ""); 125 LOGGER->StringEvent("test-profiler-stop-2", ""); 126 LOGGER->StringEvent("test-stop", ""); 134 StrNStr(log.start(), "test-start,", log.length()); 137 StrNStr(log.start(), "test-profiler-start,", log.length()); 141 StrNStr(log.start(), "test-profiler-stop,", log.length()) [all...] |
test-weakmaps.cc | 67 TEST(Weakness) { 122 TEST(Shrinking) {
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_1/ |
jsref.js | 27 function test() { function 137 var sizeTag = "<#TEST CASES SIZE>"; 138 var doneTag = "<#TEST CASES DONE>"; 139 var beginTag = "<#TEST CASE ";
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/ |
jsref.js | 26 function test() { function 135 var sizeTag = "<#TEST CASES SIZE>"; 136 var doneTag = "<#TEST CASES DONE>"; 137 var beginTag = "<#TEST CASE ";
|
/tools/build/builder/src/main/java/com/android/builder/ |
VariantConfiguration.java | 50 /** Optional tested config in case type is Type#TEST */ 52 /** An optional output that is only valid if the type is Type#LIBRARY so that the test 69 DEFAULT, LIBRARY, TEST; 127 checkState(mType != Type.TEST || mTestedConfig != null); 291 if (mType == Type.TEST) { 296 packageName = testedPackage + ".test"; 309 if (mType == Type.TEST) { 345 private final static String DEFAULT_TEST_RUNNER = "android.test.InstrumentationTestRunner"; 381 // this could not exist in a test project. 413 * as well as tested config if applicable (test of a library) [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 104 /* synwee : added collation element iterator test */ 131 /* synwee : added collation element iterator test */ 332 /* not used currently - does not test only prints */ 764 static void logFailure (const char *platform, const char *test, 778 log_err("Difference between expected and generated order. Run test with -v for more info\n"); 827 strcat(output, test); 2628 static const char *test[] = { local 2935 UChar test[256] = {0}; local 3180 static const char *test[] = { local 3217 static char *test[4]; local 3270 static const char *test[] = { local 3480 const char* test[] = { local 4330 const char* test[] = { local 4357 static const char *test[] = { "\\\\u4E56\\\\u4E56\\\\u7761", "\\\\u4E56\\\\u5B69\\\\u5B50" }; local 4577 const static char *test[] = { local 4837 static const char *test = "this is a test string"; local 4890 const static char *test[] = { local 4901 const static char *test[] = { "a", "y" }; local 5302 static const char *test = "\\\\u4e00"; local [all...] |
usettest.c | 15 #define TEST(x) addTest(root, &x, "uset/" # x) 40 TEST(TestAPI); 41 TEST(Testj2269); 42 TEST(TestSerialized); 43 TEST(TestNonInvariantPattern); 44 TEST(TestBadPattern); 45 TEST(TestFreezable); 46 TEST(TestSpan); 79 * Basic API test for uset.x 155 /* How to test this one...? * [all...] |
/external/chromium/base/memory/ |
scoped_ptr_unittest.cc | 28 TEST(ScopedPtrTest, ScopedPtr) { 42 // Test reset() and release() 72 // Test swap(), == and != 95 TEST(ScopedPtrTest, ScopedArray) { 114 // Test reset() and release() 143 // Test swap(), == and !=
|
/external/chromium/base/threading/ |
thread_local_unittest.cc | 66 // In this test, we start 2 threads which will access a ThreadLocalPointer. We 68 TEST(ThreadLocalTest, Pointer) { 144 TEST(ThreadLocalTest, Boolean) {
|
/external/chromium/base/ |
tuple_unittest.cc | 32 TEST(TupleTest, Basic) { 102 TEST(TupleTest, Copying) {
|
/external/chromium/chrome/browser/autofill/ |
phone_number_unittest.cc | 11 TEST(PhoneNumberTest, Parser) { 16 // Test for empty string. Should give back empty strings. 23 // Test for string with less than 7 digits. Should give back empty strings. 30 // Test for string with exactly 7 digits. Should give back only phone number. 37 // Test for string with exactly 7 digits and separators. Should give back 46 // Test for string with greater than 7 digits but less than 10 digits. 54 // Test for string with greater than 7 digits but less than 10 digits and 63 // Test for string with exactly 10 digits. 71 // Test for string with exactly 10 digits and separators. 80 // Test for string with over 10 digits [all...] |
/external/chromium/chrome/browser/download/ |
download_util_unittest.cc | 12 #include "base/test/test_file_util.h" 134 // Test truncation of trailing dots and spaces 360 // NetUtilTest.{GetSuggestedFilename, GetFileNameFromCD} test these 380 "http://www.example.com/test%20123", 382 L"test 123" JPEG_EXT 442 TEST(DownloadUtilTest, GenerateFileName) { 444 // This test doesn't run when the locale is not UTF-8 because some of the 451 << "for this test to pass!"; 573 TEST(DownloadUtilTest, GenerateSafeFileName) {
|
/external/chromium/chrome/browser/net/ |
passive_log_collector_unittest.cc | 72 // Test that once the tracker contains a total maximum amount of data 74 TEST(RequestTrackerTest, DropsAfterMaximumSize) { 91 TEST(RequestTrackerTest, BasicBounded) { 124 TEST(RequestTrackerTest, GraveyardBounded) { 152 TEST(RequestTrackerTest, GraveyardIsFiltered) { 175 TEST(SpdySessionTracker, MovesToGraveyard) { 205 // Test that when a SOURCE_HTTP_STREAM_JOB is connected to a SOURCE_URL_REQUEST 209 TEST(PassiveLogCollectorTest, HoldReferenceToDependentSource) { 359 TEST(PassiveLogCollectorTest, HoldReferenceToDeletedSource) { 442 // Regression test for http://crbug.com/5884 [all...] |
/external/chromium/googleurl/src/ |
url_parse_unittest.cc | 136 TEST(URLParser, Length) { 165 TEST(URLParser, CountCharactersBefore) { 173 // Test each possibility in the case where all components are present. 192 // Now test when the requested component is missing. 209 // File URLs are special with no host, so we test those. 218 // Simple test to distinguish file and standard URLs. 329 TEST(URLParser, Standard) { 364 TEST(URLParser, PathURL) { 420 TEST(URLParser, WindowsFile) { 442 TEST(URLParser, ExtractFileName) [all...] |
/external/chromium/net/proxy/ |
proxy_config_unittest.cc | 22 TEST(ProxyConfigTest, Equals) { 23 // Test |ProxyConfig::auto_detect|. 39 // Test |ProxyConfig::pac_url|. 51 // Test |ProxyConfig::proxy_rules|. 73 // Test |ProxyConfig::bypass_rules|. 85 // Test |ProxyConfig::proxy_rules.reverse_bypass|. 98 TEST(ProxyConfigTest, ParseProxyRules) {
|
/external/llvm/test/ |
Makefile.tests | 8 # If the user specified a TEST= option on the command line, we do not want to do 10 # test:: target. 12 ifdef TEST 13 test:: 40 TESTRUNR = @echo Running test: $<; \ 41 PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \ 42 $(LLVM_SRC_ROOT)/test/TestRunner.sh
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 44 TEST: 55 next TEST; 58 # open(TEST, $testfile) || die("Can't open testfile: $!"); 61 # my $t_input = <TEST>; 122 Specify the path to the Markdown script to test. Defaults to 129 Specify the path to a directory containing test data. Defaults to "Tests". 134 output before comparing script output to the expected test result.
|
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | 468 @abstract Returns 0 if the test success. If the test fails, returns errno if non-zero and othewise the alternate error. 471 #define translate_errno( TEST, ERRNO, ALTERNATE_ERROR ) ( ( TEST ) ? 0 : ( ERRNO ) ? ( ERRNO ) : ( ALTERNATE_ERROR ) ) 681 #define check_translated_errno( TEST, ERRNO, ALTERNATE_ERROR ) \ 684 if( !( TEST ) ) \ 690 debug_print_assert( localErr, #TEST, NULL, __FILE__, __LINE__, __ROUTINE__ ); \ 695 #define check_translated_errno( TEST, ERRNO, ALTERNATE_ERROR ) [all...] |
/external/openssl/crypto/mdc2/ |
mdc2dgst.c | 181 #undef TEST 183 #ifdef TEST
|
/external/regex-re2/util/ |
sparse_array_test.cc | 14 TEST(SparseArray, BasicOperations) { 58 class SparseArrayStringTest : public testing::Test { 97 TEST(SparseArrayTest, Erase) {
|
/external/webkit/Source/WebKit/chromium/tests/ |
WebInputEventFactoryTestGtk.cpp | 44 TEST(WebInputEventFactoryTest, DoubleClick) 112 TEST(WebInputEventFactoryTest, MouseUpClickCount)
|
/external/bison/lib/ |
getopt1.c | 86 #ifdef TEST 176 #endif /* TEST */
|