HomeSort by relevance Sort by last modified time
    Searched refs:isIgnored (Results 1 - 25 of 28) 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 450 if (mSnapshot->isIgnored()) return DrawGlInfo::kStatusDone;
785 if (!mSnapshot->isIgnored()) {
841 if (!mSnapshot->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) {
851 if (!mSnapshot->isIgnored()) {
927 if (mSnapshot->isIgnored()) {
    [all...]
  /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/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityObject.cpp 274 void AccessibilityObject::setLastKnownIsIgnoredValue(bool isIgnored)
276 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
804 bool isIgnored = accessibilityIsIgnored();
805 if (lastKnownIsIgnoredValue() != isIgnored) {
807 setLastKnownIsIgnoredValue(isIgnored);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 70 // isIgnored returns whether or not the accessibility object
72 @property(nonatomic, readonly, getter=isIgnored) BOOL ignored;
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 55 if (!Dest.isIgnored()) return Dest;
59 if (!Dest.isIgnored()) return;
274 if (Dest.isIgnored())
559 if (!Dest.isIgnored())
565 if (Dest.isIgnored()) break;
599 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
618 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
    [all...]
CGAtomic.cpp 739 if (!resultSlot.isIgnored()) {
780 if (atomics.getEvaluationKind() == TEK_Aggregate && resultSlot.isIgnored())
804 assert(!resultSlot.isIgnored());
    [all...]
CGValue.h 462 bool isIgnored() const {
CGExprCXX.cpp 444 assert(!Dest.isIgnored() && "Must have a destination!");
    [all...]
CGExpr.cpp 123 if (!ignoreResult && aggSlot.isIgnored())
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 363 if (device->isIgnored()) {
387 if (device->isIgnored()) {
468 if (device->isIgnored()) {
479 if (!device->isIgnored()) {
573 if (!device->isIgnored()) {
607 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
615 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
645 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
654 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
906 if (!isIgnored()) {
    [all...]
InputReader.h 525 inline bool isIgnored() { return mMappers.isEmpty(); }
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 1399 milliseconds

1 2