Searched defs:_BRANCHES (Results 1 - 4 of 4) sorted by relevance
/external/autotest/site_utils/suite_scheduler/ | ||
H A D | manifest_versions_unittest.py | 29 @var _BRANCHES: canned branches that should parse out of the below. 33 _BRANCHES = [('release', '18'), ('release', '19'), ('release', '20'), variable in class:ManifestVersionsTest 174 self.assertTrue(pair, self._BRANCHES) |
/external/emma/core/java12/com/vladium/jcd/opcodes/ | ||
H A D | IOpcodes.java | 439 boolean [] BRANCHES = clinit._BRANCHES; 450 static final boolean [] _BRANCHES; field in class:IOpcodes.clinit 502 _BRANCHES = new boolean [opcodeCount]; 505 if (_CONDITIONAL_BRANCHES [o]) _BRANCHES [o] = true; 508 if (_COMPOUND_CONDITIONAL_BRANCHES [o]) _BRANCHES [o] = true; 511 if (_UNCONDITIONAL_BRANCHES [o]) _BRANCHES [o] = true; |
/external/emma/lib/ | ||
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
/external/owasp/sanitizer/tools/emma/lib/ | ||
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
Completed in 4295 milliseconds