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

<<11121314151617181920>>

  /external/llvm/lib/Target/AMDGPU/
AMDGPUDiagnosticInfoUnsupported.h 18 /// Diagnostic information for unimplemented or unsupported feature reporting.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.cons/
default.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
reset_all.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
set_all.pass.cpp 15 #pragma clang diagnostic ignored "-Wtautological-compare"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/
duration.fail.cpp 15 // argument Rep a diagnostic is required.
positive_num.fail.cpp 14 // Period::num shall be positive, diagnostic required.
ratio.fail.cpp 14 // Period shall be a specialization of ratio, diagnostic required.
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiInfo.java 27 * Wifi information menu item on the diagnostic screen
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
rose.h 73 unsigned char diagnostic; member in struct:rose_cause_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rose.h 76 unsigned char diagnostic; member in struct:rose_cause_struct
  /external/llvm/include/llvm/IR/
LLVMContext.h 99 /// Defines the type of a diagnostic handler.
118 /// getInlineAsmDiagnosticHandler - Return the diagnostic handler set by
122 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
138 /// getDiagnosticHandler - Return the diagnostic handler set by
142 /// getDiagnosticContext - Return the diagnostic context set by
146 /// \brief Report a message to the currently installed diagnostic handler.
153 /// The diagnostic message will be implicitly prefixed with a severity keyword
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 199 // A diagnostic has severity, location (4), category, flag, and message
209 // A diagnostic flag has ID and name size.
269 return "Malformed sub-block in a diagnostic";
275 return "Malformed Diagnostic block";
277 return "Malformed Diagnostic record";
  /external/clang/docs/
InternalsManual.rst 48 when the code is incorrect or dubious. In Clang, each diagnostic produced has
53 number of source ranges that related to the diagnostic.
58 implemented. A representative example of a diagnostic is:
68 the source ranges "``~~~~``", arguments to the diagnostic ("``int*``" and
70 backing the diagnostic :).
74 a new diagnostic.
76 The ``Diagnostic*Kinds.td`` files
80 ``clang/Basic/Diagnostic*Kinds.td`` files, depending on what library will be
82 diagnostic, the severity of the diagnostic and the English translation + forma
    [all...]
  /external/clang/
clang-tblgen-rules.mk 186 ifneq ($(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES)),)
187 LOCAL_GENERATED_SOURCES += $(addprefix $(generated_sources)/include/clang/Basic/,$(filter Diagnostic%Kinds.inc,$(TBLGEN_TABLES)))
188 $(generated_sources)/include/clang/Basic/Diagnostic%Kinds.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
189 $(generated_sources)/include/clang/Basic/Diagnostic%Kinds.inc: \
190 $(CLANG_ROOT_PATH)/include/clang/Basic/Diagnostic.td \
191 $(CLANG_ROOT_PATH)/include/clang/Basic/Diagnostic%Kinds.td \
193 $(call transform-clang-td-to-out,clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc,%,$(@F)))
199 $(generated_sources)/include/clang/Basic/DiagnosticGroups.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Diagnostic.td $(CLANG_ROOT_PATH)/include/clang/Basic/DiagnosticGroups.td $(CLANG_TBLGEN)
206 $(generated_sources)/include/clang/Basic/DiagnosticIndexName.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Diagnostic.td $(CLANG_TBLGEN)
  /external/clang/test/Sema/
format-strings-fixit.c 39 #pragma clang diagnostic push // Don't warn about using positional arguments.
40 #pragma clang diagnostic ignored "-Wformat-non-iso"
42 #pragma clang diagnostic pop
53 #pragma clang diagnostic push // Don't warn about using positional arguments.
54 #pragma clang diagnostic ignored "-Wformat-non-iso"
56 #pragma clang diagnostic pop
  /external/libcxx/src/
regex.cpp 73 #pragma clang diagnostic push
74 #pragma clang diagnostic ignored "-Wpadded"
84 #pragma clang diagnostic pop
203 #pragma clang diagnostic push
204 #pragma clang diagnostic ignored "-Wpadded"
214 #pragma clang diagnostic pop
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp 73 #pragma clang diagnostic push
74 #pragma clang diagnostic ignored "-Wpadded"
84 #pragma clang diagnostic pop
203 #pragma clang diagnostic push
204 #pragma clang diagnostic ignored "-Wpadded"
214 #pragma clang diagnostic pop
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 25 import javax.tools.Diagnostic;
98 for (Diagnostic<? extends JavaFileObject> dia : diacol.getDiagnostics()) {
  /docs/source.android.com/src/devices/tech/debug/
dumpsys.jd 32 <p>If you run <code>adb shell dumpsys</code>, you?ll get diagnostic output for
91 <h2 id=understanding_diagnostic_output>Understanding diagnostic output</h2>
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 10 |* Implements part of the diagnostic functions of the Clang C interface. *|
41 llvm_unreachable("Invalid diagnostic level");
  /frameworks/base/core/java/android/hardware/location/
IFusedLocationHardware.aidl 89 * Flags if the Hardware supports injection of diagnostic data.
96 * Injects diagnostic data into the Hardware subsystem.
  /art/runtime/
verify_object-inl.h 34 // print the diagnostic message.
  /bionic/libc/bionic/
bionic_netlink.h 56 #pragma GCC diagnostic ignored "-Wold-style-cast"
  /development/ndk/platforms/android-3/include/linux/
qic117.h 121 #define QIC117_ERRORS { { "No error", 0, }, { "Command Received while Drive Not Ready", 0, }, { "Cartridge Not Present or Removed", 1, }, { "Motor Speed Error (not within 1%)", 1, }, { "Motor Speed Fault (jammed, or gross speed error", 1, }, { "Cartridge Write Protected", 1, }, { "Undefined or Reserved Command Code", 1, }, { "Illegal Track Address Specified for Seek", 1, }, { "Illegal Command in Report Subcontext", 0, }, { "Illegal Entry into a Diagnostic Mode", 1, }, { "Broken Tape Detected (based on hole sensor)", 1, }, { "Warning--Read Gain Setting Error", 1, }, { "Command Received While Error Status Pending (obs)", 1, }, { "Command Received While New Cartridge Pending", 1, }, { "Command Illegal or Undefined in Primary Mode", 1, }, { "Command Illegal or Undefined in Format Mode", 1, }, { "Command Illegal or Undefined in Verify Mode", 1, }, { "Logical Forward Not at Logical BOT or no Format Segments in Format Mode", 1, }, { "Logical EOT Before All Segments generated", 1, }, { "Command Illegal When Cartridge Not Referenced", 1, }, { "Self-Diagnostic Failed (cannot be cleared)", 1, }, { "Warning EEPROM Not Initialized, Defaults Set", 1, }, { "EEPROM Corrupted or Hardware Failure", 1, }, { "Motion Time-out Error", 1, }, { "Data Segment Too Long -- Logical Forward or Pause", 1, }, { "Transmit Overrun (obs)", 1, }, { "Power On Reset Occurred", 0, }, { "Software Reset Occurred", 0, }, { "Diagnostic Mode 1 Error", 1, }, { "Diagnostic Mode 2 Error", 1, }, { "Command Received During Non-Interruptible Process", 1, }, { "Rate or Format Selection Error", 1, }, { "Illegal Command While in High Speed Mode", 1, }, { "Illegal Seek Segment Value", 1, }, { "Invalid Media", 1, }, { "Head Positioning Failure", 1, }, { "Write Reference Burst Failure", 1, }, { "Prom Code Missing", 1, }, { "Invalid Format", 1, }, { "EOT/BOT System Failure", 1, }, { "Prom A Checksum Error", 1, }, { "Drive Wakeup Reset Occurred", 1, }, { "Prom B Checksum Error", 1, }, { "Illegal Entry into Format Mode", 1, }, }
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathFactory.java 39 * @param locator The location of the expression string, mainly for diagnostic

Completed in 525 milliseconds

<<11121314151617181920>>