OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underlying
(Results
251 - 275
of
2097
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/zlib/contrib/iostream3/
zfstream.h
184
*
Underlying
file pointer.
259
* Obtain
underlying
stream buffer.
310
*
Underlying
stream buffer.
348
* Obtain
underlying
stream buffer.
399
*
Underlying
stream buffer.
427
//
Underlying
manipulator function
455
// Insertor applies
underlying
manipulator function to stream
/libcore/luni/src/main/java/java/util/zip/
ZipOutputStream.java
31
* {@code ZipOutputStream} is used to write {@code ZipEntries} to the
underlying
109
* Closes the current {@code ZipEntry}, if any, and the
underlying
output
128
* to the
underlying
stream.
216
* information is written to the
underlying
stream.
257
* Writes entry information to the
underlying
stream. Data associated with
260
* the entry to the
underlying
stream.
406
* Writes data for the current entry to the
underlying
stream.
/libcore/luni/src/main/java/java/sql/
ResultSet.java
207
*
underlying
database.
[
all
...]
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h
72
// Flushes any buffers and closes the
underlying
file. Returns false if
150
// Flushes any buffers and closes the
underlying
file. Returns false if
156
//
underlying
file. No special measures are taken to ensure that
157
//
underlying
operating system file object is synchronized to disk.
299
// and read errors in the
underlying
streams, so it assumes any errors mean
300
// end-of-stream. So, if the
underlying
streams fail for any other reason,
/libcore/luni/src/main/java/javax/xml/parsers/
SAXParserFactory.java
182
* <p>Sets the particular feature in the
underlying
implementation of
208
* @exception SAXNotRecognizedException When the
underlying
XMLReader does
210
* @exception SAXNotSupportedException When the
underlying
XMLReader
223
* <p>Returns the particular property requested for in the
underlying
231
* @exception SAXNotRecognizedException When the
underlying
XMLReader does not recognize the property name.
232
* @exception SAXNotSupportedException When the
underlying
XMLReader recognizes the property name but doesn't support the property.
/external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java
41
* Note that this class NEVER closes the
underlying
stream, even when close
49
* the
underlying
stream. That's tricky, though, because you then have to
113
* <p>Does not close the
underlying
socket input, but instead leaves it
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java
25
* @param cipher the
underlying
block cipher this buffering object wraps.
42
* @param cipher the
underlying
block cipher this buffering object wraps.
237
* @exception IllegalStateException if the
underlying
cipher is not
/external/clang/lib/CodeGen/
CodeGenTBAA.cpp
68
// Also, their
underlying
types may have relevant attributes.
115
// "
underlying
types".
129
// Enum types are distinct types. In C++ they have "
underlying
types",
/external/llvm/include/llvm/Support/
Allocator.h
59
/// SlabAllocator - This class can be used to parameterize the
underlying
75
/// Allocator - The
underlying
allocator that we forward to.
102
/// Allocator - The
underlying
allocator we use to get slabs of memory. This
/frameworks/base/docs/html/about/versions/
index.jd
64
<p>
Underlying
all applications is a set of services and systems, including:
104
<li><strong>SGL</strong> - the
underlying
2D graphics
131
<p>The Dalvik VM relies on the Linux kernel for
underlying
functionality such
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java
73
SSLCertificateSocketFactory
underlying
= getSSLSocketFactory(insecure);
local
75
underlying
.setKeyManagers(new KeyManager[] { keyManager });
77
SSLSocketFactory wrapped = new SSLSocketFactory(
underlying
);
/packages/apps/Email/src/org/apache/commons/io/output/
DeferredFileOutputStream.java
142
* @return The
underlying
output stream.
153
* Switches the
underlying
output stream from a memory based stream to one
227
* Closes
underlying
output stream, and mark this as closed
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Base64InputStream.java
38
* Performs Base-64 decoding on an
underlying
stream.
59
* Closes the
underlying
stream.
81
* Retrieve data from the
underlying
stream, decode it,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
indirect_array.h
56
*
underlying
array will have array[0]==3, array[2]==2, and array[4]==1.
69
/// Copy constructor. Both slices refer to the same
underlying
array.
126
/// Copy constructor. Both slices refer to the same
underlying
array.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h
58
//
Underlying
stdio FILE
72
* @return The
underlying
FILE*.
74
* This function can be used to access the
underlying
"C" file pointer.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
types.h
1
/* bits/types.h -- definitions of __*_t types
underlying
*_t types.
36
/* Fixed-size types,
underlying
types depend on word size and compiler. */
72
of those macros must use the following macros for
underlying
types.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
indirect_array.h
58
*
underlying
array will have array[0]==3, array[2]==2, and array[4]==1.
71
/// Copy constructor. Both slices refer to the same
underlying
array.
128
/// Copy constructor. Both slices refer to the same
underlying
array.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h
68
//
Underlying
stdio FILE
82
* @return The
underlying
FILE*.
84
* This function can be used to access the
underlying
C file pointer.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
iterator_tracker.h
44
// The
underlying
iterator
47
// The
underlying
data structure
80
* @brief Conversion to
underlying
non-debug iterator to allow
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
types.h
1
/* bits/types.h -- definitions of __*_t types
underlying
*_t types.
36
/* Fixed-size types,
underlying
types depend on word size and compiler. */
72
of those macros must use the following macros for
underlying
types.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
types.h
1
/* bits/types.h -- definitions of __*_t types
underlying
*_t types.
36
/* Fixed-size types,
underlying
types depend on word size and compiler. */
72
of those macros must use the following macros for
underlying
types.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
indirect_array.h
58
*
underlying
array will have array[0]==3, array[2]==2, and array[4]==1.
71
/// Copy constructor. Both slices refer to the same
underlying
array.
128
/// Copy constructor. Both slices refer to the same
underlying
array.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h
68
//
Underlying
stdio FILE
82
* @return The
underlying
FILE*.
84
* This function can be used to access the
underlying
C file pointer.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
iterator_tracker.h
44
// The
underlying
iterator
47
// The
underlying
data structure
80
* @brief Conversion to
underlying
non-debug iterator to allow
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
indirect_array.h
56
*
underlying
array will have array[0]==3, array[2]==2, and array[4]==1.
69
/// Copy constructor. Both slices refer to the same
underlying
array.
126
/// Copy constructor. Both slices refer to the same
underlying
array.
Completed in 1409 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>