Home
last modified time | relevance | path

Searched refs:directive (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java80 public ResultDirective directive; field in KTapResultParser.TestResult
223 ResultDirective directive = in processLines() local
239 currentTest.directive = directive; in processLines()
259 leafSubtest.directive = directive; in processLines()
337 switch (test.directive) { in applyTestResultToListener()
350 testName, test.directive); in applyTestResultToListener()
/tools/repohooks/
DREADME.md45 you can use repo's `<copyfile>` directive.
/tools/repohooks/tools/
Dcpplint.py1129 def ResetSection(self, directive): argument
1142 if directive in ('if', 'ifdef', 'ifndef'):
1144 elif directive in ('else', 'elif'):