HomeSort by relevance Sort by last modified time
    Searched refs:to_return (Results 1 - 14 of 14) sorted by null

  /external/toolchain-utils/automation/clients/helper/
jobs.py 8 to_return = job.Job(label, command, timeout)
9 to_return.DependsOnMachine(machine.MachineSpecification(os='linux',
11 return to_return
  /external/strace/
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)
  /external/toolchain-utils/binary_search_tool/
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/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
cellular_GobiRecoverFromDesync.py 52 def to_return(*args, **kwargs): function in function:TestEventLoop.ExceptionWrapper
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/
mainloop.py 96 def to_return(self, e): function in function:GenericTesterMainLoop.build_error_handler
99 return to_return.__get__(self, GenericTesterMainLoop)
  /external/python/cpython3/Lib/test/test_importlib/import_/
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/
hlo_liveness_analysis_test.cc 45 HloInstruction* to_return = nullptr; local
49 to_return = inst;
54 return CHECK_NOTNULL(to_return);
  /external/skia/src/core/
SkFindAndPlaceGlyph.h 140 SkPoint to_return{fPositions[0], fPositions[1]};
142 return to_return;
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 140 SkPoint to_return{fPositions[0], fPositions[1]};
142 return to_return;
  /external/python/cpython3/Lib/test/
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/common_lib/cros/
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)
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/
util.py 303 to_return = fxn(*args, **kwargs)
306 return to_return
  /external/python/cpython3/Python/
import.c 1795 PyObject *to_return = PyUnicode_Substring(abs_name, 0, local
    [all...]
  /external/autotest/frontend/afe/
rpc_interface_unittest.py     [all...]

Completed in 2342 milliseconds