/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 } 193 ps->MakeDocument(loc(@1), Comments(), std::move(imports), std::move(*$3)); 196 ps->GetDocument()->PrependComments((*i)->GetComments()); 199 ps->GetDocument()->PrependComments($1->GetComments()); 225 ps->SetPackage($2->GetText()); 335 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), *$4, $3); 341 ps->CheckValidTypeName(*$2, loc(@2)); 342 …$$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5… [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/binder/ |
D | String16.cpp | 297 const size_t ps = prefix.size(); in startsWith() local 298 if (ps > size()) return false; in startsWith() 299 return strzcmp16(mString, ps, prefix.c_str(), ps) == 0; in startsWith() 304 const size_t ps = strlen16(prefix); in startsWith() local 305 if (ps > size()) return false; in startsWith() 306 return strncmp16(mString, prefix, ps) == 0; in startsWith()
|
/system/netd/tests/ |
D | TestUnsolService.cpp | 50 sp<ProcessState> ps(ProcessState::self()); in start() local 51 ps->startThreadPool(); in start() 52 ps->giveThreadPoolName(); in start()
|
/system/nfc/src/nfa/ee/ |
D | nfa_ee_act.cc | 310 uint8_t* p, uint8_t* ps, in nfa_ee_add_tech_route_to_ecb() argument 312 uint8_t num_tlv = *ps; in nfa_ee_add_tech_route_to_ecb() 369 *ps = num_tlv; in nfa_ee_add_tech_route_to_ecb() 373 uint8_t* p, uint8_t* ps, in nfa_ee_add_proto_route_to_ecb() argument 375 uint8_t num_tlv = *ps; in nfa_ee_add_proto_route_to_ecb() 432 *ps = num_tlv; in nfa_ee_add_proto_route_to_ecb() 450 uint8_t* p, uint8_t* ps, in nfa_ee_add_aid_route_to_ecb() argument 453 uint8_t num_tlv = *ps; in nfa_ee_add_aid_route_to_ecb() 508 nfa_ee_check_set_routing(new_size, p_max_len, ps, p_cur_offset); in nfa_ee_add_aid_route_to_ecb() 509 if (*ps == 0) { in nfa_ee_add_aid_route_to_ecb() [all …]
|
/system/nfc/src/nfc/nfc/ |
D | nfc_ncif.cc | 145 uint8_t* ps; in nfc_ncif_send_data() local 209 ps = (uint8_t*)(p_data + 1) + p_data->offset; in nfc_ncif_send_data() 210 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() 325 ps = (uint8_t*)nfc_cb.p_disc_pending; in nfc_ncif_check_cmd_queue() [all …]
|
D | nfc_main.cc | 409 uint8_t* ps; in nfc_main_handle_hal_evt() local 466 ps = (uint8_t*)nfc_cb.p_disc_pending; in nfc_main_handle_hal_evt() 467 nci_snd_discover_cmd(*ps, (tNFC_DISCOVER_PARAMS*)(ps + 1)); in nfc_main_handle_hal_evt()
|
/system/core/shell_and_utilities/ |
D | README.md | 65 pkill pmap printenv printf prlimit ps pwd pwdx readelf readlink realpath 103 pkill pmap printenv printf prlimit ps pwd pwdx readelf readlink realpath 137 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice 171 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice 205 printf prlimit ps pwd pwdx **readelf** readlink realpath renice restorecon 237 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev** 265 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath 290 nl nohup od paste patch pgrep pidof pkill pmap printenv printf **ps** pwd 303 toolbox: getevent iftop ioctl log nandread newfs\_msdos ps prlimit 326 newfs\_msdos ps prlimit renice sendevent start stop top uptime watchprops [all …]
|
/system/sepolicy/microdroid/system/private/ |
D | shell.te | 21 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 58 # allow shell to read /proc/pid/attr/current for ps -Z
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 1131 uint8_t* ps = p_mem + len - 1; in GKI_shiftdown() local 1132 uint8_t* pd = ps + shift_amount; in GKI_shiftdown() 1135 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in GKI_shiftdown() 1146 uint8_t* ps = p_src; in GKI_shiftup() local 1150 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/vold/ |
D | VoldNativeService.cpp | 125 sp<ProcessState> ps(ProcessState::self()); in start() local 126 ps->startThreadPool(); in start() 127 ps->giveThreadPoolName(); in start()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 197 set -- $(adb shell ps | tr "\r" " " | grep "$processName")
|
/system/extras/profcollectd/ |
D | README.md | 61 oriole:/ # ps -e | grep profcollectd
|
/system/extras/ioblame/ |
D | ioblame.sh | 190 ps_line=`ps -ef | grep trace_pipe | grep adb `
|
/system/apex/apexd/ |
D | apexservice.cpp | 1139 sp<ProcessState> ps(ProcessState::self()); in CreateAndRegisterService() local 1154 sp<ProcessState> ps(ProcessState::self()); in StartThreadPool() local 1157 ps->startThreadPool(); in StartThreadPool()
|
/system/nfc/src/nfa/include/ |
D | nfa_dm_int.h | 697 #define nfa_ee_get_tech_route(ps, ha) \ argument
|
/system/sepolicy/private/ |
D | incidentd.te | 40 # section id 2005, allow reading ps dump in full
|
D | shell.te | 370 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat. 409 # allow shell to read /proc/pid/attr/current for ps -Z
|
D | dumpstate.te | 499 # Allow dumpstate to run ps
|
/system/netd/server/ |
D | NetdNativeService.cpp | 137 sp<ProcessState> ps(ProcessState::self()); in start() local 138 ps->startThreadPool(); in start() 139 ps->giveThreadPoolName(); in start()
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 116 sp<android::ProcessState> ps{android::ProcessState::self()}; in registerTestService() local 117 ps->startThreadPool(); in registerTestService()
|
/system/timezone/output_data/android/ |
D | tzids.prototxt | 1440 isoCode: "ps"
|