HomeSort by relevance Sort by last modified time
    Searched refs:test_keys (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/catapult/dashboard/dashboard/
group_report_test.py 77 test_keys = self._AddTests()
82 selected_ranges, test_keys[0], sheriff_key)
84 overlapping_ranges, test_keys[0], sheriff_key)
86 non_overlapping_ranges, test_keys[0], sheriff_key)
111 test_keys = self._AddTests()
114 test_keys[0], sheriff_key)
126 test_keys = self._AddTests()
130 test_keys[0], sheriff_key, bug_id=123)
132 [(150, 250)], test_keys[0], sheriff_key)
138 test_keys = self._AddTests(
    [all...]
associate_alerts_test.py 55 test_keys = self._AddTests()
60 test_key = test_keys[0] if end_rev % 20 == 0 else test_keys[1]
69 start_revision=9990, end_revision=9996, test=test_keys[0],
76 start_revision=9990, end_revision=9997, test=test_keys[0],
146 test_keys = self._AddTests()
147 rows = testing_common.AddRows(utils.TestPath(test_keys[0]), {10, 20})
149 test_keys[0].get(), rows[0]).put()
dump_graph_json.py 109 test_keys = [a.GetTestMetadataKey() for a in anomalies]
114 entities.extend(self._GetTestAncestors(test_keys))
117 entities.extend(self._FetchRowsAsync(test_keys, num_points))
127 def _GetTestAncestors(self, test_keys):
131 for test_key in test_keys:
148 def _FetchRowsAsync(self, test_keys, num_points):
149 """Fetches recent Row asynchronously across all 'test_keys'."""
152 for test_key in test_keys:
new_points.py 55 # If test_keys contains too many tests, then this query will exceed a
61 test_keys = map(utils.OldStyleTestKey, test_paths)
62 query = query.filter(graph_data.Row.parent_test.IN(test_keys))
list_tests.py 234 test_keys = query.fetch(keys_only=True)
237 test_keys = [k for k in test_keys if utils.TestMatchesPattern(k, pattern)]
240 return ndb.get_multi(test_keys)
241 return [utils.TestPath(k) for k in test_keys]
main.py 81 test_keys = {a.GetTestMetadataKey() for a in anomalies}
82 tests = utils.GetMulti(test_keys)
add_point_queue.py 102 test_keys = set()
110 test_keys.add(ndb.Key('TestMetadata', start))
112 ndb.get_multi_async(list(master_keys) + list(bot_keys) + list(test_keys))
graph_json.py 135 test_keys = map(utils.TestKey, test_paths)
136 test_entities = ndb.get_multi(test_keys)
414 test_keys = [t.key.urlsafe() for t in tests]
416 for series_index, key in enumerate(test_keys):
change_internal_only.py 130 test_keys, next_cursor, more = test_query.fetch_page(
133 for test_key in test_keys:
update_bug_with_results_test.py 393 test_keys = map(utils.TestKey, [
397 start_revision=9990, end_revision=9997, test=test_keys[0],
401 start_revision=9990, end_revision=9996, test=test_keys[0],
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dbm.py 16 def test_keys(self): member in class:DbmTestCase
mapping_tests.py 145 def test_keys(self): member in class:BasicTestMappingProtocol
324 def test_keys(self): member in class:TestMappingProtocol
325 BasicTestMappingProtocol.test_keys(self)
test_dict.py 31 def test_keys(self): member in class:DictTest
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dbm.py 16 def test_keys(self): member in class:DbmTestCase
mapping_tests.py 145 def test_keys(self): member in class:BasicTestMappingProtocol
324 def test_keys(self): member in class:TestMappingProtocol
325 BasicTestMappingProtocol.test_keys(self)
test_dict.py 31 def test_keys(self): member in class:DictTest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dbm.py 16 def test_keys(self): member in class:DbmTestCase
mapping_tests.py 145 def test_keys(self): member in class:BasicTestMappingProtocol
324 def test_keys(self): member in class:TestMappingProtocol
325 BasicTestMappingProtocol.test_keys(self)
test_dict.py 31 def test_keys(self): member in class:DictTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dbm.py 16 def test_keys(self): member in class:DbmTestCase
mapping_tests.py 145 def test_keys(self): member in class:BasicTestMappingProtocol
324 def test_keys(self): member in class:TestMappingProtocol
325 BasicTestMappingProtocol.test_keys(self)
test_dict.py 31 def test_keys(self): member in class:DictTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 104 public void test_keys() throws IOException { method in class:SelectorTest
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 419 public void test_keys() { method in class:HashtableTest
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
test_table.py 373 def test_keys(self): member in class:ItemTestCase
    [all...]

Completed in 833 milliseconds

1 2