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

  /external/chromium-trace/catapult/dashboard/dashboard/
graph_json.py 136 test_entities = ndb.get_multi(test_keys)
137 test_entities = [t for t in test_entities if t is not None]
140 all_deprecated = all(t.deprecated for t in test_entities)
142 test_entities = [t for t in test_entities if not t.deprecated]
143 test_entities = [t for t in test_entities if t.has_rows]
147 for test in test_entities:
151 return _GetFlotJson(revision_map, test_entities)
    [all...]
  /external/libxml2/
testapi.c 9746 test_entities(void) { function
    [all...]

Completed in 158 milliseconds