/external/v8/test/mjsunit/ |
debug-compile-event-newfunction.js | 51 // Check that the event can be serialized without exceptions.
|
/frameworks/av/services/camera/libcameraservice/common/ |
Camera2ClientBase.h | 83 // Simple class to ensure that access to TCamCallbacks is serialized
|
/frameworks/rs/ |
rsFileA3D.h | 73 // Currently files do not get serialized,
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLSecretKey.java | 132 throw new NotSerializableException("engine-based keys can not be serialized");
|
/libcore/luni/src/main/java/java/io/ |
InvalidClassException.java | 24 * <li>The SUIDs of the class loaded by the VM and the serialized class info do
|
WriteAbortedException.java | 23 * occurred when the object was serialized, and this marker was inserted instead
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CDATASectionImpl.java | 69 * serialized.
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
FilterStackDBHelper.java | 36 /** A serialized stack of filters. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
auth_unix.h | 81 * again it is serialized in the obvious fashion.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
auth_unix.h | 81 * again it is serialized in the obvious fashion.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/ |
auth_unix.h | 81 * again it is serialized in the obvious fashion.
|
/system/core/include/utils/ |
ProcessCallStack.h | 54 // Dump a serialized representation of all the stack traces to the specified printer.
|
/external/clang/docs/ |
PCHInternals.rst | 25 resulting PCH file contains the serialized form of the compiler's internal 60 headers to save a serialized AST file (one per module) and use those AST 70 file. The AST file itself contains a serialized representation of Clang's 128 contains the serialized representation of a part of Clang's internal 194 The source manager block contains the serialized representation of Clang's 222 The preprocessor block contains the serialized representation of the 235 The types block contains the serialized representation of all of the types 247 the types block where the serialized representation of that type resides, 258 The declarations block contains the serialized representation of all of the 298 de-serialized. For large declaration contexts (e.g., the translation unit) [all...] |
/external/chromium_org/net/quic/crypto/ |
quic_crypto_server_config.cc | 273 scoped_ptr<QuicData> serialized( 276 hash->Update(serialized->data(), serialized->length()); 288 scoped_ptr<QuicData> serialized(CryptoFramer::ConstructHandshakeMessage(msg)); 291 config->set_config(serialized->AsStringPiece()); 589 requested_config->serialized.size()); 593 hkdf_suffix.append(requested_config->serialized); 609 hkdf_input.append(requested_config->serialized); 878 out->SetStringPiece(kSCFG, config->serialized); 915 if (!proof_source_->GetProof(info.sni.as_string(), config->serialized, [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializationHandler.java | 67 * serialized. 69 * @param node the DOM node to be serialized.
|
/external/chromium/chrome/browser/autofill/ |
autofill_merge_unittest.cc | 127 // sequentially, and fills |merged_profiles| with the serialized result. 194 // Set the heuristic type for each field, which is currently serialized
|
/external/chromium/chrome/browser/extensions/ |
extension_accessibility_api.cc | 24 // Returns the AccessibilityControlInfo serialized into a JSON string, 201 // Get the serialized dict from the last focused control and return it.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
ui_manager.h | 121 // Called on the IO thread by the MalwareDetails with the serialized 123 virtual void SendSerializedMalwareDetails(const std::string& serialized);
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_store.h | 79 // serialized in |serialized_policy_proto|, and must have been validated 121 // Validates the JSON policy serialized in |data|, and verifies its hash
|
/external/chromium_org/net/disk_cache/simple/ |
simple_version_upgrade_unittest.cc | 69 const std::string file_contents("incorrectly serialized data"); 96 const std::string file_contents("incorrectly serialized data");
|
/external/chromium_org/net/quic/ |
quic_http_stream.h | 133 // Serialized request headers. 138 // Serialized HTTP request.
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorFrontendHost.cpp | 192 return color.isValid() ? color.serialized() : ""; 198 return color.isValid() ? color.serialized() : "";
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebPageSerializer.h | 77 // Return false means no available frame has been serialized, otherwise 80 // The parameter frame specifies which frame need to be serialized.
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
LazyField.java | 84 * Due to the optional field can be duplicated at the end of serialized 85 * bytes, which will make the serialized size changed after LazyField
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
reflection.py | 81 serialized / deserialized properly. 157 byte_str: Serialized protocol buffer byte string
|