/packages/apps/Email/tests/src/com/android/emailcommon/provider/ |
AccountTest.java | 45 // verify that all fields deserialized as expected
|
/external/v8/src/ |
serialize.cc | 654 // Issue code events for newly deserialized code objects. 678 // There's no code deserialized here. If this assert fires 715 // Used to insert a deserialized internalized string into the string table. [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 167 // '-error-on-deserialized-decl' which will error during deserialization of 174 // -error-on-deserialized-decl, that will emit a diagnostic error,
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
AbstractPackageSanityTests.java | 144 * <li>If {@code C} explicitly implements {@link Object#equals}, the deserialized instance will be 147 * superclass, no equality check is done on the deserialized instance because it's not clear
|
/external/skia/tests/ |
SerializationTest.cpp | 251 // Try to render a small bitmap using the invalid deserialized filter 443 // but will branch on uninitialized data when deserialized.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
StringBufferTest.java | 594 Serializable deserialized) { 597 StringBuffer desr = (StringBuffer) deserialized;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
InetAddressTest.java | 364 Serializable deserialized) { 367 InetAddress desrAddr = (InetAddress) deserialized;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
IdentityHashMap2Test.java | 460 public void assertDeserialized(Serializable initial, Serializable deserialized) { 462 IdentityHashMap<String, String> deseriaMap = (IdentityHashMap<String, String>) deserialized;
|
IdentityHashMapTest.java | 490 public void assertDeserialized(Serializable initial, Serializable deserialized) { 492 IdentityHashMap<String, String> deseriaMap = (IdentityHashMap<String, String>) deserialized; 863 Serializable deserialized) { [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 89 /// output stream, plus those deserialized from a chained PCH. 168 /// the output stream, as well as those deserialized from a chained PCH. 203 /// output stream, plus those deserialized from a chained PCH. 382 /// When a decl changes fundamentally after being deserialized (this shouldn't [all...] |
ASTBitCodes.h | 370 /// \brief Record code for the array of eagerly deserialized decls. 373 /// eagerly deserialized present within the parsed headers, stored as an 459 /// If a declaration is modified after having been deserialized, and then 470 /// that were modified after being deserialized and need updates. 474 /// being deserialized. [all...] |
ASTReader.h | 628 /// \brief A mapping from each of the hidden submodules to the deserialized 709 /// IDs have not yet been deserialized to the global IDs of those macros. 728 /// in the chain. The referenced declarations are deserialized and passed to 736 /// the PCH chain must be eagerly deserialized. 743 /// deserialized. [all...] |
/external/google-breakpad/src/common/ |
simple_string_dictionary.h | 41 // created in NonAllocatingMap::Serialize and can be deserialized using one of
|
/external/icu/icu4c/source/i18n/ |
collationdata.h | 34 * or deserialized from API-provided binary data.
|
/external/llvm/include/llvm/Bitcode/ |
ReaderWriter.h | 66 /// deserialized.
|
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
FieldData.java | 131 // If both objects have deserialized values, compare those.
|
/external/protobuf/python/google/protobuf/ |
reflection.py | 81 serialized / deserialized properly.
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
ReprocessFormatsMap.java | 60 * @param entry Array of ints, not yet deserialized (not-null)
|
/frameworks/base/telecomm/java/android/telecom/ |
ParcelableCall.java | 262 /** Responsible for creating ParcelableCall objects for deserialized Parcels. */
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
NinePatch_Delegate.java | 108 * the array is deserialized into a {@link NinePatchChunk} object.
|
/libcore/luni/src/main/java/java/security/cert/ |
CertPath.java | 216 * @return the deserialized {@code CertPath}.
|
Certificate.java | 240 * @return the deserialized {@code Certificate}.
|
/libcore/luni/src/test/java/libcore/java/net/ |
URLTest.java | 113 * is not documented. Check that we don't return a deserialized hash code 114 * from a deserialized value. 125 @Override protected void verify(URL deserialized) { 126 assertEquals(url.hashCode(), deserialized.hashCode());
|
/frameworks/base/core/java/android/util/ |
Rational.java | 529 "Rational must be deserialized from a reduced form for zero values"); 535 "Rational must be deserialized from a reduced form for infinity values"); 539 "Rational must be deserialized from a reduced form for finite values");
|
/external/clang/include/clang/Driver/ |
CC1Options.td | 478 def dump_deserialized_pch_decls : Flag<["-"], "dump-deserialized-decls">, 479 HelpText<"Dump declarations that are deserialized from PCH, for testing">; 480 def error_on_deserialized_pch_decl : Separate<["-"], "error-on-deserialized-decl">, 481 HelpText<"Emit error if a specific declaration is deserialized from PCH, for testing">; 482 def error_on_deserialized_pch_decl_EQ : Joined<["-"], "error-on-deserialized-decl=">, [all...] |