Searched refs:available (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DThreadLocalOutputBufferProvider.java25 private final ThreadLocal<Boolean> available; field in class:ThreadLocalOutputBufferProvider
33 available = new ThreadLocal<Boolean>() {
42 if (!available.get()) {
46 available.set(false);
57 available.set(true);
/external/clang/test/Modules/
H A Dsubmodules-preprocess.cpp8 # error HAVE_VECTOR macro is not available (but should be)
12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
22 # error HAVE_VECTOR macro is not available (but should be)
26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
38 # error HAVE_VECTOR macro is not available (but should be)
42 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be)
46 # error HAVE_HASH_MAP macro is available (but shouldn't be)
52 # error HAVE_VECTOR macro is not available (bu
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
H A DCharCache.java33 int available = cache.length - pos;
34 int toWrite = chars.length < available ? chars.length : available;
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DConnector.java60 * Returns true if there is currently data available for
65 public boolean available(); method in interface:Connector
69 * there is no data available. The buffer may only be valid
/external/icu/icu4c/source/common/
H A Dbytestream.cpp47 int32_t available = capacity_ - size_; local
48 if (n > available) {
49 n = available;
67 int32_t available = capacity_ - size_; local
68 if (available >= min_capacity) {
69 *result_capacity = available;
/external/speex/libspeex/
H A Dbuffer.c48 int available; member in struct:SpeexBuffer_
58 st->available = 0;
88 st->available += len;
89 if (st->available > st->size)
91 st->available = st->size;
120 st->available += len;
121 if (st->available > st->size)
123 st->available = st->size;
136 if (len > st->available)
138 SPEEX_MEMSET(data+st->available,
[all...]
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLStreamedInputTest.java38 assertEquals(bis.available(), sslsi.available());
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid.s1 # Instructions that are available for the current ISA but should be rejected by
/external/valgrind/drd/tests/
H A Dfp_race.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_as_mutex.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_open.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_as_mutex3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
H A Dsem_open3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
H A Dhg04_race.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
H A Dhg05_race2.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketParserD08.java6 // are made available under the terms of the Eclipse Public License v1.0
9 // The Eclipse Public License is available at
12 // The Apache License v2.0 is available at
124 * available. Fill data from the {@link EndPoint} only as necessary.
140 int available=_buffer.length();
143 while (available<(_state==State.SKIP?1:_bytesNeeded))
154 Buffer data =_buffer.get(4*(available/4));
182 available=_buffer.length();
183 // System.err.printf(">> filled %d/%d%n",filled,available);
195 if (available<(_stat
[all...]
H A DWebSocketParserRFC6455.java6 // are made available under the terms of the Eclipse Public License v1.0
9 // The Eclipse Public License is available at
12 // The Apache License v2.0 is available at
124 * available. Fill data from the {@link EndPoint} only as necessary.
140 int available=_buffer.length();
143 while (available<(_state==State.SKIP?1:_bytesNeeded))
154 Buffer data =_buffer.get(4*(available/4));
182 available=_buffer.length();
183 // System.err.printf(">> filled %d/%d%n",filled,available);
195 if (available<(_stat
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.hpp27 virtual int Length(long long* total, long long* available);
/external/skia/src/core/
H A DSkData.cpp48 size_t available = fSize; local
49 if (offset >= available || 0 == length) {
52 available -= offset;
53 if (length > available) {
54 length = available;
157 size_t available = src->size(); local
158 if (offset >= available || 0 == length) {
161 available -= offset;
162 if (length > available) {
163 length = available;
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DFastStringBuffer.java36 * exceeds the space available; we just allocate another chunk and
316 * greater than the amount of storage currently available... and even
489 int available = m_chunkSize - m_firstFree;
496 if (available > strlen)
497 available = strlen;
499 value.getChars(copyfrom, copyfrom + available, m_array[m_lastChunk],
502 strlen -= available;
503 copyfrom += available;
541 available = m_chunkSize;
547 m_firstFree += available;
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DFixASCIIControlsReader.java64 boolean available = true;
65 while (available && read < len)
67 available = super.read(readAheadBuffer, readAhead, 1) == 1;
68 if (available)
98 available = true;
103 return read > 0 || available ? read : -1;
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSink.java36 public int available() { method in class:OpenSSLBIOSink
46 int maxLength = Math.min(available(), (int) byteCount);
/external/jetty/src/java/org/eclipse/jetty/server/
H A DHttpInput.java6 // are made available under the terms of the Eclipse Public License v1.0
9 // The Eclipse Public License is available at
12 // The Apache License v2.0 is available at
71 public int available() throws IOException method in class:HttpInput
73 return _parser.available();
/external/libutf/
H A DNOTICE23 This software is also made available under the Lucent Public License

Completed in 825 milliseconds

1234567891011>>