HomeSort by relevance Sort by last modified time
    Searched full:deserialized (Results 51 - 75 of 320) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ReflectionTest.java 73 println("JSON deserialized: " + fromJson);
76 println("JSON deserialized + 1/1: " + fromJson);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetSocketAddressTest.java 97 Serializable deserialized) {
100 InetSocketAddress desr = (InetSocketAddress) deserialized;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
PasswordCallbackTest.java 128 public void assertDeserialized(Serializable initial, Serializable deserialized) {
130 final PasswordCallback callback2 = (PasswordCallback) deserialized;
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java 47 * deserialized, the content od deserialized object equals to the
61 assertEquals("The secret content of deserialized object "
65 + "deserialized object should be equal to the value returned "
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallInfo.java 46 * Responsible for creating CallInfo objects for deserialized Parcels.
  /libcore/ojluni/src/main/java/java/io/
InvalidObjectException.java 29 * Indicates that one or more deserialized objects failed validation
NotSerializableException.java 43 * @param classname Class of the instance being serialized/deserialized.
ObjectInputValidation.java 31 * been deserialized.
ObjectStreamField.java 74 * field are serialized and deserialized in the default manner--if the
75 * field is non-primitive, object values are serialized and deserialized as
78 * serialized and deserialized as if they had been written and read by
156 * <code>ObjectStreamField</code> was obtained from a deserialized {@link
SerialCallbackContext.java 31 * Holds object currently being deserialized and descriptor for current class.
Serializable.java 32 * deserialized. All subtypes of a serializable class are themselves
94 * deserialized. This may occur in cases where the receiving party uses a
95 * different version of the deserialized instance's class than the sending
99 * deserialized objects properly despite a "hostile" or incomplete source
  /system/core/metricsd/uploader/mock/
sender_mock.h 55 // If is_good_proto is true, last_message_proto is the deserialized
  /external/google-breakpad/src/common/
simple_string_dictionary_unittest.cc 272 TestMap deserialized(serialized_copy, size);
275 EXPECT_EQ(3u, deserialized.GetCount());
276 EXPECT_STREQ("abc", deserialized.GetValueForKey("one"));
277 EXPECT_STREQ("def", deserialized.GetValueForKey("two"));
278 EXPECT_STREQ("hig", deserialized.GetValueForKey("tre"));
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 239 Serializable deserialized) {
242 deserialized);
245 SQLClientInfoException desrEx = (SQLClientInfoException) deserialized;
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 277 Serializable deserialized) {
280 Level dser = (Level) deserialized;
294 * deserialized cost level should be the same instance as the existing one.
306 * deserialized level object should be equal to the original one.
  /external/icu/icu4c/source/i18n/
collationtailoring.h 39 * built from rules or deserialized from binary data.
  /external/protobuf/java/src/main/java/com/google/protobuf/
ProtocolStringList.java 41 * ByteStrings when handling protos that have been deserialized from bytes.
  /external/skia/src/ports/
SkGlobalInitialization_default.cpp 64 * will automatically be called before any of skia's effects are asked to be deserialized.
  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 46 FieldMadeTransient deserialized = (FieldMadeTransient) SerializationTester.deserializeHex(s); local
47 assertEquals(0, deserialized.transientInt);
68 FieldMadeStatic deserialized = (FieldMadeStatic) SerializationTester.deserializeHex(s); local
70 assertEquals(9999, deserialized.staticInt);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 67 * deserialized, the content od deserialized object equals to the content of
81 assertEquals("The secret content of deserialized object "
85 + "deserialized object should be equal to the value returned "
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
discovery.py 237 The value passed in may either be the JSON string or the deserialized
351 root_desc: Dictionary; the entire original deserialized discovery document.
379 deserialized discovery document.
380 root_desc: Dictionary; the entire original deserialized discovery document.
419 deserialized discovery document.
420 root_desc: Dictionary; the entire original deserialized discovery document.
461 deserialized discovery document.
462 root_desc: Dictionary; the entire original deserialized discovery document.
548 the deserialized discovery document.
572 the deserialized discovery document
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
NanoTest.java 2144 EnumValidity.M deserialized = MessageNano.mergeFrom(new EnumValidity.M(), serialized); local
2216 EnumValidityAccessors.M deserialized = local
3195 AnotherMessage deserialized = AnotherMessage.parseFrom(newBytes); local
3682 TestAllTypesNano deserialized = MessageNano.mergeFrom(new TestAllTypesNano(), serialized); local
    [all...]
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeEventTest.java 147 Serializable deserialized) {
150 PropertyChangeEvent desrEv = (PropertyChangeEvent) deserialized;
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 71 /// \brief Dump declarations that are deserialized from PCH, for testing.
75 /// deserialized, and we emit an error if they are; for testing purposes.
  /external/clang/test/PCH/
cxx-templates.cpp 8 // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -include-pch %t %s -emit-llvm -o - -error-on-deserialized-decl doNotDeserialize -DNO_ERRORS | FileCheck %s
13 // RUN: %clang_cc1 -std=c++11 -triple %itanium_abi_triple -fcxx-exceptions -fexceptions -fmodules -include-pch %t %s -emit-llvm -o - -error-on-deserialized-decl doNotDeserialize -DNO_ERRORS -fmodules-ignore-macro=NO_ERRORS | FileCheck %s

Completed in 604 milliseconds

1 23 4 5 6 7 8 91011>>