/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)
|
builtin-kmem.c | 27 static char const *input_name = "perf.data"; variable 491 struct perf_session *session = perf_session__new(input_name, O_RDONLY, 707 OPT_STRING('i', "input", &input_name, "file",
|
builtin-script.c | 343 static char const *input_name = "perf.data"; variable 975 OPT_STRING('i', "input", &input_name, "file", 1166 session = perf_session__new(input_name, O_RDONLY, 0, false, &event_ops); 1185 input = open(input_name, O_RDONLY);
|
builtin-lock.c | 339 static char const *input_name = "perf.data"; variable 885 session = perf_session__new(input_name, O_RDONLY, 0, false, &eops); 944 OPT_STRING('i', "input", &input_name, "file", "input file name"),
|
/device/samsung/tuna/libsensors/ |
SamsungSensorBase.cpp | 30 char *SamsungSensorBase::makeSysfsName(const char *input_name, 34 strlen(input_name) + 41 strcat(name, input_name); 71 mInputSysfsEnable = makeSysfsName(input_name, "enable"); 77 mInputSysfsPollDelay = makeSysfsName(input_name, "poll_delay");
|
SamsungSensorBase.h | 43 char *makeSysfsName(const char *input_name,
|
/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...] |
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,
|
mock_gssapi_library_posix.h | 127 gss_name_t* input_name); 133 const gss_name_t input_name,
|
http_auth_gssapi_posix.cc | 515 gss_name_t* input_name) { 517 return release_name_(minor_status, input_name); 529 const gss_name_t input_name, 534 input_name,
|
/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/libsensors/ |
SensorBase.h | 34 char input_name[PATH_MAX]; member in class:SensorBase
|
SensorBase.cpp | 117 strcpy(input_name, filename);
|
/hardware/invensense/libsensors_iio/ |
SensorBase.h | 37 char input_name[PATH_MAX]; member in class:SensorBase
|
SensorBase.cpp | 127 strcpy(input_name, filename);
|
/external/webkit/Source/WebCore/WebCore.gyp/mac/ |
adjust_visibility.sh | 71 INPUT_NAME=input.a 72 ARCH_INPUT="${ARCH_DIR}/${INPUT_NAME}" 80 (cd "${ARCH_DIR}" && ar -x "${INPUT_NAME}")
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_gpu_unittest.py | 54 def assertOverridesWorked(self, port_name, input_name=None, platform=None): 60 if input_name and platform: 61 port = chromium_gpu.get(platform=platform, port_name=input_name,
|
/external/blktrace/btt/ |
bt_timeline.c | 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
|
args.c | 312 input_name = optarg; 387 if (input_name == NULL) { 397 setup_ifile(input_name);
|
/external/chromium/net/third_party/gssapi/ |
gssapi.h | 603 const gss_name_t, /* input_name */ 621 const gss_name_t, /* input_name */ 629 gss_name_t * /* input_name */ 762 const gss_name_t, /* input_name */ 770 const gss_name_t, /* input_name */
|