HomeSort by relevance Sort by last modified time
    Searched full:deserialized (Results 26 - 50 of 132) sorted by null

12 3 4 5 6

  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/serialization/
KerberosKeyTest.java 46 Serializable deserialized) {
49 KerberosKey desrKey = (KerberosKey) deserialized;
KerberosTicketTest.java 67 Serializable deserialized) {
70 KerberosTicket desr = (KerberosTicket) deserialized;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
ConnectionEventTest.java 94 Serializable deserialized) {
96 ConnectionEvent ceDeser = (ConnectionEvent) deserialized;
StatementEventTest.java 100 Serializable deserialized) {
102 StatementEvent dserSt = (StatementEvent) deserialized;
  /external/llvm/test/Bitcode/
flags.ll 6 ; Make sure the flags are serialized/deserialized properly for both
  /libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java 255 @Override protected void verify(Throwable deserialized) {
257 deserialized.addSuppressed(newThrowable("Suppressed"));
258 assertSuppressed(deserialized);
284 @Override protected void verify(Throwable deserialized) {
287 deserialized.addSuppressed(suppressed);
288 assertSuppressed(deserialized, suppressed);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InetSocketAddressTest.java 95 Serializable deserialized) {
98 InetSocketAddress desr = (InetSocketAddress) deserialized;
  /external/javassist/src/test/test/javassist/proxy/
ProxySerializationTest.java 44 // inherited fields should not have been deserialized
71 // inherited fields should have been 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 "
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java 64 * deserialized, the content od deserialized object equals to the content of
78 assertEquals("The secret content of deserialized object "
82 + "deserialized object should be equal to the value returned "
  /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;
SQLWarningTest.java 429 Serializable deserialized) {
433 deserialized);
436 SQLWarning dserThr = (SQLWarning) deserialized;
BatchUpdateExceptionTest.java 456 Serializable deserialized) {
460 deserialized);
463 BatchUpdateException dserThr = (BatchUpdateException) deserialized;
DataTruncationTest.java 489 Serializable deserialized) {
493 deserialized);
496 DataTruncation dserThr = (DataTruncation) 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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
SHA1PRNG_SecureRandomTest.java 67 * @return array of SecureRandom objects to be deserialized in tests.
193 * Tests that data objects can be serialized and deserialized without exceptions
376 * Testing deserialized object.
392 * Testing that SecureRandom with SHA1PRNG objects can be deserialized from golden files.
  /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/docs/
PCHInternals.html 111 entity (and those entities it depends on) are deserialized from the
143 deserialized from the precompiled header. These statistics can be
291 corresponding record type in the PCH file. When types are deserialized
318 declarations are deserialized from the precompiled header, the data
346 declaration context will be deserialized. There are two representations
358 deserialized at this point (into the <code>llvm::DenseMap</code>
360 declarations are not yet deserialized. In a second step, those
361 declarations with the name <code>x</code> will be deserialized and
444 definitions, flags, top-level declarations, etc.) will be deserialized, at which point the corresponding <code>IdentifierInfo</code> structure will have the same contents it would have after parsing the headers in the precompiled header.</p>
  /external/clang/lib/Frontend/
FrontendAction.cpp 33 /// \brief Dumps deserialized declarations.
52 /// \brief Checks deserialized declarations and emits error if a name
53 /// matches one given in command-line using -error-on-deserialized-decl.
70 "%0 was deserialized");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashSetTest.java 243 public void assertDeserialized(Serializable initial, Serializable deserialized) {
245 HashSet<String> deseriaHs = (HashSet<String>) deserialized;
  /external/clang/include/clang/Frontend/
PreprocessorOptions.h 75 /// \brief Dump declarations that are deserialized from PCH, for testing.
79 /// deserialized, and we emit an error if they are; for testing purposes.
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 116 * Resolves a deserialized instance to the correct constant attribute.
127 * equality, resolve to the canonical instance when deserialized.
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 251 @Override protected void verify(PropertyChangeSupport deserialized) {
253 describe(deserialized.getPropertyChangeListeners()));
  /libcore/luni/src/test/java/tests/api/java/util/
HashSetTest.java 245 public void assertDeserialized(Serializable initial, Serializable deserialized) {
247 HashSet<String> deseriaHs = (HashSet<String>) deserialized;
  /external/v8/src/
serialize.cc     [all...]

Completed in 4183 milliseconds

12 3 4 5 6