/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/ |
D | member_function_const_volatile.pass.cpp | 34 const volatile A* cap = &a; in test0() local 35 assert(f(cap) == 'a'); in test0() 50 const volatile A* cap = &a; in test1() local 51 assert(f(cap, 2) == 'b'); in test1() 66 const volatile A* cap = &a; in test2() local 67 assert(f(cap, 2, 3.5) == 'c'); in test2()
|
D | member_function_const.pass.cpp | 34 const A* cap = &a; in test0() local 35 assert(f(cap) == 'a'); in test0() 50 const A* cap = &a; in test1() local 51 assert(f(cap, 2) == 'b'); in test1() 66 const A* cap = &a; in test2() local 67 assert(f(cap, 2, 3.5) == 'c'); in test2()
|
D | member_function_volatile.pass.cpp | 34 volatile A* cap = &a; in test0() local 35 assert(f(cap) == 'a'); in test0() 50 volatile A* cap = &a; in test1() local 51 assert(f(cap, 2) == 'b'); in test1() 66 volatile A* cap = &a; in test2() local 67 assert(f(cap, 2, 3.5) == 'c'); in test2()
|
D | member_data.fail.cpp | 33 const A* cap = ap; in test() local 34 assert(f(cap) == f(ap)); in test() 35 f(cap) = 7; in test()
|
D | member_data.pass.cpp | 33 const A* cap = ap; in test() local 34 assert(f(cap) == f(ap)); in test()
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | stdexcept.cc | 41 std::size_t cap; member 82 c->len = c->cap = len; in __libcpp_nmstr()
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | libthread_db.c | 56 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps() argument 97 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps() 99 D("Found CapPerm of %lld in %s\n", *cap, path); in _get_task_permitted_caps()
|
/ndk/sources/android/libthread_db/gdb-7.3.x/ |
D | libthread_db.c | 52 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps() argument 93 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps() 95 D("Found CapPerm of %lld in %s\n", *cap, path); in _get_task_permitted_caps()
|
/ndk/sources/android/libthread_db/gdb-7.6/ |
D | libthread_db.c | 64 _get_task_permitted_caps(int pid, int tid, uint64_t *cap) in _get_task_permitted_caps() argument 105 *cap = (uint64_t) strtoull(perm+8, &end, 16); in _get_task_permitted_caps() 107 D("Found CapPerm of %lld in %s\n", *cap, path); in _get_task_permitted_caps()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __refstring | 33 std::size_t cap; 92 rep->cap = len;
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | ca.po | 49 msgstr "�}� no accepta cap adre�a" 53 msgstr ": no accepta cap adre�a" 57 msgstr "els comentaris no accepten cap adre�a" 363 "Si no es donen cap de les opcions -e, --expression, -f o --file, el primer\n" 471 msgstr "La refer�ncia cap enrere no �s v�lida" 588 #~ "Si no es donen cap de les opcions -e, --expression, -f o --file, el "
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regcomp.c | 900 cat_t *cap = p->g->categories; in ordinary() local 906 if (cap[ch] == 0) in ordinary() 907 cap[ch] = p->g->ncategories++; in ordinary()
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 3917 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bo…
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 3908 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bo…
|