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

/frameworks/base/cmds/installd/tests/
H A DAndroid.mk21 frameworks/base/cmds/installd \
/frameworks/base/cmds/installd/
H A Dinstalld.c135 struct cmdinfo cmds[] = { variable in typeref:struct:cmdinfo
227 for (i = 0; i < sizeof(cmds) / sizeof(cmds[0]); i++) {
228 if (!strcmp(cmds[i].name,arg[0])) {
229 if (n != cmds[i].numargs) {
231 cmds[i].name, cmds[i].numargs, n);
233 ret = cmds[i].func(arg + 1, reply);
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp785 const void* cmds = (const void*)bwr.write_buffer; local
786 const void* end = ((const uint8_t*)cmds)+bwr.write_size;
787 alog << HexDump(cmds, bwr.write_size) << endl;
788 while (cmds < end) cmds = printCommand(alog, cmds);
842 const void* cmds = mIn.data(); local
844 alog << HexDump(cmds, mIn.dataSize()) << endl;
845 while (cmds < end) cmds
[all...]
/frameworks/base/core/java/android/os/
H A DProcess.java985 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 475 milliseconds