/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 13 def note_expr_divide_by_zero : Note<"division by zero">; 14 def note_constexpr_invalid_cast : Note< 17 def note_constexpr_invalid_downcast : Note< 19 def note_constexpr_overflow : Note< 21 def note_constexpr_negative_shift : Note<"negative shift count %0">; 22 def note_constexpr_large_shift : Note< 24 def note_constexpr_lshift_of_negative : Note<"left shift of negative value %0">; 25 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">; 26 def note_constexpr_invalid_function : Note< 29 def note_constexpr_no_return : Note< [all …]
|
D | DiagnosticCommonKinds.td | 21 def note_declared_at : Note<"declared here">; 22 def note_previous_definition : Note<"previous definition is here">; 23 def note_previous_declaration : Note<"previous declaration is here">; 24 def note_previous_implicit_declaration : Note< 26 def note_previous_use : Note<"previous use is here">; 27 def note_duplicate_case_prev : Note<"previous case defined here">; 28 def note_forward_declaration : Note<"forward declaration of %0">; 29 def note_type_being_defined : Note< 33 def note_matching : Note<"to match this %0">; 35 def note_using : Note<"using">; [all …]
|
D | DiagnosticCommentKinds.td | 24 def note_doc_html_tag_started_here : Note< 41 def note_doc_html_end_tag : Note< 58 def note_doc_block_command_previous : Note< 61 def note_doc_block_command_previous_alias : Note< 103 def note_doc_param_previous : Note< 110 def note_doc_param_name_suggestion : Note< 124 def note_doc_tparam_previous : Note< 131 def note_doc_tparam_name_suggestion : Note< 154 def note_add_deprecation_attr : Note<
|
D | DiagnosticSemaKinds.td | 18 def note_previous_decl : Note<"%0 declared here">; 19 def note_entity_declared_at : Note<"%0 declared here">; 20 def note_callee_decl : Note<"%0 declared here">; 21 def note_defined_here : Note<"%0 defined here">; 32 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">; 39 def note_use_type_or_non_reference : Note< 45 def note_use_non_reference_type : Note<"use non-reference type %0">; 49 def note_use_reference_type : Note<"use reference type %0 to prevent copying">; 54 def note_duplicate_element : Note<"element %0 also has value %1">; 60 def note_remove_abs : Note< [all …]
|
D | DiagnosticFrontendKinds.td | 21 def note_fe_inline_asm : Note<"%0">, CatInlineAsm; 22 def note_fe_inline_asm_here : Note<"instantiated into assembly here">; 31 def note_fe_backend_frame_larger_than: Note<"%0">, BackendInfo; 36 def note_fe_backend_plugin: Note<"%0">, BackendInfo; 61 def note_fe_backend_optimization_remark_invalid_loc : Note<"could " 143 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">; 144 def note_fixit_in_macro : Note< 146 def note_fixit_failed : Note< 148 def note_fixit_unfixed_error : Note<"FIX-IT detected an error it cannot fix">; 149 def warn_fixit_no_changes : Note< [all …]
|
D | DiagnosticSerializationKinds.td | 26 def note_pch_required_by : Note<"'%0' required by '%1'">; 27 def note_pch_rebuild_required : Note<"please rebuild precompiled header '%0'">; 28 def note_module_cache_path : Note< 65 def note_module_file_imported_by : Note< 102 def note_module_odr_violation_no_possible_decls : Note< 104 def note_module_odr_violation_possible_decl : Note< 109 def note_module_odr_violation_different_definitions : Note<
|
D | DiagnosticOptions.h | 32 Note = 1 << 0, enumerator 36 All = Note | Remark | Warning | Error
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 42 ElfCoreDump::Note::Note() {} in Note() function in google_breakpad::ElfCoreDump::Note 44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {} in Note() function in google_breakpad::ElfCoreDump::Note 46 bool ElfCoreDump::Note::IsValid() const { in IsValid() 50 const ElfCoreDump::Nhdr* ElfCoreDump::Note::GetHeader() const { in GetHeader() 54 ElfCoreDump::Word ElfCoreDump::Note::GetType() const { in GetType() 60 MemoryRange ElfCoreDump::Note::GetName() const { in GetName() 68 MemoryRange ElfCoreDump::Note::GetDescription() const { in GetDescription() 77 ElfCoreDump::Note ElfCoreDump::Note::GetNextNote() const { in GetNextNote() 86 return Note(next_content); in GetNextNote() 90 size_t ElfCoreDump::Note::AlignedSize(size_t size) { in AlignedSize() [all …]
|
D | elf_core_dump.h | 64 class Note { 66 Note(); 69 explicit Note(const MemoryRange& content); 92 Note GetNextNote() const; 139 Note GetFirstNote() const;
|
/external/libphonenumber/demo/ |
D | README | 2 Note that this needs to be done only once. 4 Note that you don't need to manually download any SDK. 9 Note that this must be done before running the webapp locally and before
|
/external/icu/icu4c/source/test/perf/ |
D | README | 52 Note: When running on Windows, cygwin is preferred. 53 Note: If a test needs to be run on Windows, a message will be displayed. 54 Note: After building the performance tests, it is a good idea to execute each C program to ensure t… 56 Note: To run the actual performance test, you will need to setup Perl with the following modules: 59 Note: Some tests take a while depending on the machine it is running on so a script to run each per… 61 Note: The perl script is only used in one version of ICU. When you run regression tests,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/guestbook/server/ |
D | guestbook.py | 79 class Note(messages.Message): class 97 notes = messages.MessageField(Note, 1, repeated=True) 103 @remote.method(Note) 132 note = Note(text=note_model.content, when=when)
|
/external/curl/packages/DOS/ |
D | README | 6 Note 1: djgpp 2.04 beta has a sscanf() bug so the URL parsing isn't 9 Note 2: Compile Watt-32 (and OpenSSL) with the same version of djgpp.
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 259 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectVersion() local 264 OS.SwitchSection(Note); in EmitDirectiveHSACodeObjectVersion() 282 MCSectionELF *Note = OS.getContext().getELFSection(".note", ELF::SHT_NOTE, 0); in EmitDirectiveHSACodeObjectISA() local 292 OS.SwitchSection(Note); in EmitDirectiveHSACodeObjectISA()
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticBuffer.cpp | 32 case DiagnosticsEngine::Note: in HandleDiagnostic() 60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0")) in FlushDiagnostics()
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParserExtension.h | 74 void Note(SMLoc L, const Twine &Msg) { in Note() function 75 getParser().Note(L, Msg); in Note()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | eap_testing.txt | 175 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 202 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 224 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 241 limit with AVP encapsulation and TLS tunneling. Note: EAP-PEAP/TLS 255 Note: Needed to use unknown identity in outer auth and some times the server 262 Note: This has some additional requirements for EAPTLS_MaxFragmentSize. 264 Note: Needed to use unknown identity in outer auth and some times the server 275 Note: This has some additional requirements for EAPTLS_MaxFragmentSize. 294 Note: PEAPv1 requires TLS key derivation to use label "client EAP encryption" 332 Note: user certificate from NavisRadius had private key in a format
|
/external/clang/lib/Frontend/Rewrite/ |
D | FixItRewriter.cpp | 129 (DiagLevel == DiagnosticsEngine::Note && !PrevDiagSilenced) || in HandleDiagnostic() 130 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { in HandleDiagnostic() 138 if (DiagLevel <= DiagnosticsEngine::Note) in HandleDiagnostic()
|
/external/parameter-framework/upstream/test/functional-tests-legacy/ |
D | README.md | 12 …e.py. This script launch every test present in the PfwTestCase directory. Note that functional tes… 22 Note that you can also use 'ctest -V' if you want to have the logs details.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
D | mysql-users.dump | 1 -- Note: use the same username/password values here as set in 8 -- Note that the database name for the stored CVS data is `modeling`, as in the Eclipse Modeling Pr…
|
/external/llvm/test/CodeGen/AArch64/ |
D | cond-sel.ll | 61 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 77 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 101 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 117 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 141 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls). 157 ; Note that commuting rhs and lhs in the select changes ugt to ule (i.e. hi to ls).
|
/external/protobuf/ |
D | README.md | 67 Note that packages written prior to the 2.2.0 release of Protocol 89 **Note for cross-compiling** 112 **Note for Solaris users** 122 **Note for HP C++ Tru64 users** 158 Note that both of them require you to first install the Protocol
|
/external/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 25 Note segment of 892 bytes at offset 0x274: 91 Note segment of 1044 bytes at offset 0xe8: 156 Note segment of 852 bytes at offset 0x94: 228 Note segment of 1476 bytes at offset 0x430: 295 Note segment of 2512 bytes at offset 0x270: 435 Note segment of 1000 bytes at offset 0x214: 501 Note segment of 2548 bytes at offset 0x234:
|
/external/icu/icu4j/eclipse-build/ |
D | build-local.properties.template | 10 # Note: 20 # Note:
|
/external/markdown/docs/extensions/ |
D | HTML_Tidy.txt | 12 Note than any Tidy [options][] can be passed in as extension configs. So, 22 Note that options set in this extension will override most any other settings
|