OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subprocess_ret
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/tests/
slang_test.py
208
def CheckTestResult(dir_name,
subprocess_ret
, tests, args):
217
subprocess_ret
: return code of subprocess
222
if
subprocess_ret
== 0:
233
if
subprocess_ret
!= 0:
/frameworks/ml/nn/tools/test_generator/tests/
test.py
176
def CheckTestResult(dir_name,
subprocess_ret
, tests, args):
185
subprocess_ret
: return code of subprocess
190
if
subprocess_ret
== 0:
201
if
subprocess_ret
!= 0:
Completed in 169 milliseconds