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

/frameworks/base/cmds/installd/
H A Dinstalld.c141 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo
235 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) {
236 if (!strcmp(cmds[i].name,arg[0])) {
237 if (n != cmds[i].numargs) {
239 cmds[i].name, cmds[i].numargs, n);
241 ret = cmds[i].func(arg + 1, reply);
/frameworks/base/cmds/installd/tests/
H A DAndroid.mk21 frameworks/base/cmds/installd \
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp789 const void* cmds = (const void*)bwr.write_buffer; local
790 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
791 alog << HexDump(cmds, bwr.write_size) << endl;
792 while (cmds < end) cmds = printCommand(alog, cmds);
843 const void* cmds = mIn.data(); local
845 alog << HexDump(cmds, mIn.dataSize()) << endl;
846 while (cmds < end) cmds
[all...]
/frameworks/base/core/java/android/os/
H A DProcess.java937 public static final native int[] getPidsForCommands(String[] cmds); argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java493 private void assertPermissions(String[] cmds) { argument
499 while (i < cmds.length) {
500 String cmd = cmds[i++];
502 pkg = cmds[i++];
512 mode = cmds[i++];

Completed in 146 milliseconds