Home
last modified time | relevance | path

Searched defs:batchResult (Results 1 – 8 of 8) sorted by relevance

/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
DDnsBatchTest.java141 DnsBatchResult<Page<Zone>> batchResult = dnsBatch.listZones(); in testListZones() local
167 DnsBatchResult<Page<Zone>> batchResult = dnsBatch.listZones(ZONE_LIST_OPTIONS); in testListZonesWithOptions() local
214 DnsBatchResult<Zone> batchResult = dnsBatch.createZone(ZONE_INFO); in testCreateZone() local
250 DnsBatchResult<Zone> batchResult = dnsBatch.createZone(ZONE_INFO, ZONE_FIELDS); in testCreateZoneWithOptions() local
269 DnsBatchResult<Zone> batchResult = dnsBatch.getZone(ZONE_NAME); in testGetZone() local
297 DnsBatchResult<Zone> batchResult = dnsBatch.getZone(ZONE_NAME); in testGetZoneNotFound() local
316 DnsBatchResult<Zone> batchResult = dnsBatch.getZone(ZONE_NAME, ZONE_FIELDS); in testGetZoneWithOptions() local
332 DnsBatchResult<Boolean> batchResult = dnsBatch.deleteZone(ZONE_NAME); in testDeleteZone() local
357 DnsBatchResult<Boolean> batchResult = dnsBatch.deleteZone(ZONE_NAME); in testDeleteZoneOnSuccess() local
372 DnsBatchResult<ProjectInfo> batchResult = dnsBatch.getProject(); in testGetProject() local
[all …]
/external/deqp/executor/
DxeBatchExecutor.cpp44 static inline bool isExecutedInBatch(const BatchResult *batchResult, const TestCase *testCase) in isExecutedInBatch()
61 const BatchResult *batchResult) in computeExecuteSet()
99 static int removeExecuted(TestSet &set, const TestNode *root, const BatchResult *batchResult) in removeExecuted()
125 BatchExecutorLogHandler::BatchExecutorLogHandler(BatchResult *batchResult) : m_batchResult(batchRes… in BatchExecutorLogHandler()
158 const TestSet &testSet, BatchResult *batchResult, InfoLog *infoLog) in BatchExecutor()
/external/deqp/executor/tools/
DxeMergeTestLogs.cpp63 …LogHandler(xe::BatchResult *batchResult, uint32_t flags) : m_batchResult(batchResult), m_flags(fla… in LogHandler()
161 xe::BatchResult batchResult; in mergeTestLogs() local
DxeTestLogCompare.cpp162 static void readLogFile(ShortBatchResult &batchResult, const char *filename) in readLogFile()
187 LogFileReader(ShortBatchResult &batchResult, const char *filename) in LogFileReader()
230 const ShortBatchResult &batchResult = batchResults[ndx]; in getTestResultHeaders() local
DxeCommandLineExecutor.cpp352 BatchResultHandler(xe::BatchResult *batchResult) : m_batchResult(batchResult) in BatchResultHandler()
382 void readLogFile(xe::BatchResult *batchResult, const char *filename) in readLogFile()
404 …ltSummary(const xe::TestNode *root, const xe::TestSet &testSet, const xe::BatchResult &batchResult) in printBatchResultSummary()
599 xe::BatchResult batchResult; in runExecutor() local
DxeExtractValues.cpp203 static void readLogFile(BatchResultValues &batchResult, const char *filename) in readLogFile()
/external/deqp/scripts/
Drun_nightly.py170 def genResultMap (batchResult): argument
/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/it/
DITDnsTest.java1511 DnsBatchResult<Zone> batchResult = in testCreateZoneWithOptionsBatch() local