Searched refs:GetInputPath (Results 1 – 3 of 3) sorted by relevance
206 return fail_re.match(self.GetInputPath())244 def GetInputPath(self): member in TestCase253 print("Testing {}".format(tc.GetInputPath()))260 is_debugger_test = os.path.basename(tc.GetInputPath()) in DEBUGGER_CASES271 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())
46 std::string GetInputPath(const std::string &name) const;
26 std::string TaskContext::GetInputPath(const std::string &name) const { in GetInputPath() function in libtextclassifier3::mobile::TaskContext