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

<<11121314151617181920>>

  /external/clang/test/CXX/drs/
dr2xx.cpp 222 #pragma clang diagnostic push
223 #pragma clang diagnostic warning "-Wunsequenced"
233 #pragma clang diagnostic pop
715 #pragma clang diagnostic push
716 #pragma clang diagnostic warning "-Wused-but-marked-unused"
718 // FIXME: This is ill-formed, with a diagnostic required, because operator new
721 // We're also missing the -Wused-but-marked-unused diagnostic here.
728 // FIXME: These are ill-formed, with a required diagnostic, for the same
744 #pragma clang diagnostic pop
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 18 """Data needed to handle one diagnostic test on a Servo host.
24 2. A function that performs the actual diagnostic test.
57 """Run the diagnostic test, and return the result.
  /external/clang/include/clang/AST/
ASTImporter.h 52 /// \brief Whether the last diagnostic came from the "from" context.
258 /// \brief Report a diagnostic in the "to" context.
261 /// \brief Report a diagnostic in the "from" context.
CommentParser.h 20 #include "clang/Basic/Diagnostic.h"
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 191 /// expression (and support this feature), will emit a diagnostic
198 /// expression (and support this feature), will emit a diagnostic
205 /// expression (and support this feature), will emit a diagnostic
  /external/clang/test/Parser/
cxx-class.cpp 175 // For another struct's destructor, emit the same diagnostic like for
181 // same diagnostic as S::~S.
191 // Emit the same diagnostic as for the previous case, plus something about ~.
  /external/freetype/include/internal/
ftcalc.h 191 #pragma GCC diagnostic push
192 #pragma GCC diagnostic ignored "-Wlong-long"
233 #pragma GCC diagnostic pop
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftcalc.h 191 #pragma GCC diagnostic push
192 #pragma GCC diagnostic ignored "-Wlong-long"
233 #pragma GCC diagnostic pop
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftcalc.h 191 #pragma GCC diagnostic push
192 #pragma GCC diagnostic ignored "-Wlong-long"
233 #pragma GCC diagnostic pop
  /external/svox/pico/lib/
picodbg.h 39 * the binaries delivered to customers. To enable diagnostic output
138 * This allows for separating diagnostic output from other console
150 * an expression and, when the result is false, prints a diagnostic
  /frameworks/base/core/java/android/util/
EventLog.java 33 * Access to the system diagnostic event record. System diagnostic events are
39 * These diagnostic events are for system integrators, not application authors.
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 20 #pragma GCC diagnostic push
21 #pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor"
27 #pragma GCC diagnostic pop
  /frameworks/compile/slang/
llvm-rs-cc.cpp 136 * DiagEngine - Clang diagnostic engine (for creating diagnostics).
137 * DiagClient - Slang diagnostic consumer (collects and displays diagnostics).
251 // Initialize the diagnostic objects
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
TelephonyBaseTest.py 228 self.log.info("Starting a diagnostic session {}".format(
239 self.log.info("Resetting a diagnostic session {},{}".format(
259 self.log.info("Pulling diagnostic session {}".format(logger))
  /bionic/libc/include/net/
ethertypes.h 117 #define ETHERTYPE_IMLBLDIAG 0x424C /* Information Modes Little Big LAN diagnostic */
127 #define ETHERTYPE_DECDIAG 0x6005 /* DEC diagnostic protocol (at interface initialization?) */
137 #define ETHERTYPE_UBDIAGLOOP 0x7002 /* Ungermann-Bass diagnostic/loopback */
152 #define ETHERTYPE_SG_DIAG 0x8013 /* SGI diagnostic type */
  /bionic/libc/kernel/uapi/linux/
rose.h 91 unsigned char diagnostic; member in struct:rose_cause_struct
x25.h 110 unsigned char diagnostic; member in struct:x25_causediag
  /development/ndk/platforms/android-21/include/linux/
rose.h 91 unsigned char diagnostic; member in struct:rose_cause_struct
x25.h 110 unsigned char diagnostic; member in struct:x25_causediag
  /development/ndk/platforms/android-21/include/net/
ethertypes.h 117 #define ETHERTYPE_IMLBLDIAG 0x424C /* Information Modes Little Big LAN diagnostic */
127 #define ETHERTYPE_DECDIAG 0x6005 /* DEC diagnostic protocol (at interface initialization?) */
137 #define ETHERTYPE_UBDIAGLOOP 0x7002 /* Ungermann-Bass diagnostic/loopback */
152 #define ETHERTYPE_SG_DIAG 0x8013 /* SGI diagnostic type */
  /development/ndk/platforms/android-3/include/net/
ethertypes.h 117 #define ETHERTYPE_IMLBLDIAG 0x424C /* Information Modes Little Big LAN diagnostic */
127 #define ETHERTYPE_DECDIAG 0x6005 /* DEC diagnostic protocol (at interface initialization?) */
137 #define ETHERTYPE_UBDIAGLOOP 0x7002 /* Ungermann-Bass diagnostic/loopback */
152 #define ETHERTYPE_SG_DIAG 0x8013 /* SGI diagnostic type */
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 88 * For diagnostic purposes.
  /external/clang/include/clang/
module.modulemap 55 // Files for diagnostic groups are spread all over the include/clang/ tree, but
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 92 // Output the diagnostic.
  /external/clang/lib/Frontend/
ASTMerge.cpp 13 #include "clang/Basic/Diagnostic.h"

Completed in 2450 milliseconds

<<11121314151617181920>>