Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 79) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector1.pass.cpp67 void *one, *two, *three; in test_empty() local
71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty()
75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); in test_empty()
80two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty()
84 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 ); in test_empty()
89 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty()
93 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, NULL, my_dealloc2 ); in test_empty()
98two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty()
102 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, my_destruct, my_dealloc2 ); in test_empty()
111 void *one, *two, *three; in test_counted() local
[all …]
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector1.cpp86 void *one, *two, *three; in test_empty() local
90 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty()
94 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); in test_empty()
99two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty()
103 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 ); in test_empty()
108 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty()
112 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, NULL, my_dealloc2 ); in test_empty()
117two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty()
121 __cxxabiv1::__cxa_vec_delete2( two, 40, 8, my_destruct, my_dealloc2 ); in test_empty()
130 void *one, *two, *three; in test_counted() local
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp952 string one("one"), two("two"), three("three"); in template_expression() local
958 one == two; in template_expression()
959 one != two; in template_expression()
964 "one" == two; in template_expression()
965 "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/unit/
Dstring_test.cpp952 string one("one"), two("two"), three("three"); in template_expression() local
958 one == two; in template_expression()
959 one != two; in template_expression()
964 "one" == two; in template_expression()
965 "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_static-exception/jni/
Dlabel3.cpp15 __label__ one, two, done; in main() local
16 void *labs[] = { &&one, &&two, &&done }; in main()
28 two: in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dlabel3.cpp15 __label__ one, two, done; in main() local
16 void *labs[] = { &&one, &&two, &&done }; in main()
28 two: in main()
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-q10 two: ;
27 run_make_test(undef, '-q two', '');
53 one:: ; @echo two
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dstatipattrules77 all.foo.bar: %.bar: %.two
87 all.one all.foo.two');
99 all.foo.bar: %.bar: %.two $$*-two
109 all.one all-one all.foo.two all.foo-two');
Dpatspecific_vars12 all: one.x two.x three.x
17 %.x: BAR = two
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";
54 $answer = "baz: foo two baz\nfour.x: foo two baz\n";
Ddouble_colon33 biz:: two ; @echo bbb
35 two: ; @echo two
133 &touch('two');
143 result:: two
150 two');
152 unlink('result','one','two');
Dtargetvars16 one two: ; @echo $(FOO) $(BAR)
17 two: BAR = two
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);
100 $answer = "one=two\none bar\n=\nfoo two\nten\n";
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/round.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; struct
20 two test(int);
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dwildcard9 two.example and 3.example. We execute three tests. The first
36 &touch("example.two");
44 $answer = "example.1 example.3 example._ example.for example.two\n";
66 $answer = "$delete_command example.1 example.3 example._ example.for example.two";
78 if ((-f "example.1")||(-f "example.two")||(-f "example.3")||(-f "example.for")) {
Daddsuffix15 two: ; \@echo \$(addsuffix foo,)
30 &run_make_with_options($makefile, "two", &get_logfile);
Dcall12 # Simple, just reverse two things
32 two = $(call one,$(1),foo,$(2))
50 echo '$(call two,bar,baz)'; \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/denorm.style/
Dcheck_values.pass.cpp17 struct two {one _[2];}; argument
20 two test(int);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
DErrorCodeEnum.pass.cpp21 zero, one, two enumerator
40 std::error_code ec(two); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
DErrorCodeEnum.pass.cpp21 zero, one, two enumerator
41 ec = two; in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconverter_policies.hpp111 S const two(2.0); in nearbyint() local
119 bool is_prev_even = two * floor(prev / two) == prev ; in nearbyint()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/
Dweak_result.pass.cpp50 struct two {char _; char __;}; argument
51 template <class U> static two test(...);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp101 int two = 2; in test1() local
161 ii[4].reset(&two); in test1()
162 ii[5].reset(&two); in test1()
163 ii[6].reset(&two); in test1()
Dunique_pred.pass.cpp127 int two = 2; in test1() local
201 ii[4].reset(&two); in test1()
202 ii[5].reset(&two); in test1()
203 ii[6].reset(&two); in test1()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
Dforward.pass.cpp23 struct two {one _[2];}; struct
28 two test(const A&);
/ndk/tests/build/prebuilt-copy/
DREADME6 It works by first building two prebuilt libraries in a sub-project, then
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
Denum.pass.cpp25 enum class Cardinals { zero, one, two, three, five=5 }; enumerator

1234