OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underlying
(Results
76 - 100
of
3822
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/telemetry/telemetry/core/
exceptions.py
21
In this state, the tab is gone, but the
underlying
browser is still alive."""
/external/chromium_org/ui/aura/client/
visibility_client.h
19
// can decide whether or not to pass on the visibility to the
underlying
/external/chromium_org/ui/gfx/
canvas_paint.h
30
// Returns the
underlying
Canvas.
/external/clang/test/CXX/conv/conv.prom/
p4.cpp
12
// An enum with a fixed
underlying
type has an integral promotion to that type,
/external/clang/test/CodeGenObjC/
objc-fixed-enum.m
2
// The DWARF standard says the
underlying
data type of an enum may be
4
// so the debugger knows about the signedness of the
underlying
type.
9
// Enum with no specified
underlying
type
21
// Enum declared with a fixed
underlying
type
/external/iproute2/include/linux/
ip6_tunnel.h
24
int link; /* ifindex of
underlying
L2 interface */
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverIOException.java
22
* JSilver failed to access
underlying
IO stream. Wraps an IOException to make it a
/external/libvpx/libvpx/nestegg/halloc/
halloc.h
36
* the
underlying
allocator
/frameworks/base/core/jni/android/graphics/
Matrix.h
25
/* Gets the
underlying
SkMatrix from a Matrix object. */
Region.h
25
/* Gets the
underlying
SkRegion from a Region object. */
/frameworks/base/include/android_runtime/
android_view_SurfaceSession.h
26
/* Gets the
underlying
SurfaceComposerClient for a SurfaceSession. */
/libcore/luni/src/main/java/java/nio/
FileDescriptorChannel.java
22
* Allows access to the FileDescriptor
underlying
a Channel.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ip6_tunnel.h
24
int link; /* ifindex of
underlying
L2 interface */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h
24
int link; /* ifindex of
underlying
L2 interface */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h
24
int link; /* ifindex of
underlying
L2 interface */
/external/apache-http/src/org/apache/commons/logging/
Log.java
35
* The mapping of these log levels to the concepts used by the
underlying
54
* <p>Configuration of the
underlying
logging system will generally be done
75
* @return true if debug is enabled in the
underlying
logger.
87
* @return true if error is enabled in the
underlying
logger.
99
* @return true if fatal is enabled in the
underlying
logger.
111
* @return true if info is enabled in the
underlying
logger.
123
* @return true if trace is enabled in the
underlying
logger.
135
* @return true if warn is enabled in the
underlying
logger.
/external/chromium_org/content/renderer/
geolocation_dispatcher.h
55
// The controller_ is valid for the lifetime of the
underlying
57
// invoked when the
underlying
object is destroyed.
/external/chromium_org/mojo/public/
README.md
26
adaptor between the GLES2 C API and the
underlying
IPC protocol.
34
from changes in the
underlying
transport, clients are expected to link against
/external/chromium_org/net/socket/
ssl_server_socket.h
35
// Configures the
underlying
SSL library for the use of SSL server sockets.
37
// Due to the requirements of the
underlying
libraries, this should be called
/external/chromium_org/remoting/host/
desktop_resizer.h
27
// 1. Return the list of resolutions supported by the
underlying
video
31
// there are no constraints imposed by the
underlying
video driver.
/external/srec/shared/include/
LStringImpl.h
39
*
Underlying
string value.
43
*
Underlying
string size.
/frameworks/base/core/java/android/widget/
BaseAdapter.java
46
* Notifies the attached observers that the
underlying
data has been changed
54
* Notifies the attached observers that the
underlying
data is no longer valid
/external/apache-http/src/org/apache/http/conn/
EofSensorWatcher.java
54
* @param wrapped the
underlying
stream which has reached EOF
61
* closes the
underlying
stream. The caller will leave the
74
* @param wrapped the
underlying
stream which has not reached EOF
81
* closes the
underlying
stream. The caller will leave the
97
* @param wrapped the
underlying
stream which has not reached EOF
104
* closes the
underlying
stream. The caller will leave the
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CBCBlockCipher.java
40
* return the
underlying
block cipher that we are wrapping.
42
* @return the
underlying
block cipher that we are wrapping.
111
* @return the name of the
underlying
algorithm followed by "/CBC".
119
* return the block size of the
underlying
cipher.
121
* @return the block size of the
underlying
cipher.
152
* reset the chaining vector back to the IV and reset the
underlying
/external/chromium_org/net/spdy/
spdy_frame_reader.h
18
// To use, simply construct a SpdyFramerReader using the
underlying
buffer that
30
// Caller must provide an
underlying
buffer to work on.
65
// NOTE: Does not copy but rather references strings in the
underlying
buffer.
74
// NOTE: Does not copy but rather references strings in the
underlying
buffer.
96
// Returns true if the entirety of the
underlying
buffer has been read via
104
// Returns true if the
underlying
buffer has enough room to read the given
Completed in 459 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>