HomeSort by relevance Sort by last modified time
    Searched refs:isIgnored (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h 41 // isIgnored returns whether or not the accessibility object
43 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored;
  /external/junit/src/junit/framework/
JUnit4TestAdapter.java 58 if (isIgnored(description))
69 private boolean isIgnored(Description description) {
  /external/junit/src/org/junit/internal/runners/
TestMethod.java 29 public boolean isIgnored() {
MethodRoadie.java 39 if (fTestMethod.isIgnored()) {
  /frameworks/base/libs/hwui/
Snapshot.h 127 bool isIgnored() const;
Snapshot.cpp 200 bool Snapshot::isIgnored() const {
206 this, flags, previous.get(), height, isIgnored(), clipRegion && !clipRegion->isEmpty());
OpenGLRenderer.cpp 433 if (mSnapshot->isIgnored()) return DrawGlInfo::kStatusDone;
714 if (!mSnapshot->isIgnored()) {
770 if (!mSnapshot->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) {
780 if (!mSnapshot->isIgnored()) {
855 if (mSnapshot->isIgnored()) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/android/
get_layout_tests_dir_contents.php 41 function isIgnored($basename) {
50 if (isIgnored($value)) {
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 130 && !isIgnored(constructor)) {
142 if (isPublic(method) && isStatic(method) && !isIgnored(method)) {
155 if (isPublic(method) && !isStatic(method) && !isIgnored(method)) {
318 private boolean isIgnored(Member member) {
  /external/webkit/Tools/DumpRenderTree/
AccessibilityUIElement.h 148 bool isIgnored() const;
AccessibilityUIElement.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 63 if (!Dest.isIgnored()) return Dest;
67 if (!Dest.isIgnored()) return;
210 if (!Dest.isIgnored() && CGF.CGM.isPaddedAtomicType(type)) {
311 if (Dest.isIgnored())
622 if (!Dest.isIgnored())
628 if (Dest.isIgnored()) break;
662 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
    [all...]
CGAtomic.cpp 643 if (resultSlot.isIgnored()) return resultSlot.asRValue();
681 } else if (!resultSlot.isIgnored() && !atomics.hasPadding()) {
722 if (atomics.getEvaluationKind() == TEK_Aggregate && resultSlot.isIgnored())
747 assert(!resultSlot.isIgnored());
    [all...]
CGValue.h 471 bool isIgnored() const {
CGExprCXX.cpp 452 assert(!Dest.isIgnored() && "Must have a destination!");
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 761 bool AccessibilityUIElement::isIgnored() const
  /external/webkit/Tools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 651 bool AccessibilityUIElement::isIgnored() const
  /frameworks/base/services/input/
InputReader.cpp 362 if (device->isIgnored()) {
386 if (device->isIgnored()) {
467 if (device->isIgnored()) {
478 if (!device->isIgnored()) {
572 if (!device->isIgnored()) {
606 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
614 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
644 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
653 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
905 if (!isIgnored()) {
    [all...]
InputReader.h 524 inline bool isIgnored() { return mMappers.isEmpty(); }
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/webkit/Tools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm     [all...]
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]

Completed in 1182 milliseconds

1 2