HomeSort by relevance Sort by last modified time
    Searched full:underlying (Results 251 - 275 of 932) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKit/chromium/src/
DevToolsRPC.h 61 // into the string-based calls of the underlying transport:
69 // calls to the underlying MyApi methods:
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 28 * taking care to identify them through their underlying unique {@link IBinder}
33 * <li> Performs locking of the underlying list of interfaces to deal with
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
ResourcesDescriptors.java 214 "An array of strings. Strings are added as underlying item elements to the array.",
241 "An array of integers. Integers are added as underlying item elements to the array.",
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 242 * map keys. Modifying the returned {@link Set} will not impact the underlying {@link Map}.
249 * Reloads the properties from the underlying file.
  /dalvik/dx/src/com/android/dx/dex/file/
UniformListItem.java 149 * Gets the underlying list of items.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Executors.java 244 * @param executor the underlying implementation
260 * @param executor the underlying implementation
393 * @param callable the underlying task
414 * @param callable the underlying task
Future.java 22 * return <tt>null</tt> as a result of the underlying task.
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherSpi.java 149 * depending on the underlying cipher implementation.
166 * that the specified key cannot provide, the underlying implementation of
199 * is {@code null}, the underlying implementation of this cipher is supposed
237 * is {@code null}, the underlying implementation of this cipher is supposed
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMRuntime.java 178 * the underlying memory was originally allocated.
  /dalvik/libcore/luni/src/main/java/java/io/
BufferedReader.java 28 * interaction with the underlying reader is minimized, since most (smaller)
319 * Before attempting to read from the underlying stream, make
322 * underlying stream would block.
385 /* has the underlying stream been exhausted? */
FilterInputStream.java 24 * decompression of the underlying stream. Input streams that wrap another input
FilterOutputStream.java 27 * decompression of the underlying stream. Output streams that wrap another
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSMemory.java 32 * the underlying platform pointer size, such that only the lowest significant
49 * Defines the size, in bytes, of a native pointer type for the underlying
77 * Native method to determine whether the underlying platform is little
114 * Returns the size of a native pointer type for the underlying platform.
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 55 * A regression test for failing to correctly set capacity of underlying
  /dalvik/libcore/security/src/main/java/java/security/spec/
EllipticCurve.java 30 // Underlying finite field
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
CBCBlockCipherMac.java 228 * reset the underlying cipher.
  /dalvik/libcore/sql/src/main/java/java/sql/
Driver.java 117 * A driver may not be fully compliant if the underlying database has
  /dalvik/libcore/sql/src/main/java/javax/sql/
PooledConnection.java 51 * the underlying {@code PooledConnection} object from the connection and
  /dalvik/vm/native/
java_lang_reflect_Method.c 63 * "If the underlying method is static, the class that declared the
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 60 // underlying surface is created and destroyed.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
ForwardingTest.java 43 * underlying data model, internal business logic, or exercising your Activity's life cycle.
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 153 // Get the item from the underlying array,
MyRssReader3.java 161 // Get the item from the underlying array,
  /external/apache-http/src/org/apache/http/client/methods/
AbortableHttpRequest.java 45 * down the underlying HTTP connection.
  /external/apache-http/src/org/apache/http/conn/
package.html 65 This interface abstracts from the underlying socket operations and

Completed in 449 milliseconds

<<11121314151617181920>>