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

1 2 34 5 6

  /libcore/luni/src/main/java/java/security/cert/
CertPath.java 219 * @return the deserialized {@code CertPath}.
Certificate.java 240 * @return the deserialized {@code Certificate}.
  /external/clang/include/clang/Serialization/
ASTReader.h 367 /// have not yet been deserialized to the global offset where the macro
387 /// chain. The referenced declarations are deserialized and passed to the
395 /// the PCH chain must be eagerly deserialized.
402 /// deserialized.
    [all...]
ASTBitCodes.h 360 /// If a declaration is modified after having been deserialized, and then
371 /// that were modified after being deserialized and need updates.
375 /// being deserialized.
    [all...]
  /external/chromium/chrome/browser/policy/proto/
device_management_backend.proto 139 // deserialized to an instance of, for example, ChromeSettingsProto
  /external/guava/src/com/google/common/collect/
AbstractBiMap.java 367 * If a bimap and its inverse are serialized together, the deserialized
ConcurrentHashMultiset.java 60 // deserialized.
ImmutableMultimap.java 233 // deserialized.
ImmutableMultiset.java 152 // deserialized.
  /libcore/luni/src/main/java/javax/crypto/
SealedObject.java 41 * key and then be deserialized to retrieve the original object.The sealed
  /libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java 135 * and merges deserialized values with the new definitions.
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 132 * to a conventional {@link java.io.ObjectOutputStream} and deserialized from a corresponding
141 * that they are serialized and deserialized without the need for the proxy class to implement special methods
805 throw new RuntimeException("invalid filter signature length for deserialized proxy class");
    [all...]
  /external/clang/include/clang/AST/
ExternalASTSource.h 268 /// This operation does not require the AST node to be deserialized.
  /external/clang/include/clang/Driver/
CC1Options.td 554 def dump_deserialized_pch_decls : Flag<"-dump-deserialized-decls">,
555 HelpText<"Dump declarations that are deserialized from PCH, for testing">;
556 def error_on_deserialized_pch_decl : Separate<"-error-on-deserialized-decl">,
557 HelpText<"Emit error if a specific declaration is deserialized from PCH, for testing">;
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 149 * The internal state data was deserialized.
  /external/v8/src/
bootstrapper.cc 173 // context from scratch or using a deserialized one from the partial snapshot
175 // we have to used the deserialized ones that are linked together with the
183 // deserialized, leaving the GC to pick it up.
200 // Used both for deserialized and from-scratch contexts to add the extensions
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 76 deserialized, which can consume a lot of memory and make the configuration change slow. In such a
  /frameworks/base/libs/utils/tests/
BlobCache_test.cpp 305 // Verify the deserialized cache
  /libcore/luni/src/main/java/java/lang/
Throwable.java 447 // the deserialized list may be unmodifiable, so just create a mutable copy
  /libcore/luni/src/main/java/java/util/
TimeZone.java 56 * the bytes serialized by Android can be deserialized successfully on other
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-pass.h 171 /* For most ipa passes, the information can only be deserialized in
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 137 Serializable deserialized) {
138 assertEquals(5, ((A1) deserialized).b1.i);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
Inet6AddressTest.java     [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 1146 object->ForceSet(v8::String::NewSymbol(propertyName), deserialized, attribute); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 136 Serializable deserialized) {
137 assertEquals(5, ((A1) deserialized).b1.i);
    [all...]

Completed in 1258 milliseconds

1 2 34 5 6