/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
auth.py | 529 A deserialized session, or None. 546 Deserialized session data.
|
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 356 /// This operation does not require the AST node to be deserialized. 361 /// This operation does not require the AST node to be deserialized.
|
DeclBase.h | 307 /// \brief Allocate memory for a deserialized declaration. 310 /// deserialized from a module file. 314 /// \param ID The global ID of the deserialized declaration. 319 /// \brief Allocate memory for a non-deserialized declaration. 576 assert(isFromASTFile() && "Only works on a deserialized declaration"); [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ConcurrentSkipListSubSetTest.java | 484 * A deserialized serialized set has same elements 983 * A deserialized serialized set has same elements
|
TreeSubMapTest.java | 441 * A deserialized map equals original 968 * A deserialized map equals original
|
TreeSubSetTest.java | 481 * A deserialized serialized set has same elements 969 * A deserialized serialized set has same elements
|
SynchronousQueueTest.java | 527 * a deserialized serialized queue is usable
|
/external/clang/include/clang/Driver/ |
CC1Options.td | 531 def dump_deserialized_pch_decls : Flag<["-"], "dump-deserialized-decls">, 532 HelpText<"Dump declarations that are deserialized from PCH, for testing">; 533 def error_on_deserialized_pch_decl : Separate<["-"], "error-on-deserialized-decl">, 534 HelpText<"Emit error if a specific declaration is deserialized from PCH, for testing">; 535 def error_on_deserialized_pch_decl_EQ : Joined<["-"], "error-on-deserialized-decl=">, [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
model.py | 322 an instance of CountersMap with all data deserialized from json. 525 an instance of MapreduceSpec with all data deserialized from json. 563 mapreduce_spec: cached deserialized MapreduceSpec instance. read-only [all...] |
namespace_range.py | 334 """Returns a NamespaceRange from an object deserialized from JSON."""
|
/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...] |
/docs/source.android.com/src/devices/media/ |
framework-hardening.jd | 193 it is deserialized. The framework releases native handles with
|
/external/autotest/tko/ |
job_serializer.py | 72 infile: the name of the binary file that will be deserialized.
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.value.summarizable.html | 105 order to be completely deserialized. If deserializing multiple values, use<br>
|
telemetry.value.trace.html | 131 order to be completely deserialized. If deserializing multiple values, use<br>
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
__init__.py | 240 order to be completely deserialized. If deserializing multiple values, use
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
client.py | 301 unused_data: dict, A deserialized JSON object. 626 data: dict, A deserialized JSON object. [all...] |
crypt.py | 400 dict, The deserialized JSON payload in the JWT.
|
multistore_file.py | 203 # Cache of deserialized store. This is only valid after the
|
/external/libvpx/libvpx/vpx/internal/ |
vpx_codec_internal.h | 155 * The internal state data was deserialized.
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 77 deserialized, which can consume a lot of memory and make the configuration change slow. In such a
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
vpx_codec_internal.h | 155 * The internal state data was deserialized.
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
PKCS8Key.java | 389 throw new IOException("deserialized key is invalid: " +
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509Key.java | 423 throw new IOException("deserialized key is invalid: " +
|
/system/core/libutils/tests/ |
BlobCache_test.cpp | 305 // Verify the deserialized cache
|