OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serialized
(Results
151 - 175
of
1055
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/sync/syncable/
syncable_columns.h
56
// Blobs (
serialized
protos).
/external/chromium_org/third_party/WebKit/public/web/
WebSerializedScriptValueVersion.h
39
// collections of
serialized
data so that version skew can be detected
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_downloader.h
28
// "Downloads"
serialized
validation rules from a test data file. Sample usage:
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
SessionDescription.java
33
* SDPs are passed as
serialized
Strings in Java-land and are materialized
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java
84
final int
serialized
= getSerializedSize();
local
86
CodedOutputStream.computeRawVarint32Size(
serialized
) +
serialized
);
89
codedOutput.writeRawVarint32(
serialized
);
/external/guava/guava/src/com/google/common/collect/
ImmutableAsList.java
48
*
Serialized
form that leads to the same performance as the original list.
/external/guava/guava-gwt/src/com/google/common/collect/
ImmutableEnumSet_CustomFieldSerializer.java
43
*
serialized
as an ImmutableEnumSet, it must be non-empty to start
ImmutableSortedMap_CustomFieldSerializer.java
41
* Nothing we can do, but we're already assuming the
serialized
form is
RegularImmutableBiMap_CustomFieldSerializer.java
44
* RegularImmutableBiMap before it's
serialized
. Since RegularImmutableBiMap
RegularImmutableList_CustomFieldSerializer.java
45
* RegularImmutableList before it's
serialized
. Since RegularImmutableList
RegularImmutableMap_CustomFieldSerializer.java
44
* RegularImmutableMap before it's
serialized
. Since RegularImmutableMap
RegularImmutableMultiset_CustomFieldSerializer.java
42
* RegularImmutableMultiset before it's
serialized
. Since
RegularImmutableSet_CustomFieldSerializer.java
43
* RegularImmutableSet before it's
serialized
. Since RegularImmutableSet
/external/jmonkeyengine/engine/src/core/com/jme3/export/
Savable.java
38
* <code>Savable</code> is an interface for objects that can be
serialized
/external/libvorbis/doc/vorbisfile/
threads.html
20
href="OggVorbis_File.html">OggVorbis_File</a> instances is
serialized
.
/external/libvpx/libvpx/
webmenc.h
48
/* This pointer is to a specific element to be
serialized
*/
/external/protobuf/java/src/main/java/com/google/protobuf/
AbstractMessageLite.java
84
final int
serialized
= getSerializedSize();
local
86
CodedOutputStream.computeRawVarint32Size(
serialized
) +
serialized
);
89
codedOutput.writeRawVarint32(
serialized
);
/external/skia/tests/
AndroidPaintTest.cpp
44
// Opposite test of above: make sure the
serialized
default values of a paint overwrite
/external/skia/tools/
test_pdfs.py
2
Compares the rendererings of
serialized
SkPictures to expected images.
/external/smack/src/com/kenai/jbosh/
BOSHMessageEvent.java
29
*
Serialized
version.
/external/smack/src/org/apache/harmony/javax/security/sasl/
SaslException.java
27
*
Serialized
field for storing initial cause
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
NinePatch_Delegate.java
58
* When the chunks are created they are
serialized
into a byte[], and both are put
77
* @return the
serialized
data for the chunk.
105
* Returns a {@link NinePatchChunk} object for the given
serialized
representation.
110
* @param array the
serialized
representation of the chunk.
/libcore/luni/src/main/java/java/lang/annotation/
AnnotationTypeMismatchException.java
24
*
serialized
.
IncompleteAnnotationException.java
22
* after the type was compiled or
serialized
. This does not apply to new
/libcore/luni/src/main/java/java/nio/charset/
MalformedInputException.java
28
* which created the
serialized
object.
Completed in 668 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>