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

1 2 3

  /external/junit/src/junit/framework/
JUnit4TestAdapter.java 58 if (isIgnored(description))
69 private boolean isIgnored(Description description) {
  /external/clang/tools/diagtool/
TreeView.cpp 51 static bool isIgnored(unsigned DiagID) {
55 return Diags.isIgnored(DiagID, SourceLocation());
76 if (ShowColors && !isIgnored(I->DiagID))
  /external/junit/src/org/junit/internal/runners/
TestMethod.java 29 public boolean isIgnored() {
MethodRoadie.java 39 if (fTestMethod.isIgnored()) {
  /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) {
  /frameworks/base/libs/hwui/
Snapshot.h 180 bool isIgnored() const;
Snapshot.cpp 269 bool Snapshot::isIgnored() const {
275 this, flags, previous.get(), getViewportHeight(), isIgnored(), clipRegion && !clipRegion->isEmpty());
StatefulBaseRenderer.cpp 236 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
275 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
OpenGLRenderer.cpp 352 if (currentSnapshot()->isIgnored()) return DrawGlInfo::kStatusDone;
651 if (!currentSnapshot()->isIgnored()) {
708 if (!currentSnapshot()->isIgnored() && (flags & SkCanvas::kClipToLayer_SaveFlag)) {
718 if (!currentSnapshot()->isIgnored()) {
794 if (currentSnapshot()->isIgnored()) {
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 480 D.isIgnored(diag::warn_maybe_falloff_nonvoid_function,
483 D.isIgnored(diag::warn_noreturn_function_has_return_expr,
486 D.isIgnored(diag::warn_suggest_noreturn_block, FuncLoc));
    [all...]
Sema.cpp 685 !Diags.isIgnored(diag::warn_delegating_ctor_cycle, SourceLocation()))
825 if (!Diags.isIgnored(diag::warn_unused_private_field, SourceLocation())) {
    [all...]
SemaPseudoObject.cpp 831 if (!S.Diags.isIgnored(diag::warn_arc_repeated_use_of_weak, RefExpr->getLocation()))
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 329 void AXObject::setLastKnownIsIgnoredValue(bool isIgnored)
331 m_lastKnownIsIgnoredValue = isIgnored ? IgnoreObject : IncludeObject;
814 bool isIgnored = accessibilityIsIgnored();
815 if (lastKnownIsIgnoredValue() != isIgnored) {
817 setLastKnownIsIgnoredValue(isIgnored);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 76 // isIgnored returns whether or not the accessibility object
78 @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())
576 if (!Dest.isIgnored())
582 if (Dest.isIgnored()) break;
616 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
635 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
    [all...]
CGAtomic.cpp     [all...]
CGValue.h 477 bool isIgnored() const {
  /external/clang/lib/Lex/
PPLexerChange.cpp 452 if (!getDiagnostics().isIgnored(diag::warn_uncovered_module_header,
488 if (!getDiagnostics().isIgnored(diag::warn_forgotten_module_header,
Lexer.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /frameworks/native/services/inputflinger/
InputReader.cpp 374 if (device->isIgnored()) {
398 if (device->isIgnored()) {
479 if (device->isIgnored()) {
490 if (!device->isIgnored()) {
584 if (!device->isIgnored()) {
618 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
626 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
656 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
665 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
917 if (!isIgnored()) {
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 643 bool isIgnored(unsigned DiagID, SourceLocation Loc) const {
654 /// \c isIgnored().
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 

Completed in 735 milliseconds

1 2 3