/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_invalid_inhctor : 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 | 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_invalid_loc : Note<"could " 145 def note_fixit_applied : Note<"FIX-IT applied suggested code changes">; 146 def note_fixit_in_macro : Note< 148 def note_fixit_failed : Note< 150 def note_fixit_unfixed_error : Note<"FIX-IT detected an error it cannot fix">; 151 def warn_fixit_no_changes : Note< [all …]
|
D | DiagnosticSemaKinds.td | 17 def note_previous_decl : Note<"%0 declared here">; 18 def note_entity_declared_at : Note<"%0 declared here">; 19 def note_callee_decl : Note<"%0 declared here">; 20 def note_defined_here : Note<"%0 defined here">; 31 def note_loop_iteration_here : Note<"%select{decremented|incremented}0 here">; 36 def note_duplicate_element : Note<"element %0 also has value %1">; 42 def note_remove_abs : Note< 51 def note_replace_abs_function : Note<"use function '%0' instead">; 62 def note_cast_to_void : Note<"cast expression to void to silence warning">; 94 def note_ice_conversion_here : 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<
|
/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/elfutils/tests/ |
D | run-readelf-n.sh | 35 Note section [ 6] '.note.gnu.property' of 32 bytes at offset 0x80: 44 Note segment of 32 bytes at offset 0x300: 49 Note segment of 68 bytes at offset 0x320: 62 Note section [ 2] '.note.ABI-tag' of 32 bytes at offset 0x128: 67 Note section [35] '.note' of 60 bytes at offset 0x13364: 78 Note section [ 5] '.gnu.build.attributes' of 272 bytes at offset 0x50: 102 Note section [ 7] '.gnu.build.attributes..text.unlikely' of 216 bytes at offset 0x160: 122 Note section [22] '.note.gnu.property' of 48 bytes at offset 0x40c: 186 Note section [ 4] '.note.gnu.property' of 52 bytes at offset 0x34: 196 Note section [ 4] '.note.gnu.property' of 56 bytes at offset 0x40: [all …]
|
D | run-strip-version.sh | 47 Note section [ 1] '.note.gnu.build-id' of 36 bytes at offset 0xb0: 52 Note section [ 3] '.note' of 56 bytes at offset 0xd5:
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | DiagnosticsReporter.cpp | 232 DiagnosticsEngine::Note, kBaseRequiresTracingNote); in DiagnosticsReporter() 234 DiagnosticsEngine::Note, kFieldRequiresTracingNote); in DiagnosticsReporter() 236 DiagnosticsEngine::Note, kFieldShouldNotBeTracedNote); in DiagnosticsReporter() 238 DiagnosticsEngine::Note, kRawPtrToGCManagedClassNote); in DiagnosticsReporter() 240 DiagnosticsEngine::Note, kRefPtrToGCManagedClassNote); in DiagnosticsReporter() 242 DiagnosticsEngine::Note, kReferencePtrToGCManagedClassNote); in DiagnosticsReporter() 244 DiagnosticsEngine::Note, kUniquePtrToGCManagedClassNote); in DiagnosticsReporter() 246 DiagnosticsEngine::Note, kMemberToGCUnmanagedClassNote); in DiagnosticsReporter() 248 DiagnosticsEngine::Note, kStackAllocatedFieldNote); in DiagnosticsReporter() 250 DiagnosticsEngine::Note, kMemberInUnmanagedClassNote); in DiagnosticsReporter() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | PathDescription.txt | 6 …"] ; ROOT territory; Warning - the region {0} requires special attention! Note: before translating… 7 …; The name of the script (writing system) with Unicode script code = {0}. Note: before translating… 19 …="([^"]*)"](.*)/(.*) ; ROOT metazone; The name of the timezone for “{0}”. Note: before translating… 20 # Note: we change the metazones dynamically in code 38 …Supply the ellipsis pattern for when the {1} part of a string is omitted. Note: before translating… 39 …cter or short string used to indicate that more information is available. Note: before translating… 41 …ternate) ending quotation mark (the right mark except in BIDI languages). Note: before translating… 42 …ernate) starting quotation mark (the left mark except in BIDI languages). Note: before translating… 43 …pply the ending quotation mark (the right mark except in BIDI languages). Note: before translating… 44 …ply the starting quotation mark (the left mark except in BIDI languages). Note: before translating… [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | bg_bg_Latn_BGN.txt | 105 # BGN Page 16 Note 4 120 # End Note 4 139 # Implied rule from BGN Russian-Latin transliteration (Page 94 Note 3.6). 166 # BGN Page 16 Note 1 184 # End BGN Page 16 Note 1 198 # BGN Page 16 Note 2 211 # End BGN Page 16 Note 2 217 # BGN Page 16 Note 3 240 # End BGN Page 16 Note 3
|
/external/icu/icu4c/source/test/perf/ |
D | README | 55 Note: When running on Windows, cygwin is preferred. 56 Note: If a test needs to be run on Windows, a message will be displayed. 57 Note: After building the performance tests, it is a good idea to execute each C program to ensure t… 59 Note: To run the actual performance test, you will need to setup Perl with the following modules: 62 Note: Some tests take a while depending on the machine it is running on so a script to run each per… 64 Note: The perl script is only used in one version of ICU. When you run regression tests,
|
/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/flatbuffers/docs/source/ |
D | JavaScriptUsage.md | 32 *Note: The JavaScript test file requires [Node.js](https://nodejs.org/en/).* 36 *Note: See [Tutorial](@ref flatbuffers_guide_tutorial) for a more in-depth 50 *Note: Both JavaScript module loaders (e.g. Node.js) and browser-based 54 // Note: These require functions are specific to JavaScript module loaders 68 // Note: This code is specific to browser-based HTML/JavaScript. See above
|
/external/tensorflow/tensorflow/tools/compatibility/ |
D | README.md | 30 *Note: `tf_upgrade_v2` is installed automatically as a script by the pip install 63 - Note for upgrading to 2.0: Check out [tf2up.ml](http://tf2up.ml) for a convenient tool to upgrade… 66 - Note for upgrading to 1.0: There are some syntaxes that are not handleable with this script as th… 74 `ast` module this script is based upon. Note that the alternative script is not
|
/external/u-boot/arch/arm/lib/ |
D | uldivmod.S | 151 @ Note: A, B & Q, R are aliases 159 @ Note: A_0 & r0 are aliases 170 @ Note: A, B and Q, R are aliases 175 @ Note: B must not be 0 here! 195 @ Note: A, B and Q, R are aliases 200 @ Note: B must not be 0 here!
|
/external/fonttools/Tests/feaLib/data/ |
D | spec9f.fea | 5 TypoDescender -200; # Note that TypoDescender is negative for descent below the baseline. 7 winDescent 321; # Note that winDescent is positive for descent below the baseline.
|
/external/u-boot/board/boundary/nitrogen6x/ |
D | README.mx6qsabrelite | 29 Note: Replace sXx with the device representing the SD card in your system. 31 Note: This writes SD card loader at address 0 52 Note: The board now boots from full size SD3 on the bottom of the board. NOT 72 Note: Replace sXx with the device representing the SD card in your system.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MatchingFiles.pbtxt | 17 Note that this routine only supports wildcard characters in the 19 Note also that the order of filenames returned can be non-deterministic.
|
/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/python/cpython3/Doc/library/ |
D | nis.rst | 29 Note that *mapname* is first checked if it is an alias to another name. 38 mapname)==value``. Note that both keys and values of the dictionary are 41 Note that *mapname* is first checked if it is an alias to another name.
|
/external/python/cpython2/Doc/library/ |
D | nis.rst | 27 Note that *mapname* is first checked if it is an alias to another name. 37 mapname)==value``. Note that both keys and values of the dictionary are 40 Note that *mapname* is first checked if it is an alias to another name.
|
D | dl.rst | 38 :const:`RTLD_LAZY`. Note that some systems do not support :const:`RTLD_NOW`. 52 Useful as an argument to :func:`.open`. Note that on systems which do not 99 (Note that this function will return a non-zero number, as zero is the *NULL* 108 Note that strings should only be passed to functions as :c:type:`const char\*`,
|