OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testLogs
(Results
1 - 3
of
3
) sorted by null
/external/deqp/scripts/verify/
package.py
34
def __init__ (self, basePath, statement,
testLogs
, gitStatus, gitLog, patches, summary, conformVersion, conformOs, otherItems):
37
self.
testLogs
=
testLogs
49
testLogs
= []
63
testLogs
.append(item)
76
return PackageDescription(packagePath, statement,
testLogs
, gitStatus, gitLog, patches, summary, conformVersion, conformOs, otherItems)
/external/deqp/external/vulkancts/scripts/
verify_submission.py
55
for testLogFile in package.
testLogs
:
58
if len(package.
testLogs
) == 0:
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java
287
Map<BatchRunConfiguration, String>
testLogs
;
325
result.
testLogs
.entrySet()) {
366
pendingResult.
testLogs
= new LinkedHashMap<>();
474
result.
testLogs
.put(mRunConfig, mCurrentTestLog);
[
all
...]
Completed in 2140 milliseconds