Searched refs:first_result (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | test-utils.h | 29 const std::string first_result = arg.classification.empty() variable 33 Value(first_result, best_class); 37 const std::string first_result = arg.classification.empty() variable 40 return Value(first_result, best_class);
|
/external/toolchain-utils/afdo_tools/bisection/ |
D | afdo_prof_analysis_e2e_test.py | 99 fd_first, first_result = tempfile.mkstemp(dir=temp_dir) 108 out_file=first_result) 121 with open(first_result) as f:
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | OpAsmInterface.td | 39 setNameFn(getResult(0), "first_result"); 47 %first_result, %middle_results:2, %0 = "my.op" ...
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | main.py | 70 self.first_result = None 310 self.first_result = self.get_tests_result() 484 if self.first_result: 485 result = '%s then %s' % (self.first_result, result)
|
/external/rust/crates/csv/tests/ |
D | tests.rs | 353 let first_result = record_results.next(); in no_infinite_loop_on_io_errors() localVariable 355 matches!(&first_result, Some(Err(e)) if matches!(e.kind(), csv::ErrorKind::Io(_))) in no_infinite_loop_on_io_errors()
|
/external/python/cpython2/Lib/test/ |
D | regrtest.py | 551 first_result = None 936 if first_result: 937 result = '%s then %s' % (first_result, result) 1005 first_result = get_tests_result()
|