Searched refs:cap (Results 1 – 5 of 5) sorted by relevance
/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.1.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/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()
|