Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/
Dauto_rec.hpp27 # define BOOST_PP_NODE_ENTRY_256(p) BOOST_PP_NODE_128(p)(p)(p)(p)(p)(p)(p)(p) argument
28 # define BOOST_PP_NODE_ENTRY_128(p) BOOST_PP_NODE_64(p)(p)(p)(p)(p)(p)(p) argument
29 # define BOOST_PP_NODE_ENTRY_64(p) BOOST_PP_NODE_32(p)(p)(p)(p)(p)(p) argument
30 # define BOOST_PP_NODE_ENTRY_32(p) BOOST_PP_NODE_16(p)(p)(p)(p)(p) argument
31 # define BOOST_PP_NODE_ENTRY_16(p) BOOST_PP_NODE_8(p)(p)(p)(p) argument
32 # define BOOST_PP_NODE_ENTRY_8(p) BOOST_PP_NODE_4(p)(p)(p) argument
33 # define BOOST_PP_NODE_ENTRY_4(p) BOOST_PP_NODE_2(p)(p) argument
34 # define BOOST_PP_NODE_ENTRY_2(p) BOOST_PP_NODE_1(p) argument
36 # define BOOST_PP_NODE_128(p) BOOST_PP_IIF(p(128), BOOST_PP_NODE_64, BOOST_PP_NODE_192) argument
37 # define BOOST_PP_NODE_64(p) BOOST_PP_IIF(p(64), BOOST_PP_NODE_32, BOOST_PP_NODE_96) argument
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
Dparams.hpp28 # define BOOST_MPL_PP_PARAMS(n,p) \ argument
29 BOOST_PP_CAT(BOOST_MPL_PP_PARAMS_,n)(p) \
32 # define BOOST_MPL_PP_PARAMS_0(p) argument
33 # define BOOST_MPL_PP_PARAMS_1(p) p##1 argument
34 # define BOOST_MPL_PP_PARAMS_2(p) p##1,p##2 argument
35 # define BOOST_MPL_PP_PARAMS_3(p) p##1,p##2,p##3 argument
36 # define BOOST_MPL_PP_PARAMS_4(p) p##1,p##2,p##3,p##4 argument
37 # define BOOST_MPL_PP_PARAMS_5(p) p##1,p##2,p##3,p##4,p##5 argument
38 # define BOOST_MPL_PP_PARAMS_6(p) p##1,p##2,p##3,p##4,p##5,p##6 argument
39 # define BOOST_MPL_PP_PARAMS_7(p) p##1,p##2,p##3,p##4,p##5,p##6,p##7 argument
[all …]
Denum.hpp32 # define BOOST_MPL_PP_ENUM_0(p) argument
33 # define BOOST_MPL_PP_ENUM_1(p) p argument
34 # define BOOST_MPL_PP_ENUM_2(p) p,p argument
35 # define BOOST_MPL_PP_ENUM_3(p) p,p,p argument
36 # define BOOST_MPL_PP_ENUM_4(p) p,p,p,p argument
37 # define BOOST_MPL_PP_ENUM_5(p) p,p,p,p,p argument
38 # define BOOST_MPL_PP_ENUM_6(p) p,p,p,p,p,p argument
39 # define BOOST_MPL_PP_ENUM_7(p) p,p,p,p,p,p,p argument
40 # define BOOST_MPL_PP_ENUM_8(p) p,p,p,p,p,p,p,p argument
41 # define BOOST_MPL_PP_ENUM_9(p) p,p,p,p,p,p,p,p,p argument
Ddefault_params.hpp28 # define BOOST_MPL_PP_DEFAULT_PARAMS(n,p,v) \ argument
29 BOOST_PP_CAT(BOOST_MPL_PP_DEFAULT_PARAMS_,n)(p,v) \
32 # define BOOST_MPL_PP_DEFAULT_PARAMS_0(p,v) argument
33 # define BOOST_MPL_PP_DEFAULT_PARAMS_1(p,v) p##1=v argument
34 # define BOOST_MPL_PP_DEFAULT_PARAMS_2(p,v) p##1=v,p##2=v argument
35 # define BOOST_MPL_PP_DEFAULT_PARAMS_3(p,v) p##1=v,p##2=v,p##3=v argument
36 # define BOOST_MPL_PP_DEFAULT_PARAMS_4(p,v) p##1=v,p##2=v,p##3=v,p##4=v argument
37 # define BOOST_MPL_PP_DEFAULT_PARAMS_5(p,v) p##1=v,p##2=v,p##3=v,p##4=v,p##5=v argument
38 # define BOOST_MPL_PP_DEFAULT_PARAMS_6(p,v) p##1=v,p##2=v,p##3=v,p##4=v,p##5=v,p##6=v argument
39 # define BOOST_MPL_PP_DEFAULT_PARAMS_7(p,v) p##1=v,p##2=v,p##3=v,p##4=v,p##5=v,p##6=v,p##7=v argument
[all …]
Ddef_params_tail.hpp53 …P_DEF_PARAMS_TAIL_0(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##1 v(),p##2 v(),p##3 v(),p##4 v(),p##5… argument
54 …PL_PP_DEF_PARAMS_TAIL_1(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##2 v(),p##3 v(),p##4 v(),p##5 v(), argument
55 …OST_MPL_PP_DEF_PARAMS_TAIL_2(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##3 v(),p##4 v(),p##5 v(),p##6… argument
56 …e BOOST_MPL_PP_DEF_PARAMS_TAIL_3(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##4 v(),p##5 v(),p##6 v(), argument
57 …define BOOST_MPL_PP_DEF_PARAMS_TAIL_4(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##5 v(),p##6 v(),p##7… argument
58 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_5(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##6 v(),p##7 v(),p argument
59 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_6(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##7 v(),p##8 v(),p argument
60 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_7(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##8 v(),p##9 v(),p… argument
61 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_8(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##9 v(),p1,p2,p3,p… argument
62 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_9(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p1,p2,p3,p4,p5,p6,p… argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
Dwhile.hpp51 # define BOOST_PP_WHILE_257(p, o, s) BOOST_PP_ERROR(0x0001) argument
55 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_1(p, o, s) 0 argument
56 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_2(p, o, s) 0 argument
57 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_3(p, o, s) 0 argument
58 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_4(p, o, s) 0 argument
59 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_5(p, o, s) 0 argument
60 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_6(p, o, s) 0 argument
61 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_7(p, o, s) 0 argument
62 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_8(p, o, s) 0 argument
63 # define BOOST_PP_WHILE_CHECK_BOOST_PP_WHILE_9(p, o, s) 0 argument
[all …]
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
Dscript4 p string1
5 p string2
6 p string3
7 p wstring1
8 p wstring2
9 p wstring3
10 p vector1
11 p vector2
12 p map1
13 p multimap1
[all …]
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c379 ppdirforward(p) in ppdirforward() argument
380 char *p; in ppdirforward()
382 for (; *p == '#'; ++p) {
383 for (; *p != '\r' && *p != '\n'; ++p)
384 if (*p == 0)
385 return p;
386 if (*p == '\r' && p[1] == '\n')
387 ++p;
389 return p;
392 ppdirbackward(p, limit) in ppdirbackward() argument
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
Dfor.hpp45 # define BOOST_PP_FOR_257(s, p, o, m) BOOST_PP_ERROR(0x0002) argument
49 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_1(s, p, o, m) 0 argument
50 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_2(s, p, o, m) 0 argument
51 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_3(s, p, o, m) 0 argument
52 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_4(s, p, o, m) 0 argument
53 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_5(s, p, o, m) 0 argument
54 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_6(s, p, o, m) 0 argument
55 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_7(s, p, o, m) 0 argument
56 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_8(s, p, o, m) 0 argument
57 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_9(s, p, o, m) 0 argument
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/detail/
Dwhile.hpp21 # define BOOST_PP_WHILE_1(p, o, s) BOOST_PP_WHILE_1_C(BOOST_PP_BOOL(p(2, s)), p, o, s) argument
22 # define BOOST_PP_WHILE_2(p, o, s) BOOST_PP_WHILE_2_C(BOOST_PP_BOOL(p(3, s)), p, o, s) argument
23 # define BOOST_PP_WHILE_3(p, o, s) BOOST_PP_WHILE_3_C(BOOST_PP_BOOL(p(4, s)), p, o, s) argument
24 # define BOOST_PP_WHILE_4(p, o, s) BOOST_PP_WHILE_4_C(BOOST_PP_BOOL(p(5, s)), p, o, s) argument
25 # define BOOST_PP_WHILE_5(p, o, s) BOOST_PP_WHILE_5_C(BOOST_PP_BOOL(p(6, s)), p, o, s) argument
26 # define BOOST_PP_WHILE_6(p, o, s) BOOST_PP_WHILE_6_C(BOOST_PP_BOOL(p(7, s)), p, o, s) argument
27 # define BOOST_PP_WHILE_7(p, o, s) BOOST_PP_WHILE_7_C(BOOST_PP_BOOL(p(8, s)), p, o, s) argument
28 # define BOOST_PP_WHILE_8(p, o, s) BOOST_PP_WHILE_8_C(BOOST_PP_BOOL(p(9, s)), p, o, s) argument
29 # define BOOST_PP_WHILE_9(p, o, s) BOOST_PP_WHILE_9_C(BOOST_PP_BOOL(p(10, s)), p, o, s) argument
30 # define BOOST_PP_WHILE_10(p, o, s) BOOST_PP_WHILE_10_C(BOOST_PP_BOOL(p(11, s)), p, o, s) argument
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/detail/
Dfor.hpp22 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_C(BOOST_PP_BOOL(p(2, s)), s, p, o, m) argument
23 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_C(BOOST_PP_BOOL(p(3, s)), s, p, o, m) argument
24 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_C(BOOST_PP_BOOL(p(4, s)), s, p, o, m) argument
25 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_C(BOOST_PP_BOOL(p(5, s)), s, p, o, m) argument
26 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_C(BOOST_PP_BOOL(p(6, s)), s, p, o, m) argument
27 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_C(BOOST_PP_BOOL(p(7, s)), s, p, o, m) argument
28 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_C(BOOST_PP_BOOL(p(8, s)), s, p, o, m) argument
29 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_C(BOOST_PP_BOOL(p(9, s)), s, p, o, m) argument
30 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_C(BOOST_PP_BOOL(p(10, s)), s, p, o, m) argument
31 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_C(BOOST_PP_BOOL(p(11, s)), s, p, o, m) argument
[all …]
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c49 char *p; /* points to element of old Path */ in convert_Path_to_windows32() local
52 for (p = Path, etok = strpbrk(p, ":;"); in convert_Path_to_windows32()
54 etok = strpbrk(p, ":;")) in convert_Path_to_windows32()
55 if ((etok - p) == 1) { in convert_Path_to_windows32()
60 p = ++etok; in convert_Path_to_windows32()
62 } else if (!isalpha ((unsigned char) *p)) { in convert_Path_to_windows32()
65 p = ++etok; in convert_Path_to_windows32()
69 p = ++etok; in convert_Path_to_windows32()
72 p += strlen(p); in convert_Path_to_windows32()
76 p = ++etok; in convert_Path_to_windows32()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
Dneg_format.pass.cpp60 std::money_base::pattern p = f.neg_format(); in main() local
61 assert(p.field[0] == std::money_base::symbol); in main()
62 assert(p.field[1] == std::money_base::sign); in main()
63 assert(p.field[2] == std::money_base::none); in main()
64 assert(p.field[3] == std::money_base::value); in main()
68 std::money_base::pattern p = f.neg_format(); in main() local
69 assert(p.field[0] == std::money_base::symbol); in main()
70 assert(p.field[1] == std::money_base::sign); in main()
71 assert(p.field[2] == std::money_base::none); in main()
72 assert(p.field[3] == std::money_base::value); in main()
[all …]
Dpos_format.pass.cpp60 std::money_base::pattern p = f.pos_format(); in main() local
61 assert(p.field[0] == std::money_base::symbol); in main()
62 assert(p.field[1] == std::money_base::sign); in main()
63 assert(p.field[2] == std::money_base::none); in main()
64 assert(p.field[3] == std::money_base::value); in main()
68 std::money_base::pattern p = f.pos_format(); in main() local
69 assert(p.field[0] == std::money_base::symbol); in main()
70 assert(p.field[1] == std::money_base::sign); in main()
71 assert(p.field[2] == std::money_base::none); in main()
72 assert(p.field[3] == std::money_base::value); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dctor_init.pass.cpp26 std::vector<double> p = d.probabilities(); in main() local
27 assert(p.size() == 1); in main()
28 assert(p[0] == 1); in main()
33 std::vector<double> p = d.probabilities(); in main() local
34 assert(p.size() == 1); in main()
35 assert(p[0] == 1); in main()
40 std::vector<double> p = d.probabilities(); in main() local
41 assert(p.size() == 2); in main()
42 assert(p[0] == 0.25); in main()
43 assert(p[1] == 0.75); in main()
[all …]
Dctor_iterator.pass.cpp27 std::vector<double> p = d.probabilities(); in main() local
28 assert(p.size() == 1); in main()
29 assert(p[0] == 1); in main()
35 std::vector<double> p = d.probabilities(); in main() local
36 assert(p.size() == 1); in main()
37 assert(p[0] == 1); in main()
43 std::vector<double> p = d.probabilities(); in main() local
44 assert(p.size() == 2); in main()
45 assert(p[0] == 0.25); in main()
46 assert(p[1] == 0.75); in main()
[all …]
Dparam_ctor_init.pass.cpp27 std::vector<double> p = pa.probabilities(); in main() local
28 assert(p.size() == 1); in main()
29 assert(p[0] == 1); in main()
35 std::vector<double> p = pa.probabilities(); in main() local
36 assert(p.size() == 1); in main()
37 assert(p[0] == 1); in main()
43 std::vector<double> p = pa.probabilities(); in main() local
44 assert(p.size() == 2); in main()
45 assert(p[0] == 0.25); in main()
46 assert(p[1] == 0.75); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/ptr.align/
Dalign.pass.cpp23 void* p = &buf[0]; in main() local
25 r = std::align(4, 10, p, s); in main()
26 assert(p == &buf[0]); in main()
27 assert(r == p); in main()
30 p = &buf[1]; in main()
32 r = std::align(4, 10, p, s); in main()
33 assert(p == &buf[4]); in main()
34 assert(r == p); in main()
37 p = &buf[2]; in main()
39 r = std::align(4, 10, p, s); in main()
[all …]
/ndk/tests/device/test-stlport_static-exception/jni/
Dcatch7.cpp51 catch(A *p) { abort(); } // A is ambiguous in check() local
52 catch(F *p) { caught = 1; if (p != f) abort();} in check() local
58 catch(A *p) { abort(); } // A is ambiguous in check() local
59 catch(E *p) { caught = 1; if (p != f) abort();} in check() local
65 catch(A *p) { abort(); } // A is ambiguous in check() local
66 catch(D *p) { caught = 1; if (p != f) abort();} in check() local
72 catch(A *p) { abort(); } // A is ambiguous in check() local
73 catch(B *p) { caught = 1; if (p != f) abort();} in check() local
79 catch(A *p) { abort(); } // A is ambiguous in check() local
80 catch(C *p) { caught = 1; if (p != f) abort();} in check() local
[all …]
Dcatch7p.cpp38 catch(A *p) { abort(); } // A is ambiguous in check() local
39 catch(F *p) { caught = 1; if (p != f) abort();} in check() local
45 catch(A *p) { abort(); } // A is ambiguous in check() local
46 catch(E *p) { caught = 1; if (p != f) abort();} in check() local
52 catch(A *p) { abort(); } // A is ambiguous in check() local
53 catch(D *p) { caught = 1; if (p != f) abort();} in check() local
59 catch(A *p) { abort(); } // A is ambiguous in check() local
60 catch(B *p) { caught = 1; if (p != f) abort();} in check() local
66 catch(A *p) { abort(); } // A is ambiguous in check() local
67 catch(C *p) { caught = 1; if (p != f) abort();} in check() local
[all …]
Dcatch6.cpp37 catch(A *p) { abort(); } // A is ambiguous in check() local
38 catch(D *p) { caught = 1; if (p != e) abort();} in check() local
44 catch(A *p) { abort(); } // A is ambiguous in check() local
45 catch(B *p) { caught = 1; if (p != e) abort();} in check() local
51 catch(A *p) { abort(); } // A is ambiguous in check() local
52 catch(C *p) { caught = 1; if (p != e) abort();} in check() local
58 catch(A *p) { abort(); } // A is ambiguous in check() local
59 catch(AA *p) { caught = 1; if (p != e) abort();} in check() local
66 catch(A *p) { abort(); } // A is ambiguous in check() local
67 catch(D *p) { caught = 1; if (p != e) abort();} in check() local
[all …]
Dcatch6p.cpp37 catch(A *p) { abort(); } // A is ambiguous in check() local
38 catch(D *p) { caught = 1; if (p != e) abort();} in check() local
44 catch(A *p) { abort(); } // A is ambiguous in check() local
45 catch(B *p) { caught = 1; if (p != e) abort();} in check() local
51 catch(A *p) { abort(); } // A is ambiguous in check() local
52 catch(C *p) { caught = 1; if (p != e) abort();} in check() local
58 catch(A *p) { abort(); } // A is ambiguous in check() local
59 catch(AA *p) { caught = 1; if (p != e) abort();} in check() local
66 catch(A *p) { abort(); } // A is ambiguous in check() local
67 catch(D *p) { caught = 1; if (p != e) abort();} in check() local
[all …]
/ndk/tests/device/test-stlport_shared-exception/jni/
Dcatch7.cpp51 catch(A *p) { abort(); } // A is ambiguous in check() local
52 catch(F *p) { caught = 1; if (p != f) abort();} in check() local
58 catch(A *p) { abort(); } // A is ambiguous in check() local
59 catch(E *p) { caught = 1; if (p != f) abort();} in check() local
65 catch(A *p) { abort(); } // A is ambiguous in check() local
66 catch(D *p) { caught = 1; if (p != f) abort();} in check() local
72 catch(A *p) { abort(); } // A is ambiguous in check() local
73 catch(B *p) { caught = 1; if (p != f) abort();} in check() local
79 catch(A *p) { abort(); } // A is ambiguous in check() local
80 catch(C *p) { caught = 1; if (p != f) abort();} in check() local
[all …]
Dcatch7p.cpp38 catch(A *p) { abort(); } // A is ambiguous in check() local
39 catch(F *p) { caught = 1; if (p != f) abort();} in check() local
45 catch(A *p) { abort(); } // A is ambiguous in check() local
46 catch(E *p) { caught = 1; if (p != f) abort();} in check() local
52 catch(A *p) { abort(); } // A is ambiguous in check() local
53 catch(D *p) { caught = 1; if (p != f) abort();} in check() local
59 catch(A *p) { abort(); } // A is ambiguous in check() local
60 catch(B *p) { caught = 1; if (p != f) abort();} in check() local
66 catch(A *p) { abort(); } // A is ambiguous in check() local
67 catch(C *p) { caught = 1; if (p != f) abort();} in check() local
[all …]
Dcatch6p.cpp37 catch(A *p) { abort(); } // A is ambiguous in check() local
38 catch(D *p) { caught = 1; if (p != e) abort();} in check() local
44 catch(A *p) { abort(); } // A is ambiguous in check() local
45 catch(B *p) { caught = 1; if (p != e) abort();} in check() local
51 catch(A *p) { abort(); } // A is ambiguous in check() local
52 catch(C *p) { caught = 1; if (p != e) abort();} in check() local
58 catch(A *p) { abort(); } // A is ambiguous in check() local
59 catch(AA *p) { caught = 1; if (p != e) abort();} in check() local
66 catch(A *p) { abort(); } // A is ambiguous in check() local
67 catch(D *p) { caught = 1; if (p != e) abort();} in check() local
[all …]

12345678910>>...39