Home
last modified time | relevance | path

Searched refs:isIgnored (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Tools/DumpRenderTree/android/
Dget_layout_tests_dir_contents.php41 function isIgnored($basename) { function
50 if (isIgnored($value)) {
/external/junit/src/junit/framework/
DJUnit4TestAdapter.java58 if (isIgnored(description)) in removeIgnored()
69 private boolean isIgnored(Description description) { in isIgnored() method in JUnit4TestAdapter
/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java130 && !isIgnored(constructor)) { in testAllPublicConstructors()
142 if (isPublic(method) && isStatic(method) && !isIgnored(method)) { in testAllPublicStaticMethods()
155 if (isPublic(method) && !isStatic(method) && !isIgnored(method)) { in testAllPublicInstanceMethods()
318 private boolean isIgnored(Member member) { in isIgnored() method in NullPointerTester
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_cocoa.h43 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored;
Dbrowser_accessibility_cocoa.mm102 if ([child isIgnored])
112 if (![self isIgnored]) {
122 - (BOOL)isIgnored { method
422 return [self isIgnored];
/external/junit/src/org/junit/internal/runners/
DTestMethod.java29 public boolean isIgnored() { in isIgnored() method in TestMethod
DMethodRoadie.java39 if (fTestMethod.isIgnored()) { in run()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp55 if (!Dest.isIgnored()) return Dest; in EnsureSlot()
59 if (!Dest.isIgnored()) return; in EnsureDest()
263 if (Dest.isIgnored()) in EmitFinalDestCopy()
562 if (!Dest.isIgnored()) in VisitCastExpr()
568 if (Dest.isIgnored()) break; in VisitCastExpr()
1255 assert((Slot.getAddr() != 0 || Slot.isIgnored()) && in EmitAggExpr()
DCGValue.h426 bool isIgnored() const { in isIgnored() function
DCGExprCXX.cpp441 assert(!Dest.isIgnored() && "Must have a destination!"); in EmitCXXConstructExpr()
DCGExpr.cpp120 if (!ignoreResult && aggSlot.isIgnored()) in EmitAnyExpr()
/external/webkit/Tools/DumpRenderTree/
DAccessibilityUIElement.h148 bool isIgnored() const;
DAccessibilityUIElement.cpp719 return JSValueMakeBoolean(context, toAXElement(thisObject)->isIgnored()); in isIgnoredCallback()
/external/webkit/Tools/DumpRenderTree/gtk/
DAccessibilityUIElementGtk.cpp761 bool AccessibilityUIElement::isIgnored() const in isIgnored() function in AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityUIElementWin.cpp651 bool AccessibilityUIElement::isIgnored() const in isIgnored() function in AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm1226 bool AccessibilityUIElement::isIgnored() const function
/external/webkit/Tools/
DChangeLog-2011-02-1620867 (AccessibilityUIElement::isIgnored):
20869 (AccessibilityUIElement::isIgnored):
20871 (AccessibilityUIElement::isIgnored):