/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
SQLExceptionTest.java | 487 Serializable deserialized) { 491 deserialized); 494 SQLException dserThr = (SQLException) deserialized;
|
/libcore/luni/src/test/java/libcore/java/net/ |
InetAddressTest.java | 170 @Override protected void verify(InetAddress deserialized) throws Exception { 171 deserialized.isReachable(500); 174 deserialized.isReachable(nif, 20, 500);
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LogRecordTest.java | 264 Serializable deserialized) { 267 LogRecord dser = (LogRecord) deserialized;
|
/external/clang/docs/ |
PCHInternals.rst | 82 entity (and those entities it depends on) are deserialized from the AST file. 109 declarations, identifiers, and macros were actually deserialized from the 238 When types are deserialized from the AST file, the data within the record is 261 AST file. When declarations are deserialized from the AST file, the data 285 stored within a declaration context will be deserialized. There are two 295 deserialized to provide the results of name lookup. 373 (macro definitions, flags, top-level declarations, etc.) will be deserialized, 558 existing, non-visible, already-deserialized AST nodes visible; it is the
|
/frameworks/base/telecomm/java/android/telecom/ |
VideoProfile.java | 147 * Responsible for creating VideoProfile objects from deserialized Parcels. 364 * Responsible for creating CallCameraCapabilities objects from deserialized Parcels.
|
AudioState.java | 130 * Responsible for creating AudioState objects for deserialized Parcels.
|
CallAudioState.java | 166 * Responsible for creating AudioState objects for deserialized Parcels.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
Inet4AddressTest.java | 314 Serializable deserialized) { 317 Inet4Address desrAddr = (Inet4Address) deserialized;
|
/external/clang/lib/Serialization/ |
ASTReaderDecl.cpp | 739 "already deserialized this template specialization"); [all...] |
/external/clang/include/clang/AST/ |
ASTConsumer.h | 139 /// \brief If the consumer is interested in entities being deserialized from
|
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 80 /// \brief Dumps deserialized declarations. 97 /// \brief Checks deserialized declarations and emits error if a name 98 /// matches one given in command-line using -error-on-deserialized-decl. 116 "%0 was deserialized");
|
/external/clang/lib/Frontend/Rewrite/ |
HTMLPrint.cpp | 82 // We might not have a preprocessor if we come from a deserialized AST file,
|
/external/guava/guava/src/com/google/common/reflect/ |
AbstractInvocationHandler.java | 133 // Under some edge cases (such as the proxy of JDK types serialized and then deserialized)
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicDoubleTest.java | 193 * a deserialized serialized atomic holds same value
|
/external/jetty/src/java/org/eclipse/jetty/security/authentication/ |
SessionAuthentication.java | 94 LOG.debug("Deserialized and relogged in {}",this);
|
/external/nanopb-c/generator/google/protobuf/ |
reflection.py | 81 serialized / deserialized properly.
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
Level.java | 211 * Resolved deserialized level to one of the stock instances.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
ObjectInputStream2Test.java | 61 * deserialized instance.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ArrayDequeTest.java | 905 Serializable deserialized) [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
AtomicIntegerTest.java | 199 * a deserialized serialized atomic holds same value
|
AtomicLongTest.java | 201 * a deserialized serialized atomic holds same value
|
AtomicReferenceArrayTest.java | 201 * a deserialized serialized array holds same values
|
/libcore/luni/src/main/java/java/io/ |
Serializable.java | 22 * deserialized by {@link ObjectInputStream}.
|
/libcore/luni/src/main/java/java/security/ |
SignedObject.java | 94 * encapsulated object is deserialized before it is returned.
|
/libcore/luni/src/test/java/libcore/java/text/ |
DateFormatSymbolsTest.java | 74 // And so does the deserialized version.
|