Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 25 of 48) sorted by relevance

12

/system/tools/aidl/
Daidl_language_y.yy50 #define lex_scanner ps->Scanner()
56 const_cast<std::string *>(&ps->FileName());
59 %parse-param { Parser* ps }
194 ps->MakeDocument(loc(@1), comments, std::move(imports), std::move(*$3));
216 ps->SetPackage($2->GetText());
306 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), "", $3);
311 ps->CheckValidTypeName(*$2, loc(@2));
312 …$$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5…
318 … $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $4->GetText());
325 ps->AddError();
[all …]
/system/gsid/
Ddaemon.cpp70 sp<ProcessState> ps(ProcessState::self()); in main() local
71 ps->startThreadPool(); in main()
72 ps->giveThreadPoolName(); in main()
/system/extras/ioshark/
Dcollect-straces-ftraces.sh114 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 `
Dcollect-straces.sh19 ps_line=`ps -ef | grep strace | grep adb `
/system/core/libutils/
DString16.cpp287 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/
DTestUnsolService.cpp49 sp<ProcessState> ps(ProcessState::self()); in start() local
50 ps->startThreadPool(); in start()
51 ps->giveThreadPoolName(); in start()
/system/core/shell_and_utilities/
DREADME.md60 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice
93 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice
126 printf prlimit ps pwd pwdx **readelf** readlink realpath renice restorecon
157 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev**
184 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath
208 nl nohup od paste patch pgrep pidof pkill pmap printenv printf **ps** pwd
221 toolbox: getevent iftop ioctl log nandread newfs\_msdos ps prlimit
243 newfs\_msdos ps prlimit renice sendevent start stop top uptime watchprops
265 nohup notify ps readlink renice restorecon rmmod route runcon schedtop
277 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon
[all …]
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc311 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/nfc/src/nfc/nfc/
Dnfc_ncif.cc148 uint8_t* ps; in nfc_ncif_send_data() local
212 ps = (uint8_t*)(p_data + 1) + p_data->offset; in nfc_ncif_send_data()
213 memcpy(pp, ps, ulen); in nfc_ncif_send_data()
263 uint8_t* ps; in nfc_ncif_check_cmd_queue() local
282 ps = (uint8_t*)(p_buf + 1) + p_buf->offset; in nfc_ncif_check_cmd_queue()
283 memcpy(nfc_cb.last_hdr, ps, NFC_SAVED_HDR_SIZE); in nfc_ncif_check_cmd_queue()
284 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE); in nfc_ncif_check_cmd_queue()
286 if (*ps == ((NCI_MT_CMD << NCI_MT_SHIFT) | NCI_GID_EE_MANAGE)) { in nfc_ncif_check_cmd_queue()
287 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 …]
Dnfc_main.cc416 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/sepolicy/microdroid/system/public/
Dshell.te30 # allow shell to look through /proc/ for lsmod, ps, top, netstat, vmstat.
67 # allow shell to read /proc/pid/attr/current for ps -Z
/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp147 sp<android::ProcessState> ps{android::ProcessState::self()}; in main() local
148 ps->startThreadPool(); in main()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc1147 uint8_t* ps = p_mem + len - 1; in GKI_shiftdown() local
1148 uint8_t* pd = ps + shift_amount; in GKI_shiftdown()
1151 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in GKI_shiftdown()
1162 uint8_t* ps = p_src; in GKI_shiftup() local
1166 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in GKI_shiftup()
/system/nfc/src/nfc/ndef/
Dndef_utils.cc43 uint8_t* ps = p_mem + len - 1; in shiftdown() local
44 uint8_t* pd = ps + shift_amount; in shiftdown()
47 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in shiftdown()
58 uint8_t* ps = p_src; in shiftup() local
62 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in shiftup()
/system/sepolicy/prebuilts/api/28.0/public/
Dshell.te120 # allow shell to look through /proc/ for lsmod, ps, top, netstat.
151 # allow shell to read /proc/pid/attr/current for ps -Z
/system/sepolicy/public/
Dshell.te103 # 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/33.0/public/
Dshell.te103 # 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/32.0/public/
Dshell.te102 # 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/31.0/public/
Dshell.te102 # 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/
Dshell.te133 # 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/
Dshell.te142 # 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/
DVoldNativeService.cpp125 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/
Dincidentd.te37 # section id 2005, allow reading ps dump in full
/system/extras/tests/workloads/
Dpwrtest.sh197 set -- $(adb shell ps | tr "\r" " " | grep "$processName")
/system/sepolicy/prebuilts/api/28.0/private/
Dincidentd.te34 # section id 2005, allow reading ps dump in full

12