Searched refs:isFull (Results 1 - 25 of 37) sorted by relevance

12

/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java136 if (this.buffer.isFull()) {
165 if (this.buffer.isFull()) {
/external/clang/lib/Rewrite/
H A DDeltaTree.cpp90 bool isFull() const { return NumValuesUsed == 2*WidthFactor-1; } function in class:__anon1760::DeltaTreeNode
203 if (!isFull()) {
232 if (!isFull()) {
294 assert(isFull() && "Why split a non-full node?");
H A DRewriteRope.cpp156 bool isFull() const { return NumPieces == 2*WidthFactor; } function in class:__anon1764::RopePieceBTreeLeaf
278 if (!isFull()) {
414 bool isFull() const { return NumChildren == 2*WidthFactor; }
529 if (!isFull()) {
/external/apache-http/src/org/apache/http/util/
H A DByteArrayBuffer.java163 public boolean isFull() { method in class:ByteArrayBuffer
H A DCharArrayBuffer.java207 public boolean isFull() { method in class:CharArrayBuffer
/external/guava/guava/src/com/google/common/collect/
H A DDenseImmutableTable.java97 private boolean isFull() { method in class:DenseImmutableTable.ImmutableArrayMap
109 return isFull() ? keyToIndex().keySet() : super.createKeySet();
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
H A DSpoofCheckerTest.java820 Method isFull = ScriptSet.getDeclaredMethod("isFull");
821 isFull.setAccessible(true);
822 boolean result = (Boolean) isFull.invoke(ss);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java817 Method isFull = ScriptSet.getDeclaredMethod("isFull");
818 isFull.setAccessible(true);
819 boolean result = (Boolean) isFull.invoke(ss);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSpoofChecker.java1923 public boolean isFull() { method in class:SpoofChecker.ScriptSet
1931 } else if (isFull()) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSpoofChecker.java1994 public boolean isFull() { method in class:SpoofChecker.ScriptSet
2002 } else if (isFull()) {
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Doro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/skia/src/gpu/
H A DGrRenderTargetContext.cpp339 bool isFull = false; local
341 isFull = !clip.scissorEnabled() ||
347 if (isFull) {
/external/skqp/src/gpu/
H A DGrRenderTargetContext.cpp337 bool isFull = false; local
339 isFull = !clip.scissorEnabled() ||
345 if (isFull) {
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h83 bool isFull() const { return Mass == UINT64_MAX; } function in class:llvm::bfi_detail::BlockMass
90 /// Adds another mass, saturating at \a isFull() rather than overflowing.
121 /// Convert to \a ScaledNumber. \a isFull() gives 1.0, while \a isEmpty()
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp26 if (isFull())
/external/annotation-tools/asmx/test/lib/
H A Djakarta-oro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...

Completed in 1227 milliseconds

12