Searched refs:prog_name (Results 1 - 25 of 32) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py12 prog_name = ""; variable
16 " " + prog_name + " merge file1 [file2 ...] > output\n" \
17 " " + prog_name + " print file1 [file2 ...]\n" \
18 " " + prog_name + " unpack file1 [file2 ...]\n" \
19 " " + prog_name + " rawunpack file1 [file2 ...]\n"
28 print >>sys.stderr, "%s: read %d PCs from %s" % (prog_name, size / 4, path)
36 (prog_name, len(files), len(s))
54 print >> sys.stderr, "%s: unpacking %s" % (prog_name, path)
67 (prog_name, extracted_file)
83 print >> sys.stderr, "%s: reading map %s" % (prog_name, map_pat
135 prog_name = sys.argv[0] variable
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dkernel_driver.c51 usage(char *prog_name) { argument
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
H A Drand_gen.c59 usage(char *prog_name) { argument
65 prog_name, BUF_LEN);
H A Daes_calc.c61 usage(char *prog_name) { argument
62 printf("usage: %s <key> <plaintext> [-v]\n", prog_name);
H A Dauth_driver.c78 usage(char *prog_name) { argument
79 printf("usage: %s [ -t | -v ]\n", prog_name);
/external/srtp/crypto/test/
H A Dkernel_driver.c51 usage(char *prog_name) { argument
52 printf("usage: %s [ -v ][ -d debug_module ]*\n", prog_name);
H A Drand_gen.c59 usage(char *prog_name) { argument
65 prog_name, BUF_LEN);
H A Daes_calc.c26 usage(char *prog_name) { argument
27 printf("usage: %s <key> <plaintext> [-v]\n", prog_name);
H A Dauth_driver.c78 usage(char *prog_name) { argument
79 printf("usage: %s [ -t | -v ]\n", prog_name);
/external/oprofile/libutil++/tests/
H A Dfile_manip_tests.cpp149 void is_files_identical_tests(char const * prog_name) argument
151 check_result("is_files_identical", prog_name, prog_name,
152 is_files_identical(prog_name, prog_name), true);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.cpp27 static string prog_name; variable
31 fprintf(stderr, "%s: Memory allocation failed\n", prog_name.c_str());
36 prog_name = (*argv)[0];
/external/chromium_org/sandbox/win/src/
H A Dpolicy_target_test.cc232 wchar_t prog_name[MAX_PATH]; local
233 GetModuleFileNameW(NULL, prog_name, MAX_PATH);
236 arguments += prog_name;
247 result = broker->SpawnTarget(prog_name, arguments.c_str(), policy,
295 wchar_t prog_name[MAX_PATH]; local
296 GetModuleFileNameW(NULL, prog_name, MAX_PATH);
299 arguments += prog_name;
310 result = broker->SpawnTarget(prog_name, arguments.c_str(), policy,
H A DWow64.cc143 wchar_t prog_name[MAX_PATH]; local
144 GetModuleFileNameW(NULL, prog_name, MAX_PATH);
145 base::string16 path(prog_name);
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.cc206 wchar_t prog_name[MAX_PATH]; local
207 GetModuleFileNameW(NULL, prog_name, MAX_PATH);
214 arguments += prog_name;
221 if (!::CreateProcessW(prog_name, &arguments[0], NULL, NULL, FALSE, 0,
227 result = broker_->SpawnTarget(prog_name, arguments.c_str(), policy_,
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Ddtls_srtp_driver.c56 usage(char *prog_name) { argument
59 " -l list debugging modules\n", prog_name);
H A Drdbx_driver.c64 usage(char *prog_name) { argument
65 printf("usage: %s [ -t | -v ]\n", prog_name);
/external/chromium_org/tools/resources/
H A Dlist_unused_grit_header.py22 def Usage(prog_name):
23 print prog_name, 'GRD_FILE PATHS_TO_SCAN'
/external/srtp/test/
H A Ddtls_srtp_driver.c56 usage(char *prog_name) { argument
59 " -l list debugging modules\n", prog_name);
H A Drdbx_driver.c64 usage(char *prog_name) { argument
65 printf("usage: %s [ -t | -v ]\n", prog_name);
/external/chromium_org/third_party/cld/base/
H A Dcommandlineflags.h216 const char* prog_name,
221 extern bool AppendFlagsIntoFile(const string& filename, const char* prog_name);
223 extern bool ReadFromFlagsFile(const string& filename, const char* prog_name,
/external/iptables/iptables/
H A Diptables-xml.c31 #define prog_name iptables_xml_globals.program_name macro
295 prog_name, line);
695 prog_name, line);
712 prog_name, line);
723 prog_name, line);
856 prog_name, line);
862 prog_name, line + 1);
H A Dip6tables.c172 #define prog_name ip6tables_globals.program_name macro
187 prog_name, prog_name);
206 prog_name, prog_vers, prog_name, prog_name,
207 prog_name, prog_name, prog_name, prog_name,
[all...]
H A Diptables.c172 #define prog_name iptables_globals.program_name macro
181 prog_name, prog_name);
200 prog_name, prog_vers, prog_name, prog_name,
201 prog_name, prog_name, prog_name, prog_name,
[all...]
/external/valgrind/main/auxprogs/
H A Dnightly-build-summary53 my $prog_name = "nightly-build-summary";
61 $prog_name
/external/chromium_org/base/
H A Dlogging.cc482 wchar_t prog_name[MAX_PATH]; local
483 GetModuleFileNameW(NULL, prog_name, MAX_PATH);
484 wchar_t* backslash = wcsrchr(prog_name, '\\');
487 wcscat_s(prog_name, MAX_PATH, L"debug_message.exe");
498 if (CreateProcessW(prog_name, &cmdline[0], NULL, NULL, false, 0, NULL,

Completed in 499 milliseconds

12