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

  /external/libtextclassifier/lang_id/
lang-id.cc 231 const std::string &input_name, TaskContext *context) {
232 TaskInput *task_input = context->GetInput(input_name);
234 TC_LOG(ERROR) << "TaskInput " << input_name << " has "
243 const std::string input_name = "language-identifier-network"; local
245 GetInMemoryFileNameForTaskInput(input_name, context);
247 TC_LOG(ERROR) << "No input file name for TaskInput " << input_name;
252 TC_LOG(ERROR) << "Unable to get bytes for TaskInput " << input_name;
275 const std::string input_name = "language-name-id-map"; local
277 GetInMemoryFileNameForTaskInput(input_name, context);
279 TC_LOG(ERROR) << "No input file name for TaskInput " << input_name;
    [all...]
  /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/flatbuffers/grpc/src/compiler/
schema_interface.h 62 virtual grpc::string input_name() const = 0;
go_generator.cc 89 vars["Request"] = method->input_name();
103 vars["Request"] = method->input_name();
197 vars["Request"] = ", in *" + ((vars["CustomMethodIO"] == "") ? method->input_name() : vars["CustomMethodIO"]);
216 vars["Request"] = (vars["CustomMethodIO"] == "") ? method->input_name() : vars["CustomMethodIO"];
  /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);
  /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
globals.h 169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
  /external/toolchain-utils/crosperf/
generate_report.py 216 def PickInputFile(input_name):
218 return sys.stdin if input_name == '-' else open(input_name)
  /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"))) {
  /build/make/tools/releasetools/
add_img_to_target_files 83 self.input_name = os.path.join(input_dir, prefix, name)
91 self.name = self.input_name
123 if os.path.exists(img.input_name):
125 return img.input_name
155 if os.path.exists(img.input_name):
168 if os.path.exists(img.input_name):
170 return img.input_name
186 if os.path.exists(img.input_name):
188 return img.input_name
307 if os.path.exists(img.input_name)
    [all...]
add_img_to_target_files.py 83 self.input_name = os.path.join(input_dir, prefix, name)
91 self.name = self.input_name
123 if os.path.exists(img.input_name):
125 return img.input_name
155 if os.path.exists(img.input_name):
168 if os.path.exists(img.input_name):
170 return img.input_name
186 if os.path.exists(img.input_name):
188 return img.input_name
307 if os.path.exists(img.input_name)
    [all...]
  /external/autotest/client/cros/input_playback/
input_playback.py 284 input_name = self._find_input_name(device_dir)
289 'input', input_name)
363 input_name = self._find_input_name(device_dir)
368 'input', input_name)
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
perf.h 199 extern const char *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/libmojo/mojo/public/tools/chrome_ipc/
generate_mojom.py 332 def __init__(self, input_name, output_namespace):
333 self._input_name = input_name
334 with open(input_name) as f:
  /external/flatbuffers/src/
idl_gen_grpc.cpp 57 std::string input_name() const { function in class:flatbuffers::FlatBufMethod

Completed in 616 milliseconds