Home
last modified time | relevance | path

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

/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.1.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/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()