OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serializedData
(Results
1 - 6
of
6
) sorted by null
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java
153
private static final String
serializedData
= "Just a dummy string to be serialized instead of real data";
229
* (String)
serializedData
<br>
237
out.writeUTF(
serializedData
);
251
if (!
serializedData
.equals(s)) {
252
throw new StreamCorruptedException("expect [" +
serializedData
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java
154
private static final String
serializedData
= "Just a dummy string to be serialized instead of real data";
230
* (String)
serializedData
<br>
238
out.writeUTF(
serializedData
);
252
if (!
serializedData
.equals(s)) {
253
throw new StreamCorruptedException("expect [" +
serializedData
/external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h
278
SpoofData(const void *
serializedData
, int32_t length, UErrorCode &status);
/external/icu4c/i18n/
uspoof_impl.h
209
SpoofData(const void *
serializedData
, int32_t length, UErrorCode &status);
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.cpp
336
const Vector<char>&
serializedData
= m_cachedMetadata->serialize();
337
WebKit::Platform::current()->cacheMetadata(m_response.url(), m_response.responseTime(),
serializedData
.data(),
serializedData
.size());
/frameworks/base/core/java/android/os/
Parcel.java
[
all
...]
Completed in 463 milliseconds