/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/ |
merge_comp.pass.cpp | 29 test() function 78 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 79 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 80 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 81 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 82 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 84 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 85 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 86 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 87 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/ |
set_difference.pass.cpp | 28 test() function 51 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 52 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 53 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 54 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 55 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 57 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 58 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 59 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 60 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
set_difference_comp.pass.cpp | 30 test() function 53 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 54 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 55 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 56 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 57 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 59 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 60 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 61 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 62 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
set_intersection.pass.cpp | 28 test() function 49 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 50 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 51 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 52 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 53 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 55 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 56 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 57 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 58 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
set_intersection_comp.pass.cpp | 30 test() function 51 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 52 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 53 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 54 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 55 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 57 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 58 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 59 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 60 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
set_symmetric_difference.pass.cpp | 29 test() function 50 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 51 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 52 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 53 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 54 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 56 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 57 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 58 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 59 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
set_symmetric_difference_comp.pass.cpp | 31 test() function 54 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 55 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 56 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 57 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 58 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 60 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 61 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 62 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 63 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/ |
set_union.pass.cpp | 28 test() function 49 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 50 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 51 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 52 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 53 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 55 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 56 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 57 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 58 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
set_union_comp.pass.cpp | 30 test() function 51 test<input_iterator<const int*>, input_iterator<const int*>, output_iterator<int*> >(); 52 test<input_iterator<const int*>, input_iterator<const int*>, forward_iterator<int*> >(); 53 test<input_iterator<const int*>, input_iterator<const int*>, bidirectional_iterator<int*> >(); 54 test<input_iterator<const int*>, input_iterator<const int*>, random_access_iterator<int*> >(); 55 test<input_iterator<const int*>, input_iterator<const int*>, int*>(); 57 test<input_iterator<const int*>, forward_iterator<const int*>, output_iterator<int*> >(); 58 test<input_iterator<const int*>, forward_iterator<const int*>, forward_iterator<int*> >(); 59 test<input_iterator<const int*>, forward_iterator<const int*>, bidirectional_iterator<int*> >(); 60 test<input_iterator<const int*>, forward_iterator<const int*>, random_access_iterator<int*> >() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.copy/ |
copy.pass.cpp | 23 test() function 39 test<input_iterator<const int*>, output_iterator<int*> >(); 40 test<input_iterator<const int*>, input_iterator<int*> >(); 41 test<input_iterator<const int*>, forward_iterator<int*> >(); 42 test<input_iterator<const int*>, bidirectional_iterator<int*> >(); 43 test<input_iterator<const int*>, random_access_iterator<int*> >(); 44 test<input_iterator<const int*>, int*>(); 46 test<forward_iterator<const int*>, output_iterator<int*> >(); 47 test<forward_iterator<const int*>, input_iterator<int*> >(); 48 test<forward_iterator<const int*>, forward_iterator<int*> >() [all...] |
copy_n.pass.cpp | 23 test() function 39 test<input_iterator<const int*>, output_iterator<int*> >(); 40 test<input_iterator<const int*>, input_iterator<int*> >(); 41 test<input_iterator<const int*>, forward_iterator<int*> >(); 42 test<input_iterator<const int*>, bidirectional_iterator<int*> >(); 43 test<input_iterator<const int*>, random_access_iterator<int*> >(); 44 test<input_iterator<const int*>, int*>(); 46 test<forward_iterator<const int*>, output_iterator<int*> >(); 47 test<forward_iterator<const int*>, input_iterator<int*> >(); 48 test<forward_iterator<const int*>, forward_iterator<int*> >() [all...] |
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-action-envvars.py | 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable 19 test.run_gyp('action/action.gyp', chdir=CHDIR) 20 test.build('action/action.gyp', 'action', chdir=CHDIR, SYMROOT='../build') 22 result_file = test.built_file_path('result', chdir=CHDIR) 23 test.must_exist(result_file) 24 test.must_contain(result_file, 'Test output') 26 other_result_file = test.built_file_path('other_result', chdir=CHDIR) 27 test.must_exist(other_result_file) 28 test.must_contain(other_result_file, 'Other output' [all...] |
gyptest-postbuild-defaults.py | 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable 19 test.run_gyp('test.gyp', chdir=CHDIR) 20 test.build('test.gyp', test.ALL, chdir=CHDIR) 22 result_file = test.built_file_path('result', chdir=CHDIR) 23 test.must_exist(result_file) 24 test.must_contain(result_file, '''\ 25 Test [all...] |
gyptest-xcode-env-order.py | 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable 19 INFO_PLIST_PATH = 'Test.app/Contents/Info.plist' 21 test.run_gyp('test.gyp', chdir=CHDIR) 22 test.build('test.gyp', test.ALL, chdir=CHDIR) 25 test.built_file_must_exist('Test-copy-brace/main.c', chdir=CHDIR) 26 test.built_file_must_exist('Test-copy-paren/main.c', chdir=CHDIR [all...] |
/external/chromium_org/v8/test/webkit/ |
regexp-negative-special-characters.js | 25 "This test checks Unicode in negative RegExp character classes." 28 function test(pattern, str, expected_length) { function 38 test("\\s", " \\t\\f\\v\\r\\n", 0); // ASCII whitespace. 39 test("\\S", "????????", 0); // Cyrillic letters are non-whitespace... 40 test("\\s", "????????", 8); // ...and they aren't whitespace. 41 test("[\\s]", "????????", 8); 42 test("[\\S]", "????????", 0); 43 test("[^\\s]", "????????", 0); 44 test("[^\\S]", "????????", 8); 45 test("[\\s\\S]*", "\\u2002????????\\r\\n\\u00a0", 0) [all...] |
/external/chromium_org/tools/gyp/test/many-actions/ |
gyptest-many-actions-unsorted.py | 14 test = TestGyp.TestGyp() variable 16 test.run_gyp('many-actions-unsorted.gyp') 17 test.build('many-actions-unsorted.gyp', test.ALL) 19 test.built_file_must_exist('generated_%d.h' % i) 23 test.touch('file1') 24 test.build('many-actions-unsorted.gyp', test.ALL) 26 test.touch('file0') 27 test.build('many-actions-unsorted.gyp', test.ALL [all...] |
/external/chromium_org/tools/gyp/test/same-target-name-different-directory/ |
gyptest-all.py | 8 Test cases when multiple targets in different directories have the same name. 13 test = TestGyp.TestGyp(formats=['android', 'ninja', 'make']) variable 15 test.run_gyp('subdirs.gyp', chdir='src') 17 test.relocate('src', 'relocate/src') 19 # Test that we build all targets. 20 test.build('subdirs.gyp', 'target', chdir='relocate/src') 21 test.must_exist('relocate/src/subdir1/action1.txt') 22 test.must_exist('relocate/src/subdir2/action2.txt') 24 # Test that we build all targets using the correct actions, even if they have 26 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src' [all...] |
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-debug-format.py | 16 test = TestGyp.TestGyp(formats=['ninja']) variable 19 test.run_gyp('debug-format.gyp', chdir=CHDIR) 25 ninja_file = test.built_file_path('obj/test-debug-format-off.ninja', 27 test.must_not_contain(ninja_file, '/Z7') 28 test.must_not_contain(ninja_file, '/Zi') 29 test.must_not_contain(ninja_file, '/ZI') 31 ninja_file = test.built_file_path('obj/test-debug-format-oldstyle.ninja', 33 test.must_contain(ninja_file, '/Z7' [all...] |
/external/chromium_org/tools/gyp/test/rules-rebuild/ |
gyptest-all.py | 14 test = TestGyp.TestGyp(workdir='workarea_all') variable 16 test.run_gyp('same_target.gyp', chdir='src') 18 test.relocate('src', 'relocate/src') 21 test.build('same_target.gyp', test.ALL, chdir='relocate/src') 29 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 34 test.sleep() 35 contents = test.read(['relocate', 'src', 'prog1.in']) 37 test.write(['relocate', 'src', 'prog1.in'], contents [all...] |
/external/v8/test/cctest/ |
SConscript | 36 # Needed for test-log. Paths are relative to the cctest dir. 54 'test-accessors.cc', 55 'test-alloc.cc', 56 'test-api.cc', 57 'test-ast.cc', 58 'test-bignum-dtoa.cc', 59 'test-bignum.cc', 60 'test-circular-queue.cc', 61 'test-compiler.cc', 62 'test-conversions.cc' [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2032.js | 31 assertTrue(/[@-A]/i.test("a")); 32 assertTrue(/[@-A]/i.test("A")); 33 assertTrue(/[@-A]/i.test("@")); 35 assertFalse(/[@-A]/.test("a")); 36 assertTrue(/[@-A]/.test("A")); 37 assertTrue(/[@-A]/.test("@")); 39 assertFalse(/[¿-À]/i.test('¾')); 40 assertTrue(/[¿-À]/i.test('¿')); 41 assertTrue(/[¿-À]/i.test('À')); 42 assertTrue(/[¿-À]/i.test('à')); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
substr.pass.cpp | 26 test(S str, unsigned pos) function 49 test(S str, unsigned pos, unsigned n) function 72 test(S str, unsigned pos, unsigned n, const typename S::allocator_type& a) function 99 test(S(A(3)), 0); 100 test(S(A(3)), 1); 101 test(S("1", A(5)), 0); 102 test(S("1", A(5)), 1); 103 test(S("1", A(5)), 2); 104 test(S("1234567890123456789012345678901234567890123456789012345678901234567890", A(7)), 0); 105 test(S("1234567890123456789012345678901234567890123456789012345678901234567890", A(7)), 5) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_assign/ |
iterator.pass.cpp | 23 test(S s, It first, It last, S expected) function 35 test(S(), s, s, S()); 36 test(S(), s, s+1, S("A")); 37 test(S(), s, s+10, S("ABCDEFGHIJ")); 38 test(S(), s, s+52, S("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz")); 40 test(S("12345"), s, s, S()); 41 test(S("12345"), s, s+1, S("A")); 42 test(S("12345"), s, s+10, S("ABCDEFGHIJ")); 43 test(S("12345"), s, s+52, S("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz")); 45 test(S("1234567890"), s, s, S()) [all...] |
/external/clang/utils/ABITest/ |
Makefile.test.common | 3 # Usage: make test.N.report 30 .PHONY: test.%.report 31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff 35 echo "TEST $*: $$t failed"; \ 46 .PHONY: test.%.defs-report 47 test.%.defs-report: temps/test.%.defs.dif [all...] |
/external/chromium_org/tools/gyp/test/msvs/external_builder/ |
gyptest-all.py | 20 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all') variable 23 test.run_gyp('external.gyp') 24 test.build('external.gyp', target='external') 25 test.must_not_exist('external_builder.out') 26 test.must_exist('msbuild_rule.out') 27 test.must_exist('msbuild_action.out') 28 test.must_match('msbuild_rule.out', 'msbuild_rule.py hello.z a b c') 29 test.must_match('msbuild_action.out', 'msbuild_action.py x y z') 36 test.run_gyp('external.gyp') 37 test.build('external.gyp', target='external' [all...] |