/external/blktrace/btt/ |
args.c | 312 input_name = optarg; 387 if (input_name == NULL) { 397 setup_ifile(input_name);
|
globals.h | 169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
|
/hardware/akm/AK8975_FS/libsensors/ |
SensorBase.cpp | 141 strcpy(input_name, filename);
|
AdxlSensor.cpp | 49 strcat(input_sysfs_path, input_name);
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.cpp | 126 strcpy(input_name, filename);
|
/external/linux-tools-perf/ |
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"),
|
builtin-timechart.c | 47 static char const *input_name = "perf.data"; variable 995 struct perf_session *session = perf_session__new(input_name, O_RDONLY, 1094 OPT_STRING('i', "input", &input_name, "file",
|
builtin-sched.c | 32 static char const *input_name = "perf.data"; variable [all...] |
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_token_matcher.py | 220 def process_file(input_name, output_name): 222 with io.open(input_name, 'r', -1, 'utf-8') as input_file:
|
/external/chromium/net/http/ |
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,
|
/external/chromium_org/net/http/ |
http_auth_gssapi_posix.cc | 516 gss_name_t* input_name) { 518 return release_name_(minor_status, input_name); 530 const gss_name_t input_name, 535 input_name,
|
/build/tools/releasetools/ |
common.py | 430 def SignFile(input_name, output_name, key, password, align=None, 432 """Sign the input_name zip/jar/apk, producing output_name. Use the 460 input_name, sign_name])
|
/ndk/tests/ |
run-tests.sh | 315 local INPUT_NAME="`basename $INPUT`" 333 echo "Awk script: $SCRIPT_NAME: passed $INPUT_NAME" 341 echo "Awk script: $SCRIPT_NAME: $INPUT_NAME FAILED!!"
|