/frameworks/wilhelm/tests/examples/ |
slesTestEqFdPath.cpp | 279 const char *programName = argv[0]; 283 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName); 306 programName); 307 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 0 344460\" \n", programName);
|
slesTestEqOutputPath.cpp | 283 const char *programName = argv[0]; 287 fprintf(stdout, "OpenSL ES test %s: exercises SLEqualizerItf ", programName); 306 programName); 307 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 0 344460\" \n", programName);
|
slesTestVirtualizerPath.cpp | 252 const char *programName = argv[0]; 256 fprintf(stdout, "OpenSL ES test %s: exercises SLVirtualizerItf ", programName); 273 fprintf(stdout, "Usage: \t%s [--always-on] path virtualization_strength\n", programName); 274 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 1000\" \n", programName);
|
slesTestSendToPresetReverb.cpp | 329 const char *programName = argv[0]; 333 fprintf(stdout, "OpenSL ES test %s: exercises SLEffectSendItf ", programName); 363 "sendLevel\n", programName); 364 fprintf(stdout, "Example: \"%s /sdcard/my.mp3 6 -2000 0\" \n", programName);
|
/external/mdnsresponder/mDNSPosix/ |
Client.c | 35 mDNSexport const char ProgramName[] = "mDNSClientPosix"; 37 static const char *gProgramName = ProgramName;
|
ProxyResponder.c | 41 mDNSexport const char ProgramName[] = "mDNSProxyResponderPosix";
|
Responder.c | 51 mDNSexport const char ProgramName[] = "mDNSResponderPosix"; 53 static const char *gProgramName = ProgramName;
|
Identify.c | 65 mDNSexport const char ProgramName[] = "mDNSIdentify";
|
NetMonitor.c | 126 mDNSexport const char ProgramName[] = "mDNSNetMonitor"; [all...] |
/external/webkit/PerformanceTests/SunSpider/ |
sunspider-compare-results | 37 my $programName = basename($0); 39 Usage: $programName --shell=[path] [options] FILE FILE
|
sunspider | 49 my $programName = basename($0); 51 Usage: $programName --shell=[path] [options]
|
/external/webkit/Tools/Scripts/ |
run-javascriptcore-tests | 61 my $programName = basename($0); 63 Usage: $programName [options] [options to pass to build system]
|
run-sunspider | 53 my $programName = basename($0); 55 Usage: $programName [options] [options to pass to build system]
|
sunspider-compare-results | 47 my $programName = basename($0); 49 Usage: $programName [options] FILE FILE
|
do-webcore-rename | 47 my $programName = basename($0); 49 Usage: $programName [options]
|
run-api-tests | 52 my $programName = basename($0); 54 Usage: $programName [options]
|
build-webkit | 344 my $programName = basename($0); 346 Usage: $programName [options] [options to pass to build system]
|
old-run-webkit-tests | 272 my $programName = basename($0); 278 Usage: $programName [options] [testdir|testpath ...] [all...] |
/external/llvm/tools/llvm-rtdyld/ |
llvm-rtdyld.cpp | 108 static const char *ProgramName; 111 errs() << ProgramName << ": " << Type << ": " << Msg << "\n"; 239 ProgramName = argv[0];
|
/external/webkit/Tools/QtTestBrowser/ |
main.cpp | 169 QString programName("QtTestBrowser"); 171 programName = program.baseName(); 177 qDebug() << "Usage:" << programName.toLatin1().data()
|
/external/llvm/tools/macho-dump/ |
macho-dump.cpp | 35 static const char *ProgramName; 38 errs() << ProgramName << ": " << Type << ": " << Msg << "\n"; 431 ProgramName = argv[0];
|
/external/mdnsresponder/mDNSCore/ |
mDNSDebug.h | 142 extern const char ProgramName[];
|
/external/llvm/lib/Support/ |
CommandLine.cpp | 79 static char ProgramName[80] = "<premain>"; 132 errs() << ProgramName << ": CommandLine Error: Argument '" 552 memcpy(ProgramName, ProgName.data(), Len); 553 ProgramName[Len] = '\0'; 701 errs() << ProgramName << ": Unknown command line argument '" 706 errs() << ProgramName << ": Did you mean '-" 729 errs() << ProgramName 737 errs() << ProgramName 858 errs() << ProgramName << ": for the -" << ArgName; [all...] |
/external/llvm/include/llvm/ |
Linker.h | 191 std::string ProgramName; ///< Name of the program being linked
|
/external/antlr/antlr-3.4/runtime/C/ |
README | 712 * TokenRewriteStream.replace was not passing programName to next method. [all...] |