OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serialized
(Results
176 - 200
of
1055
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/security/
AccessControlException.java
28
private Permission perm; // Named as demanded by
Serialized
Form.
/libcore/luni/src/main/java/java/security/cert/
CertPath.java
33
* supported encoding scheme (i.e. PkiPath or PKCS7) when
serialized
.
165
* Returns an alternate object to be
serialized
.
167
* @return an alternate object to be
serialized
.
213
* Deserializes a {@code CertPath} from a
serialized
{@code CertPathRep}
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
CommentImpl.java
50
* "--". Such nodes may not be
serialized
.
/external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc
165
std::string
serialized
;
local
166
proto.SerializeToString(&
serialized
);
167
return
serialized
;
/external/chromium_org/chrome/browser/resources/print_preview/data/
app_state.js
32
* Enumeration of field names for
serialized
app state.
119
* Initializes the app state from a
serialized
string returned by the native
121
* @param {?string} serializedAppStateStr
Serialized
string representation
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.h
32
// a
serialized
representation of that tree whenever it changes. It also
79
// The set of ids
serialized
is added to |ids_serialized|, and any
80
// ids previously in that set are not
serialized
again.
/external/chromium_org/sandbox/win/src/
sharedmem_ipc_client.cc
15
// parameters get
serialized
. Since they get
serialized
directly into the
50
// filled with the
serialized
input parameters.
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
message_factory_test.py
81
serialized
= msg.SerializeToString()
82
converted = factory_test2_pb2.Factory2Message.FromString(
serialized
)
84
self.assertEquals(
serialized
, reserialized)
unknown_fields_test.py
147
serialized
= raw.SerializeToString()
151
proto.MergeFromString(
serialized
)
153
# Verify that the unknown extension is
serialized
unchanged
/external/icu4c/common/
dictionarydata.h
121
* A dictionary .dict data file contains a byte-
serialized
BytesTrie or
122
* a UChars-
serialized
UCharsTrie.
158
* stringTrie; -- a
serialized
BytesTrie or UCharsTrie
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMetaFactory.java
77
* These functions support parsing
serialized
RDF into an XMP object, and serailizing an XMP
169
* @param out an <code>OutputStream</code> to write the
serialized
RDF to.
183
* @param out an <code>OutputStream</code> to write the
serialized
RDF to.
199
* @return Returns a byte buffer containing the
serialized
RDF.
216
* @return Returns a string containing the
serialized
RDF.
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
PropertyOptions.java
74
* @return Return whether the property value is a URI. It is
serialized
to RDF using the
195
* unordered array. It is
serialized
using an <tt>rdf:Bag</tt> container.
216
* getPropValueIsArray(). It is
serialized
using an <tt>rdf:Seq</tt> container.
237
* getPropValueIsArray(). It is
serialized
using an <tt>rdf:Alt</tt> container.
258
* getPropArrayIsAlternate(). It is
serialized
using an <tt>rdf:Alt</tt> container.
/external/chromium/chrome/browser/safe_browsing/
malware_details.cc
268
std::string
serialized
;
local
269
if (!report_->SerializeToString(&
serialized
)) {
274
sb_service_->SendSerializedMalwareDetails(
serialized
);
/external/chromium/chrome/browser/sync/util/
cryptographer.cc
49
std::string
serialized
;
local
50
if (!message.SerializeToString(&
serialized
)) {
56
if (!default_nigori_->second->Encrypt(
serialized
,
/external/chromium_org/chrome/browser/autofill/risk/
fingerprint_browsertest.cc
47
//
serialized
into the resulting protocol buffer.
54
// should be
serialized
into the resulting protocol buffer.
160
// verbatim to the fingerprinter code and should be
serialized
into the
/external/chromium_org/chrome/common/metrics/
metrics_log_manager.h
48
// Non-human readable log text (
serialized
proto).
86
// The text of the staged log, as a
serialized
protobuf. Empty if there is no
139
//
serialized
logs of the same type.
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueTestHelper.cpp
52
<< animColor.color().
serialized
().utf8().data() << ", "
53
<< animColor.visitedLinkColor().
serialized
().utf8().data() << ")";
130
*os << animSVGPaint.color().
serialized
().utf8().data();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.h
87
// Returns the color
serialized
according to HTML5
89
String
serialized
() const;
91
// Returns the color
serialized
as either #RRGGBB or #RRGGBBAA
/external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java
110
@SuppressWarnings("serial") // this class is never
serialized
130
@SuppressWarnings("serial") // this class is never
serialized
290
// This class is never actually
serialized
directly, but we have to make the
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
RmiSerializer.java
85
throw new IOException(); // prevents message from being
serialized
100
throw new IOException(); // prevents message from being
serialized
188
// and 1 for every non-null argument followed by the
serialized
/external/chromium/chrome/browser/policy/proto/
device_management_backend.proto
118
// This message is included in
serialized
form in PolicyFetchResponse
120
// the
serialized
form.
138
// The
serialized
value of the actual policy protobuf. This can be
176
// This is a
serialized
|PolicyData| protobuf (defined above).
/external/chromium/net/disk_cache/
storage_block.h
18
//
serialized
directly to the backing file.
/external/chromium_org/base/metrics/
histogram_samples.h
32
// Add from
serialized
samples.
/external/chromium_org/chrome/browser/safe_browsing/
ping_manager.h
49
// malware reports. |report| is the
serialized
report.
ui_manager.cc
245
const std::string&
serialized
) {
253
if (!
serialized
.empty()) {
254
DVLOG(1) << "Sending
serialized
malware details.";
255
sb_service_->ping_manager()->ReportMalwareDetails(
serialized
);
Completed in 296 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>