/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
dumpfile.h | 70 #define TDF_DIAGNOSTIC (1 << 15) /* A dump to be put in a diagnostic
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
pystate.h | 172 /* Helper/diagnostic function - get the current thread state for
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
pystate.h | 172 /* Helper/diagnostic function - get the current thread state for
|
/prebuilts/go/darwin-x86/test/ |
escape5.go | 7 // Test, using compiler diagnostic flags, that the escape analysis is working.
|
/prebuilts/go/linux-x86/test/ |
escape5.go | 7 // Test, using compiler diagnostic flags, that the escape analysis is working.
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/ |
_system.h | 169 /* Unable to identify the compiler, issue error diagnostic.
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pystate.h | 172 /* Helper/diagnostic function - get the current thread state for
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
pystate.h | 172 /* Helper/diagnostic function - get the current thread state for
|
/prebuilts/sdk/renderscript/clang-include/ |
htmintrin.h | 142 /* The transaction diagnostic block is it is defined in the Principles
|
/system/connectivity/shill/test-scripts/ |
connect-vpn | 47 help = "Output diagnostic information during run.")
|
/packages/apps/Email/res/values/ |
strings.xml | 369 <!-- Additional diagnostic text when TLS was required but the server doesn't support it --> 371 <!-- Additional diagnostic text when server does not support any of our authentication methods --> 373 <!-- Additional diagnostic text when server connection failed due to security error --> 375 <!-- Additional diagnostic text when server connection failed due to io error (connection) --> 377 <!-- Additional diagnostic text when server connection failed due to our inability to support a 382 <!-- Additional diagnostic text when server access was denied; the user should contact the 391 <!-- Additional diagnostic text when validation requires security provisioning (e.g. support 398 <!-- Additional diagnostic text when validation failed due to required provisioning not 413 <!-- Additional diagnostic text when the account requires some amount of device security 443 <!-- Additional diagnostic text when the email app asserts control of the phone [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogFactory.java | 108 * diagnostic output, in order to get information on what logging 117 * Diagnostic logging should be used only to debug problematic 124 * When null (the usual case), no diagnostic output will be [all...] |
/external/clang/include/clang/Driver/ |
CC1Options.td | 284 // Diagnostic Options 287 def diagnostic_log_file : Separate<["-"], "diagnostic-log-file">, 289 def diagnostic_serialized_file : Separate<["-"], "serialize-diagnostic-file">, 294 HelpText<"Change diagnostic formatting to match IDE and command line tools">; 296 HelpText<"Print diagnostic category">; 298 HelpText<"Ignore #line directives when displaying diagnostic locations">; 314 HelpText<"Verify diagnostic output using comment directives">; 316 HelpText<"Ignore unexpected diagnostic messages">; 318 HelpText<"Ignore unexpected diagnostic messages">; [all...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 659 // parentheses. A different diagnostic will be given. 854 // Emit the diagnostic at the macro name in case there is a missing ). [all...] |
PPDirectives.cpp | 244 /// If not, emit a diagnostic and consume up until the eod. If EnableMacros is 787 // If so, the user is relying on undefined behavior, emit a diagnostic. Do [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
cppinternals.info | 134 important for correct diagnostic positioning. Unless a specific line 135 and column are passed to the diagnostic routines, they will examine the 137 `cur_token' points to, and use that location to report the diagnostic. 246 may be invalid and require a diagnostic. However, if they appear in a 249 `parse_identifier'. In both cases, whether a diagnostic is needed or 251 issue a diagnostic for re-poisoning a poisoned identifier, or for using 254 diagnostic is appropriate. Since we change state on a per-token basis, [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
perfdiag.py | 81 The perfdiag command runs a suite of diagnostic tests for a given Google 87 of the diagnostic if it finishes successfully. 98 <B>PROVIDING DIAGNOSTIC OUTPUT TO GOOGLE CLOUD STORAGE TEAM</B> 99 If the Google Cloud Storage Team asks you to run a performance diagnostic 158 -t Sets the list of diagnostic tests to perform. The default is to 159 run the lat, rthru, and wthru diagnostic tests. Must be a 198 -o Writes the results of the diagnostic to an output file. The output 200 diagnostic results. The file can be read and reported later using 370 command_name_aliases=['diag', 'diagnostic', 'perf', 'performance'], 389 help_one_line_summary='Run performance diagnostic', [all...] |
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
BindingGraphValidator.java | 67 import javax.tools.Diagnostic; 105 import static javax.tools.Diagnostic.Kind.ERROR; 106 import static javax.tools.Diagnostic.Kind.WARNING; 113 private final Diagnostic.Kind nullableValidationType; 123 Diagnostic.Kind nullableValidationType, [all...] |
/external/llvm/unittests/ADT/ |
APIntTest.cpp | 999 #pragma clang diagnostic push 1000 #pragma clang diagnostic ignored "-Wunknown-pragmas" 1002 #pragma clang diagnostic push 1003 #pragma clang diagnostic ignored "-Wself-move" [all...] |
/frameworks/native/vulkan/nulldrv/ |
null_driver.cpp | 113 #pragma clang diagnostic push 114 #pragma clang diagnostic ignored "-Wmissing-variable-declarations" 127 #pragma clang diagnostic pop [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
PredicatedNodeTest.java | 433 * @param n Node to give diagnostic information about, or null. 616 /** If true, diagnostic messages about predicate execution will be posted. */
|
/external/bzip2/ |
CHANGES | 158 Also exit with 1 (as the manual claims :-) whenever a diagnostic 162 When a diagnostic message is printed but the operation is not
|
/external/clang/include/clang/Lex/ |
Preprocessor.h | 19 #include "clang/Basic/Diagnostic.h" [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 467 // Output the diagnostic to the sub-diagnostic client, if any.
|
/external/clang/test/SemaCXX/ |
cxx1y-variable-templates_in_class.cpp | 97 // template' diagnostic here, not the 'must be initialized out of line' 98 // diagnostic.
|