/art/test/001-nop/ |
info.txt | 1 This is a sample no-op test, which does at least serve to verify that the 2 test harness is working.
|
/art/test/055-enum-performance/ |
info.txt | 1 This is a performance test of Enum.valueOf(). To see the numbers, invoke 2 this test with the "--timing" option.
|
/dalvik/dx/tests/001-nop/ |
info.txt | 1 This is a sample no-op test, which does at least serve to verify that the 2 test harness is working.
|
/dalvik/tests/001-nop/ |
info.txt | 1 This is a sample no-op test, which does at least serve to verify that the 2 test harness is working.
|
/dalvik/tests/055-enum-performance/ |
info.txt | 1 This is a performance test of Enum.valueOf(). To see the numbers, invoke 2 this test with the "--timing" option.
|
/external/chromium_org/sync/android/ |
DEPS | 4 "+sync/test/android", # For sync test tools
|
/external/chromium_org/sync/test/accounts_client/ |
DEPS | 2 # Allow this directory to depend on net since it's test infrastructure and 3 # not test cases.
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/resources/ |
script-error.js | 1 var test = document.body; variable 4 function test() { function
|
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-all.py | 14 test = TestGyp.TestGyp(workdir='workarea_all') variable 16 test.run_gyp('hello.gyp') 18 test.build('hello.gyp', test.ALL) 20 test.run_built_executable('hello', stdout="Hello, world!\n") 22 test.up_to_date('hello.gyp', test.ALL) 24 test.pass_test()
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-copy-dylib.py | 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable 18 test.run_gyp('test.gyp', chdir='copy-dylib') 20 test.build('test.gyp', 'test_app', chdir='copy-dylib') 22 test.built_file_must_exist( 23 'Test App.app/Contents/Resources/libmy_dylib.dylib', chdir='copy-dylib') 25 test.pass_test()
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-input-root.py | 13 test = TestGyp.TestGyp() variable 15 test.run_gyp('input-root.gyp', chdir='src') 17 test.relocate('src', 'relocate/src') 19 test.build('input-root.gyp', target='test', chdir='relocate/src') 25 test.run_built_executable('test', chdir='relocate/src', stdout=expect) 26 test.pass_test()
|
/external/chromium_org/tools/gyp/test/same-rule-output-file-name/ |
gyptest-all.py | 13 test = TestGyp.TestGyp() variable 15 test.run_gyp('subdirs.gyp', chdir='src') 17 test.relocate('src', 'relocate/src') 19 test.build('subdirs.gyp', test.ALL, chdir='relocate/src') 20 test.must_exist('relocate/src/subdir1/rule.txt') 21 test.must_exist('relocate/src/subdir2/rule.txt') 23 test.pass_test()
|
/external/chromium_org/ui/gfx/mac/ |
nsimage_cache_unittest.cc.README | 1 The unit test for this file is in 3 resources for the test.
|
/external/clang/test/CodeGen/ |
2007-02-16-VoidPtrDiff.c | 3 void foo(void *ptr, int test) { 4 (ptr - ((void *) test + 0x2000));
|
2007-09-14-NegatePointer.c | 4 int foo(unsigned char *test) { 5 return 0U - (unsigned int )test;
|
2008-02-08-bitfield-bug.c | 3 struct test { struct 8 struct test *t;
|
blockwithlocalstatic.c | 4 // CHECK: @block_block_invoke.test = internal global i32 6 static int test=0; 7 return test; 9 // CHECK: @block1_block_invoke_2.test = internal global i32 11 static int test = 2; 14 // CHECK: @block2_block_invoke_3.test = internal global i32 16 static int test = 5; 17 return test;
|
/external/eigen/unsupported/ |
CMakeLists.txt | 4 add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest 6 add_subdirectory(test EXCLUDE_FROM_ALL)
|
/external/llvm/test/Assembler/ |
2002-08-15-CastAmbiguity.ll | 3 define void @test(i32 %X) { 4 call void @test( i32 6 )
|
2003-11-05-ConstantExprShift.ll | 3 define i32 @test() { 4 ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2)
|
/external/llvm/test/MC/ARM/ |
2013-03-18-Br-to-label-named-like-reg.s | 2 @ CHECK: test: 4 test: label
|
/external/llvm/test/TableGen/ |
2003-08-03-PassCode.td | 4 class test<code C> { 8 def foo : test<[{ hello world! }]>;
|
/sdk/emulator/qtools/tests/gtrace/ |
Makefile | 7 all: test.elf test.bin test.dis 9 trace: test.elf test.bin 10 $(QEMU) -QEMU -kernel test.bin -trace foo 12 $(QTOOLS)/read_trace foo test.elf > t1 15 $(QTOOLS)/q2g -r $(P4ROOT)/device/out/linux-arm-release/symbols foo test.elf foo.gtrace
|
/external/chromium_org/v8/ |
.gitignore | 40 /test/benchmarks/benchmarks.status2 41 /test/benchmarks/CHECKED_OUT_* 42 /test/benchmarks/downloaded_* 43 /test/benchmarks/kraken 44 /test/benchmarks/octane 45 /test/benchmarks/sunspider 46 /test/cctest/cctest.status2 47 /test/message/message.status2 48 /test/mjsunit/mjsunit.status2 49 /test/mozilla/CHECKED_OUT_VERSIO [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/ |
merge.pass.cpp | 26 test() function 73 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 74 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 75 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 76 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 77 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 79 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 80 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 81 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 82 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |