HomeSort by relevance Sort by last modified time
    Searched full:marshal (Results 26 - 50 of 127) sorted by null

12 3 4 5 6

  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longintrepr.h 8 /* This is published for the benefit of "friend" marshal.c only. */
34 - the marshal code currently expects that PyLong_SHIFT is a multiple of 15
  /frameworks/base/core/java/android/hardware/camera2/impl/
MetadataMarshalRect.java 26 public int marshal(Rect value, ByteBuffer buffer, int nativeType, boolean sizeOnly) { method in class:MetadataMarshalRect
MetadataMarshalString.java 26 public int marshal(String value, ByteBuffer buffer, int nativeType, boolean sizeOnly) { method in class:MetadataMarshalString
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 11 import marshal namespace
31 marshal.dump(result, fp)
43 result = marshal.load(fp)
test_bool.py 302 import marshal namespace
303 self.assertIs(marshal.loads(marshal.dumps(True)), True)
304 self.assertIs(marshal.loads(marshal.dumps(False)), False)
test_importlib.py 17 if name in ('sys', 'marshal', 'imp'):
test_zipimport.py 3 import marshal namespace
29 data = marshal.dumps(co)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 11 import marshal namespace
31 marshal.dump(result, fp)
43 result = marshal.load(fp)
test_bool.py 302 import marshal namespace
303 self.assertIs(marshal.loads(marshal.dumps(True)), True)
304 self.assertIs(marshal.loads(marshal.dumps(False)), False)
test_importlib.py 17 if name in ('sys', 'marshal', 'imp'):
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 53 // fully populate the event to marshal
57 // marshal and unmarshal the event
162 * Fully populates the {@link AccessibilityEvent} to marshal.
AccessibilityNodeInfoTest.java 41 // fully populate the node info to marshal
45 // marshal and unmarshal the node info
97 * Fully populates the {@link AccessibilityNodeInfo} to marshal.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py 84 import marshal namespace
87 marshal.dump(self.stats, f)
py_compile.py 8 import marshal namespace
126 marshal.dump(codeobject, fc)
pstats.py 26 import marshal namespace
36 that was emitted (via marshal) from the Profile class.
110 self.stats = marshal.load(f)
167 marshal.dump(self.stats, f)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py 84 import marshal namespace
87 marshal.dump(self.stats, f)
py_compile.py 8 import marshal namespace
126 marshal.dump(codeobject, fc)
pstats.py 26 import marshal namespace
36 that was emitted (via marshal) from the Profile class.
110 self.stats = marshal.load(f)
167 marshal.dump(self.stats, f)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 11 import marshal namespace
246 data = marshal.dumps(code)
427 import marshal namespace
431 marshal.dump(codeobject, fc)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cil.php 64 'modreq', 'modopt', 'marshal', 'managed', 'literal', 'linkcheck', 'lcid', 'lasterr', 'internalcall', 'interface',
ocaml.php 64 'Lazy', 'Lexing', 'List', 'ListLabels', 'Map', 'Marshal', 'MoreLabels', 'Mutex', 'Nativeint',
  /external/srtp/test/
rtp.c 30 /* marshal data */
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /frameworks/base/core/java/android/os/
Message.java 484 "Can't marshal callbacks across processes.");
496 "Can't marshal non-Parcelable objects across processes.");

Completed in 833 milliseconds

12 3 4 5 6