OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serialization
(Results
201 - 225
of
1502
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs
37
using SerializationInfo = System.Runtime.
Serialization
.SerializationInfo;
38
using StreamingContext = System.Runtime.
Serialization
.StreamingContext;
RewriteEarlyExitException.cs
36
using SerializationInfo = System.Runtime.
Serialization
.SerializationInfo;
37
using StreamingContext = System.Runtime.
Serialization
.StreamingContext;
RewriteEmptyStreamException.cs
36
using SerializationInfo = System.Runtime.
Serialization
.SerializationInfo;
37
using StreamingContext = System.Runtime.
Serialization
.StreamingContext;
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
CommandLineSerializer.java
33
* <p>Java
serialization
is a appropriate in this usecase because there are no compatibility
36
* and faster than other common
serialization
solutions.
/external/chromium-trace/catapult/third_party/gsutil/gslib/
cloud_api_helper.py
45
"""Returns download
serialization
data.
60
Serialization
data for use with Cloud API GetObjectMedia.
/external/guava/guava/src/com/google/common/collect/
EmptyContiguousSet.java
116
@GwtIncompatible("
serialization
")
131
@GwtIncompatible("
serialization
")
ImmutableMapValues.java
77
@GwtIncompatible("
serialization
")
82
@GwtIncompatible("
serialization
")
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
KvmSerializable.java
25
package org.ksoap2.
serialization
;
31
* reflection (to some extend) for "
serialization
-aware" classes. Currently used
SoapPrimitive.java
21
package org.ksoap2.
serialization
;
25
* in XML
serialization
).
/external/libchrome/base/json/
json_string_value_serializer.h
19
//
serialization
. The caller of the constructor retains ownership of the
42
bool pretty_print_; // If true,
serialization
will span multiple lines.
/external/llvm/lib/CodeGen/
MIRPrintingPass.cpp
11
//
serialization
format.
27
///
serialization
format.
/external/objenesis/main/src/org/objenesis/strategy/
SerializingInstantiatorStrategy.java
31
* instantiate classes like the genuine java
serialization
framework (the constructor of the first
48
*
serialization
framework specifications.
/external/parameter-framework/upstream/parameter/
ParameterAccessContext.h
57
/** @return true if setting
serialization
is requested,
58
* false if structure
serialization
/external/proguard/examples/ant/
applets.xml
53
<!-- Explicitly preserve all
serialization
members. The Serializable
55
You can comment this out if your library doesn't use
serialization
.
applications2.xml
53
<!-- Explicitly preserve all
serialization
members. The Serializable
55
You can comment this out if your library doesn't use
serialization
.
servlets.xml
53
<!-- Explicitly preserve all
serialization
members. The Serializable
55
You can comment this out if your library doesn't use
serialization
.
/external/proguard/examples/
applets.pro
49
# Explicitly preserve all
serialization
members. The Serializable interface
51
# You can comment this out if your library doesn't use
serialization
.
applications.pro
55
# Explicitly preserve all
serialization
members. The Serializable interface
57
# You can comment this out if your application doesn't use
serialization
.
library.pro
59
# Explicitly preserve all
serialization
members. The Serializable interface
61
# You can comment this out if your library doesn't use
serialization
.
servlets.pro
50
# Explicitly preserve all
serialization
members. The Serializable interface
52
# You can comment this out if your library doesn't use
serialization
.
/external/proguard/examples/gradle/
applets.gradle
69
// Explicitly preserve all
serialization
members. The Serializable interface
71
// You can comment this out if your library doesn't use
serialization
.
applications.gradle
75
// Explicitly preserve all
serialization
members. The Serializable interface
77
// You can comment this out if your application doesn't use
serialization
.
servlets.gradle
70
// Explicitly preserve all
serialization
members. The Serializable interface
72
// You can comment this out if your library doesn't use
serialization
.
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
SpinedBufferTest.java
95
@Test(dataProvider = "SpinedBuffer", groups = { "
serialization
-hostile" })
117
@Test(groups = { "
serialization
-hostile" })
170
@Test(dataProvider = "IntSpinedBuffer", groups = { "
serialization
-hostile" })
192
@Test(groups = { "
serialization
-hostile" })
245
@Test(dataProvider = "LongSpinedBuffer", groups = { "
serialization
-hostile" })
267
@Test(groups = { "
serialization
-hostile" })
321
@Test(dataProvider = "DoubleSpinedBuffer", groups = { "
serialization
-hostile" })
343
@Test(groups = { "
serialization
-hostile" })
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderList.java
13
* Simple class to encapsulate an immutable list of {@link Folder} objects, and handle
serialization
14
* and de-
serialization
.
Completed in 453 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>