OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrapped
(Results
151 - 175
of
1781
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/include/media/nbaio/
SourceAudioBufferProvider.h
43
const sp<NBAIO_Source> mSource; // the
wrapped
source
/frameworks/av/include/private/media/
StaticAudioTrackState.h
25
// state is
wrapped
by a SingleStateQueue.
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonAboveTallInternalSelectionView.java
25
* A button above a tall internal selection view,
wrapped
in a scroll view.
/frameworks/native/libs/gui/tests/
FillBuffer.h
38
// Calls to this function should be
wrapped
in an ASSERT_NO_FATAL_FAILURE().
/hardware/samsung_slsi/exynos5/libkeymaster/
tlTeeKeymaster_Api.h
77
*
wrapped
as below:
123
*
wrapped
as below:
204
uint32_t sodata; /**<
Wrapped
buffer */
205
uint32_t sodatalen; /**< Length of
wrapped
data buffer */
tlcTeeKeymaster_if.h
137
* Generates RSA key pair and returns key pair data as
wrapped
object
206
* Generates random key for HMAC calculation and returns key data as
wrapped
object
289
* @param soData [out] Pointer to
wrapped
key data
290
* @param soDataLength [out]
Wrapped
key data length
302
* Retrieves public key daya (modulus and exponent) from
wrapped
key data
/libcore/dom/src/test/java/org/w3c/domts/
JUnitTestSuiteAdapter.java
38
// any exception on construction is
wrapped
with
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
type_wrapper.hpp
28
// agurt 08/may/03: a complicated way to extract the
wrapped
type; need it
/prebuilts/misc/common/swig/include/2.0.11/tcl/
tclresult.i
16
could be
wrapped
as follows :
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py
16
def
wrapped
():
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder2.py
16
def
wrapped
():
function
/external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java
69
* The
wrapped
input stream, while accessible.
70
* The value changes to <code>null</code> when the
wrapped
stream
99
* @param in the
wrapped
stream
107
("
Wrapped
stream may not be null.");
237
boolean scws = true; // should close
wrapped
stream?
264
boolean scws = true; // should close
wrapped
stream?
293
boolean scws = true; // should close
wrapped
stream?
/external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java
56
* Read and write methods are delegated to the
wrapped
connection.
59
* are delegated to the
wrapped
connection if there is one, or
93
/** The
wrapped
connection. */
126
* Detaches this adapter from the
wrapped
connection.
155
* Asserts that there is a
wrapped
connection to delegate to.
157
* @throws IllegalStateException if there is no
wrapped
connection
163
throw new IllegalStateException("No
wrapped
connection.");
/dalvik/dexgen/src/com/android/dexgen/util/
ByteArray.java
348
* simply so that the cursor of a
wrapped
{@link #MyInputStream}
353
private final MyInputStream
wrapped
;
field in class:ByteArray.MyDataInputStream
355
public MyDataInputStream(MyInputStream
wrapped
) {
356
super(
wrapped
);
358
this.
wrapped
=
wrapped
;
/dalvik/dx/src/com/android/dx/util/
ByteArray.java
348
* simply so that the cursor of a
wrapped
{@link #MyInputStream}
353
private final MyInputStream
wrapped
;
field in class:ByteArray.MyDataInputStream
355
public MyDataInputStream(MyInputStream
wrapped
) {
356
super(
wrapped
);
358
this.
wrapped
=
wrapped
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java
138
* @return the
wrapped
bytes.
190
// result. It is 40 octets long if a 168 bit key is being
wrapped
.
284
// Decompose WKCKS. CKS is the last 8 octets and WK, the
wrapped
key, are
300
// WK is the
wrapped
key, now extracted for use in data decryption.
307
* check value for the key being
wrapped
. The algorithm is
309
* - Compute the 20 octet SHA-1 hash on the key being
wrapped
.
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCacheHost.cpp
88
WrappedResourceRequest
wrapped
(request);
99
m_host->willStartMainResourceRequest(
wrapped
, spawningHost);
130
WrappedResourceResponse
wrapped
(response);
131
m_host->didReceiveResponseForMainResource(
wrapped
);
156
WrappedResourceRequest
wrapped
(request);
157
m_host->willStartSubResourceRequest(
wrapped
);
/external/dexmaker/src/dx/java/com/android/dx/util/
ByteArray.java
348
* simply so that the cursor of a
wrapped
{@link #MyInputStream}
353
private final MyInputStream
wrapped
;
field in class:ByteArray.MyDataInputStream
355
public MyDataInputStream(MyInputStream
wrapped
) {
356
super(
wrapped
);
358
this.
wrapped
=
wrapped
;
/development/samples/Vault/src/com/example/android/vault/
SecretKeyWrapper.java
95
* @return a
wrapped
version of the given {@link SecretKey} that can be
107
* @param blob a
wrapped
{@link SecretKey} as previously returned by
/external/apache-xml/src/main/java/org/apache/xml/serializer/
WriterChain.java
28
* and which send their ouput to a yet another
wrapped
Writer or OutputStream.
42
* the base class rather than to the
wrapped
Writer or OutputStream.
/external/chromium_org/chrome/browser/extensions/
extension_api_unittest.h
37
//
wrapped
in a list. See also RunFunction* in extension_function_test_utils.h.
61
// |function|. |args| should be in JSON format,
wrapped
in a list.
/external/chromium_org/chrome/browser/ui/panels/
panel_constants.h
18
// Motivation for height is to allow autosized tightly-
wrapped
panel with a
20
// to make sure even small content is tightly
wrapped
.
/external/chromium_org/components/policy/core/common/
schema_registry.h
136
// This registry will stop updating its SchemaMap when |
wrapped
| is
138
explicit ForwardingSchemaRegistry(SchemaRegistry*
wrapped
);
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
validating_util_test.cc
34
// The data being
wrapped
.
37
// The timestamp for the
wrapped
data.
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_utility.h
60
// |
wrapped
| will be set to true if there has been a wraparound between the
64
bool*
wrapped
);
Completed in 1277 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>