Searched refs:cmds (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A DAndroid.mk21 frameworks/base/cmds/installd
/frameworks/native/cmds/installd/
H A Dinstalld.c130 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo
221 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) {
222 if (!strcmp(cmds[i].name,arg[0])) {
223 if (n != cmds[i].numargs) {
225 cmds[i].name, cmds[i].numargs, n);
227 ret = cmds[i].func(arg + 1, reply);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp827 const void* cmds = (const void*)bwr.write_buffer; local
828 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
829 alog << HexDump(cmds, bwr.write_size) << endl;
830 while (cmds < end) cmds = printCommand(alog, cmds);
884 const void* cmds = mIn.data(); local
886 alog << HexDump(cmds, mIn.dataSize()) << endl;
887 while (cmds < end) cmds
[all...]
/frameworks/base/core/java/android/os/
H A DProcess.java1020 public static final native int[] getPidsForCommands(String[] cmds); argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java612 private void assertPermissions(String[] cmds) { argument
618 while (i < cmds.length) {
619 String cmd = cmds[i++];
621 pkg = cmds[i++];
631 mode = cmds[i++];

Completed in 607 milliseconds