HomeSort by relevance Sort by last modified time
    Searched full:abbreviations (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /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 37 // Target of Dwarf emission, used for sizing of abbreviations.
42 // Used to uniquely define abbreviations.
45 // A list of all the unique abbreviations in use.
46 std::vector<DIEAbbrev *> Abbreviations;
90 /// \brief Emit a set of abbreviations to the specific section.
DwarfFile.cpp 24 for (DIEAbbrev *Abbrev : Abbreviations)
44 Abbreviations.push_back(New);
45 New->setNumber(Abbreviations.size());
46 Die.setAbbrevNumber(Abbreviations.size());
58 // the abbreviations going into ASection.
126 if (!Abbreviations.empty()) {
129 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 22 /// Code of the first abbreviation, if all abbreviations in the set have
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 26 * This implementation contains only tz abbreviations (short standard
30 * the metazone - abbreviations mapping data (manually edited).
32 * Note: The abbreviations in the tz database are not necessarily
113 // No abbreviations associated a zone directly for now.
249 // Some tz database abbreviations are ambiguous. For example,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 25 * This implementation contains only tz abbreviations (short standard
29 * the metazone - abbreviations mapping data (manually edited).
31 * Note: The abbreviations in the tz database are not necessarily
111 // No abbreviations associated a zone directly for now.
247 // Some tz database abbreviations are ambiguous. For example,
  /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.
  /ndk/sources/host-tools/make-3.81/
signame.c 46 /* Table of abbreviations for signals. Note: A given number can
47 appear more than once with different abbreviations. */
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 72 /* some abbreviations; note that some of these know variable names! */
121 /* 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()) {
  /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/os/
types.go 38 // The single letters are the abbreviations
  /prebuilts/go/darwin-x86/src/time/
genzabbrs.go 30 // getAbbrs finds timezone abbreviations (standard and daylight saving time)
  /prebuilts/go/linux-x86/src/os/
types.go 38 // The single letters are the abbreviations
  /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:

Completed in 644 milliseconds

1 2 3 4 5 6 7 8 91011