/external/chromium_org/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/guava/guava-gwt/src/com/google/common/collect/ |
EmptyImmutableSortedSet_CustomFieldSerializer.java | 39 * Nothing we can do, but we're already assuming the serialized form is 47 * EmptyImmutableSortedSet before it's serialized. Since
|
RegularImmutableSortedSet_CustomFieldSerializer.java | 42 * Nothing we can do, but we're already assuming the serialized form is 52 * RegularImmutableSortedSet before it's serialized. Since
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
Messages.resx | 23 [base64 mime encoded serialized .NET Framework object] 35 Classes that don't support this are serialized and stored with the 38 The mimetype is used for serialized objects, and tells the 47 value : The object must be serialized with 52 value : The object must be serialized with 57 value : The object must be serialized into a byte array
|
/external/chromium_org/net/quic/ |
quic_packet_generator.h | 6 // Packets are serialized just-in-time. Control frames are queued. 16 // a packet to be serialized. In particular: 31 // the write call completes, the current packet will be serialized 36 // full, it will be serialized and sent to the packet. When batch 97 // CreateAckFrame() and CreateFeedbackFrame() when the packet is serialized. 102 // packet creator to be serialized into packets. If not in batch
|
/external/chromium_org/tools/stats_viewer/ |
OpenDialog.resx | 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
36 Classes that don't support this are serialized and stored with the
39 The mimetype is used for serialized objects, and tells the
48 value : The object must be serialized with
53 value : The object must be serialized with
58 value : The object must be serialized into a byte array
|
/external/chromium_org/tools/stats_viewer/Properties/ |
Resources.resx | 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
36 Classes that don't support this are serialized and stored with the
39 The mimetype is used for serialized objects, and tells the
48 value : The object must be serialized with
53 value : The object must be serialized with
58 value : The object must be serialized into a byte array
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
AttachDialog.resx | 23 <value>[base64 mime encoded serialized .NET Framework object]</value> 36 Classes that don't support this are serialized and stored with the 39 The mimetype is used for serialized objects, and tells the 48 value : The object must be serialized with 53 value : The object must be serialized with 58 value : The object must be serialized into a byte array
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSSerializer.java | 23 * only the serialized data. The <code>Document</code> object and its 35 * was created). The serialized output for these node types is either as a 37 * input for an XML parser. For all other types of nodes the serialized form 40 * <code>Entity</code> being serialized, <code>Nodes</code> are processed as 56 * serialized as an entity reference of the form " 60 * are serialized. <code>EntityReference</code> nodes with no children (no 62 * <code>Entity</code> nodes have no children) are always serialized. 70 * are serialized as numeric character references in ordinary content. The 79 * <li> <code>DocumentFragment</code> nodes are serialized by 84 * etc.) are serialized to their corresponding XML source form [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPageSerializerImpl.h | 71 // serialized, otherwise return true. 74 // The parameter specifies which frame need to be serialized. 93 // Specified frame which need to be serialized; 103 // Data buffer for saving result of serialized DOM data. 110 // serialized or not; 114 // Vector for saving all frames which need to be serialized. 144 // Collect all target frames which need to be serialized.
|
/external/guava/guava/src/com/google/common/collect/ |
Serialization.java | 38 * Reads a count corresponding to a serialized map, multiset, or multimap. It 39 * returns the size of a map serialized by {@link 41 * multiset serialized by {@link 43 * keys in a multimap serialized by {@link 58 * <p>The serialized output consists of the number of entries, first key, 101 * <p>The serialized output consists of the number of distinct elements, the 147 * <p>The serialized output consists of the number of distinct keys, and then
|
/external/chromium_org/ppapi/proxy/ |
serialized_var.h | 154 // The serialized var won't do anything special in the destructor 158 // The serialized var will call EndSendPassRef in the destructor. 161 // The serialized var will call EndReceiveCallerOwned in the destructor. 173 // convert the serialized string value to a PP_Var string ID. 184 // If the var is not properly serialized, this will be false. 188 // When being sent or received over IPC, we should only be serialized or 279 // ReceiveSerializedVarReturnValue(serialized).Return(dispatcher); 280 explicit ReceiveSerializedVarReturnValue(const SerializedVar& serialized); 362 SerializedVarReceiveInput(const SerializedVar& serialized); 383 SerializedVarVectorReceiveInput(const std::vector<SerializedVar>& serialized); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
Serializer.java | 73 * inputDoc = ...; // create the DOM document to be serialized 74 * DOMSerializer dser = ser.asDOMSerializer(); // a DOM will be serialized 95 * serialized. This method should not be called while the 109 * Get the output stream where the events will be serialized to. 117 * Specifies a writer to which the document should be serialized. 132 * Get the character stream where the events will be serialized to. 154 * This method can be called multiple times before a document is serialized. Each 196 * Through the returned object the document to be serialized, 224 * Through the returned object the document to be serialized,
|
/system/core/include/utils/ |
BlobCache.h | 32 // The cache contents can be serialized to an in-memory buffer or mmap'd file 84 // serialized cache. 88 // pointed to by 'buffer'. The serialized cache contents can later be 96 // unflatten replaces the contents of the cache with the serialized cache 99 // unflattening the serialized cache contents then the BlobCache will be 175 // serialized BlobCache contents. It must always contain 'Blb$'. 190 // An EntryHeader is the header for a serialized cache entry. No need to 194 // The beginning of each serialized EntryHeader is 4-byte aligned, so the 195 // number of bytes that a serialized cache entry will occupy is:
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_unittest.cc | 151 const std::string& serialized) OVERRIDE { 155 serialized_ = serialized; 334 std::string serialized = WaitForSerializedReport(report.get()); local 337 actual.ParseFromString(serialized); 367 std::string serialized = WaitForSerializedReport(report.get()); local 370 actual.ParseFromString(serialized); 419 std::string serialized = WaitForSerializedReport(report.get()); local 421 actual.ParseFromString(serialized); 459 std::string serialized = WaitForSerializedReport(report.get()); local 461 actual.ParseFromString(serialized); 491 std::string serialized = WaitForSerializedReport(report.get()); local 551 std::string serialized = WaitForSerializedReport(report.get()); local 620 std::string serialized = WaitForSerializedReport(report.get()); local 668 std::string serialized = WaitForSerializedReport(report.get()); local [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file.h | 42 // Simple Index File format is a pickle serialized data of IndexMetadata and 44 // serialized |IndexMetadata| followed serialized |EntryMetadata| entries 116 // Returns a scoped_ptr for a newly allocated Pickle containing the serialized 124 // Appends cache modification time data to the serialized format. This is
|
/external/chromium_org/net/http/ |
transport_security_persister.h | 72 // all DomainStates were serialized correctly. 98 // serialized state on disk. 106 bool LoadEntries(const std::string& serialized, bool* dirty); 109 // Populates |state| from the JSON string |serialized|. Returns true if 114 static bool Deserialize(const std::string& serialized,
|
transport_security_persister_unittest.cc | 121 std::string serialized; local 122 EXPECT_TRUE(persister_->SerializeData(&serialized)); 130 EXPECT_TRUE(file_util::WriteFile(path, serialized.c_str(), 131 serialized.size())); 136 EXPECT_EQ(persisted, serialized);
|
/libcore/luni/src/main/java/java/io/ |
Serializable.java | 21 * Marks classes that can be serialized by {@link ObjectOutputStream} and 30 * <h3>The Serialized Form</h3> 46 * serialized form so that version conflicts can be detected during 48 * {@code serialVersionUID} in the serialized data, deserialization will fail 63 * <p>You can take control of your serialized form by implementing these two
|
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 49 * returns array of objects to be de/serialized in tests, and the second 59 * serialized objects. This mode should be run on a pure 122 * @return array of objects to be de/serialized in tests. 127 * Tests that data objects can be serialized and deserialized without 215 * Interface to compare (de)serialized objects 226 * initial object used for creating serialized form 464 * for comparing (de)serialized objects 511 * for comparing (de)serialized objects 525 * Verifies that object can be smoothly serialized/deserialized. 531 * to be serialized/deserialize [all...] |
/external/chromium_org/chrome/browser/resources/print_preview/data/ |
margins.js | 34 * Parses a margins object from the given serialized state. 35 * @param {Object} state Serialized representation of the margins created by 91 /** @return {Object} A serialized representation of the margins. */
|
/external/chromium_org/chrome/browser/sync_file_system/ |
syncable_file_system_util.h | 49 // Serializes a given FileSystemURL |url| and sets the serialized string to 59 // this URL will be serialized to 67 // Deserializes a serialized FileSystem URL string |serialized_url| and sets the
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8HistoryCustom.cpp | 55 RefPtr<SerializedScriptValue> serialized = history->state(); local 56 value = serialized ? serialized->deserialize(info.GetIsolate()) : v8::Handle<v8::Value>(v8::Null(info.GetIsolate()));
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp.h | 52 // jdesc - The JsepSessionDescription object to be serialized. 53 // return - SDP string serialized from the arguments. 57 // candidate - The candidate to be serialized.
|
/external/skia/tools/ |
test_rendering.py | 2 Compares the rendererings of serialized SkPictures to expected result. 19 Compares the renderings of serialized SkPicture files and directories specified 55 """Renders the serialized SkPictures.
|