Searched
full:serialized (Results
301 -
325 of
1055) sorted by null
<<11121314151617181920>>
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
AreaCodeMapStorageStrategy.java | 26 * Abstracts the way area code data is stored into memory and serialized to a stream. It is used by
|
/external/sfntly/cpp/src/sfntly/table/ |
font_data_table.h | 35 // This causes any internal data structures to be serialized to a new data
|
/external/skia/expectations/gm/ |
ignored-tests.txt | 22 # "serialized") are NEVER ignored. See
|
/external/skia/tools/ |
test_pictures.py | 2 Compares the rendererings of serialized SkPictures to expected images.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLDSAPublicKey.java | 183 throw new NotSerializableException("engine-based keys can not be serialized");
|
OpenSSLECPublicKey.java | 167 throw new NotSerializableException("engine-based keys can not be serialized");
|
/libcore/luni/src/main/java/java/io/ |
ObjectInput.java | 21 * Defines an interface for classes that allow reading serialized objects.
|
ObjectOutput.java | 21 * Defines an interface for classes that allow reading serialized objects.
|
/libcore/luni/src/test/java/libcore/util/ |
SerializationTester.java | 112 * Returns a serialized-and-deserialized copy of {@code object}.
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
MyCertPath.java | 109 * @return the CertPathRep to be serialized
|
/system/core/include/utils/ |
CallStack.h | 82 // Dump a serialized representation of the stack trace to the specified printer.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
FASerializer.java | 35 /** An aspect of FA (finite automata) that knows how to dump them to serialized 72 * NFAs or DFAs will have identical serialized representations. The
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectStreamClassTest.java | 187 assertEquals("Proxy classes should have no serialized fields", 0, 196 assertEquals("Enum classes should have no serialized fields", 0,
|
/external/apache-harmony/support/src/test/java/tests/util/ |
SerializationTester.java | 149 * the object to be serialized if no serialization file is found 194 * @param obj the object to be serialized @param fileName the output file
|
/external/chromium/chrome/common/extensions/ |
user_script.h | 80 // serialized! 177 // paths to UserScript::Files will not be serialized!
|
/external/chromium/net/http/ |
http_response_info.cc | 22 // serialized HttpResponseInfo. 138 // Version 1 only serialized only the end-entity certificate,
|
/external/chromium/webkit/glue/ |
glue_serialize_unittest.cc | 132 // Test old versions of serialized data to ensure that newer versions of code 149 // Makes sure that a HistoryItem remains intact after being serialized and
|
/external/chromium_org/chrome/browser/accessibility/ |
accessibility_extension_api.cc | 31 // Returns the AccessibilityControlInfo serialized into a JSON string, 240 // Get the serialized dict from the last focused control and return it.
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_merge_unittest.cc | 148 // sequentially, and fills |merged_profiles| with the serialized result. 222 // Set the heuristic type for each field, which is currently serialized
|
/external/chromium_org/net/quic/crypto/ |
crypto_handshake.h | 44 // GetSerialized returns the serialized form of this message and caches the 141 // The serialized form of the handshake message. This member is constructed
|
/external/chromium_org/ppapi/api/private/ |
ppb_content_decryptor_private.idl | 231 * buffer is serialized in this format: 233 * |<------------------- serialized audio buffer ------------------->|
|
/external/chromium_org/third_party/WebKit/Source/web/ |
DateTimeChooserImpl.cpp | 159 addProperty("suggestionHighlightColor", WebCore::RenderTheme::theme().activeListBoxSelectionBackgroundColor().serialized(), writer); 160 addProperty("suggestionHighlightTextColor", WebCore::RenderTheme::theme().activeListBoxSelectionForegroundColor().serialized(), writer);
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
DynamicMessageTest.java | 173 // In fact, the serialized forms should be exactly the same, byte-for-byte. 217 // In fact, the serialized forms should be exactly the same, byte-for-byte.
|
/external/chromium_org/tools/json_schema_compiler/test/ |
idl_schemas_unittest.cc | 32 scoped_ptr<DictionaryValue> serialized = a.ToValue(); local 34 EXPECT_TRUE(MyType1::Populate(*serialized.get(), &b));
|
/external/guava/guava/src/com/google/common/base/ |
Suppliers.java | 78 * <p>The returned supplier is thread-safe. The supplier's serialized form 130 * <p>The returned supplier is thread-safe. The supplier's serialized form
|
Completed in 1124 milliseconds
<<11121314151617181920>>