Searched refs:opt_result (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/Other/ |
D | opt-bisect-helper.py | 29 opt_result = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) variable 30 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) 31 opt_result.stdout.close() 32 opt_result.stderr.close()
|
/external/llvm-project/llvm/test/Other/ |
D | opt-bisect-helper.py | 31 opt_result = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) variable 32 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) 33 opt_result.stdout.close() 34 opt_result.stderr.close()
|
/external/rust/crates/rayon/src/iter/ |
D | try_reduce_with.rs | 50 opt_result: None, in into_folder() 93 opt_result: Option<Result<T::Ok, T::Error>>, field 106 let result = match self.opt_result { in consume() 118 opt_result: Some(result), in consume() 124 let result = self.opt_result?; in complete()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | conditional_code_motion_test.cc | 1290 bool opt_result = pass.Run(&*module).ValueOrDie(); in TEST_F() local 1295 CHECK_EQ(opt_result, false); in TEST_F() 1298 CHECK_EQ(opt_result, true); in TEST_F()
|
/external/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl.cc | 1513 auto opt_result = packet_list->front().frame->Decode( in DecodeLoop() local 1520 if (opt_result) { in DecodeLoop() 1521 const auto& result = *opt_result; in DecodeLoop()
|