HomeSort by relevance Sort by last modified time
    Searched refs:input_name (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/tools/gyp/test/rules-variables/src/input_name/
test.c 7 void input_name() { function
8 printf("input_name\n");
  /external/chromium_org/tools/gyp/test/rules-variables/src/subdir/
test.c 9 extern void input_name();
16 input_name();
  /external/linux-tools-perf/
builtin-buildid-list.c 18 static char const *input_name = "perf.data"; variable
29 OPT_STRING('i', "input", &input_name, "file",
41 session = perf_session__new(input_name, O_RDONLY, force, false,
builtin-evlist.c 24 static char const *input_name = "perf.data"; variable
31 session = perf_session__new(input_name, O_RDONLY, 0, false, NULL);
48 OPT_STRING('i', "input", &input_name, "file",
builtin-annotate.c 39 static char const *input_name = "perf.data"; variable
184 session = perf_session__new(input_name, O_RDONLY, force, false, &event_ops);
217 ui__warning("The %s file has no samples!\n", input_name);
242 OPT_STRING('i', "input", &input_name, "file",
builtin-inject.c 16 static char const *input_name = "-"; variable
212 session = perf_session__new(input_name, O_RDONLY, false, true, &inject_ops);
builtin-report.c 44 static char const *input_name = "perf.data"; variable
269 session = perf_session__new(input_name, O_RDONLY, force, false, &event_ops);
323 ui__warning("The %s file has no samples!\n", input_name);
418 OPT_STRING('i', "input", &input_name, "file",
478 if (strcmp(input_name, "-") != 0)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_extension_api.py 38 for input_name in input_names:
39 input = open(input_name, 'r')
  /device/samsung/manta/libsensors/
IioSensorBase.h 45 char *makeSysfsName(const char *input_name,
IioSensorBase.cpp 26 char *IioSensorBase::makeSysfsName(const char *input_name,
31 ret = asprintf(&name, "/sys/bus/iio/devices/%s/%s", input_name, file_name);
  /hardware/invensense/60xx/libsensors/
SensorBase.h 34 char input_name[PATH_MAX]; member in class:SensorBase
SensorBase.cpp 117 strcpy(input_name, filename);
  /hardware/invensense/60xx/libsensors_iio/
SensorBase.h 38 char input_name[PATH_MAX]; member in class:SensorBase
SensorBase.cpp 118 strcpy(input_name, filename);
  /hardware/akm/AK8975_FS/libsensors/
SensorBase.h 34 char input_name[PATH_MAX]; member in class:SensorBase
SensorBase.cpp 141 strcpy(input_name, filename);
  /external/chromium/net/http/
mock_gssapi_library_posix.cc 289 gss_name_t* input_name) {
292 if (!input_name)
294 if (!*input_name)
296 GssNameMockImpl* name = *reinterpret_cast<GssNameMockImpl**>(input_name);
297 ClearName(*input_name);
299 *input_name = NULL;
316 const gss_name_t input_name,
321 if (!input_name)
327 std::string name(NameToString(input_name));
330 *reinterpret_cast<GssNameMockImpl**>(input_name);
    [all...]
mock_gssapi_library_posix.h 127 gss_name_t* input_name);
133 const gss_name_t input_name,
http_auth_gssapi_posix.h 46 gss_name_t* input_name) = 0;
52 const gss_name_t input_name,
117 gss_name_t* input_name);
123 const gss_name_t input_name,
  /external/chromium_org/net/http/
mock_gssapi_library_posix.cc 288 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);
    [all...]
http_auth_gssapi_posix.h 49 gss_name_t* input_name) = 0;
55 const gss_name_t input_name,
120 gss_name_t* input_name) OVERRIDE;
126 const gss_name_t input_name,
mock_gssapi_library_posix.h 133 gss_name_t* input_name) OVERRIDE;
139 const gss_name_t input_name,
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 71 char input_name[PATH_MAX]; member in class:SensorBase
  /external/blktrace/btt/
args.c 312 input_name = optarg;
387 if (input_name == NULL) {
397 setup_ifile(input_name);
bt_timeline.c 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable

Completed in 367 milliseconds

1 2