HomeSort by relevance Sort by last modified time
    Searched full:underlying (Results 176 - 200 of 2373) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 1099 final Socket underlying = new Socket(c.host, c.port); local
1132 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1159 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1245 Socket underlying = new Socket(listening.getInetAddress(), listening.getLocalPort()); local
1303 final Socket underlying = new Socket(c.host, c.port); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_queue.h 82 * The second template parameter defines the type of the underlying
118 * 'c' is the underlying container. Maintainers wondering why
208 * underlying sequence.
229 * The time complexity of the operation depends on the underlying
260 * underlying sequence type, but the expected rules are: this relation is
276 * depend on the underlying sequence type, but the expected rules
333 * The second template parameter defines the type of the underlying
484 * The time complexity of the operation depends on the underlying
516 * underlying sequence.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_queue.h 82 * The second template parameter defines the type of the underlying
118 * 'c' is the underlying container. Maintainers wondering why
208 * underlying sequence.
229 * The time complexity of the operation depends on the underlying
260 * underlying sequence type, but the expected rules are: this relation is
276 * depend on the underlying sequence type, but the expected rules
333 * The second template parameter defines the type of the underlying
484 * The time complexity of the operation depends on the underlying
516 * underlying sequence.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_queue.h 82 * The second template parameter defines the type of the underlying
118 * 'c' is the underlying container. Maintainers wondering why
208 * underlying sequence.
229 * The time complexity of the operation depends on the underlying
260 * underlying sequence type, but the expected rules are: this relation is
276 * depend on the underlying sequence type, but the expected rules
333 * The second template parameter defines the type of the underlying
484 * The time complexity of the operation depends on the underlying
516 * underlying sequence.
  /external/guava/guava/src/com/google/common/collect/
Multimap.java 176 * <p>Changes to the returned collection will update the underlying multimap,
186 * Changes to the returned set will update the underlying multimap, and vice
197 * update the underlying multimap, and vice versa.
207 * collection will update the underlying multimap, and vice versa.
216 * collection will update the underlying multimap, and vice versa. The entries
226 * update the underlying multimap. The map does not support {@code setValue()}
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
StrictLineReader.java 57 // an unterminated line, we set end == -1, otherwise end == pos. If the underlying
126 * Closes the reader by closing the underlying {@code InputStream} and
129 * @throws IOException for errors when closing the underlying {@code InputStream}.
146 * @throws IOException for underlying {@code InputStream} errors.
203 * @throws IOException for underlying {@code InputStream} errors or conversion error.
219 * @throws IOException for underlying {@code InputStream} errors.
  /libcore/luni/src/main/java/libcore/io/
StrictLineReader.java 55 * an unterminated line, we set end == -1, otherwise end == pos. If the underlying
128 * Closes the reader by closing the underlying {@code InputStream} and
131 * @throws IOException for errors when closing the underlying {@code InputStream}.
148 * @throws IOException for underlying {@code InputStream} errors.
205 * @throws IOException for underlying {@code InputStream} errors or conversion error.
231 * @throws IOException for underlying {@code InputStream} errors.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_iterator.h 138 * underlying %iterator can be converted to the type of @c current.
145 * @return @c current, the %iterator used for underlying work.
157 * underlying iterator type, @c x, a reference obtained by
180 * Decrements the underlying iterator.
192 * Decrements the underlying iterator.
205 * Increments the underlying iterator.
217 * Increments the underlying iterator.
230 * The underlying iterator must be a Random Access Iterator.
239 * Moves the underlying iterator backwards @a __n steps.
240 * The underlying iterator must be a Random Access Iterator
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
SSLCertificateSocketFactoryTest.java 118 Socket underlying = new Socket(TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT); local
120 underlying, TEST_CREATE_SOCKET_HOST, TEST_CREATE_SOCKET_PORT, true);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/
CipherInputStream.java 13 * underlying InputStream but have been additionally processed by the
65 * grab the next chunk of input from the underlying input stream
  /external/ceres-solver/internal/ceres/
block_random_access_sparse_matrix.h 83 // Access to the underlying matrix object.
101 // The underlying matrix object which actually stores the cells.
  /external/chromium/base/synchronization/
lock.h 73 // if the variable is set. This is allowed by the underlying implementation
88 // Platform specific underlying lock implementation.
  /external/chromium/chrome/browser/resources/options/
pref_ui.js 34 // Define a constructor that uses an input element as its underlying element.
114 //Define a constructor that uses an input element as its underlying element.
171 // Define a constructor that uses an input element as its underlying element.
217 // Define a constructor that uses an input element as its underlying element.
244 // Define a constructor that uses an input element as its underlying element.
282 * Event listener that updates the UI when the underlying pref changes.
363 // Define a constructor that uses a select element as its underlying element.
459 // Define a constructor that uses an input element as its underlying element.
  /external/chromium/net/socket/
ssl_client_socket_mac.h 161 // These buffers hold data retrieved from/sent to the underlying transport
167 // These are the IOBuffers used for operations on the underlying transport.
  /external/clang/test/SemaCXX/
MicrosoftCompatibility.cpp 165 ENUM2_b = 0x9FFFFFFF, // expected-warning {{enumerator value is not representable in the underlying type 'int'}}
166 ENUM2_c = 0x100000000 // expected-warning {{enumerator value is not representable in the underlying type 'int'}}
  /external/llvm/docs/HistoricalNotes/
2002-06-25-MegaPatchInfo.txt 29 BasicBlock::iterator) now produces a reference to the underlying type (same
30 example: Instruction&) instead of a pointer to the underlying object. This
  /external/llvm/include/llvm/ExecutionEngine/
ObjectBuffer.h 27 /// underlying memory for the object will be owned by the ObjectBuffer instance
40 /// the caller does not take ownership of the underlying memory.
  /external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamSession.java 64 * @throws IOException if there is an error in the underlying protocol
77 * @throws IOException if there is an error in the underlying protocol
  /frameworks/base/core/java/android/database/
CursorWrapper.java 33 * @param cursor The underlying cursor to wrap.
40 * Gets the underlying cursor that is wrapped by this instance.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
MetadataParser.java 50 * @throws IOException if the underlying reader throws IOException during reading.
95 * @throws IOException if the underlying reader throws IOException during reading.
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstAnnotation.java 89 * Get the underlying annotation.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstAnnotation.java 89 * Get the underlying annotation.
CstType.java 84 /** {@code non-null;} the underlying type */
121 * @param type {@code non-null;} the underlying type
140 * @param type {@code non-null;} the underlying type
209 * Gets the underlying type (as opposed to the type corresponding
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 40 detected that underlying USB driver is WinUsb.sys.
  /external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox 14 /// 'constructors' such as antlr38BitFileStreamNew(). The underlying structures document

Completed in 2419 milliseconds

1 2 3 4 5 6 78 91011>>