HomeSort by relevance Sort by last modified time
    Searched refs:available (Results 276 - 300 of 715) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/extensions/docs/build/
directory.py 154 extensions available in the codebase. """
164 which API methods are available.
195 which API methods are available.
198 Manifest data containing a list of samples and available API methods.
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java 329 public int available() { method in class:ByteArray.MyInputStream
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 346 while (_messageInputStream.available() > 0) {
350 if (_messageInputStream.available() >= 2) {
358 if (_messageInputStream.available() >= 2) {
365 if (_messageInputStream.available() >= optionLength) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
BlenderInputStream.java 85 //the size value will canche while reading the file; the available() method cannot be counted on
87 size = inputStream.available();
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 183 echo '<option>No languages available!</option>';
  /external/markdown/MarkdownTest/
MarkdownTest.pl 135 Assumes that the 'tidy' command is available in your PATH. Defaults to
  /external/objenesis/main/src/org/objenesis/instantiator/basic/
ObjectInputStreamInstantiator.java 128 public int available() throws IOException { method in class:ObjectInputStreamInstantiator.MockStream
  /external/openssl/crypto/bio/
bss_bio.c 60 * for which no specific BIO method is available.
272 /* non-copying interface: provide pointer to available data in buffer
273 * bio_nread0: return number of available bytes
303 /* avoid code duplication -- nothing available for reading */
321 ossl_ssize_t num, available; local
328 available = bio_nread0(bio, buf);
329 if (num > available)
330 num = available;
426 * bio_nwrite0: check how much space is available
584 * available.) *
    [all...]
  /external/skia/include/core/
SkReader32.h 42 uint32_t available() const { return SkToU32(fStop - fCurr); } function in class:SkReader32
  /external/smack/src/org/jivesoftware/smackx/
LastActivityManager.java 113 case available:
115 // We assume that only a switch to available and chat indicates user activity
  /frameworks/base/core/java/android/provider/
DrmStore.java 143 DrmRawContent content = new DrmRawContent(fis, (int) fis.available(),
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pDnsSdServiceResponse.java 265 while (dis.available() > 0) {
  /frameworks/ex/variablespeed/jni/
ring_buffer.cc 61 int RingBuffer::available(int reader) const { function in class:video_editing::RingBuffer
  /libcore/luni/src/main/java/java/io/
PipedInputStream.java 52 * empty will block until data is available. When the buffer is full,
54 * space is available.
141 public synchronized int available() throws IOException { method in class:PipedInputStream
195 * is available, the end of the stream is detected or an exception is
252 // let blocked writers write to the newly available buffer space
355 // let blocked writers write to the newly available buffer space
411 // let blocked readers read the newly available data
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHello.java 164 if (in.available() > 0) {
  /libcore/luni/src/test/java/libcore/java/io/
OldDataOutputStreamTest.java 51 assertTrue("Test 1: Written data should not be available.",
54 assertTrue("Test 2: Written data should be available.",
163 int i, a = dis.available() / 2;
OldInputStreamTest.java 62 assertEquals(is.available(), 0);
103 // if the source has less bytes available than fit in the buffer.
192 // if the source has less bytes available than fit in the buffer.
251 // if the source has less bytes available than fit in the buffer.
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.java 121 assertTrue("Returned invalid stream", is.available() > 0);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 111 int bytesToRead = inStream.available();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppSendFileInfo.java 186 length = is.available();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
RenderingRequest.java 100 mCaller.available(this);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 176 " avail " + mic.available());
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 254 boolean available) {
255 features.append(name).append(':').append(type).append(':').append(available).append(';');
  /dalvik/vm/mterp/mips/
OP_EXECUTE_INLINE_RANGE.S 80 # Stack should have 16/20 available

Completed in 2245 milliseconds

<<11121314151617181920>>