/system/tools/aidl/ |
D | aidl_language_y.yy | 50 #define lex_scanner ps->Scanner() 56 const_cast<std::string *>(&ps->FileName()); 59 %parse-param { Parser* ps } 197 ps->MakeDocument(loc(@1), comments, std::move(imports), std::move(*$3)); 220 ps->SetPackage($2->GetText()); 326 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), *$4, $3); 332 ps->CheckValidTypeName(*$2, loc(@2)); 333 …$$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5… 338 ps->AddError(); 360 ps->AddError(); [all …]
|
/system/gsid/ |
D | daemon.cpp | 70 sp<ProcessState> ps(ProcessState::self()); in main() local 71 ps->startThreadPool(); in main() 72 ps->giveThreadPoolName(); in main()
|
/system/extras/ioshark/ |
D | collect-straces-ftraces.sh | 114 ps_line=`ps -ef | grep trace_pipe | grep adb ` 119 ps_line=`ps -ef | grep strace | grep adb ` 140 ps_line=`ps -ef | grep trace_pipe | grep adb ` 145 ps_line=`ps -ef | grep strace | grep adb `
|
D | collect-straces.sh | 19 ps_line=`ps -ef | grep strace | grep adb `
|
/system/core/libutils/ |
D | String16.cpp | 287 const size_t ps = prefix.size(); in startsWith() local 288 if (ps > size()) return false; in startsWith() 289 return strzcmp16(mString, ps, prefix.string(), ps) == 0; in startsWith() 294 const size_t ps = strlen16(prefix); in startsWith() local 295 if (ps > size()) return false; in startsWith() 296 return strncmp16(mString, prefix, ps) == 0; in startsWith()
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 49 sp<ProcessState> ps(ProcessState::self()); in start() local 50 ps->startThreadPool(); in start() 51 ps->giveThreadPoolName(); in start()
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 311 uint8_t* p, uint8_t* ps, in nfa_ee_add_tech_route_to_ecb() argument 313 uint8_t num_tlv = *ps; in nfa_ee_add_tech_route_to_ecb() 345 *ps = num_tlv; in nfa_ee_add_tech_route_to_ecb() 349 uint8_t* p, uint8_t* ps, in nfa_ee_add_proto_route_to_ecb() argument 351 uint8_t num_tlv = *ps; in nfa_ee_add_proto_route_to_ecb() 409 *ps = num_tlv; in nfa_ee_add_proto_route_to_ecb() 427 uint8_t* p, uint8_t* ps, in nfa_ee_add_aid_route_to_ecb() argument 430 uint8_t num_tlv = *ps; in nfa_ee_add_aid_route_to_ecb() 485 nfa_ee_check_set_routing(new_size, p_max_len, ps, p_cur_offset); in nfa_ee_add_aid_route_to_ecb() 486 if (*ps == 0) { in nfa_ee_add_aid_route_to_ecb() [all …]
|
/system/core/shell_and_utilities/ |
D | README.md | 64 pkill pmap printenv printf prlimit ps pwd pwdx readelf readlink realpath 98 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice 132 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice 166 printf prlimit ps pwd pwdx **readelf** readlink realpath renice restorecon 198 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev** 226 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath 251 nl nohup od paste patch pgrep pidof pkill pmap printenv printf **ps** pwd 264 toolbox: getevent iftop ioctl log nandread newfs\_msdos ps prlimit 287 newfs\_msdos ps prlimit renice sendevent start stop top uptime watchprops 310 nohup notify ps readlink renice restorecon rmmod route runcon schedtop [all …]
|
/system/sepolicy/microdroid/system/public/ |
D | shell.te | 23 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 60 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 147 uint8_t* ps; in nfc_ncif_send_data() local 211 ps = (uint8_t*)(p_data + 1) + p_data->offset; in nfc_ncif_send_data() 212 memcpy(pp, ps, ulen); in nfc_ncif_send_data() 262 uint8_t* ps; in nfc_ncif_check_cmd_queue() local 281 ps = (uint8_t*)(p_buf + 1) + p_buf->offset; in nfc_ncif_check_cmd_queue() 282 memcpy(nfc_cb.last_hdr, ps, NFC_SAVED_HDR_SIZE); in nfc_ncif_check_cmd_queue() 283 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE); in nfc_ncif_check_cmd_queue() 285 if (*ps == ((NCI_MT_CMD << NCI_MT_SHIFT) | NCI_GID_EE_MANAGE)) { in nfc_ncif_check_cmd_queue() 286 memcpy(nfc_cb.last_nfcee_cmd, ps + NCI_MSG_HDR_SIZE, in nfc_ncif_check_cmd_queue() 324 ps = (uint8_t*)nfc_cb.p_disc_pending; in nfc_ncif_check_cmd_queue() [all …]
|
D | nfc_main.cc | 416 uint8_t* ps; in nfc_main_handle_hal_evt() local 474 ps = (uint8_t*)nfc_cb.p_disc_pending; in nfc_main_handle_hal_evt() 475 nci_snd_discover_cmd(*ps, (tNFC_DISCOVER_PARAMS*)(ps + 1)); in nfc_main_handle_hal_evt()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | main.cpp | 147 sp<android::ProcessState> ps{android::ProcessState::self()}; in main() local 148 ps->startThreadPool(); in main()
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 1151 uint8_t* ps = p_mem + len - 1; in GKI_shiftdown() local 1152 uint8_t* pd = ps + shift_amount; in GKI_shiftdown() 1155 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in GKI_shiftdown() 1166 uint8_t* ps = p_src; in GKI_shiftup() local 1170 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in GKI_shiftup()
|
/system/nfc/src/nfc/ndef/ |
D | ndef_utils.cc | 44 uint8_t* ps = p_mem + len - 1; in shiftdown() local 45 uint8_t* pd = ps + shift_amount; in shiftdown() 48 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in shiftdown() 59 uint8_t* ps = p_src; in shiftup() local 63 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in shiftup()
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | shell.te | 102 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 140 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | shell.te | 103 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 141 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/34.0/public/ |
D | shell.te | 102 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 140 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | shell.te | 102 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 140 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/public/ |
D | shell.te | 102 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 140 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 133 # allow shell to look through /proc/ for lsmod, ps, top, netstat. 166 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | shell.te | 142 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 176 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/vold/ |
D | VoldNativeService.cpp | 125 sp<ProcessState> ps(ProcessState::self()); in start() local 126 ps->startThreadPool(); in start() 127 ps->giveThreadPoolName(); in start()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | incidentd.te | 37 # section id 2005, allow reading ps dump in full
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 197 set -- $(adb shell ps | tr "\r" " " | grep "$processName")
|
/system/extras/ioblame/ |
D | ioblame.sh | 190 ps_line=`ps -ef | grep trace_pipe | grep adb `
|