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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
WeightedMeasurement.java 168 public boolean isIgnored() {
GaussNewtonEstimator.java 181 if (! measurements [i].isIgnored()) {
  /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/jetty/src/java/org/eclipse/jetty/util/log/
Slf4jLog.java 122 if (Log.isIgnored())
JavaUtilLog.java 131 if (Log.isIgnored())
LoggerLog.java 191 if (Log.isIgnored())
Log.java 214 static boolean isIgnored()
  /external/guava/guava-testlib/src/com/google/common/testing/
NullPointerTester.java 102 if (minimalVisibility.isVisible(constructor) && !isIgnored(constructor)) {
123 if (!isIgnored(method)) {
151 if (!isIgnored(method)) {
464 private boolean isIgnored(Member member) {
  /frameworks/base/libs/hwui/
CanvasState.h 160 inline bool currentlyIgnored() const { return currentSnapshot()->isIgnored(); }
CanvasState.cpp 266 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
294 if (mSnapshot->isIgnored() || bottom <= top || right <= left) {
Snapshot.cpp 276 bool Snapshot::isIgnored() const {
282 this, flags, previous, getViewportHeight(), isIgnored(), !mClipArea->isSimple());
Snapshot.h 216 bool isIgnored() const;
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 494 D.isIgnored(diag::warn_maybe_falloff_nonvoid_function,
497 D.isIgnored(diag::warn_noreturn_function_has_return_expr,
500 D.isIgnored(diag::warn_suggest_noreturn_block, FuncLoc));
    [all...]
Sema.cpp 744 !Diags.isIgnored(diag::warn_delegating_ctor_cycle, SourceLocation()))
    [all...]
SemaStmt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 57 if (!Dest.isIgnored()) return Dest;
61 if (!Dest.isIgnored()) return;
280 if (Dest.isIgnored())
589 if (!Dest.isIgnored())
596 if (Dest.isIgnored()) {
633 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
652 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
    [all...]
CGValue.h 566 bool isIgnored() const {
579 if (isIgnored()) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PPLexerChange.cpp 485 if (!getDiagnostics().isIgnored(diag::warn_uncovered_module_header,
  /frameworks/native/services/inputflinger/
InputReader.cpp 397 if (device->isIgnored()) {
425 if (device->isIgnored()) {
525 if (device->isIgnored()) {
536 if (!device->isIgnored()) {
590 if (device->getClasses() & INPUT_DEVICE_CLASS_EXTERNAL_STYLUS && !device->isIgnored()) {
651 if (!device->isIgnored()) {
685 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
693 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask)) {
716 if (device->isIgnored()) {
738 if (! device->isIgnored() && sourcesMatchMask(device->getSources(), sourceMask))
    [all...]
  /external/opencv3/modules/java/generator/
gen_java.py     [all...]

Completed in 790 milliseconds

1 2 3 4 5 6 7 8 91011>>