Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_bool.pass.cpp62 bool b; in main() local
74 bool b; in main() local
86 bool b; in main() local
98 bool b; in main() local
111 bool b; in main() local
123 bool b; in main() local
135 bool b; in main() local
148 bool b; in main() local
160 bool b; in main() local
172 bool b; in main() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dctor.pass.cpp45 B b; in main() local
52 B b(s.rdbuf()); in main() local
59 B b(s.rdbuf(), new std::codecvt_utf8<wchar_t>); in main() local
66 B b(s.rdbuf(), new std::codecvt_utf8<wchar_t>, std::mbstate_t()); in main() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/
Dappend.hpp23 # define BOOST_PP_LIST_APPEND(a, b) BOOST_PP_LIST_FOLD_RIGHT(BOOST_PP_LIST_APPEND_O, b, a) argument
25 # define BOOST_PP_LIST_APPEND(a, b) BOOST_PP_LIST_APPEND_I(a, b) argument
26 # define BOOST_PP_LIST_APPEND_I(a, b) BOOST_PP_LIST_FOLD_RIGHT(BOOST_PP_LIST_APPEND_O, b, a) argument
34 # define BOOST_PP_LIST_APPEND_D(d, a, b) BOOST_PP_LIST_FOLD_RIGHT_ ## d(BOOST_PP_LIST_APPEND_O, … argument
36 # define BOOST_PP_LIST_APPEND_D(d, a, b) BOOST_PP_LIST_APPEND_D_I(d, a, b) argument
37 # define BOOST_PP_LIST_APPEND_D_I(d, a, b) BOOST_PP_LIST_FOLD_RIGHT_ ## d(BOOST_PP_LIST_APPEND_O… argument
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dinherited_exception.cpp59 catch (const Base& b) in main() local
77 catch (const Child& b) in main() local
95 catch (const Child& b) in main() local
113 catch (const Base& b) in main() local
117 catch (const Base2& b) in main() local
135 catch (const Child* b) in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/
Dtree_remove.pass.cpp37 Node b; in test1() local
102 Node b; in test1() local
167 Node b; in test1() local
243 Node b; in test1() local
323 Node b; in test2() local
388 Node b; in test2() local
453 Node b; in test2() local
518 Node b; in test2() local
583 Node b; in test2() local
648 Node b; in test2() local
[all …]
Dtree_balance_after_insert.pass.cpp36 Node b; in test1() local
91 Node b; in test1() local
146 Node b; in test1() local
201 Node b; in test1() local
256 Node b; in test1() local
331 Node b; in test1() local
406 Node b; in test1() local
481 Node b; in test1() local
561 Node b; in test2() local
605 Node b; in test2() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dbool.pass.cpp56 bool b = false; in main() local
64 bool b = false; in main() local
71 bool b = true; in main() local
79 bool b = true; in main() local
87 bool b = false; in main() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
Dcat.hpp22 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b) argument
24 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_OO((a, b)) argument
29 # define BOOST_PP_CAT_I(a, b) a ## b argument
31 # define BOOST_PP_CAT_I(a, b) BOOST_PP_CAT_II(~, a ## b) argument
/ndk/tests/build/mips-fp4/jni/
Dmips-fp4-test1-2.c1 double test1 (double a, double b, double c) in test1()
5 double test2 (double a, double b, double c) in test2()
9 double a, b, c; variable
Dmips-fp4-test3-6.c3 double test3 (double a, double b, double c) in test3()
7 double test4 (double a, double b, double c) in test4()
20 double a, b, c; variable
/ndk/sources/host-tools/nawk-20071023/
Dparse.c50 Node *node1(int a, Node *b) in node1()
60 Node *node2(int a, Node *b, Node *c) in node2()
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3()
83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4()
96 Node *stat1(int a, Node *b) in stat1()
105 Node *stat2(int a, Node *b, Node *c) in stat2()
114 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3()
123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4()
132 Node *op1(int a, Node *b) in op1()
141 Node *op2(int a, Node *b, Node *c) in op2()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
Dctor_iterator.pass.cpp27 double b[] = {10}; in main() local
40 double b[] = {10}; in main() local
53 double b[] = {10, 15}; in main() local
66 double b[] = {10, 15, 16}; in main() local
81 double b[] = {10, 14, 16, 17}; in main() local
Dparam_ctor_iterator.pass.cpp27 double b[] = {10}; in main() local
41 double b[] = {10}; in main() local
55 double b[] = {10, 15}; in main() local
69 double b[] = {10, 15, 16}; in main() local
85 double b[] = {10, 14, 16, 17}; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
Dctor_iterator.pass.cpp27 double b[] = {10}; in main() local
41 double b[] = {10}; in main() local
55 double b[] = {10, 15}; in main() local
69 double b[] = {10, 15, 16}; in main() local
85 double b[] = {10, 14, 16, 17}; in main() local
Dparam_ctor_iterator.pass.cpp27 double b[] = {10}; in main() local
42 double b[] = {10}; in main() local
57 double b[] = {10, 15}; in main() local
72 double b[] = {10, 15, 16}; in main() local
89 double b[] = {10, 14, 16, 17}; in main() local
/ndk/tests/device/test-stlport_static-exception/jni/
Deh37.cpp11 } b(42); variable
16 } catch (B* b) { in main() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Deh37.cpp11 } b(42); variable
16 } catch (B* b) { in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
Dfind.pass.cpp25 std::vector<bool> b(i,true); in main() local
34 std::vector<bool> b(i,false); in main() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/
Ddef.hpp29 # define BOOST_PP_SLOT_CC_2(a, b) BOOST_PP_SLOT_CC_2_D(a, b) argument
30 # define BOOST_PP_SLOT_CC_3(a, b, c) BOOST_PP_SLOT_CC_3_D(a, b, c) argument
31 # define BOOST_PP_SLOT_CC_4(a, b, c, d) BOOST_PP_SLOT_CC_4_D(a, b, c, d) argument
32 # define BOOST_PP_SLOT_CC_5(a, b, c, d, e) BOOST_PP_SLOT_CC_5_D(a, b, c, d, e) argument
33 # define BOOST_PP_SLOT_CC_6(a, b, c, d, e, f) BOOST_PP_SLOT_CC_6_D(a, b, c, d, e, f) argument
34 # define BOOST_PP_SLOT_CC_7(a, b, c, d, e, f, g) BOOST_PP_SLOT_CC_7_D(a, b, c, d, e, f, g) argument
35 # define BOOST_PP_SLOT_CC_8(a, b, c, d, e, f, g, h) BOOST_PP_SLOT_CC_8_D(a, b, c, d, e, f, g, h) argument
36 # define BOOST_PP_SLOT_CC_9(a, b, c, d, e, f, g, h, i) BOOST_PP_SLOT_CC_9_D(a, b, c, d, e, f, g, h,… argument
37 # define BOOST_PP_SLOT_CC_10(a, b, c, d, e, f, g, h, i, j) BOOST_PP_SLOT_CC_10_D(a, b, c, d, e, f, … argument
39 # define BOOST_PP_SLOT_CC_2_D(a, b) a ## b argument
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/except.nested/
Dthrow_with_nested.pass.cpp68 B b(5); in main() local
72 catch (const B& b) in main() local
80 B b(6); in main() local
87 const B& b = dynamic_cast<const B&>(e); in main() local
Drethrow_if_nested.pass.cpp36 B(const B& b) : A(b) {} in B()
58 catch (const B& b) in main() local
71 catch (const B& b) in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
Dlocal_iterators.pass.cpp46 C::size_type b = c.bucket(0); in main() local
94 C::size_type b = c.bucket(0); in main() local
142 C::size_type b = c.bucket(0); in main() local
190 C::size_type b = c.bucket(0); in main() local
240 C::size_type b = c.bucket(0); in main() local
289 C::size_type b = c.bucket(0); in main() local
338 C::size_type b = c.bucket(0); in main() local
387 C::size_type b = c.bucket(0); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
Dlocal_iterators.pass.cpp45 C::size_type b = c.bucket(0); in main() local
103 C::size_type b = c.bucket(0); in main() local
161 C::size_type b = c.bucket(0); in main() local
219 C::size_type b = c.bucket(0); in main() local
279 C::size_type b = c.bucket(0); in main() local
338 C::size_type b = c.bucket(0); in main() local
397 C::size_type b = c.bucket(0); in main() local
456 C::size_type b = c.bucket(0); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
Dlocal_iterators.pass.cpp46 C::size_type b = c.bucket(0); in main() local
110 C::size_type b = c.bucket(0); in main() local
174 C::size_type b = c.bucket(0); in main() local
238 C::size_type b = c.bucket(0); in main() local
304 C::size_type b = c.bucket(0); in main() local
369 C::size_type b = c.bucket(0); in main() local
434 C::size_type b = c.bucket(0); in main() local
499 C::size_type b = c.bucket(0); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
Dlocal_iterators.pass.cpp45 C::size_type b = c.bucket(0); in main() local
89 C::size_type b = c.bucket(0); in main() local
133 C::size_type b = c.bucket(0); in main() local
177 C::size_type b = c.bucket(0); in main() local
223 C::size_type b = c.bucket(0); in main() local
268 C::size_type b = c.bucket(0); in main() local
313 C::size_type b = c.bucket(0); in main() local
358 C::size_type b = c.bucket(0); in main() local

12345678910>>...14