Searched refs:isTest (Results 1 - 8 of 8) sorted by relevance

/external/junit/src/org/junit/runner/
H A DDescription.java125 return !isTest();
131 public boolean isTest() { method in class:Description
139 if (isTest())
/external/junit/src/junit/framework/
H A DJUnit4TestAdapterCache.java35 if (description.isTest())
70 if (description.isTest())
/external/junit/src/org/junit/runner/manipulation/
H A DFilter.java49 if (description.isTest())
/external/chromium_org/native_client_sdk/src/resources/
H A Dcommon.js7 var isTest = false; variable
168 if (isTest) {
467 isTest = searchVars.test === 'true';
/external/clang/lib/Analysis/
H A DConsumed.cpp418 bool isTest() const { function in class:clang::consumed::PropagationInfo
577 assert(!PInfo.isTest());
625 if (Entry == PropagationMap.end() || Entry->second.isTest())
768 if (Entry != PropagationMap.end() && !Entry->second.isTest()) {
916 if (Entry->second.isTest())
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1230 milliseconds