/external/webkit/Tools/DumpRenderTree/android/ |
D | get_layout_tests_dir_contents.php | 41 function isIgnored($basename) { function 50 if (isIgnored($value)) {
|
/external/junit/src/junit/framework/ |
D | JUnit4TestAdapter.java | 58 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/ |
D | NullPointerTester.java | 130 && !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/ |
D | browser_accessibility_cocoa.h | 43 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored;
|
D | browser_accessibility_cocoa.mm | 102 if ([child isIgnored]) 112 if (![self isIgnored]) { 122 - (BOOL)isIgnored { method 422 return [self isIgnored];
|
/external/junit/src/org/junit/internal/runners/ |
D | TestMethod.java | 29 public boolean isIgnored() { in isIgnored() method in TestMethod
|
D | MethodRoadie.java | 39 if (fTestMethod.isIgnored()) { in run()
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 55 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()
|
D | CGValue.h | 426 bool isIgnored() const { in isIgnored() function
|
D | CGExprCXX.cpp | 441 assert(!Dest.isIgnored() && "Must have a destination!"); in EmitCXXConstructExpr()
|
D | CGExpr.cpp | 120 if (!ignoreResult && aggSlot.isIgnored()) in EmitAnyExpr()
|
/external/webkit/Tools/DumpRenderTree/ |
D | AccessibilityUIElement.h | 148 bool isIgnored() const;
|
D | AccessibilityUIElement.cpp | 719 return JSValueMakeBoolean(context, toAXElement(thisObject)->isIgnored()); in isIgnoredCallback()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | AccessibilityUIElementGtk.cpp | 761 bool AccessibilityUIElement::isIgnored() const in isIgnored() function in AccessibilityUIElement
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | AccessibilityUIElementWin.cpp | 651 bool AccessibilityUIElement::isIgnored() const in isIgnored() function in AccessibilityUIElement
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | AccessibilityUIElementMac.mm | 1226 bool AccessibilityUIElement::isIgnored() const function
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 20867 (AccessibilityUIElement::isIgnored): 20869 (AccessibilityUIElement::isIgnored): 20871 (AccessibilityUIElement::isIgnored):
|