Home
last modified time | relevance | path

Searched refs:cap (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/
Dmember_function_const_volatile.pass.cpp34 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()
Dmember_function_const.pass.cpp34 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()
Dmember_function_volatile.pass.cpp34 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()
Dmember_data.fail.cpp33 const A* cap = ap; in test() local
34 assert(f(cap) == f(ap)); in test()
35 f(cap) = 7; in test()
Dmember_data.pass.cpp33 const A* cap = ap; in test() local
34 assert(f(cap) == f(ap)); in test()
/ndk/sources/cxx-stl/gabi++/src/
Dstdexcept.cc41 std::size_t cap; member
82 c->len = c->cap = len; in __libcpp_nmstr()
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c56 _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/
Dlibthread_db.c52 _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/
Dlibthread_db.c64 _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__refstring33 std::size_t cap;
92 rep->cap = len;
/ndk/sources/host-tools/sed-4.2.1/po/
Dca.po49 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/
Dregcomp.c900 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/
DAndroid.mk3917 $(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/
DAndroid.mk3908 $(call gen-test, utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bo…