HomeSort by relevance Sort by last modified time
    Searched full:compact (Results 26 - 50 of 1476) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16e.s 6 # explicit compact jumps
12 # these jumps should all be converted to compact versions
22 # make sure unconditional jumps don't swap with compact jumps
  /external/compiler-rt/test/tsan/
virtual_inheritance_compile_bug.cc 2 // The C++ variant is much more compact that the LLVM IR equivalent.
  /external/iproute2/doc/
preamble.tex 10 % To print it in compact form: both sides on one sheet (psnup -2)
  /external/proguard/src/proguard/classfile/
package.html 12 more compact than <code>ProgramClassFile</code>, and sufficient for
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
shmix-2.s 2 ! We will be using .text for the SHmedia code and .text.compact for the
  /external/libxml2/
rngparser.c 2 * rngparser.c: parser for the Relax-NG compact syntax.
5 * RELAX NG Compact Syntax
7 * http://www.oasis-open.org/committees/relax-ng/compact-20021121.html
71 const xmlChar *compact; member in struct:_xmlCRelaxNGParserCtxt
242 * ctxt: a compact RNG parser context
260 ctxt->cur = ctxt->compact;
370 * @ctxt: a compact RNG parser context
396 * @ctxt: a compact RNG parser context
443 * @ctxt: a compact RNG parser context
448 * implements attribute of the RELAX NG Compact Syntax Appendix
    [all...]
  /external/libxml2/result/noent/
xhtml1 25 <dl compact="compact">
  /external/libxml2/result/
xhtml1 25 <dl compact="compact">
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417.h 15 CBC_PDF417(FX_BOOL compact);
26 void setCompact(FX_BOOL compact);
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw.s 62 @ CHECK: Model: Compact (Inline)
70 @ CHECK: Model: Compact (Inline)
80 @ CHECK: Model: Compact
91 @ CHECK: Model: Compact (Inline)
99 @ CHECK: Model: Compact (Inline)
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CompactByteArray.java 13 * Provides a compact way to store information that is indexed by Unicode
20 * A compact array of any primitive data type serves two purposes:
25 * A compact array is composed of a index array and value array. The index
47 * compact array is 0.
59 * @param defaultValue the default value of the compact array.
84 * @param indexArray the indicies of the compact array.
85 * @param newValues the values of the compact array.
110 * @param indexArray the RLE-encoded indicies of the compact array.
111 * @param valueArray the RLE-encoded values of the compact array.
179 * Compact the array
184 public void compact() { method in class:CompactByteArray
194 public void compact(boolean exhaustive) method in class:CompactByteArray
    [all...]
CompactCharArray.java 15 * Provides a compact way to store information that is indexed by Unicode
22 * A compact array of any primitive data type serves two purposes:
27 * A compact array is composed of a index array and value array. The index
48 * compact array is 0.
60 * @param defaultValue the default value of the compact array.
85 * @param indexArray the indicies of the compact array.
86 * @param newValues the values of the compact array.
111 * @param indexArray the RLE-encoded indicies of the compact array.
112 * @param valueArray the RLE-encoded values of the compact array.
181 * Compact the arra
186 public void compact() { method in class:CompactCharArray
196 public void compact(boolean exhaustive) method in class:CompactCharArray
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactCharArray.java 14 * Provides a compact way to store information that is indexed by Unicode
21 * A compact array of any primitive data type serves two purposes:
26 * A compact array is composed of a index array and value array. The index
46 * compact array is 0.
58 * @param defaultValue the default value of the compact array.
83 * @param indexArray the indicies of the compact array.
84 * @param newValues the values of the compact array.
109 * @param indexArray the RLE-encoded indicies of the compact array.
110 * @param valueArray the RLE-encoded values of the compact array.
179 * Compact the arra
184 public void compact() { method in class:CompactCharArray
194 public void compact(boolean exhaustive) method in class:CompactCharArray
    [all...]
  /external/dbus/test/data/sha-1/
Readme.txt 68 The message files provided use "compact strings" to store the message values. Compact strings are
69 used to represented the messages in a compact form. A compact string has the form
72 representing a positive number. The length of the compact string is given by the summation of the n(i).
74 The compact string is interpreted as the representation of the bit string consisting of b repeated n(1) times,
79 where z = 5 and b = 1. Then the compact string M represents the bit string
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-1.s 63 # compact layout
77 # compact layout (pr0)
92 # compact layout (pr4)
107 # compact layout (aligned pair)
125 # compact layout (aligned pair + 1)
143 # compact layout (misaligned pair)
173 # compact frame pointer
unwind-2.s 63 # compact layout
77 # compact layout (pr0)
92 # compact layout (pr4)
107 # compact layout (aligned pair)
125 # compact layout (aligned pair + 1)
143 # compact layout (misaligned pair)
173 # compact frame pointer
  /external/v8/src/heap/
array-buffer-tracker.h 55 // At the beginning of mark/compact, |not_yet_discovered_array_buffers_| is
57 // ArrayBuffer objects during marking. At the end of mark/compact, the
65 // Since mark/compact also evacuates the new space, all pointers in the
  /external/chromium-trace/catapult/third_party/webapp2/docs/api/webapp2_extras/
json.rst 12 JSON in a compact format, eliminating white spaces.
  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 9 // Compact appends to dst the JSON-encoded src with
11 func Compact(dst *bytes.Buffer, src []byte) error {
12 return compact(dst, src, false)
15 func compact(dst *bytes.Buffer, src []byte, escape bool) error { func
  /prebuilts/go/linux-x86/src/encoding/json/
indent.go 9 // Compact appends to dst the JSON-encoded src with
11 func Compact(dst *bytes.Buffer, src []byte) error {
12 return compact(dst, src, false)
15 func compact(dst *bytes.Buffer, src []byte, escape bool) error { func
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 31 CompactConstructor compact = new CompactConstructor(); local
32 Yaml yaml = new Yaml(compact);
131 Constructor compact = new PackageCompactConstructor( local
133 Yaml yaml = new Yaml(compact);
150 Constructor compact = new TableCompactConstructor( local
152 Yaml yaml = new Yaml(compact);
  /external/llvm/test/CodeGen/X86/
compact-unwind.ll 25 ; Even though we can't encode %rax into the compact unwind, We still want to be
26 ; able to generate a compact unwind encoding in this particular case.
32 ; CU-NEXT: compact encoding: 0x01010001
38 ; FROM-ASM-NEXT: compact encoding: 0x01010001
64 ; Test the code below uses UNWIND_X86_64_MODE_STACK_IMMD compact unwind
70 ; NOFP-CU-NEXT: compact encoding: 0x02040c0a
75 ; NOFP-FROM-ASM-NEXT: compact encoding: 0x02040c0a
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 182 + "compact()!");
280 * Always returns 0 if called after compact().
301 "Illegal Invocation of the method after compact()");
323 "Illegal Invocation of the method after compact()");
342 "Illegal Invocation of the method after compact()");
351 * Compact the vectors:
368 public void compact(CompactHandler compactor) { method in class:PropsVectors
472 * Get the vectors array after calling compact().
479 "Illegal Invocation of the method before compact()");
492 "Illegal Invocation of the method before compact()");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PropsVectors.java 180 + "compact()!");
278 * Always returns 0 if called after compact().
299 "Illegal Invocation of the method after compact()");
321 "Illegal Invocation of the method after compact()");
340 "Illegal Invocation of the method after compact()");
349 * Compact the vectors:
366 public void compact(CompactHandler compactor) { method in class:PropsVectors
470 * Get the vectors array after calling compact().
477 "Illegal Invocation of the method before compact()");
490 "Illegal Invocation of the method before compact()");
    [all...]
  /external/skia/resources/android_fonts/v22/
fonts.xml 91 <family variant="compact">
107 <family variant="compact">
123 <family variant="compact">
132 <family variant="compact">
141 <family variant="compact">
149 <family variant="compact">
157 <family variant="compact">
165 <family variant="compact">
173 <family variant="compact">
181 <family variant="compact">
    [all...]

Completed in 965 milliseconds

12 3 4 5 6 7 8 91011>>