/external/bzip2/ |
bzip2.c | 208 Char *progName; 540 progName, inName ); 607 fprintf ( stderr, "%s: %s: ", progName, inName ); 706 progName, outName ); 714 progName ); 718 progName ); 721 progName ); 724 progName, outName ); 728 progName ); 736 progName, progName [all...] |
bzip2recover.c | 64 Char progName[BZ_MAX_FILENAME]; 89 progName, inFileName ); 90 perror ( progName ); 92 progName ); 102 progName, inFileName ); 103 perror ( progName ); 105 progName ); 115 progName, n ); 117 progName ); 127 progName, inFileName, max_handled_blocks ) [all...] |
/external/qemu/android/ |
main-emulator.c | 66 static char* getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit); 67 static char* getSharedLibraryPath(const char* progName, const char* libName); 222 getTargetEmulatorPath(const char* progName, const char* avdArch, const int force_32bit) 239 path_split(progName, &progDir, NULL); 245 APANIC("Path too long: %s\n", progName); 257 APANIC("Path too long: %s\n", progName); 268 if (strchr(progName, '/') == NULL && strchr(progName, '\\') == NULL) { 270 if (strchr(progName, '/') == NULL) { 312 getSharedLibraryPath(const char* progName, const char* libName [all...] |
/art/jdwpspy/ |
Main.cpp | 107 static void usage(const char* progName) 109 fprintf(stderr, "Usage: %s VM-port [debugger-listen-port]\n\n", progName);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
main.py | 20 Usage: %(progName)s [options] [tests] 28 %(progName)s test_module - run tests from test_module 29 %(progName)s test_module.TestClass - run tests from 31 %(progName)s test_module.TestClass.test_method - run specified test method 36 Alternative Usage: %(progName)s discover [options] 50 Usage: %(progName)s [options] [test] [...] 58 %(progName)s - run default set of tests 59 %(progName)s MyTestSuite - run suite 'MyTestSuite' 60 %(progName)s MyTestCase.testSomething - run MyTestCase.testSomething 61 %(progName)s MyTestCase - run all 'test*' test method [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 17 Usage: %(progName)s [options] [tests] 25 %(progName)s test_module - run tests from test_module 26 %(progName)s module.TestClass - run tests from module.TestClass 27 %(progName)s module.Class.test_method - run specified test method 32 Alternative Usage: %(progName)s discover [options] 46 Usage: %(progName)s [options] [test] [...] 54 %(progName)s - run default set of tests 55 %(progName)s MyTestSuite - run suite 'MyTestSuite' 56 %(progName)s MyTestCase.testSomething - run MyTestCase.testSomething 57 %(progName)s MyTestCase - run all 'test*' test method [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
main.py | 17 Usage: %(progName)s [options] [tests] 25 %(progName)s test_module - run tests from test_module 26 %(progName)s module.TestClass - run tests from module.TestClass 27 %(progName)s module.Class.test_method - run specified test method 32 Alternative Usage: %(progName)s discover [options] 46 Usage: %(progName)s [options] [test] [...] 54 %(progName)s - run default set of tests 55 %(progName)s MyTestSuite - run suite 'MyTestSuite' 56 %(progName)s MyTestCase.testSomething - run MyTestCase.testSomething 57 %(progName)s MyTestCase - run all 'test*' test method [all...] |
/sdk/emulator/opengl/host/renderer/ |
main.cpp | 33 static void printUsage(const char *progName) 35 fprintf(stderr, "Usage: %s -windowid <windowid> [options]\n", progName);
|
/external/chromium_org/third_party/icu/source/tools/genbrk/ |
genbrk.cpp | 49 static char *progName; 62 printf("Usage: %s [-v] [-options] -r rule-file -o output-file\n", progName); 138 progName = argv[0];
|
/external/chromium_org/third_party/icu/source/tools/gencfu/ |
gencfu.cpp | 48 static char *progName; 62 printf("Usage: %s [-v] [-options] -r confusablesRules.txt -w wholeScriptConfusables.txt -o output-file\n", progName); 142 progName = argv[0];
|
/external/chromium_org/third_party/icu/source/tools/genctd/ |
genctd.cpp | 53 static char *progName; 65 printf("Usage: %s [-v] [-options] -o output-file dictionary-file\n", progName); 139 progName = argv[0];
|
/external/icu4c/tools/genbrk/ |
genbrk.cpp | 49 static char *progName; 62 printf("Usage: %s [-v] [-options] -r rule-file -o output-file\n", progName); 138 progName = argv[0];
|
/external/icu4c/tools/gencfu/ |
gencfu.cpp | 48 static char *progName; 62 printf("Usage: %s [-v] [-options] -r confusablesRules.txt -w wholeScriptConfusables.txt -o output-file\n", progName); 142 progName = argv[0];
|
/external/icu4c/tools/gendict/ |
gendict.cpp | 86 static char *progName; 112 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName); 282 progName = argv[0]; 305 install_watchdog(progName, outFileName); 476 printf("%s: done writing\t%s (%ds).\n", progName, outFileName, elapsedTime());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_program.py | 102 progName = 'test'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_program.py | 102 progName = 'test'
|
/dalvik/vm/ |
Init.cpp | 83 static void usage(const char* progName) 85 dvmFprintf(stderr, "%s: [options] class [argument ...]\n", progName); 86 dvmFprintf(stderr, "%s: [options] -jar file.jar [argument ...]\n",progName); [all...] |
/external/llvm/lib/Support/ |
CommandLine.cpp | 685 /// from the caller (as PROGNAME) and its command-line arguments from 688 void cl::ParseEnvironmentOptions(const char *progName, const char *envVar, 691 assert(progName && "Program name not specified"); 703 newArgv.push_back(Saver.SaveString(progName)); 732 // Copy the program name into ProgName, making sure not to overflow it. 733 std::string ProgName = sys::path::filename(argv[0]); 734 size_t Len = std::min(ProgName.size(), size_t(79)); 735 memcpy(ProgramName, ProgName.data(), Len); [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 51 void ParseEnvironmentOptions(const char *progName, const char *envvar, [all...] |