Home
last modified time | relevance | path

Searched refs:three (Results 1 – 25 of 39) sorted by relevance

12

/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector1.cpp86 void *one, *two, *three; in test_empty() local
91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
95 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty()
100three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
104 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 ); in test_empty()
109 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
113 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 ); in test_empty()
118three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
122 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 ); in test_empty()
130 void *one, *two, *three; in test_counted() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector1.pass.cpp67 void *one, *two, *three; in test_empty() local
72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty()
81three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
85 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 ); in test_empty()
90 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
94 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 ); in test_empty()
99three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
103 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 ); in test_empty()
111 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
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()
976 "one" == (two + three); in template_expression()
977 "one" != (two + three); in template_expression()
979 (one + two) == (two + three); in template_expression()
980 (one + two) != (two + three); in template_expression()
984 string result(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
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()
976 "one" == (two + three); in template_expression()
977 "one" != (two + three); in template_expression()
979 (one + two) == (two + three); in template_expression()
980 (one + two) != (two + three); in template_expression()
984 string result(one + ' ' + two + ' ' + three); in template_expression()
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dpatspecific_vars12 all: one.x two.x three.x
19 thr% : override BAZ = three
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";
Dse_explicit17 PRE = three four
23 run_make_test(undef, 'SE=1', "three\nfour\nbariz\nfoo\$bar : baraz bariz");
Dvpath22 ."It tests the three forms of the directive:\n"
Dtargetvars18 three: ; BAR=1000
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);
Dstatipattrules5 The makefile created in this test has three targets. The
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-q11 three: ; :
31 run_make_test(undef, '-q three', '', 256);
Ddash-f3 ."that make concatenates them. This test creates three \n"
7 ."makefiles one at a time. Finally, it calls all three \n"
65 # Run Make again with ALL three rules in the order 2 1 3 to make sure
Ddash-l8 This test creates a makefile where all depends on three rules
/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
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dfilter-out8 augments the simple pattern with three literal names, which are
Dwildcard9 two.example and 3.example. We execute three tests. The first
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump206 // each three times with parameter values 3, 5, and 8:
335 // with values "one", "two", and "three":
337 // INSTANTIATE_TEST_CASE_P(NumSequence, BarTest, Values("one", "two", "three"));
/ndk/
DREADME.md29 The NDK consists of three parts: host binaries, target prebuilts, and others
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi698 commands into three categories: normal ones, @dfn{pre-installation}
727 The uninstallation commands are divided into three categories, just like
960 commands into three categories: normal ones, @dfn{pre-installation}
984 To classify the commands in the @code{install} rule into these three
989 variable, plus an optional comment at the end. There are three
992 because these three Make variables are normally undefined (and you
995 Here are the three possible category lines, each with a comment that
Dmake.info-2274 names, and three have values that are lists of file names. These seven
1777 commands into three categories: normal ones, "pre-installation"
1807 The uninstallation commands are divided into three categories,
2013 into three categories: normal ones, "pre-installation" commands and
2038 To classify the commands in the `install' rule into these three
2043 variable, plus an optional comment at the end. There are three
2046 because these three Make variables are normally undefined (and you
2049 Here are the three possible category lines, each with a comment that
2572 (`%'); and the fourth means that all three parts of the static
3262 combination of the three, merge those two alternatives to suit the
Dmake.info-1428 files and three header files. The makefile can also tell `make' how to
502 on eight C source and three header files.
947 For example, if you have three `.mk' files, `a.mk', `b.mk', and
1497 In the first prerequisite list, all three variables (`$$<', `$$^',
1972 There are three forms of the `vpath' directive:
2317 Now you can say just `make' to remake all three programs, or specify as
2565 gives an additional prerequisite to each of the three object files
3114 LIST = one two three
3122 for i in one two three; do \
3130 three
[all …]
/ndk/sources/host-tools/make-3.81/config/
Dgettext.m442 dnl The result of the configuration is one of three cases:
Dlib-link.m4535 dnl contains two or three consecutive elements that belong together.
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING260 written offer, valid for at least three years and valid for as
493 In the following three paragraphs, a "patent license" is any express
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3259 written offer, valid for at least three years and valid for as
492 In the following three paragraphs, a "patent license" is any express
/ndk/build/tools/toolchain-licenses/
DCOPYING3259 written offer, valid for at least three years and valid for as
492 In the following three paragraphs, a "patent license" is any express

12