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

1 2 3 4 56 7 8 91011>>

  /external/autotest/site_utils/
assign_stable_images.py 84 @param json_entry Deserialized JSON object for one entry of the
94 @param json_entry Deserialized JSON object for one entry of the
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
model.py 354 original: object, the original deserialized resource
355 modified: object, the modified deserialized resource
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 167 // '-error-on-deserialized-decl' which will error during deserialization of
174 // -error-on-deserialized-decl, that will emit a diagnostic error,
  /external/guava/guava-testlib/src/com/google/common/testing/
AbstractPackageSanityTests.java 144 * <li>If {@code C} explicitly implements {@link Object#equals}, the deserialized instance will be
147 * superclass, no equality check is done on the deserialized instance because it's not clear
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 127 // Test that trialing commas are only properly deserialized from string when
172 // Test that trialing commas are only properly deserialized from file when
  /external/skia/tests/
SerializationTest.cpp 256 // Try to render a small bitmap using the invalid deserialized filter
471 // but will branch on uninitialized data when deserialized.
  /external/v8/src/
execution.cc 39 function->shared()->deserialized()) {
40 PrintF("[Running deserialized script");
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 330 * Assert deserialized metrics Scan Return Entry equals count
343 * Assert deserialized metrics SystemState entry equals count
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
StringBufferTest.java 594 Serializable deserialized) {
597 StringBuffer desr = (StringBuffer) deserialized;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
InetAddressTest.java 364 Serializable deserialized) {
367 InetAddress desrAddr = (InetAddress) deserialized;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java 460 public void assertDeserialized(Serializable initial, Serializable deserialized) {
462 IdentityHashMap<String, String> deseriaMap = (IdentityHashMap<String, String>) deserialized;
IdentityHashMapTest.java 494 public void assertDeserialized(Serializable initial, Serializable deserialized) {
496 IdentityHashMap<String, String> deseriaMap = (IdentityHashMap<String, String>) deserialized;
    [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h 95 /// output stream, plus those deserialized from a chained PCH.
180 /// the output stream, as well as those deserialized from a chained PCH.
215 /// output stream, plus those deserialized from a chained PCH.
398 /// When a decl changes fundamentally after being deserialized (this shouldn't
    [all...]
  /external/google-breakpad/src/common/
simple_string_dictionary.h 41 // created in NonAllocatingMap::Serialize and can be deserialized using one of
  /external/icu/icu4c/source/i18n/
collationdata.h 34 * or deserialized from API-provided binary data.
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ResourceData.java 17 * being deserialized. To save the assets, the object should implement the {@link Configurable} interface and obtain
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 96 /// deserialized.
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
FieldData.java 131 // If both objects have deserialized values, compare those.
  /external/protobuf/python/google/protobuf/
reflection.py 81 serialized / deserialized properly.
  /frameworks/base/core/java/android/hardware/camera2/params/
ReprocessFormatsMap.java 60 * @param entry Array of ints, not yet deserialized (not-null)
  /frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java 263 /** Responsible for creating ParcelableCall objects for deserialized Parcels. */
  /frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
ProcessExpressions.java 220 // keeping the method to match deserialized structure
  /libcore/luni/src/test/java/libcore/java/net/
URLTest.java 115 * is not documented. Check that we don't return a deserialized hash code
116 * from a deserialized value.
127 @Override protected void verify(URL deserialized) {
128 assertEquals(url.hashCode(), deserialized.hashCode());
  /libcore/ojluni/src/main/java/java/text/
AttributedCharacterIterator.java 146 * Resolves instances being deserialized to the predefined constants.
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
StreamTestDataProvider.java 102 // deserialized sub-list will be out of sync with the

Completed in 1867 milliseconds

1 2 3 4 56 7 8 91011>>