/art/test/002-sleep/ |
info.txt | 0 Test that Thread.sleep() operates reasonably. This test is actually 2 mostly meant as an easy thing to modify in order to test other things
|
/art/test/033-class-init-deadlock/ |
expected.txt | 1 Deadlock test starting. 4 Deadlock test interrupting threads. 5 Deadlock test main thread bailing.
|
/dalvik/tests/002-sleep/ |
info.txt | 0 Test that Thread.sleep() operates reasonably. This test is actually 2 mostly meant as an easy thing to modify in order to test other things
|
/dalvik/tests/033-class-init-deadlock/ |
expected.txt | 1 Deadlock test starting. 4 Deadlock test interrupting threads. 5 Deadlock test main thread bailing.
|
/development/ndk/samples/test-libstdc++/jni/ |
Android.mk | 1 # A simple test for the minimal standard C++ library 7 LOCAL_MODULE := test-libstl 8 LOCAL_SRC_FILES := test-libstl.cpp
|
/external/antlr/antlr-3.4/runtime/Perl5/t/author/ |
pod-coverage.t | 4 use Test::More; 6 eval "use Test::Pod::Coverage"; 8 plan skip_all => "Test::Pod::Coverage required for testing POD coverage: $@";
|
pod.t | 4 use Test::More; 6 eval "use Test::Pod"; 8 plan skip_all => "Test::Pod required for testing POD: $@";
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
00_pod.t | 4 use Test::More; 6 eval "use Test::Pod 1.00"; 7 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsgtst.h | 13 /* C API TEST FOR MESSAGE FORMAT */ 24 /* The function used to test the Message format API*/ 27 * Test u_formatMessage() with various test patterns 31 * Test u_formatMessage() with sample test Patterns 35 * Test format and parse sequence and roundtrip 39 * Test u_formatMessage() with choice option 43 * Test u_formatMessage() with Select option 47 * Test u_parseMessage() with various test patterns( [all...] |
/external/chromium_org/tools/gyp/test/configurations/basics/ |
gyptest-configurations.py | 13 test = TestGyp.TestGyp() variable 15 test.run_gyp('configurations.gyp') 17 test.set_configuration('Release') 18 test.build('configurations.gyp') 19 test.run_built_executable('configurations', stdout="Release configuration\n") 21 test.set_configuration('Debug') 22 test.build('configurations.gyp') 23 test.run_built_executable('configurations', stdout="Debug configuration\n") 25 test.set_configuration('Foo') 26 test.build('configurations.gyp' [all...] |
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-mac-bundle.py | 16 test = TestGyp.TestGyp(formats=[]) variable 20 test.writable(test.workpath(MAC_BUNDLE_DIR), False) 21 test.run_gyp('test.gyp', 22 '--generator-output=' + test.workpath(GYPFILES_DIR), 24 test.writable(test.workpath(MAC_BUNDLE_DIR), True) 26 test.build('test.gyp', test.ALL, chdir=GYPFILES_DIR [all...] |
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-disable-regyp.py | 14 test = TestGyp.TestGyp() variable 16 test.run_gyp('hello.gyp', '-Gauto_regeneration=0') 18 test.build('hello.gyp', test.ALL) 20 test.run_built_executable('hello', stdout="Hello, world!\n") 24 test.sleep() 25 test.write('hello.gyp', test.read('hello2.gyp')) 27 test.build('hello.gyp', test.ALL [all...] |
gyptest-regyp.py | 15 test = TestGyp.TestGyp(formats=['make']) variable 17 test.run_gyp('hello.gyp') 19 test.build('hello.gyp', test.ALL) 21 test.run_built_executable('hello', stdout="Hello, world!\n") 25 test.sleep() 26 test.write('hello.gyp', test.read('hello2.gyp')) 28 test.build('hello.gyp', test.ALL [all...] |
/external/clang/test/Index/ |
invalid-code-rdar10451854.m | 14 // Test that we don't crash 15 // RUN: c-index-test -test-load-source-reparse 3 local %s
|
invalid-code-rdar_7833619.m | 1 // RUN: c-index-test -test-load-source all %s 2 // All we care about in this test is that it doesn't crash.
|
/external/clang/test/Preprocessor/ |
include-macros.c | 1 // RUN: %clang_cc1 -E -Dtest=FOO -imacros %S/pr2086.h %s | grep 'HERE: test' 3 // This should not be expanded into FOO because pr2086.h undefs 'test'. 4 HERE: test
|
/external/clang/test/SemaObjC/ |
class-property-access.m | 4 @interface Test {} 5 + (Test*)one; 11 return Test.one.two;
|
/external/icu4c/test/cintltst/ |
cmsgtst.h | 13 /* C API TEST FOR MESSAGE FORMAT */ 24 /* The function used to test the Message format API*/ 27 * Test u_formatMessage() with various test patterns 31 * Test u_formatMessage() with sample test Patterns 35 * Test format and parse sequence and roundtrip 39 * Test u_formatMessage() with choice option 43 * Test u_formatMessage() with Select option 47 * Test u_parseMessage() with various test patterns( [all...] |
/external/marisa-trie/tests/ |
Makefile.am | 5 unit-test \ 6 io-test \ 7 vector-test \ 8 tail-test \ 9 trie-test \ 10 c-test 16 unit_test_SOURCES = unit-test.cc 19 io_test_SOURCES = io-test.cc 22 vector_test_SOURCES = vector-test.cc 25 tail_test_SOURCES = tail-test.c [all...] |
/external/marisa-trie/v0_1_5/tests/ |
Makefile.am | 5 unit-test \ 6 io-test \ 7 vector-test \ 8 tail-test \ 9 trie-test \ 10 c-test 16 unit_test_SOURCES = unit-test.cc 19 io_test_SOURCES = io-test.cc 22 vector_test_SOURCES = vector-test.cc 25 tail_test_SOURCES = tail-test.c [all...] |
/external/zlib/src/contrib/blast/ |
Makefile | 4 test: blast 5 blast < test.pk | cmp - test.txt
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unittest.py | 1 import unittest.test namespace 3 from test import test_support 7 test_support.run_unittest(unittest.test.suite())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_unittest.py | 1 import unittest.test namespace 3 from test import test_support 7 test_support.run_unittest(unittest.test.suite())
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_replace/ |
size_size_pointer.pass.cpp | 26 test(S s, typename S::size_type pos, typename S::size_type n1, function 51 test(S(""), 0, 0, "", S("")); 52 test(S(""), 0, 0, "12345", S("12345")); 53 test(S(""), 0, 0, "1234567890", S("1234567890")); 54 test(S(""), 0, 0, "12345678901234567890", S("12345678901234567890")); 55 test(S(""), 0, 1, "", S("")); 56 test(S(""), 0, 1, "12345", S("12345")); 57 test(S(""), 0, 1, "1234567890", S("1234567890")); 58 test(S(""), 0, 1, "12345678901234567890", S("12345678901234567890")); 59 test(S(""), 1, 0, "", S("can't happen")) [all...] |
size_size_size_char.pass.cpp | 24 test(S s, typename S::size_type pos, typename S::size_type n1, function 50 test(S(""), 0, 0, 0, '2', S("")); 51 test(S(""), 0, 0, 5, '2', S("22222")); 52 test(S(""), 0, 0, 10, '2', S("2222222222")); 53 test(S(""), 0, 0, 20, '2', S("22222222222222222222")); 54 test(S(""), 0, 1, 0, '2', S("")); 55 test(S(""), 0, 1, 5, '2', S("22222")); 56 test(S(""), 0, 1, 10, '2', S("2222222222")); 57 test(S(""), 0, 1, 20, '2', S("22222222222222222222")); 58 test(S(""), 1, 0, 0, '2', S("can't happen")) [all...] |