OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underlying
(Results
26 - 50
of
3822
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
underlying_type.pass.cpp
23
"E has the wrong
underlying
type");
25
"F has the wrong
underlying
type");
36
"G has the wrong
underlying
type");
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CloseShieldInputStream.java
22
* Proxy stream that prevents the
underlying
input stream from being closed.
37
* @param in
underlying
input stream
44
* Replaces the
underlying
input stream with a {@link ClosedInputStream}
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
CloseShieldOutputStream.java
22
* Proxy stream that prevents the
underlying
output stream from being closed.
37
* @param out
underlying
output stream
44
* Replaces the
underlying
output stream with a {@link ClosedOutputStream}
/external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java
39
* Primarily used to auto-release an
underlying
46
* different kinds of event, and does not always close the
underlying
stream
81
* the
underlying
stream. After closing this stream, read
94
* If no watcher is passed, the
underlying
stream will simply be
96
* Otherwise, the watcher decides whether the
underlying
stream
117
* Checks whether the
underlying
stream can be read from.
119
* @return <code>true</code> if the
underlying
stream is accessible,
121
* detached from the
underlying
stream
219
* This method should only be called while the
underlying
stream is
224
* is detached from the
underlying
stream. This prevents multipl
[
all
...]
/external/chromium/chrome/browser/accessibility/
browser_accessibility_delegate_mac.h
13
// to, or otherwise communicate with, their
underlying
WebAccessibility
/external/chromium_org/content/child/npapi/
npobject_base.h
22
// Returns the
underlying
NPObject handled by this NPObjectBase instance.
/external/chromium_org/net/http/
http_stream_base.h
6
// HTTP-like stream that keeps the client agnostic of the actual
underlying
47
// Writes the headers and uploads body data to the
underlying
socket.
56
// Reads from the
underlying
socket until the response headers have been
83
//
underlying
stream is never reused, it has no effect.
104
// stream is done differently. This method returns true if the
underlying
109
// Checks whether the current state of the
underlying
connection
118
// Returns false and does nothing if there is no
underlying
connection, either
119
// because one has yet to be assigned to the stream, or because the
underlying
143
//
underlying
connection. This stream is responsible for deleting itself when
http_stream.h
7
//
underlying
transport appropriately. For example, a non-pipelined HttpStream
32
// Returns a new (not initialized) stream using the same
underlying
/external/clang/test/SemaCXX/
enum-bitfield.cpp
10
enum E : Z; // expected-error{{invalid
underlying
type}}
/frameworks/base/core/java/android/text/style/
CharacterStyle.java
46
* that were generated by {@link #wrap}, returns the
underlying
71
* Passes updateDrawState through to the
underlying
CharacterStyle.
79
* Returns the CharacterStyle
underlying
this one, or the one
80
*
underlying
it if it too is a Passthrough.
/frameworks/volley/src/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java
29
* the default size to which the
underlying
byte array is initialized.
37
* to this instance, the
underlying
byte array will expand.
45
* more than {@code size} bytes are written to this instance, the
underlying
byte array will
48
* @param size initial size for the
underlying
byte array. The value will be pinned to a default
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java
68
* true if the
underlying
handler (XML or HTML) is fully initialized
109
* true if startDocument() was called before the
underlying
handler
114
* true if setVersion() was called before the
underlying
handler
119
* true if setDoctypeSystem() was called before the
underlying
handler
124
* true if setDoctypePublic() was called before the
underlying
handler
129
* true if setMediaType() was called before the
underlying
handler
168
* @return the properties of the
underlying
handler
177
* @return the OutputStream of the
underlying
XML or HTML handler
186
* @return the Writer of the
underlying
XML or HTML handler
194
* passes the call on to the
underlying
HTML or XML handle
[
all
...]
/external/chromium/base/synchronization/
lock_impl.h
23
// This class implements the
underlying
platform-specific spin-lock mechanism
48
// Return the native
underlying
lock. Not supported for Windows builds.
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_item.js
49
* Whether the item is selected. Setting this does not update the
underlying
60
* the
underlying
selection model. This is only used for display purpose.
/external/chromium/chrome/browser/ui/views/
profile_menu_button.cc
24
//
underlying
tag image.
38
//
underlying
profile tag image.
/external/chromium/net/http/
http_stream.h
6
// keeps the client agnostic of the actual
underlying
transport layer. This
9
//
underlying
transport appropriately. For example, a non-pipelined HttpStream
44
// Writes the headers and uploads body data to the
underlying
socket.
57
// Reads from the
underlying
socket until the response headers have been
84
//
underlying
stream is never reused, it has no effect.
91
// Returns a new (not initialized) stream using the same
underlying
114
// stream is done differently. This method returns true if the
underlying
119
// Checks whether the current state of the
underlying
connection
/external/chromium_org/base/synchronization/
lock_impl.h
22
// This class implements the
underlying
platform-specific spin-lock mechanism
47
// Return the native
underlying
lock.
/external/chromium_org/chrome/browser/resources/options/
content_settings_ui.js
10
// Define a constructor that uses an input element as its
underlying
element.
40
// Define a constructor that uses an input element as its
underlying
element.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list_item.js
50
* Whether the item is selected. Setting this does not update the
underlying
61
* the
underlying
selection model. This is only used for display purpose.
/external/chromium_org/tools/telemetry/telemetry/value/
value_backcompat.py
7
style one. This exists as a bridging solution so we can change the
underlying
9
underlying
implementation is solid.
/external/chromium_org/ui/webui/resources/js/cr/ui/
list_item.js
50
* Whether the item is selected. Setting this does not update the
underlying
61
* the
underlying
selection model. This is only used for display purpose.
/external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp
3
enum class A { A1=1 }; //
underlying
type is int by default
4
enum class B: unsigned long { B1=1 }; //
underlying
type is unsigned long
/external/clang/test/SemaObjC/
enum-fixed-type.m
4
# error Enumerations with a fixed
underlying
type are not supported
40
typedef enum : BaseEnum { DerivedElem } DerivedEnum; // expected-error {{non-integral type 'BaseEnum' is an invalid
underlying
type}}
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ConnectionMonitor.java
9
*
underlying
socket of a connection is closed.
18
* This method is called after the connection's
underlying
/external/guava/guava/src/com/google/common/collect/
UnmodifiableListIterator.java
37
* Guaranteed to throw an exception and leave the
underlying
data unmodified.
46
* Guaranteed to throw an exception and leave the
underlying
data unmodified.
Completed in 1114 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>