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

  /external/toolchain-utils/crosperf/
download_images_unittest.py 66 expected_args = (
72 mock_cmd_exec.RunCommand.assert_called_with(expected_args)
  /external/autotest/client/common_lib/
utils_unittest.py 384 *expected_args):
385 expected_args += (None,) * (2 - len(expected_args))
387 self.assertEquals(expected_args, (url,data))
394 expected_return, *expected_args):
398 *expected_args)
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_unittest.py 148 self.assertEqual(expected_args, args)
150 expected_args = ['cp', 'gs://bucket1/remote_path1',
  /art/runtime/verifier/
method_verifier.cc 1653 size_t expected_args = code_item_accessor_.InsSize(); \/* long\/double count as two *\/ local
3915 const size_t expected_args = inst->VRegA(); local
    [all...]
  /external/autotest/client/bin/
job_unittest.py 528 expected_args = test_set[t]
529 self.assertEqual(parsed_args, expected_args)
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp 1031 unsigned expected_args = arg; local
    [all...]

Completed in 435 milliseconds