Searched refs:compact (Results 26 - 50 of 124) sorted by relevance

12345

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketGeneratorD06.java133 _buffer.compact();
213 _buffer.compact();
223 _buffer.compact();
H A DWebSocketGeneratorD00.java152 _buffer.compact();
162 _buffer.compact();
H A DWebSocketGeneratorD08.java155 _buffer.compact();
256 _buffer.compact();
H A DWebSocketGeneratorRFC6455.java159 _buffer.compact();
260 _buffer.compact();
H A DWebSocketParserD08.java145 // compact to mark (set at start of data)
146 _buffer.compact();
155 _buffer.compact();
H A DWebSocketParserRFC6455.java145 // compact to mark (set at start of data)
146 _buffer.compact();
155 _buffer.compact();
/external/junit/src/org/junit/
H A DComparisonFailure.java41 return new ComparisonCompactor(MAX_CONTEXT_LENGTH, fExpected, fActual).compact(super.getMessage());
86 private String compact(String message) { method in class:ComparisonFailure.ComparisonCompactor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-netrexx.jar ... boolean binary private String classpath private boolean comments private boolean compact private boolean compile private boolean console private boolean crossref private ...
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h178 bool compact; local
180 compact = false;
181 } else if (fst_type == "compact") {
182 compact = true;
252 if (compact)
/external/llvm/test/Bindings/OCaml/
H A Dpassmgr_builder.ml53 Gc.compact ();
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section.s65 @ 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
H A Deh-compact-pr1.s4 @ Check the compact pr1 model
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLabel.java55 void compact() { method in class:Label
/external/jetty/src/java/org/eclipse/jetty/io/
H A DBuffer.java117 void compact(); method in interface:Buffer
H A DView.java130 public void compact() method in class:View
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCompactByteArray.java12 * Provides a compact way to store information that is indexed by Unicode
19 * A compact array of any primitive data type serves two purposes:
24 * A compact array is composed of a index array and value array. The index
45 * compact array is 0.
57 * @param defaultValue the default value of the compact array.
82 * @param indexArray the indicies of the compact array.
83 * @param newValues the values of the compact array.
108 * @param indexArray the RLE-encoded indicies of the compact array.
109 * @param valueArray the RLE-encoded values of the compact array.
182 public void compact() { method in class:CompactByteArray
192 public void compact(boolean exhaustive) method in class:CompactByteArray
[all...]
H A DCompactCharArray.java14 * 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.
184 public void compact() { method in class:CompactCharArray
194 public void compact(boolean exhaustive) method in class:CompactCharArray
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIntTrieBuilder.java21 * Provides a compact way to store information that is indexed by Unicode
239 // fold and compact if necessary, also checks that indexLength is
242 // compact once without overlap to improve folding
243 compact(false);
246 // compact again with overlap for minimum data array length
247 compact(true);
299 // fold and compact if necessary, also checks that indexLength is
302 // compact once without overlap to improve folding
303 compact(false);
306 // compact agai
553 private void compact(boolean overlap) method in class:IntTrieBuilder
[all...]
/external/icu/icu4c/source/common/
H A Ddictbe.cpp101 fSet.compact();
235 fMarkSet.compact();
236 fEndWordSet.compact();
237 fBeginWordSet.compact();
238 fSuffixSet.compact();
475 fMarkSet.compact();
476 fEndWordSet.compact();
477 fBeginWordSet.compact();
668 fMarkSet.compact();
669 fEndWordSet.compact();
[all...]
/external/junit/src/junit/framework/
H A DComparisonCompactor.java25 public String compact(String message) { method in class:ComparisonCompactor
/external/okhttp/okio/okio/src/main/java/okio/
H A DSegment.java122 public void compact() { method in class:Segment
124 if (!prev.owner) return; // Cannot compact: prev isn't writable.
127 if (byteCount > availableByteCount) return; // Cannot compact: not enough writable space.
/external/skia/src/views/
H A DSkEvent.cpp54 static size_t makeCharArray(char* buffer, size_t compact) argument
56 size_t bits = (size_t) compact >> 1;
57 memcpy(buffer, &bits, sizeof(compact));
58 buffer[sizeof(compact)] = 0;
/external/v8/src/
H A Dhydrogen-check-elimination.cc318 bool compact = false; local
338 compact = true;
350 if (compact) Compact();
666 bool compact = false; local
672 compact = true;
679 if (compact) Compact();
684 bool compact = false; local
690 compact = true;
693 if (compact) Compact();
698 // First, compact th
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java65 * nor will "/ud800". To keep things as compact as possible we use the following encoding
/external/guava/guava/src/com/google/common/hash/
H A DAbstractStreamingHashFunction.java271 buffer.compact(); // preserve any remaining data that do not make a full chunk

Completed in 626 milliseconds

12345