HomeSort by relevance Sort by last modified time
    Searched defs:pArg (Results 1 - 4 of 4) sorted by null

  /development/tools/etc1tool/
etc1tool.cpp 496 const char* pArg = argv[i];
497 if (pArg[0] == '-') {
498 char c = pArg[1];
510 if (strcmp(pArg, "--encode") == 0) {
514 } else if (strcmp(pArg, "--encodeNoHeader") == 0) {
518 } else if (strcmp(pArg, "--decode") == 0) {
521 } else if (strcmp(pArg, "--showDifference") == 0) {
530 } else if (strcmp(pArg, "--help") == 0) {
533 usage("Unknown flag %s", pArg);
538 usage("Unknown flag %s", pArg);
    [all...]
  /external/sqlite/dist/
sqlite3.h 630 int (*xFileControl)(sqlite3_file*, int op, void *pArg);
647 ** into an integer that the pArg argument points to. This capability
    [all...]
sqlite3.c     [all...]
  /system/core/libacc/
acc.cpp     [all...]

Completed in 279 milliseconds