Home
last modified time | relevance | path

Searched refs:GetInputPath (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/amber/tests/
Drun_tests.py206 return fail_re.match(self.GetInputPath())
244 def GetInputPath(self): member in TestCase
253 print("Testing {}".format(tc.GetInputPath()))
260 is_debugger_test = os.path.basename(tc.GetInputPath()) in DEBUGGER_CASES
271 cmd += [tc.GetInputPath()]
293 self.suppressed.append(tc.GetInputPath())
296 self.failures.append(tc.GetInputPath())
298 print("Expected: " + tc.GetInputPath() + " to fail but passed.")
299 self.failures.append(tc.GetInputPath())
/external/libtextclassifier/native/lang_id/common/fel/
Dtask-context.h46 std::string GetInputPath(const std::string &name) const;
Dtask-context.cc26 std::string TaskContext::GetInputPath(const std::string &name) const { in GetInputPath() function in libtextclassifier3::mobile::TaskContext