HomeSort by relevance Sort by last modified time
    Searched full:diagnostic (Results 201 - 225 of 1565) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/containers/sequences/array/array.tuple/
get.fail.cpp 14 // Prevent -Warray-bounds from issuing a diagnostic when testing with clang verify.
16 #pragma clang diagnostic ignored "-Warray-bounds"
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
reset_one.pass.cpp 15 #pragma clang diagnostic push
16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /frameworks/compile/mclinker/include/mcld/LD/
TextDiagnosticPrinter.h 29 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
32 const Diagnostic& pInfo);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
reset_one.pass.cpp 15 #pragma clang diagnostic push
16 #pragma clang diagnostic ignored "-Wtautological-compare"
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 9 assert tu.diagnostics[0].severity == Diagnostic.Warning
19 assert tu.diagnostics[0].severity == Diagnostic.Warning
23 # assert tu.diagnostics[1].severity == Diagnostic.Note
31 assert tu.diagnostics[0].severity == Diagnostic.Warning
45 assert tu.diagnostics[0].severity == Diagnostic.Warning
68 assert d.severity == Diagnostic.Warning
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ValidationReport.java 26 import javax.tools.Diagnostic;
27 import javax.tools.Diagnostic.Kind;
29 import static javax.tools.Diagnostic.Kind.ERROR;
30 import static javax.tools.Diagnostic.Kind.NOTE;
31 import static javax.tools.Diagnostic.Kind.WARNING;
40 * other elements that are contained within or related to the subject. Since {@link Diagnostic}
ComponentGenerator.java 32 import javax.tools.Diagnostic;
44 private final Diagnostic.Kind nullableValidationType;
51 Diagnostic.Kind nullableValidationType) {
  /external/libcxx/src/
future.cpp 34 #pragma clang diagnostic push
35 #pragma clang diagnostic ignored "-Wswitch"
37 #pragma GCC diagnostic push
38 #pragma GCC diagnostic ignored "-Wswitch"
63 #pragma clang diagnostic pop
65 #pragma GCC diagnostic pop
  /external/smali/smalidea/src/main/java/org/jf/smalidea/errorReporting/
ErrorReporter.java 19 import com.intellij.diagnostic.IdeErrorsDialog;
20 import com.intellij.diagnostic.LogMessageEx;
21 import com.intellij.diagnostic.ReportMessages;
31 import com.intellij.openapi.diagnostic.ErrorReportSubmitter;
32 import com.intellij.openapi.diagnostic.IdeaLoggingEvent;
33 import com.intellij.openapi.diagnostic.SubmittedReportInfo;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 32 #pragma clang diagnostic push
33 #pragma clang diagnostic ignored "-Wswitch"
35 #pragma GCC diagnostic push
36 #pragma GCC diagnostic ignored "-Wswitch"
61 #pragma clang diagnostic pop
63 #pragma GCC diagnostic pop
  /tools/test/connectivity/acts/framework/acts/controllers/
diag_logger.py 36 Package: A package name containing the diagnostic logger
80 """Base Class for Proprietary Diagnostic Log Collection
96 """Create a Diagnostic Logging Proxy Object
112 """Start collecting Diagnostic Logs
124 """Stop collecting Diagnostic Logs
135 """Save all cached diagnostic logs collected to the host
  /external/clang/test/Frontend/
verify.c 44 #error AAA // expected-error {{BBB}} <- this shall be part of diagnostic
45 #warning CCC // expected-warning {{DDD}} <- this shall be part of diagnostic
49 // are not inadvertently included in the diagnostic checking!
56 // CHECK2-NEXT: Line 44: AAA // expected-error {{[{][{]BBB[}][}]}} <- this shall be part of diagnostic
61 // CHECK2-NEXT: Line 45: CCC // expected-warning {{[{][{]DDD[}][}]}} <- this shall be part of diagnostic
146 // expected-warning@verify-directive.h:1 {{diagnostic}}
149 // CHECK8-NEXT: File {{.*}}verify-directive.h Line 1 (directive at {{.*}}verify.c:146): diagnostic
  /external/bison/lib/
closeout.c 1 /* Close standard output and standard error, exiting with a diagnostic on error.
50 - If ignore = false, it shall evoke a diagnostic, along with a nonzero
68 pipe reader and should lead to a diagnostic and a nonzero exit status.
75 and should not lead to a diagnostic message. */
83 /* Close standard output. On error, issue a diagnostic and _exit
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 34 import javax.tools.Diagnostic;
146 List<Diagnostic<? extends JavaFileObject>> diagnostics, Exception cause)
152 for (Diagnostic<? extends JavaFileObject> diagnostic : diagnostics) {
153 message.append(diagnostic).append('\n');
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 37 // Diagnostic category computation code.
69 // The diag group may the subgroup of one or more other diagnostic groups,
79 /// getDiagnosticCategory - Return the category that the specified diagnostic
83 // If the diagnostic is in a group, and that group has a category, use it.
85 // Check the diagnostic's diag group for a category.
91 // If the diagnostic itself has a category, get it.
109 Records.getAllDerivedDefinitions("Diagnostic");
324 /// Determine if the diagnostic is an extension.
327 /// Determine if the diagnostic is off by default.
334 /// Return true if the diagnostic is in a pedantic group
    [all...]
  /external/clang/test/Sema/
cast.c 60 #pragma clang diagnostic push
61 #pragma clang diagnostic ignored "-Wint-to-void-pointer-cast"
64 #pragma clang diagnostic pop
inline.c 66 #pragma clang diagnostic push
67 #pragma clang diagnostic warning "-Wstatic-in-inline"
74 #pragma clang diagnostic pop
  /external/libweave/third_party/chromium/base/strings/
stringprintf.cc 30 #pragma GCC diagnostic push
31 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
33 #pragma GCC diagnostic pop
  /external/mesa3d/src/glx/apple/
apple_glx_log.c 40 static bool diagnostic = false; variable
45 diagnostic = true;
92 if (diagnostic) {
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
attributes.h 101 _Pragma("GCC diagnostic push") \
102 _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \
104 _Pragma("GCC diagnostic pop")
  /external/opencv3/modules/cudalegacy/test/
test_precomp.hpp 44 # pragma GCC diagnostic ignored "-Wmissing-declarations"
46 # pragma GCC diagnostic ignored "-Wmissing-prototypes"
47 # pragma GCC diagnostic ignored "-Wextra"
  /external/opencv3/modules/viz/test/
test_precomp.hpp 47 # pragma GCC diagnostic ignored "-Wmissing-declarations"
49 # pragma GCC diagnostic ignored "-Wmissing-prototypes"
50 # pragma GCC diagnostic ignored "-Wextra"
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGLExtcHeader.cpp 19 #pragma GCC diagnostic ignored "-Wunused-variable"
20 #pragma GCC diagnostic ignored "-Wunused-but-set-variable"
21 #pragma GCC diagnostic ignored "-Wunused-function"
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
perftest.h 45 #pragma GCC diagnostic push
47 #pragma GCC diagnostic ignored "-Weffc++"
53 #pragma GCC diagnostic pop
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
unittest.h 32 #pragma GCC diagnostic push
34 #pragma GCC diagnostic ignored "-Weffc++"
41 #pragma GCC diagnostic pop

Completed in 2114 milliseconds

1 2 3 4 5 6 7 891011>>