HomeSort by relevance Sort by last modified time
    Searched full:serializing (Results 1 - 25 of 445) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/python/tests/
serialize.py 16 print("error serializing XML document 1")
22 print("error serializing XML document 2")
30 print("error serializing XML document 3")
38 print("error serializing XML document 4")
42 # Test serializing a subnode
47 print("error serializing XML root 1")
51 print("error serializing XML root 2")
57 print("error serializing XML root 3")
63 print("error serializing XML root 4")
75 print("error serializing HTML document 1"
    [all...]
  /external/cros/system_api/dbus/
field_trial_list.proto 9 // This protobuf is for serializing Finch experimental field trial data to
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
SerializationException.java 8 * Error that can be thrown when serializing a mojo message.
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
SerializationTest.java 36 * Verifies that serializing a struct with an invalid handle of a non-nullable type throws an
51 * Verifies that serializing a struct with a null struct pointer throws an exception.
65 * Verifies that serializing a struct with an array of structs throws an exception when the
84 * Verifies that serializing a struct with a fixed-size array of incorrect length throws an
106 * Verifies that serializing a struct with a null string throws an exception.
  /system/tpm/trunks/
blob_parser.cc 36 LOG(ERROR) << "Error serializing public info: " << GetErrorString(result);
41 LOG(ERROR) << "Error serializing private info: " << GetErrorString(result);
79 LOG(ERROR) << "Error serializing creation_data: " << GetErrorString(result);
84 LOG(ERROR) << "Error serializing creation_hash: " << GetErrorString(result);
89 LOG(ERROR) << "Error serializing creation_ticket: "
  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 42 // this was created by serializing a FieldMadeTransient with a non-0 transientInt
64 // This was created by serializing a FieldMadeStatic with a non-static staticInt
178 // this was created by serializing a SerialVersionUidChanged with serialVersionUID = 0L
196 // this was created by serializing a FieldsChanged with one int field named 'a'
223 // This was created by serializing a WasSerializable when it was serializable.
267 // This was created by serializing a WasExternalizable when it was externalizable.
302 // This was created by serializing a WasEnum when it was an enum.
337 // This was created by serializing a WasObject when it wasn't yet an enum.
357 // This was created by serializing a EnumMissingValue when it had MISSING_VALUE.
380 // This was created by serializing a HasStaticInitialize
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
union_accessor.h 11 // When serializing and deserializing Unions, it is necessary to access
  /external/guava/guava-gwt/src/com/google/common/base/
GwtSerializationDependencies.java 27 * serializing a collection is serializing its elements.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest3.java 413 fail("IOException serializing " + objToSave + " : "
442 fail("IOException serializing " + objToSave + " : "
471 fail("IOException serializing " + objToSave + " : "
520 fail("IOException serializing " + objToSave + " : "
549 fail("IOException serializing " + objToSave + " : "
578 fail("IOException serializing " + objToSave + " : "
607 fail("IOException serializing " + objToSave + " : "
635 fail("IOException serializing " + objToSave + " : "
664 fail("IOException serializing " + objToSave + " : "
693 fail("IOException serializing " + objToSave + " :
    [all...]
SerializationStressTest1.java 385 fail("IOException serializing data : " + e.getMessage());
411 fail("IOException serializing data : " + e.getMessage());
439 fail("IOException serializing data : " + e.getMessage());
467 fail("IOException serializing data : " + e.getMessage());
495 fail("IOException serializing data : " + e.getMessage());
523 fail("IOException serializing data : " + e.getMessage());
551 fail("IOException serializing data: " + e.getMessage());
579 fail("IOException serializing data : " + e.getMessage());
607 fail("IOException serializing data : " + e.getMessage());
635 fail("IOException serializing " + objToSave + " :
    [all...]
SerializationStressTest.java 325 fail("IOException serializing data : " + e.getMessage());
340 fail("IOException serializing data : " + e.getMessage());
361 fail("IOException serializing data : " + e.getMessage());
382 fail("IOException serializing data : " + e.getMessage());
395 fail("IOException serializing data : " + e.getMessage());
411 fail("IOException serializing data : " + e.getMessage());
423 fail("IOException serializing data : " + e.getMessage());
435 fail("IOException serializing data : " + e.getMessage());
452 fail("IOException serializing data : " + e.getMessage());
464 fail("IOException serializing data : " + e.getMessage())
    [all...]
SerializationStressTest4.java 85 fail("IOException serializing " + objToSave + " : "
117 fail("IOException serializing " + objToSave + " : "
150 fail("IOException serializing " + objToSave + " : "
179 fail("IOException serializing " + objToSave + " : "
244 fail("IOException serializing " + objToSave + " : "
272 fail("Exception serializing " + objToSave + " : " + e.getMessage());
315 fail("Exception serializing " + objToSave + " : " + e.getMessage());
342 fail("IOException serializing " + objToSave + " : "
371 fail("Exception serializing " + objToSave + " : " + e.getMessage());
403 fail("IOException serializing " + objToSave + " :
    [all...]
SerializationStressTest2.java 827 fail("IOException serializing " + objToSave + " : "
861 fail("IOException serializing " + objToSave + " : "
893 fail("IOException serializing " + objToSave + " : "
925 fail("IOException serializing " + objToSave + " : "
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
DOMSerializer.java 66 * exception occured while serializing.
71 * @throws IOException if an I/O exception occured while serializing
  /external/autotest/tko/
job_serializer_unittest.py 68 """Test serializing tag field."""
73 """Test serializing afe_job_id field."""
145 """Test serializing aborted_on field."""
161 """Test serializing job_idx field."""
167 """Test serializing afe_parent_job_id field."""
173 """Test serializing build_version field."""
179 """Test serializing suite field."""
185 """Test serializing board field."""
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 72 // Serializing the font to a stream.
75 // Serializing the stream to a file.
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
PlatformConfig.h 3 Utility functions for serializing (persistently storing) and deserializing
  /external/libxml2/result/
att5 39 <normId attr="&#13;&#10;&#9;"/> <!-- PBM serializing back -->
  /external/libxml2/result/noent/
att5 39 <normId attr="&#13;&#10;&#9;"/> <!-- PBM serializing back -->
  /external/libxml2/test/
att5 72 <normId attr=' &#13;&#xa;&#9; '/> <!-- PBM serializing back -->
  /external/skia/include/core/
SkPixelSerializer.h 16 * Interface for serializing pixels, e.g. SkBitmaps in an SkPicture.
  /external/snakeyaml/
README.md 12 * high-level API for serializing and deserializing native Java objects.
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
RTCICECandidate+JSON.m 44 RTCLogError(@"Error serializing JSON: %@", error);
  /prebuilts/go/darwin-x86/src/crypto/x509/
sec1_test.go 41 t.Fatalf("#%d: when serializing key: matches=%t, should match=%t: original %x, reserialized %x", i, matches, test.shouldReserialize, serialized, derBytes)
  /prebuilts/go/linux-x86/src/crypto/x509/
sec1_test.go 41 t.Fatalf("#%d: when serializing key: matches=%t, should match=%t: original %x, reserialized %x", i, matches, test.shouldReserialize, serialized, derBytes)

Completed in 427 milliseconds

1 2 3 4 5 6 7 8 91011>>