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

  /external/autotest/tko/
site_parse.py 202 for test_dict in results:
204 test_name = os.path.basename(test_dict['testdir'])
206 test_dict['testdir'], 'debug', '%s.ERROR' % test_name)
213 for t, r in parse_reason(test_dict['testdir']).iteritems():
240 filtered_results[test_name] = test_dict
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_multidict.py 12 def test_dict(): function
  /external/autotest/frontend/afe/
rpc_utils.py 257 def afe_test_dict_to_test_object(test_dict):
258 if not isinstance(test_dict, dict):
259 return test_dict
262 for key, value in test_dict.iteritems():
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
test_mox.py 99 test_dict = {"mock": "obj", "testing": "isCOOL"}
101 mox.ContainsKeyValue("mock", "obj")) == test_dict)
105 test_dict = {"mock": "obj", "testing": "isCOOL"}
107 mox.ContainsKeyValue("mock", "obj")) == test_dict)
    [all...]
  /external/chromium-trace/catapult/third_party/mox3/mox3/tests/
test_mox.py 99 test_dict = {"mock": "obj", "testing": "isCOOL"}
101 mox.ContainsKeyValue("mock", "obj")) == test_dict)
105 test_dict = {"mock": "obj", "testing": "isCOOL"}
107 mox.ContainsKeyValue("mock", "obj")) == test_dict)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 52 def test_dict(self): member in class:GCTests
test_marshal.py 163 def test_dict(self): member in class:ContainerTestCase
test_multiprocessing.py 1079 def test_dict(self): member in class:_TestContainers
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 52 def test_dict(self): member in class:GCTests
test_marshal.py 163 def test_dict(self): member in class:ContainerTestCase
test_multiprocessing.py 1079 def test_dict(self): member in class:_TestContainers
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 52 def test_dict(self): member in class:GCTests
test_marshal.py 163 def test_dict(self): member in class:ContainerTestCase
test_multiprocessing.py 1079 def test_dict(self): member in class:_TestContainers
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 52 def test_dict(self): member in class:GCTests
test_marshal.py 163 def test_dict(self): member in class:ContainerTestCase
test_multiprocessing.py 1079 def test_dict(self): member in class:_TestContainers
    [all...]
  /external/libxml2/
testapi.c 8491 test_dict(void) { function
    [all...]

Completed in 517 milliseconds