Home
last modified time | relevance | path

Searched refs:_RunBigQueryCommandsForJsonOutput (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/testing/unexpected_passes_common/
H A Dqueries_unittest.py513 result = self._querier._RunBigQueryCommandsForJsonOutput([''], {})
529 result = self._querier._RunBigQueryCommandsForJsonOutput(['1', '2'], {})
539 self._querier._RunBigQueryCommandsForJsonOutput([''], {})
554 self._querier._RunBigQueryCommandsForJsonOutput([''], {})
562 self._querier._RunBigQueryCommandsForJsonOutput([''], {})
571 self._querier._RunBigQueryCommandsForJsonOutput([''], {})
580 self._querier._RunBigQueryCommandsForJsonOutput([''], {})
H A Dqueries.py271 query_results = self._RunBigQueryCommandsForJsonOutput(
387 def _RunBigQueryCommandsForJsonOutput(self, queries: Union[str, List[str]], member in BigQueryQuerier