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

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLContextSpi.java 94 * if the underlying provider does not provide an implementation of
104 * if the underlying provider does not provide an implementation of
  /external/astl/include/
sstream 56 // Construct an instance and copy str into the underlying buffer
65 // @return A copy of the underlying buffer. If the buffer was
  /external/guava/src/com/google/common/collect/
SortedSetMultimap.java 52 * <p>Changes to the returned collection will update the underlying multimap,
85 * will update the underlying multimap. The map never supports
  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.h 40 * underlying the OpenVG implementation. In the vast majority of cases, that
41 * underlying technology is EGL, but OpenVG doesn't depend on EGL per se.
  /packages/apps/IM/src/com/android/im/engine/
Message.java 60 * underlying protocol doesn't support it.
99 * message was received or sent, depending on the underlying protocol.
  /sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/
UpdaterLogicTest.java 71 // underlying platform
107 // underlying tool
  /dalvik/dx/src/com/android/dx/rop/cst/
CstAnnotation.java 89 * Get the underlying annotation.
CstType.java 85 /** {@code non-null;} the underlying type */
122 * @param type {@code non-null;} the underlying type
139 * @param type {@code non-null;} the underlying type
208 * Gets the underlying type (as opposed to the type corresponding
  /dalvik/libcore/luni/src/main/java/java/io/
ByteArrayOutputStream.java 43 * If more than 32 bytes are written to this instance, the underlying byte
54 * instance, the underlying byte array will expand.
57 * initial size for the underlying byte array, must be
99 * Resets this stream to the beginning of the underlying byte array. All
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
FileLock.java 51 * The characteristics of the underlying operating system locks will show
73 // The underlying file channel.
90 * the underlying file channel that holds the lock.
170 * valid unless the underlying channel has been closed or it has been
  /dalvik/libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 8 * underlying stream for classes to be tested.
  /dalvik/vm/
Atomic.h 42 * Underlying function is currently declared:
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 40 detected that underlying USB driver is WinUsb.sys.
  /external/blktrace/btt/
trace_remap.c 32 * a_iop == underlying device
  /external/bluetooth/glib/gio/
gfilterinputstream.h 44 * A base class for all input streams that work on an underlying stream.
gfilteroutputstream.h 44 * A base class for all output streams that work on an underlying stream.
  /external/skia/include/core/
SkChunkAlloc.h 51 not be unallocated. This is a hint to the underlying allocator that
  /external/stlport/stlport/stl/config/
_android.h 24 // Don't have underlying local support.
  /frameworks/base/core/java/android/widget/
BaseAdapter.java 46 * Notifies the attached View that the underlying data has been changed
  /packages/apps/Camera/src/com/android/camera/gallery/
VideoObject.java 28 * Represents a particular video and provides access to the underlying data and
  /packages/apps/Email/src/com/android/email/
FixedLengthInputStream.java 24 * is used to allow a client to read directly from an underlying protocol stream without reading
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 30 * Technically these are functional because they use the underlying provider framework.
  /dalvik/libcore/archive/src/main/java/java/util/zip/
CheckedInputStream.java 49 * Reads one byte of data from the underlying input stream and updates the
67 * Reads up to n bytes of data from the underlying input stream, storing it
102 * Skip up to n bytes of data on the underlying input stream. Any skipped
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
CipherOutputStream.java 27 * send the data through the cipher before writing them to the underlying output
136 * On the underlying cipher {@code doFinal} will be invoked, and any
138 * reset to its initial state. The underlying output stream is also closed.
  /dalvik/libcore/sql/src/main/java/java/sql/
Array.java 74 * Returns the data from the underlying SQL {@code ARRAY} as a Java array.
86 * Returns the JDBC type of the entries in this array's underlying
96 * Returns the SQL type name of the entries in this array's underlying

Completed in 321 milliseconds

1 2 34 5 6 7 8 91011>>