HomeSort by relevance Sort by last modified time
    Searched full:unserializable (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 90 private Unserializable1 unserializable = null; field in class:SerializationTest.SerializableContainer1
97 // We can serialize an object that has an unserializable field providing it is null.
100 // unserializable field. A canned serialized form is used so we can tell if the static
111 assertNull(sc.unserializable);
123 @SuppressWarnings("unused") // Required to make objects unserializable.
124 private Unserializable2 unserializable = new Unserializable2(); field in class:SerializationTest.HasUnserializableField
127 // We must not serialize an object that has a non-null unserializable field.
142 private WasSerializable unserializable = null; field in class:SerializationTest.SerializableContainer2
151 // This was generated by creating a SerializableContainer2 and setting the unserializable
155 // sc.unserializable = new WasSerializable()
    [all...]
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/perc/
PercSerializationInstantiator.java 47 // Find the first unserializable parent class
  /external/python/cpython2/Lib/multiprocessing/
managers.py 113 elif kind == '#UNSERIALIZABLE':
115 return RemoteError('Unserializable message: %s\n' % result)
290 send(('#UNSERIALIZABLE', format_exc()))
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 90 elif kind == '#UNSERIALIZABLE':
92 return RemoteError('Unserializable message: %s\n' % result)
285 send(('#UNSERIALIZABLE', format_exc()))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 113 elif kind == '#UNSERIALIZABLE':
115 return RemoteError('Unserializable message: %s\n' % result)
290 send(('#UNSERIALIZABLE', repr(msg)))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 113 elif kind == '#UNSERIALIZABLE':
115 return RemoteError('Unserializable message: %s\n' % result)
290 send(('#UNSERIALIZABLE', repr(msg)))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 113 elif kind == '#UNSERIALIZABLE':
115 return RemoteError('Unserializable message: %s\n' % result)
290 send(('#UNSERIALIZABLE', repr(msg)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 113 elif kind == '#UNSERIALIZABLE':
115 return RemoteError('Unserializable message: %s\n' % result)
290 send(('#UNSERIALIZABLE', repr(msg)))
    [all...]
  /external/v8/src/compiler/
raw-machine-assembler.h 79 // TODO(dcarney): mark generated code as unserializable if value != 0.
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp     [all...]
  /external/v8/src/inspector/
js_protocol-1.2.json 143 "description": "Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified.",
    [all...]
js_protocol.json 141 "description": "Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified.",
    [all...]

Completed in 787 milliseconds