HomeSort by relevance Sort by last modified time
    Searched full:input_name (Results 1 - 18 of 18) sorted by null

  /hardware/akm/AK8975_FS/libsensors/
SensorBase.h 34 char input_name[PATH_MAX]; member in class:SensorBase
SensorBase.cpp 142 strcpy(input_name, filename);
AdxlSensor.cpp 50 strcat(input_sysfs_path, 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);
globals.h 169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
  /hardware/invensense/6515/libsensors_iio/
SensorBase.h 73 char input_name[PATH_MAX]; member in class:SensorBase
SensorBase.cpp 179 strcpy(input_name, filename);
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.h 72 char input_name[PATH_MAX]; member in class:SensorBase
SensorBase.cpp 176 strcpy(input_name, filename);
  /system/sepolicy/tools/fc_sort/
fc_sort.c 319 char *input_name, *output_name, *line_buf; local
336 input_name = argv[1];
342 if (!(in_file = fopen(input_name, "r"))) {
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
perf.h 199 extern const char *input_name;
  /external/autotest/client/cros/input_playback/
input_playback.py 288 input_name = utils.run('ls %s' % input_name_path,
294 'input', input_name)
  /external/eigen/lapack/
CMakeLists.txt 143 string(REPLACE "." "_" input_name ${input})
144 set(testName "${target}_${input_name}")
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 187 const std::string input_name = (*obj)->name(); local
195 sect_map.find(input_name, section->name()).second;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/elastictranscoder/
layer1.py 81 def create_job(self, pipeline_id=None, input_name=None, output=None,
101 :type input_name: dict
102 :param input_name: A section of the request body that provides
131 if input_name is not None:
132 params['Input'] = input_name
    [all...]
  /build/tools/releasetools/
common.py 691 def SignFile(input_name, output_name, key, password, min_api_level=None,
694 """Sign the input_name zip/jar/apk, producing output_name. Use the
725 input_name, codename_to_api_level_map)
731 input_name, output_name])
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 898 milliseconds