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

<<21222324252627282930>>

  /external/chromium_org/components/policy/core/common/
policy_loader_win.cc 114 std::string serialized; local
115 base::JSONWriter::Write(json.get(), &serialized);
116 return serialized;
  /external/chromium_org/content/common/
page_state_serialization.cc 183 // Version ID of serialized format.
324 // This reads a serialized NullableString16 from obj. If a string can't be
489 // taken when changing the serialized format. If a new field needs to be
  /external/chromium_org/google_apis/gcm/engine/
connection_handler_impl_unittest.cc 47 // Encode a protobuf packet with protobuf type |tag| and serialized protobuf
72 // Build a serialized login response protobuf.
90 // Build a serialized data message stanza protobuf.
  /external/chromium_org/net/cert/
x509_certificate.h 121 // |intermediate_ca_certificates_| at the time it was serialized.
127 // stored in |intermediate_ca_certs_| at the time it was serialized.
189 // certificates may have been serialized as. If an error occurs, an empty
  /external/chromium_org/net/spdy/
spdy_framer.h 310 // Retrieve serialized length of SpdyHeaderBlock.
349 // serialized format, parse out a SpdyHeaderBlock, putting the results
586 // Retrieve serialized length of SpdyHeaderBlock. If compression is enabled, a
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 118 /// \brief Emit the preamble for the serialized diagnostics.
196 /// \brief The byte buffer for the serialized content.
199 /// \brief The BitStreamWriter for the serialized diagnostics.
  /external/protobuf/java/
README.txt 424 - Required fields are always serialized.
431 How fields with defaults are serialized has changed. Because we don't
433 set and therefore is not serialized. Consider the situation where we
  /frameworks/base/media/java/android/media/
Metadata.java 252 // After a successful parsing, set the parcel with the serialized metadata.
288 * @param parcel With the serialized records.
370 * @param parcel With the serialized data. Metadata keeps a
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 107 // TODO: remove, once dynamic operations is serialized
111 // TODO: remove, once dynamic operations is serialized
300 // Calls to needsToRunGC() need to be serialized.
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java 256 // * Serialized JSON object on a single line (newline-terminated)
260 // * Serialized JSON object on a single line (newline-terminated)
330 // Each command is a serialized JSON object.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
uspoof.h 232 * Open a Spoof checker from its serialized from, stored in 32-bit-aligned memory.
234 * The memory containing the serialized data must remain valid and unchanged
238 * serialized data.
240 * @param data a pointer to 32-bit-aligned memory containing the serialized form of spoof data
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 10 // This header defines Bitcode enum values for Clang serialized AST files.
81 /// other types that have serialized representations.
648 /// types are never actually serialized, since they will be built
    [all...]
ASTReader.h 224 /// class) containing the serialized representation of a given
231 /// actually required will be de-serialized.
751 /// \brief The number of source location entries de-serialized from
758 /// \brief The number of statements (and expressions) de-serialized
766 /// \brief The number of macros de-serialized from the chain.
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 630 // Create the serialized token
650 // Create the serialized token
674 // Create the serialized token
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 253 std::string serialized; local
254 JSONStringValueSerializer json(&serialized);
256 return serialized;
    [all...]
  /external/protobuf/src/google/protobuf/
message.h 52 // string data; // Will store a serialized version of the message.
66 // // Parse the serialized message and check that it contains the
228 // then written back out when the message is serialized. This allows servers
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 151 The SerialCookie expects that all values should be serialized using
177 Python string. String objects are *not* serialized. Similarly,
687 values are serialized (using cPickle) before being sent to the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 151 The SerialCookie expects that all values should be serialized using
177 Python string. String objects are *not* serialized. Similarly,
687 values are serialized (using cPickle) before being sent to the
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 184 // All items need to have been serialized properly for the pass button to activate.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest1.java 151 // This one tests if field names are serialized in the same way (sorting)
714 // but serialized var has to be restored as it was in the object
752 // instVar from non-serialized class, cant be saved/restored
753 // by serialization but serialized ivar has to be restored as it
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemForEach.java 487 * serialized using an older version
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages.java 220 "The node could not be serialized."},
  /external/chromium/chrome/browser/download/
save_file_manager.h 19 // render process, those html pages which are serialized from DOM will be
save_package.cc 546 // saving page job if the save source is from serialized DOM data.
585 // Check whether we begin to require serialized HTML data.
587 // Inform backend to serialize the all frames' DOM and send serialized
    [all...]
  /external/chromium/crypto/
rsa_private_key.h 52 // that will be parsed & serialized (modulus(), etc...) during Import(),

Completed in 1645 milliseconds

<<21222324252627282930>>