/external/markdown/docs/extensions/ |
Abbreviations.txt | 0 Abbreviations 7 The Markdown Abbreviation Extension adds the ability to define abbreviations. 15 Abbreviations are defined using the syntax established in 50 Abbreviations can also be called from the command line using Markdown's `-x`
|
index.txt | 14 * [[Abbreviations]]
|
extra.txt | 12 * [[Abbreviations]]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfFile.h | 38 // Target of Dwarf emission, used for sizing of abbreviations. 43 // Used to uniquely define abbreviations. 46 // A list of all the unique abbreviations in use. 47 std::vector<DIEAbbrev *> Abbreviations; 100 /// \brief Emit a set of abbreviations to the specific section.
|
DwarfFile.cpp | 25 for (DIEAbbrev *Abbrev : Abbreviations) 45 Abbreviations.push_back(New); 46 New->setNumber(Abbreviations.size()); 47 Die.setAbbrevNumber(Abbreviations.size()); 59 // the abbreviations going into ASection. 133 if (!Abbreviations.empty()) { 136 Asm->emitDwarfAbbrevs(Abbreviations);
|
/toolchain/binutils/binutils-2.25/gold/ |
reduced_debug_output.h | 59 // Write out the new debug abbreviations 71 // The reduced debug abbreviations 81 // The count of abbreviations in the output data
|
reduced_debug_output.cc | 159 failed("Debug abbreviations extend beyond .debug_abbrev " 160 "section; failed to reduce debug abbreviations"); 187 this->failed(_("Debug abbreviations extend beyond " 189 "debug abbreviations")); 198 // only need to store abbreviations that describe them 216 // Null terminate the list of abbreviations
|
/art/compiler/debug/dwarf/ |
debug_abbrev_writer.h | 35 // Abbreviations specify the format of entries in .debug_info. 65 // This will deduplicate abbreviations.
|
/external/bison/doc/ |
bison.x | 51 Abbreviations for option names are allowed as long as they
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
DWARFDebugAbbrev.h | 21 /// Code of the first abbreviation, if all abbreviations in the set have
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TZDBTimeZoneNames.java | 28 * This implementation contains only tz abbreviations (short standard 32 * the metazone - abbreviations mapping data (manually edited). 34 * Note: The abbreviations in the tz database are not necessarily 115 // No abbreviations associated a zone directly for now. 259 // Some tz database abbreviations are ambiguous. For example,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TZDBTimeZoneNames.java | 27 * This implementation contains only tz abbreviations (short standard 31 * the metazone - abbreviations mapping data (manually edited). 33 * Note: The abbreviations in the tz database are not necessarily 113 // No abbreviations associated a zone directly for now. 257 // Some tz database abbreviations are ambiguous. For example,
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
Theory.txt | 9 Time zone abbreviations
33 time zone abbreviations are used in an area.
94 abbreviations are used.
109 * To handle places where more than two time zone abbreviations are used,
257 Omit `.' from abbreviations in names, e.g. prefer `St_Helena'
278 ----- Time zone abbreviations -----
280 When this package is installed, it generates time zone abbreviations
282 Here are the general rules used for choosing time zone abbreviations,
285 Use abbreviations that consist of three or more ASCII letters.
295 This rule guarantees that all abbreviations could have [all...] |
/external/swiftshader/third_party/LLVM/docs/ |
BitCodeFormat.html | 21 <li><a href="#abbreviations">Abbreviations</a></li>
77 provides a mechanism for the file to self-describe "abbreviations", which are
109 <li>Abbreviations, which specify compression optimizations for the file.</li>
288 <li>A set of abbreviations. Abbreviations may be defined within a block, in
290 enclosing blocks see the abbreviation). Abbreviations can also be defined
299 its own set of abbreviations, and its own abbrev id width. When a sub-block is
393 encoded according to the <a href="#abbreviations">abbreviation definition</a>.
398 abbreviations is defined below. [all...] |
/external/llvm/lib/Support/ |
regexec.c | 74 /* some abbreviations; note that some of these know variable names! */ 123 /* some abbreviations; note that some of these know variable names! */
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
FilterFile.txt | 27 <BugCode> specifies abbreviations of bugs. 28 The "name" attribute is a comma-seperated list of abbreviations.
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
regexec.c | 74 /* some abbreviations; note that some of these know variable names! */ 123 /* some abbreviations; note that some of these know variable names! */
|
/external/llvm/docs/ |
BitCodeFormat.rst | 28 provides a mechanism for the file to self-describe "abbreviations", which are 54 * Abbreviations, which specify compression optimizations for the file. 186 #. A set of abbreviations. Abbreviations may be defined within a block, in 188 enclosing blocks see the abbreviation). Abbreviations can also be defined 193 its own set of abbreviations, and its own abbrev id width. When a sub-block is 270 actual encoding of abbreviations is defined below. 278 Abbreviations 281 Abbreviations are an important form of compression for bitstreams. The idea is 287 Abbreviations can be determined dynamically per client, per file. Because th [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
ShortDuration.java | 286 return ABBREVIATIONS.get(bestUnit).get(0); 289 private static final ImmutableListMultimap<TimeUnit, String> ABBREVIATIONS = 317 for (Map.Entry<TimeUnit, String> entry : ABBREVIATIONS.entries()) {
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
MainData.h | 56 ** (two three-character abbreviations, five strings denoting integers,
|
/external/llvm/test/DebugInfo/ |
dwarfdump-dwp.test | 22 ; Verify that abbreviations are decoded using the abbrev offset in the index
|
/prebuilts/go/darwin-x86/src/time/ |
genzabbrs.go | 30 // getAbbrs finds timezone abbreviations (standard and daylight saving time)
|
/prebuilts/go/linux-x86/src/time/ |
genzabbrs.go | 30 // getAbbrs finds timezone abbreviations (standard and daylight saving time)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ia64-opc.h | 27 /* define a couple of abbreviations: */
|
/toolchain/binutils/binutils-2.25/gas/ |
README | 57 abbreviations to full names; you can read the script, if you wish, or 58 you can use it to test your guesses on abbreviations--for example:
|