HomeSort by relevance Sort by last modified time
    Searched refs:compact (Results 51 - 75 of 356) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns16-lsd-unit.s 1 ; Test C64x+ L, S or D-unit compact instruction formats
insns16-m-unit.s 1 ; Test C64x+ M-unit compact instruction formats
insns16-s-unit-pcrel.s 1 ; Test C64x+ S-unit pcrel compact instruction formats
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
StringRange.java 51 * Compact the set of strings.
55 * @param moreCompact use a more compact form, at the expense of more processing. If false, source must be sorted.
57 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { method in class:StringRange
89 // TODO rewire to use the first (slower) algorithm to generate the ranges, then compact them from there.
96 // then compact items of each length and emit compacted sets
98 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue());
112 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { method in class:StringRange
113 compact(source,adder,shorterPairs,false); method
116 private static LinkedList<Ranges> compact(int size, Set<Ranges> inputRanges) { method in class:StringRange
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
StringRange.java 47 * Compact the set of strings.
51 * @param moreCompact use a more compact form, at the expense of more processing. If false, source must be sorted.
53 public static void compact(Set<String> source, Adder adder, boolean shorterPairs, boolean moreCompact) { method in class:StringRange
85 // TODO rewire to use the first (slower) algorithm to generate the ranges, then compact them from there.
92 // then compact items of each length and emit compacted sets
94 LinkedList<Ranges> compacted = compact(entry.getKey(), entry.getValue());
108 public static void compact(Set<String> source, Adder adder, boolean shorterPairs) { method in class:StringRange
109 compact(source,adder,shorterPairs,false); method
112 private static LinkedList<Ranges> compact(int size, Set<Ranges> inputRanges) { method in class:StringRange
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /external/llvm/test/Bindings/OCaml/
passmgr_builder.ml 53 Gc.compact ();
  /external/llvm/test/MC/ARM/
eh-directive-text-section.s 65 @ 0xB0B0B080, which means compact model 0 is used (0x80) and the rest of the
76 @ Besides, since this function is using compact model 0, thus we have to
  /external/dexmaker/src/main/java/com/google/dexmaker/
Label.java 55 void compact() { method in class:Label
  /external/jetty/src/java/org/eclipse/jetty/io/
Buffer.java 113 * Compact the buffer by discarding bytes before the postion (or mark if set).
117 void compact(); method in interface:Buffer
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
DirectReadOnlyByteBuffer.java 49 public ByteBuffer compact () { method in class:DirectReadOnlyByteBuffer
DirectReadOnlyFloatBufferAdapter.java 60 public FloatBuffer compact () { method in class:DirectReadOnlyFloatBufferAdapter
DirectReadOnlyIntBufferAdapter.java 60 public IntBuffer compact () { method in class:DirectReadOnlyIntBufferAdapter
DirectReadOnlyShortBufferAdapter.java 59 public ShortBuffer compact () { method in class:DirectReadOnlyShortBufferAdapter
ReadOnlyHeapByteBuffer.java 46 public ByteBuffer compact () { method in class:ReadOnlyHeapByteBuffer
ReadWriteCharArrayBuffer.java 53 public CharBuffer compact () { method in class:ReadWriteCharArrayBuffer
ReadWriteDoubleArrayBuffer.java 54 public DoubleBuffer compact () { method in class:ReadWriteDoubleArrayBuffer
ReadWriteFloatArrayBuffer.java 54 public FloatBuffer compact () { method in class:ReadWriteFloatArrayBuffer
ReadWriteIntArrayBuffer.java 53 public IntBuffer compact () { method in class:ReadWriteIntArrayBuffer
ReadWriteLongArrayBuffer.java 53 public LongBuffer compact () { method in class:ReadWriteLongArrayBuffer
ReadWriteShortArrayBuffer.java 54 public ShortBuffer compact () { method in class:ReadWriteShortArrayBuffer
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ReadOnlyDoubleBufferTest.java 64 buf.compact();
ReadOnlyFloatBufferTest.java 65 buf.compact();
ReadOnlyIntBufferTest.java 65 buf.compact();
ReadOnlyLongBufferTest.java 65 buf.compact();

Completed in 1227 milliseconds

1 23 4 5 6 7 8 91011>>