Searched refs:input_name (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/tools/gyp/test/rules-variables/src/input_name/
H A Dtest.c7 void input_name() { function
8 printf("input_name\n");
/external/chromium_org/tools/gyp/test/rules-variables/src/subdir/
H A Dtest.c9 extern void input_name();
16 input_name();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_devtools_extension_api.py38 for input_name in input_names:
39 input = open(input_name, 'r')
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-evlist.c38 OPT_STRING('i', "input", &input_name, "file", "Input file name"),
60 return __cmd_evlist(input_name, &details);
H A Dbuiltin-buildid-list.c60 if (filename__fprintf_build_id(input_name, stdout))
63 session = perf_session__new(input_name, O_RDONLY, force, false,
88 OPT_STRING('i', "input", &input_name, "file", "input file name"),
H A Dbuiltin-mem.c16 char const *input_name; member in struct:perf_mem
124 struct perf_session *session = perf_session__new(input_name, O_RDONLY,
200 .input_name = "perf.data",
209 OPT_STRING('i', "input", &input_name, "file",
226 if (!mem.input_name || !strlen(mem.input_name)) {
228 mem.input_name = "-";
230 mem.input_name = "perf.data";
H A Dbuiltin-inject.c27 const char *input_name; member in struct:perf_inject
358 session = perf_session__new(inject->input_name, O_RDONLY, false, true, &inject->tool);
418 .input_name = "-",
425 OPT_STRING('i', "input", &inject.input_name, "file",
H A Dperf.h204 extern const char *input_name;
H A Dbuiltin-annotate.c192 session = perf_session__new(input_name, O_RDONLY,
289 OPT_STRING('i', "input", &input_name, "file",
H A Dbuiltin-report.c763 OPT_STRING('i', "input", &input_name, "file",
863 if (!input_name || !strlen(input_name)) {
865 input_name = "-";
867 input_name = "perf.data";
870 if (strcmp(input_name, "-") != 0)
878 session = perf_session__new(input_name, O_RDONLY,
H A Dbuiltin-kmem.c490 session = perf_session__new(input_name, O_RDONLY, 0, false, &perf_kmem);
742 OPT_STRING('i', "input", &input_name, "file", "input file name"),
H A Dbuiltin-lock.c839 session = perf_session__new(input_name, O_RDONLY, 0, false, &eops);
930 OPT_STRING('i', "input", &input_name, "file", "input file name"),
H A Dperf.c27 const char *input_name; variable
H A Dbuiltin-script.c1119 session = perf_session__new(input_name, O_RDONLY, 0, false, NULL);
1283 OPT_STRING('i', "input", &input_name, "file", "input file name"),
1489 session = perf_session__new(input_name, O_RDONLY, 0, false,
1517 input = open(session->filename, O_RDONLY); /* input_name */
/external/chromium_org/net/http/
H A Dmock_gssapi_library_posix.cc288 gss_name_t* input_name) {
291 if (!input_name)
293 if (!*input_name)
295 GssNameMockImpl* name = *reinterpret_cast<GssNameMockImpl**>(input_name);
296 ClearName(*input_name);
298 *input_name = NULL;
315 const gss_name_t input_name,
320 if (!input_name)
326 std::string name(NameToString(input_name));
329 *reinterpret_cast<GssNameMockImpl**>(input_name);
286 release_name( OM_uint32* minor_status, gss_name_t* input_name) argument
313 display_name( OM_uint32* minor_status, const gss_name_t input_name, gss_buffer_t output_name_buffer, gss_OID* output_name_type) argument
[all...]
H A Dhttp_auth_gssapi_posix.h51 gss_name_t* input_name) = 0;
57 const gss_name_t input_name,
122 gss_name_t* input_name) OVERRIDE;
128 const gss_name_t input_name,
H A Dmock_gssapi_library_posix.h133 gss_name_t* input_name) OVERRIDE;
139 const gss_name_t input_name,
H A Dhttp_auth_gssapi_posix.cc517 gss_name_t* input_name) {
519 return release_name_(minor_status, input_name);
531 const gss_name_t input_name,
536 input_name,
515 release_name( OM_uint32* minor_status, gss_name_t* input_name) argument
529 display_name( OM_uint32* minor_status, const gss_name_t input_name, gss_buffer_t output_name_buffer, gss_OID* output_name_type) argument
/external/chromium_org/tools/gn/
H A Dcommand_format.cc378 std::string input_name = args[0]; local
379 if (input_name[0] != '/') {
380 std::replace(input_name.begin(), input_name.end(), '\\', '/');
381 input_name = "//" + input_name;
384 if (FormatFileToString(input_name, dump_tree, &output_string)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dscripts.c144 if (input_name) {
146 strcat(cmd, input_name);
/external/blktrace/btt/
H A Dargs.c312 input_name = optarg;
387 if (input_name == NULL) {
397 setup_ifile(input_name);
H A Dbt_timeline.c30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
H A Dglobals.h169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_token_matcher.py220 def process_file(input_name, output_name):
222 with io.open(input_name, 'r', -1, 'utf-8') as input_file:
/external/chromium_org/tools/telemetry/telemetry/
H A Dtest_runner.py224 def _MatchPageSetName(input_name):
230 if input_name == p.Name():

Completed in 348 milliseconds

12