/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 250 to_return = '' 252 to_return += ( 255 return to_return 258 to_return = '' 259 to_return += 'Current: %d\n' % self.current 260 to_return += str(self.index_log) + '\n' 264 to_return += str(revision_log) + '\n' 265 to_return += str(self.status_log) + '\n' 266 to_return += 'Skipped indices:\n' 267 to_return += str(self.skipped_indices) + '\n' [all …]
|
/external/strace/ |
D | mpers.awk | 65 function leave(array_idx, to_return) 68 return to_return 81 special, to_return, type_idx, enc, i) 106 to_return = array[what_idx, "upper_bound"] 107 if ("" == to_return) 108 to_return = "[0]" 110 return leave(what_idx, to_return)
|
D | ChangeLog | 11804 (what_is): Make loc_diff, returned_size, and to_return local.
|
/external/toolchain-utils/automation/clients/helper/ |
D | jobs.py | 8 to_return = job.Job(label, command, timeout) 9 to_return.DependsOnMachine(machine.MachineSpecification(os='linux', 11 return to_return
|
/external/python/cpython3/Lib/test/ |
D | test_multiprocessing_main_handling.py | 111 to_return = make_script(script_dir, script_basename, 117 return to_return 121 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, 124 return to_return 142 to_return = make_script(script_dir, script_basename, source) 144 return to_return
|
D | test_cmd_line_script.py | 79 to_return = make_script(script_dir, script_basename, source) 81 return to_return 85 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename, 88 return to_return
|
/external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/ |
D | cellular_GobiRecoverFromDesync.py | 52 def to_return(*args, **kwargs): function 59 return to_return 63 to_return = subprocess.Popen(*args, **kwargs) 64 self.to_kill.append(to_return) 65 return to_return
|
/external/autotest/client/cros/ |
D | mainloop.py | 96 def to_return(self, e): function 99 return to_return.__get__(self, GenericTesterMainLoop)
|
/external/python/cpython3/Lib/test/test_importlib/import_/ |
D | test_path.py | 121 return self.to_return 123 failing_finder.to_return = None 129 success_finder.to_return = __loader__
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_liveness_analysis_test.cc | 45 HloInstruction* to_return = nullptr; in GetInstruction() local 49 to_return = inst; in GetInstruction() 54 return CHECK_NOTNULL(to_return); in GetInstruction()
|
/external/skia/src/core/ |
D | SkFindAndPlaceGlyph.h | 140 SkPoint to_return{fPositions[0], fPositions[1]}; in nextPoint() 142 return to_return; in nextPoint()
|
/external/skqp/src/core/ |
D | SkFindAndPlaceGlyph.h | 140 SkPoint to_return{fPositions[0], fPositions[1]}; in nextPoint() 142 return to_return; in nextPoint()
|
/external/autotest/client/common_lib/cros/ |
D | dev_server_unittest.py | 192 to_return = MockSshResponse(self.contents) 194 timeout=mox.IgnoreArg()).AndReturn(to_return) 209 to_return = MockSshResponse('\n'.join(self.contents_readline)) 211 timeout=mox.IgnoreArg()).AndReturn(to_return) 227 to_return = MockSshResponse(self.contents) 229 timeout=mox.IgnoreArg()).AndReturn(to_return)
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | util.py | 303 to_return = fxn(*args, **kwargs) 306 return to_return
|
/external/python/cpython3/Python/ |
D | import.c | 1795 PyObject *to_return = PyUnicode_Substring(abs_name, 0, in PyImport_ImportModuleLevelObject() local 1797 if (to_return == NULL) { in PyImport_ImportModuleLevelObject() 1801 final_mod = PyImport_GetModule(to_return); in PyImport_ImportModuleLevelObject() 1802 Py_DECREF(to_return); in PyImport_ImportModuleLevelObject() 1806 to_return); in PyImport_ImportModuleLevelObject()
|
/external/autotest/client/common_lib/ |
D | utils.py | 1115 to_return = function(*args, **dargs) 1125 return cpu_percent, to_return
|
/external/autotest/frontend/afe/ |
D | rpc_interface_unittest.py | 1442 def _mockRpcUtils(self, to_return, control_file_substring=''): argument 1468 ).AndReturn(to_return)
|