HomeSort by relevance Sort by last modified time
    Searched full:serialized (Results 26 - 50 of 1055) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/quic/
quic_packet_creator.h 105 // single packet. Also, sets the entropy hash of the serialized packet to a
115 // Returns true if there are frames pending to be serialized.
125 // if serialized with the current frames. Adding a frame to the packet
126 // may change the serialized length of existing frames, as per the comment
133 // Adds |frame| to the packet creator's list of frames to be serialized.
139 // fit into a single packet. Sets the entropy hash of the serialized
147 // the entropy hash of the serialized packet to a random bool and returns
152 // packet. Also, sets the entropy hash of the serialized packet to a random
159 // serialized packet to a random bool and returns that value as a member of
183 // Starts a new FEC group with the next serialized packet, if FEC is enable
    [all...]
quic_spdy_compressor.h 17 // serialized format is:
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 46 * returns array of objects to be de/serialized in tests, and the second
56 * serialized objects. This mode should be run on a pure
76 * @return array of objects to be de/serialized in tests.
81 * Tests that data objects can be serialized and deserialized without
170 * Interface to compare (de)serialized objects
180 * @param initial - initial object used for creating serialized form
318 * @param comparator - for comparing (de)serialized objects
355 * @param comparator - for comparing (de)serialized objects
367 * Verifies that object can be smoothly serialized/deserialized.
372 * @param object - to be serialized/deserialize
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 149 def MergeFromString(self, serialized):
150 """Merges serialized protocol buffer data into this message.
152 When we find a field in |serialized| that is already present
162 serialized: Any object that allows us to call buffer(serialized)
168 The number of bytes read from |serialized|.
169 For non-group messages, this will always be len(serialized),
171 generally be less than len(serialized), since we must
179 def ParseFromString(self, serialized):
182 self.MergeFromString(serialized)
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 143 virtual void SendSerializedMalwareDetails(const std::string& serialized) {
149 serialized_ = serialized;
297 std::string serialized = WaitForSerializedReport(report); local
300 actual.ParseFromString(serialized);
329 std::string serialized = WaitForSerializedReport(report); local
332 actual.ParseFromString(serialized);
382 std::string serialized = WaitForSerializedReport(report); local
384 actual.ParseFromString(serialized);
421 std::string serialized = WaitForSerializedReport(report); local
423 actual.ParseFromString(serialized);
452 std::string serialized = WaitForSerializedReport(report); local
509 std::string serialized = WaitForSerializedReport(report); local
576 std::string serialized = WaitForSerializedReport(report); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnvsel.h 36 * A converter selector can be serialized into a buffer and reopened
37 * from the serialized form.
111 * Open a selector from its serialized form.
114 * Using a serialized form from a different machine (endianness/charset) is supported.
116 * @param buffer pointer to the serialized form of a converter selector;
130 * The serialized form is portable to different machines.
134 * serialized form of this converter selector
  /external/guava/guava-testlib/src/com/google/common/testing/
SerializableTester.java 55 * @return the re-serialized object
57 * serialized or deserialized
66 * re-serialized object is equal to the provided object, that the hashcodes
67 * are identical, and that the class of the re-serialized object is identical
88 * @return the re-serialized object
90 * serialized or deserialized
91 * @throws AssertionFailedError if the re-serialized object is not equal to
  /external/icu4c/common/unicode/
ucnvsel.h 39 * A converter selector can be serialized into a buffer and reopened
40 * from the serialized form.
114 * Open a selector from its serialized form.
117 * Using a serialized form from a different machine (endianness/charset) is supported.
119 * @param buffer pointer to the serialized form of a converter selector;
133 * The serialized form is portable to different machines.
137 * serialized form of this converter selector
  /external/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider.cc 65 std::string serialized; local
66 cache_.SerializeToString(&serialized);
69 base::Base64Encode(serialized, &base64_encoded);
  /libcore/luni/src/main/java/java/util/prefs/
NodeChangeEvent.java 31 * inheritance from {@code EventObject}, this type is not intended to be serialized
81 * because this object cannot be serialized,
89 * because this object cannot be serialized,
  /external/chromium_org/ppapi/proxy/
serialized_var.cc 218 const SerializedVar& serialized)
219 : SerializedVar(serialized) {
283 SerializedVar* serialized = &converted; local
284 *serialized = vector_[i];
296 const SerializedVar& serialized)
297 : serialized_(serialized) {
307 // Ensure that when the serialized var goes out of scope it cleans up the
327 const std::vector<SerializedVar>& serialized)
328 : serialized_(serialized) {
359 SerializedVarReturnValue::SerializedVarReturnValue(SerializedVar* serialized)
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
blob_native_handler.h 15 // are not serialized and sent over to the browser process in the normal way.
  /external/chromium_org/remoting/host/
json_host_config.h 32 // Sets the configuration from serialized JSON data. Returns false if the data
  /external/chromium_org/sandbox/win/src/
handle_closer_agent.h 20 // Reads the serialized list from the broker and creates the lookup map.
  /external/chromium_org/sync/internal_api/public/base/
progress_marker_map.h 26 // A container that maps ModelType to serialized
  /external/chromium_org/sync/protocol/
extension_setting_specifics.proto 25 // Setting value serialized as JSON.
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
CachedMetadata.h 42 // Serialized data is NOT portable across architectures. However, reading the
91 // Appends an unsigned value to the end of the serialized data.
99 // Serialized metadata should have non-empty data.
120 // serialized form avoids need for a copy during serialization.
  /external/chromium_org/v8/test/mjsunit/
mirror-object.js 120 // Check that serialized handle is correct.
121 assertEquals(properties[i].value().handle(), fromJSON.properties[i].ref, 'Unexpected serialized handle');
123 // Check that serialized name is correct.
124 assertEquals(properties[i].name(), fromJSON.properties[i].name, 'Unexpected serialized name');
126 // If property type is normal property type is not serialized.
128 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type');
130 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type');
133 // If there are no attributes attributes are not serialized.
135 assertEquals(properties[i].attributes(), fromJSON.properties[i].attributes, 'Unexpected serialized attributes');
137 assertTrue(typeof(fromJSON.properties[i].attributes) === 'undefined', 'Unexpected serialized attributes')
    [all...]
  /external/kernel-headers/original/linux/
genetlink.h 85 /* All generic netlink requests are serialized by a global lock. */
  /external/protobuf/python/google/protobuf/
message.py 135 def MergeFromString(self, serialized):
136 """Merges serialized protocol buffer data into this message.
138 When we find a field in |serialized| that is already present
148 serialized: Any object that allows us to call buffer(serialized)
154 The number of bytes read from |serialized|.
155 For non-group messages, this will always be len(serialized),
157 generally be less than len(serialized), since we must
165 def ParseFromString(self, serialized):
168 self.MergeFromString(serialized)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
StreamCorruptedExceptionTest.java 43 fail("Failed to throw StreamCorruptedException for non serialized stream");
62 fail("Failed to throw StreamCorruptedException for non serialized stream");
  /external/chromium/chrome/browser/autofill/
data_driven_test.h 15 // implement the conversion of serialized input data to serialized output data
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errorrecord.py 30 """Record-keeping struct that can be serialized back from a process.
47 Errors are not able to be serialized (pickled) over processes because of
  /external/chromium_org/chrome/browser/spellchecker/
misspelling_unittest.cc 32 scoped_ptr<base::DictionaryValue> serialized(misspelling.Serialize());
33 EXPECT_TRUE(serialized->Equals(expected.get()));
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.h 16 // implement the conversion of serialized input data to serialized output data

Completed in 567 milliseconds

12 3 4 5 6 7 8 91011>>