Home
last modified time | relevance | path

Searched refs:query_count (Results 1 – 9 of 9) sorted by relevance

/external/autotest/frontend/afe/
Drpc_interface.py1175 return models.Job.query_count(filter_data)
1271 return models.HostQueueEntry.query_count(filter_data)
1348 return models.SpecialTask.query_count(kwargs)
1506 return (models.HostQueueEntry.query_count(filter_data_queue_entries)
1519 return models.RecurringRun.query_count(filter_data)
Dmodel_logic.py798 def query_count(cls, filter_data, initial_query=None): member in ModelExtensions
/external/autotest/frontend/tko/
Drpc_interface.py17 return models.TestView.query_count(filter_data)
/external/v8/test/cctest/
Dtest-decls.cc69 int query_count() const { return query_count_; } in query_count() function in DeclarationContext
163 CHECK_EQ(query, query_count()); in Check()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
Dtest_highlevel.py319 count = users.query_count(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
Dtest_table.py2794 results = self.users.query_count(username__eq='notmyname')
2807 …results = self.users.query_count(username__gt='somename', consistent=True, scan_index_forward=Fals…
2838 count = self.users.query_count(username__eq='johndoe')
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h879 u8 query_count);
Dp2p.c2177 u8 query_count) in p2p_build_probe_resp_ies() argument
2192 if (query_count) in p2p_build_probe_resp_ies()
2229 if (query_count) { in p2p_build_probe_resp_ies()
2230 p2p_buf_add_service_instance(buf, p2p, query_count, query_hash, in p2p_build_probe_resp_ies()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dtable.py1205 def query_count(self, index=None, consistent=False, conditional_operator=None, member in Table