/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_vector1.pass.cpp | 67 void *one, *two, *three; in test_empty() local 70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty() 74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); in test_empty() 79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 83 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct ); in test_empty() 88 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL ); in test_empty() 92 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, NULL ); in test_empty() 97 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); in test_empty() 101 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, my_destruct ); in test_empty() 111 void *one, *two, *three; in test_counted() local [all …]
|
D | test_guard.pass.cpp | 69 int one() { in one() function 75 static int a = one(); in test() 110 int one() { in one() function 116 static int a = one(); in another_helper() 120 static int a = one(); in helper()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_vector1.cpp | 86 void *one, *two, *three; in test_empty() local 89 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty() 93 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); in test_empty() 98 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 102 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct ); in test_empty() 107 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL ); in test_empty() 111 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, NULL ); in test_empty() 116 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); in test_empty() 120 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, my_destruct ); in test_empty() 130 void *one, *two, *three; in test_counted() local [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-q | 9 one: 23 '-q one', ''); 52 one:: ; @echo one 53 one:: ; @echo two
|
/ndk/tests/device/test-stlport/unit/ |
D | string_test.cpp | 952 string one("one"), two("two"), three("three"); in template_expression() local 958 one == two; in template_expression() 959 one != two; in template_expression() 961 one == "two"; in template_expression() 962 one != "two"; in template_expression() 967 (one + two) == three; in template_expression() 968 (one + two) != three; in template_expression() 970 one == (two + three); in template_expression() 971 one != (two + three); in template_expression() 973 (one + two) == "three"; in template_expression() [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | string_test.cpp | 952 string one("one"), two("two"), three("three"); in template_expression() local 958 one == two; in template_expression() 959 one != two; in template_expression() 961 one == "two"; in template_expression() 962 one != "two"; in template_expression() 967 (one + two) == three; in template_expression() 968 (one + two) != three; in template_expression() 970 one == (two + three); in template_expression() 971 one != (two + three); in template_expression() 973 (one + two) == "three"; in template_expression() [all …]
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | label3.cpp | 15 __label__ one, two, done; in main() local 16 void *labs[] = { &&one, &&two, &&done }; in main() 22 one: in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | label3.cpp | 15 __label__ one, two, done; in main() local 16 void *labs[] = { &&one, &&two, &&done }; in main() 22 one: in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/ |
D | check_values.pass.cpp | 16 typedef char one; typedef 17 struct two {one _[2];}; 19 one test(std::float_denorm_style);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 100 int one = 1; in test1() local 109 ib[1].reset(&one); in test1() 123 id[2].reset(&one); in test1() 131 ie[2].reset(&one); in test1() 140 ig[2].reset(&one); in test1() 141 ig[3].reset(&one); in test1() 149 ih[1].reset(&one); in test1() 150 ih[2].reset(&one); in test1() 158 ii[1].reset(&one); in test1() 159 ii[2].reset(&one); in test1() [all …]
|
D | unique_pred.pass.cpp | 126 int one = 1; in test1() local 137 ib[1].reset(&one); in test1() 155 id[2].reset(&one); in test1() 165 ie[2].reset(&one); in test1() 176 ig[2].reset(&one); in test1() 177 ig[3].reset(&one); in test1() 187 ih[1].reset(&one); in test1() 188 ih[2].reset(&one); in test1() 198 ii[1].reset(&one); in test1() 199 ii[2].reset(&one); in test1() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/denorm.style/ |
D | check_values.pass.cpp | 16 typedef char one; typedef 17 struct two {one _[2];}; 19 one test(std::float_round_style);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | targetvars | 15 one: override FOO = one 16 one two: ; @echo $(FOO) $(BAR) 44 ten: one\=two 45 ten: one \= two 46 ten one$(EQ)two $(EQ):;@echo $@ 47 .PHONY: one two three four five six seven eight nine ten $(EQ) one$(EQ)two 63 &run_make_with_options($makefile, "one two three", &get_logfile); 64 $answer = "one bar\nfoo two\nBAR=1000\nfoo bar\n"; 69 &run_make_with_options($makefile, "one two FOO=1 BAR=2", &get_logfile); 70 $answer = "one 2\n1 2\n"; [all …]
|
D | patspecific_vars | 12 all: one.x two.x three.x 16 one.x: override FOO = one 20 one.x two.x three.x: ; @echo $@: $(FOO) $(BAR) $(BAZ) 40 $answer = "one.x: one two baz\ntwo.x: foo four baz\nthree.x: foo four three\n"; 47 $answer = "one.x: one two five\ntwo.x: foo four five\nthree.x: foo four three\n";
|
D | escape | 25 # TEST 2: This one should fail, since the ":" is unquoted. 32 # TEST 3: This one should work, since we escape the ":". 38 # TEST 4: This one should fail, since the escape char is escaped. 45 # TEST 5: This one should work
|
D | statipattrules | 75 all.foo.bar: %.foo.bar: %.one 87 all.one all.foo.two'); 97 all.foo.bar: %.foo.bar: %.one $$*-one 109 all.one all-one all.foo.two all.foo-two');
|
D | double_colon | 132 &touch('one'); 139 result:: one 149 'one 152 unlink('result','one','two');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/ |
D | forward.pass.cpp | 22 typedef char one; typedef 23 struct two {one _[2];}; 24 struct four {one _[4];}; 25 struct eight {one _[8];}; 27 one test(A&);
|
/ndk/tests/device/gnustl-shared-1/ |
D | README | 1 This checks that one can link against gnustl_shared and still throw exceptions 2 between several binaries. I.e. one exception is thrown in libfoo.so and caught
|
/ndk/build/core/ |
D | main.mk | 66 Please define it to one of: $(NDK_ALL_APPS)) 80 You might want to use one of the following: $(NDK_ALL_APPS)) 105 Please follow the instructions in docs/NDK-APPS.TXT to write one.) 127 Please use one of: $(NDK_ALL_APPS))\
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | DEFAULT_GOAL | 49 # Test #3: more than one goal. 55 '#MAKE#: *** .DEFAULT_GOAL contains more than one target. Stop.',
|
/ndk/tests/build/project-properties/ |
D | default.properties | 2 # exists and provides a different one.
|
D | project.properties | 2 # Instead of the one under default.properties
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
D | interpret_argument_value.hpp | 102 static literal_cstring one( BOOST_RT_PARAM_CSTRING_LITERAL( "1" ) ); in _() local 107 if( case_ins_eq( source, YES ) || case_ins_eq( source, Y ) || case_ins_eq( source, one ) ) { in _()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
D | ErrorCodeEnum.pass.cpp | 21 zero, one, two enumerator
|