OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:serialized
(Results
376 - 400
of
1055
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/sessions/
base_session_service.h
188
// A token to make sure that all tasks will be
serialized
.
/external/chromium_org/chrome/common/
automation_messages.h
169
// ui::MenuModel::ItemType (
serialized
as an int).
/external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h
117
// Returns false if the form is not found or cannot be
serialized
.
/external/chromium_org/components/policy/proto/
device_management_backend.proto
177
// This message is included in
serialized
form in PolicyFetchResponse
179
// the
serialized
form.
197
// The
serialized
value of the actual policy protobuf. This can be
270
// This is a
serialized
|PolicyData| protobuf (defined above).
/external/chromium_org/content/common/
accessibility_node_data.h
20
// single web object, in a form that can be
serialized
and sent from
/external/chromium_org/courgette/
assembly_program.h
52
// EncodedProgram and
serialized
to an output stream.
/external/chromium_org/extensions/common/
user_script.cc
114
// Do not write content. It will be
serialized
by other means.
/external/chromium_org/net/cert/
ct_signed_certificate_timestamp_log_param.cc
89
// outputting a de-
serialized
SCT to the NetLog.
/external/chromium_org/net/proxy/
proxy_list.h
82
// Returns a
serialized
value for the list. The caller takes ownership of it.
/external/chromium_org/net/quic/
quic_received_packet_manager.h
24
// frame being
serialized
.
/external/chromium_org/net/socket/
ssl_client_socket.h
71
// WARNING: These values are
serialized
to disk. Don't change them.
/external/chromium_org/ppapi/proxy/
flash_file_resource.cc
115
// Copy the
serialized
dir entries to the output struct.
ppp_printing_proxy.cc
44
// Settings is just
serialized
as a string.
/external/chromium_org/ppapi/thunk/
resource_creation_api.h
54
const FileRefCreateInfo&
serialized
) = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorInputType.cpp
184
element().setValueFromRenderer(color.
serialized
());
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer.h
300
/* Returns number of items, starting at start, that were
serialized
. */
/external/chromium_org/third_party/icu/source/common/
utrie2_impl.h
43
* Trie data structure in
serialized
form:
/external/chromium_org/third_party/leveldatabase/src/db/
version_edit.cc
12
// Tag numbers for
serialized
VersionEdit. These numbers are written to
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
event.cpp
207
//
serialized
with respect to it -- hard events always are.
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java
742
* A
serialized
(serializable) form of the generated message. Stores the
752
* Creates the
serialized
form by calling {@link com.google.protobuf.MessageLite#toByteArray}.
763
* @return a GeneratedMessage of the type that was
serialized
789
* Replaces this object in the output stream with a
serialized
form.
/external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py
164
Error: If self couldnt be
serialized
, due to to few constructor arguments.
650
serialized_pb: (str) Byte string of
serialized
679
"""Parses
serialized
options.
681
This helper function is used to parse
serialized
options in generated
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
cpp_message.py
568
def ParseFromString(self,
serialized
):
570
self.MergeFromString(
serialized
)
572
def MergeFromString(self,
serialized
):
573
byte_size = self._cmsg.MergeFromString(
serialized
)
test_util.py
337
def ExpectAllFieldsAndExtensionsInOrder(
serialized
):
338
"""Ensures that
serialized
is the serialization we expect for a message
363
if expected !=
serialized
:
364
raise ValueError('Expected %r, found %r' % (expected,
serialized
))
/external/chromium_org/third_party/protobuf/src/google/protobuf/
test_util.h
104
static void ExpectAllFieldsAndExtensionsInOrder(const string&
serialized
);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font_factory.h
85
// is an ordered list of table ids and tables will be
serialized
in the order
Completed in 1139 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>