Home
last modified time | relevance | path

Searched refs:abbreviation (Results 1 – 25 of 103) sorted by relevance

12345

/external/libxml2/test/schematron/
Dzvon12.sct2 <pattern name="Number of characters in an abbreviation">
4 … <report test="string-length(@bbb) &lt; 2">There is not enough letters in the abbreviation</report>
5 … <report test="string-length(@bbb) > 3">There is too much letters in the abbreviation</report>
/external/libxml2/result/schematron/
Dzvon12_0.err1 Pattern: Number of characters in an abbreviation
2 /AAA/BBB line 2: There is not enough letters in the abbreviation
Dzvon12_2.err1 Pattern: Number of characters in an abbreviation
2 /AAA/BBB line 2: There is too much letters in the abbreviation
Dzvon12_1.err1 Pattern: Number of characters in an abbreviation
/external/llvm/docs/
DBitCodeFormat.rst142 these start with an abbreviation ID encoded as a fixed-bitwidth field. The
144 abbreviation ID specifies either a builtin ID (which have special meanings,
145 defined below) or one of the abbreviation IDs defined for the current block by
155 * 2 - `DEFINE_ABBREV`_ --- This defines a new abbreviation.
188 enclosing blocks see the abbreviation). Abbreviations can also be defined
205 The ``ENTER_SUBBLOCK`` abbreviation ID specifies the start of a new block
220 The ``END_BLOCK`` abbreviation ID specifies the end of the current block record.
232 unabbrev record, or with an abbreviation. In the LLVM IR format, for example,
265 An abbreviated record is a abbreviation id followed by a set of fields that are
266 encoded according to the `abbreviation definition`_. This allows records to be
[all …]
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-cu-lists.s67 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
84 .long .Lnames_abbrev_end1-.Lnames_abbrev_start1 # Header: abbreviation table size
103 .long .Lnames_abbrev_end2-.Lnames_abbrev_start2 # Header: abbreviation table size
Ddebug-names-verify-abbrev-short.s4 # CHECK: Incorrectly terminated abbreviation table.
46 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
Ddebug-names-verify-abbrev-duplicate.s4 # CHECK: Duplicate abbreviation code.
46 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
Ddebug-names-verify-abbrev-forms.s12 # CHECK: error: NameIndex @ 0x55: Indexing multiple compile units and abbreviation 0x1 has no DW_ID…
78 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
135 .long .Lnames_abbrev_end1-.Lnames_abbrev_start1 # Header: abbreviation table size
Ddebug-names-misaligned.s30 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
62 .long .Lnames_abbrev_end1-.Lnames_abbrev_start1 # Header: abbreviation table size
Ddebug-names-find.s106 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
155 .long .Lnames_abbrev_end1-.Lnames_abbrev_start1 # Header: abbreviation table size
Ddebug-names-verify-short2.s46 .long 47 # Header: abbreviation table size
Ddebug-names-verify-short1.s46 .long 47 # Header: abbreviation table size
Ddebug-names-verify-short3.s46 .long 47 # Header: abbreviation table size
Ddebug-names-verify-no-buckets.s60 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
Ddebug-names-verify-buckets.s60 .long .Lnames_abbrev_end0-.Lnames_abbrev_start0 # Header: abbreviation table size
/external/arm-trusted-firmware/docs/getting_started/
Dimage-terminology.rst32 - The abbreviation BL stands for BootLoader. This is a historical anomaly.
34 images. However, the BL abbreviation is now widely used and is retained for
70 Note that this abbreviation should only be used in systems where there is a
73 abbreviation should be avoided; use the recommended **Other AP 3rd level
74 images** abbreviation instead.
166 the same terminology, with the processor abbreviation prefix, followed by
/external/llvm-project/llvm/docs/
DBitCodeFormat.rst144 these start with an abbreviation ID encoded as a fixed-bitwidth field. The
146 abbreviation ID specifies either a builtin ID (which have special meanings,
147 defined below) or one of the abbreviation IDs defined for the current block by
157 * 2 - `DEFINE_ABBREV`_ --- This defines a new abbreviation.
190 enclosing blocks see the abbreviation). Abbreviations can also be defined
207 The ``ENTER_SUBBLOCK`` abbreviation ID specifies the start of a new block
222 The ``END_BLOCK`` abbreviation ID specifies the end of the current block record.
234 unabbrev record, or with an abbreviation. In the LLVM IR format, for example,
267 An abbreviated record is a abbreviation id followed by a set of fields that are
268 encoded according to the `abbreviation definition`_. This allows records to be
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/
Detcetera17 # behind GMT but uses the completely misleading abbreviation "GMT".
40 # the abbreviation "-04" and corresponds to 4 hours behind UT
/external/e2fsprogs/lib/ss/
Dstd_rqs.ct23 "Enable/disable abbreviation processing of request lines.",
/external/markdown/docs/extensions/
DAbbreviations.txt8 Specifically, any defined abbreviation is wrapped in an `<abbr>` tag.
/external/llvm-project/llvm/test/DebugInfo/Inputs/
Dtypeunit-header.s9 # We only have an abbreviation for the type unit die which is all we need.
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Dtypeunit-header.s9 # We only have an abbreviation for the type unit die which is all we need.
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwp-v5-tu.s15 ## Reserve some space in the section so that the abbreviation table for the type
/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java128 public final char abbreviation; field in VettingViewer.Choice
133 Choice(char abbreviation, String buttonLabel, String description, int order) { in Choice() argument
134 this.abbreviation = abbreviation; in Choice()
182 if (cp == choice.abbreviation) { in fromString()
194 … target.append(' ').append("vv").append(Character.toLowerCase(item.abbreviation)); in appendRowStyles()
1269 .append(Character.toLowerCase(choice.abbreviation)) in writeTables()

12345