/external/deqp/executor/ |
D | xeBatchResult.cpp | 76 BatchResult::BatchResult (void) in BatchResult() function in xe::BatchResult 80 BatchResult::~BatchResult (void) in ~BatchResult() 84 bool BatchResult::hasTestCaseResult (const char* casePath) const in hasTestCaseResult() 89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult() 96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult() 103 TestCaseResultPtr BatchResult::createTestCaseResult (const char* casePath) in createTestCaseResult()
|
D | xeBatchResult.hpp | 103 class BatchResult class 106 BatchResult (void); 107 ~BatchResult (void); 123 BatchResult (const BatchResult& other); 124 BatchResult& operator= (const BatchResult& other);
|
D | xeBatchExecutor.hpp | 54 BatchExecutorLogHandler (BatchResult* batchResult); 64 BatchResult* m_batchResult; 70 …fig, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, I… 114 BatchResult* m_batchResult;
|
D | xeTestLogWriter.hpp | 40 void writeTestLog (const BatchResult& batchResult, std::ostream& stream); 41 void writeBatchResultToFile (const BatchResult& batchResult, const char* filename);
|
D | xeBatchExecutor.cpp | 44 static inline bool isExecutedInBatch (const BatchResult* batchResult, const TestCase* testCase) in isExecutedInBatch() 60 …(TestSet& executeSet, const TestNode* root, const TestSet& testSet, const BatchResult* batchResult) in computeExecuteSet() 98 static int removeExecuted (TestSet& set, const TestNode* root, const BatchResult* batchResult) in removeExecuted() 124 BatchExecutorLogHandler::BatchExecutorLogHandler (BatchResult* batchResult) in BatchExecutorLogHandler() 157 …fig, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, I… in BatchExecutor()
|
D | xeTestLogWriter.cpp | 109 void writeTestLog (const BatchResult& result, std::ostream& stream) in writeTestLog() 124 void writeBatchResultToFile (const BatchResult& result, const char* filename) in writeBatchResultToFile()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_batch_dataset_op.cc | 229 std::shared_ptr<BatchResult> result; in GetNextInternal() 251 &BatchResult::mu) { result->output.clear(); }); in GetNextInternal() 326 struct BatchResult { struct in tensorflow::data::ParallelBatchDatasetOp::Dataset::Iterator 327 explicit BatchResult() in BatchResult() function 346 const std::shared_ptr<BatchResult>& result) in CallCompleted() 358 const std::shared_ptr<BatchResult>& result) in CallBatching() 407 TF_EXCLUSIVE_LOCKS_REQUIRED(&BatchResult::mu) { in CallBatching() 447 std::vector<std::shared_ptr<BatchResult>> new_calls; in RunnerThread() 474 batch_results_.push_back(std::make_shared<BatchResult>()); in RunnerThread() 488 bool ShouldWait(std::shared_ptr<BatchResult>* result) in ShouldWait() [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | map_and_batch_dataset_op.cc | 238 std::shared_ptr<BatchResult> result; in GetNextInternal() 348 struct BatchResult { struct in tensorflow::data::experimental::MapAndBatchDatasetOp::Dataset::Iterator 349 explicit BatchResult(int64_t batch_size) in BatchResult() function 387 const std::shared_ptr<BatchResult>& result) in CallCompleted() 404 const std::shared_ptr<BatchResult>& result, in CallFunction() 510 const std::shared_ptr<BatchResult>& result, in EnsureOutputAllocated() 538 std::vector<std::pair<std::shared_ptr<BatchResult>, int64_t>> new_calls; in RunnerThread() 578 std::make_shared<BatchResult>(dataset()->batch_size_)); in RunnerThread() 604 std::make_shared<BatchResult>(dataset()->batch_size_)); in ReadBatchResult() 605 std::shared_ptr<BatchResult> result = batch_results_.back(); in ReadBatchResult() [all …]
|
/external/deqp/executor/tools/ |
D | xeMergeTestLogs.cpp | 64 LogHandler (xe::BatchResult* batchResult, deUint32 flags) in LogHandler() 119 xe::BatchResult* const m_batchResult; 123 static void readLogFile (xe::BatchResult* dstResult, const char* filename, deUint32 flags) in readLogFile() 150 xe::BatchResult batchResult; in mergeTestLogs()
|
D | xeCommandLineExecutor.cpp | 356 BatchResultHandler (xe::BatchResult* batchResult) in BatchResultHandler() 384 xe::BatchResult* m_batchResult; 387 void readLogFile (xe::BatchResult* batchResult, const char* filename) in readLogFile() 409 …tSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult) in printBatchResultSummary() 600 xe::BatchResult batchResult; in runExecutor()
|
/external/deqp/scripts/ |
D | run_nightly.py | 114 class BatchResult: class 133 …batchResult = BatchResult(batchResultName if batchResultName != None else os.path.basename(filenam… 336 curBatchResult = BatchResult("current")
|
/external/grpc-grpc/src/ruby/lib/grpc/generic/ |
D | active_call.rb | 21 class BatchResult class in Struct
|