/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_size_table.h | 73 // process when the objects are being serialized. 84 // when the objects are being serialized.
|
/external/chromium_org/third_party/sqlite/src/test/ |
mutex1.test | 96 # * Serialized mode, 108 serialized {
|
/external/icu4c/common/unicode/ |
bytestriebuilder.h | 94 * re-serialized into a new array. 103 * @return A StringPiece which refers to the byte-serialized BytesTrie for the add()ed data.
|
ucharstriebuilder.h | 93 * re-serialized into a new array. 98 * @param result A UnicodeString which will be set to the UChar-serialized
|
uset.h | 215 * A serialized form of a Unicode set. Limited manipulations are 216 * possible directly on a serialized set. See below. 221 * The serialized Unicode Set. [all...] |
/external/junit/src/org/junit/experimental/max/ |
MaxCore.java | 37 * Create a new MaxCore from a serialized file stored at storedResults 46 * Create a new MaxCore from a serialized file stored at storedResults
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
MessageMicro.java | 72 * @return byte array with the serialized data. 87 * @return byte array with the serialized data.
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
MessageNano.java | 71 * @return byte array with the serialized data. 86 * @return byte array with the serialized data.
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
DynamicMessageTest.java | 156 // In fact, the serialized forms should be exactly the same, byte-for-byte. 183 // In fact, the serialized forms should be exactly the same, byte-for-byte.
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
bitmap_size_table.h | 73 // process when the objects are being serialized. 84 // when the objects are being serialized.
|
/libcore/luni/src/main/java/java/security/ |
KeyRep.java | 31 * {@code KeyRep} is a standardized representation for serialized {@link Key} 49 * be serialized.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/ |
json2.js | 41 value represented by the name/value pair that should be serialized, 42 or undefined if nothing should be serialized. The toJSON method 65 serialized. If your method returns undefined, then the member will 69 used to select the members to be serialized. It filters the results 74 functions, will not be serialized. Such values in objects will be
|
/external/icu4c/i18n/ |
uspoof_impl.h | 207 // Constructor for use when creating from serialized data. 293 int32_t fAnyCaseTrie; // byte offset to the serialized Any Case Trie 294 int32_t fAnyCaseTrieLength; // Length (bytes) of the serialized Any Case Trie 296 int32_t fLowerCaseTrie; // byte offset to the serialized Lower Case Trie 297 int32_t fLowerCaseTrieLength; // Length (bytes) of the serialized Lower Case Trie
|
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 11 // containing a serialized representation of a translation unit. 74 /// The ASTWriter class produces a bitstream containing the serialized 76 /// data structures. This bitstream can be de-serialized via an 252 /// \brief Offsets of sub stmts already serialized. The offset points 311 /// \brief DeclContexts that have received extensions since their serialized 347 /// serialized again. In this case, it is registered here, so that the reader 352 /// need to be serialized.
|
/external/chromium/chrome/browser/sync/glue/ |
preference_model_associator.cc | 243 std::string serialized; local 244 JSONStringValueSerializer json(&serialized); 252 preference.set_value(serialized);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details.cc | 307 std::string serialized; local 308 if (!report_->SerializeToString(&serialized)) { 313 ui_manager_->SendSerializedMalwareDetails(serialized);
|
/external/chromium_org/courgette/ |
ensemble_create.cc | 114 // Each time this happens, the old element is transformed and serialized. This 116 // because the mutliple serialized copies can be much bigger than the size of 120 // serialized once, which requires matching code in the patch application.
|
/external/chromium_org/net/quic/crypto/ |
crypto_server_test.cc | 386 const QuicData& serialized(scfg->GetSerialized()); 390 hash->Update(serialized.data(), serialized.length());
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 211 * A serialized form of a Unicode set. Limited manipulations are 212 * possible directly on a serialized set. See below. 217 * The serialized Unicode Set. [all...] |
/external/dexmaker/javadoc/ |
help-doc.html | 150 Serialized Form</H3> 151 Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
|
/external/jsr305/javadoc/ |
help-doc.html | 146 Serialized Form</H3> 147 Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
|
/packages/apps/Email/src/com/android/email/ |
Preferences.java | 270 HashSet<String> parseEmailSet(String serialized) throws JSONException { 272 if (!TextUtils.isEmpty(serialized)) { 273 JSONArray arr = new JSONArray(serialized);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
LSSerializerImpl.java | 249 * node is to be serialized.
[all...] |
/external/chromium/chrome/browser/importer/ |
safari_importer.h | 88 // Converts history time stored by Safari as a double serialized as a string,
|
/external/chromium/chrome/browser/safe_browsing/ |
bloom_filter.h | 38 // Constructs a filter from serialized data. This object owns the memory and
|