Home
last modified time | relevance | path

Searched refs:input_name (Results 1 – 11 of 11) sorted by relevance

/external/libtextclassifier/lang_id/
Dlang-id.cc231 const std::string &input_name, TaskContext *context) { in GetInMemoryFileNameForTaskInput() argument
232 TaskInput *task_input = context->GetInput(input_name); in GetInMemoryFileNameForTaskInput()
234 TC_LOG(ERROR) << "TaskInput " << input_name << " has " in GetInMemoryFileNameForTaskInput()
243 const std::string input_name = "language-identifier-network"; in ParseNetworkParams() local
245 GetInMemoryFileNameForTaskInput(input_name, context); in ParseNetworkParams()
247 TC_LOG(ERROR) << "No input file name for TaskInput " << input_name; in ParseNetworkParams()
252 TC_LOG(ERROR) << "Unable to get bytes for TaskInput " << input_name; in ParseNetworkParams()
275 const std::string input_name = "language-name-id-map"; in ParseListOfKnownLanguages() local
277 GetInMemoryFileNameForTaskInput(input_name, context); in ParseListOfKnownLanguages()
279 TC_LOG(ERROR) << "No input file name for TaskInput " << input_name; in ParseListOfKnownLanguages()
[all …]
/external/toolchain-utils/crosperf/
Dgenerate_report.py216 def PickInputFile(input_name): argument
218 return sys.stdin if input_name == '-' else open(input_name)
/external/blktrace/btt/
Dargs.c312 input_name = optarg; in handle_args()
387 if (input_name == NULL) { in handle_args()
397 setup_ifile(input_name); in handle_args()
Dbt_timeline.c30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
Dglobals.h169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
/external/autotest/client/cros/input_playback/
Dinput_playback.py284 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)
/external/flatbuffers/grpc/src/compiler/
Dgo_generator.cc89 vars["Request"] = method->input_name(); in GenerateServerMethodSignature()
103 vars["Request"] = method->input_name(); in GenerateServerMethod()
197 …vars["Request"] = ", in *" + ((vars["CustomMethodIO"] == "") ? method->input_name() : vars["Custom… in GenerateClientMethodSignature()
216 vars["Request"] = (vars["CustomMethodIO"] == "") ? method->input_name() : vars["CustomMethodIO"]; in GenerateClientMethod()
Dschema_interface.h62 virtual grpc::string input_name() const = 0;
/external/libmojo/mojo/public/tools/chrome_ipc/
Dgenerate_mojom.py332 def __init__(self, input_name, output_namespace): argument
333 self._input_name = input_name
334 with open(input_name) as f:
/external/eigen/lapack/
DCMakeLists.txt143 string(REPLACE "." "_" input_name ${input})
144 set(testName "${target}_${input_name}")
/external/flatbuffers/src/
Didl_gen_grpc.cpp57 std::string input_name() const { in input_name() function in flatbuffers::FlatBufMethod