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

1 23 4 5 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 3 import marshal namespace
29 data = marshal.dumps(co)
test_import.py 3 import marshal namespace
475 code = marshal.load(f)
487 marshal.dump(code, f)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 116 'marshal', 'math', 'md5', 'mhlib', 'mimetools', 'mimetypes', 'MimeWriter', 'mimify',
ruby.php 91 'Logger::ShiftingError', 'Marshal', 'MatchData',
progress.php 336 'MIN-HEIGHT-CHARS','MIN-HEIGHT-PIXELS','MIN-SCHEMA-MARSHAL','MIN-VALUE',
343 'NONAMESPACE-SCHEMA-LOCATION','NO-SCHEMA-MARSHAL','NO-VALIDATE','NUM-BUFFERS',
368 'SAVE-WHERE-STRING','SCHEMA-CHANGE','SCHEMA-LOCATION','SCHEMA-MARSHAL',
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 38 * Implementation of camera metadata marshal/unmarshal across Binder to
278 return marshaler.marshal(value, buffer, nativeType, sizeOnly);
738 * This enables get/set to correctly marshal the enum into a value that is C-compatible.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 42 import marshal namespace
46 co = marshal.loads(ms)
52 ms = marshal.dumps(co)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 23 import marshal namespace
438 marshal.dump(code, f)
593 code = marshal.load(f)
pickle.py 32 import marshal namespace
53 # Why use struct.pack() for pickling but marshal.loads() for
54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but
55 # marshal.loads() is twice as fast as struct.unpack()!
56 mloads = marshal.loads
    [all...]
xmlrpclib.py 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix)
646 raise TypeError, "cannot marshal %s objects" % type(value)
648 # because we don't know how to marshal these types
652 raise TypeError, "cannot marshal %s objects" % type(value)
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
709 raise TypeError, "cannot marshal recursive sequences"
723 raise TypeError, "cannot marshal recursive dictionaries"
    [all...]
ihooks.py 314 import marshal namespace
316 code = marshal.load(file)
modulefinder.py 7 import marshal namespace
296 co = marshal.load(fp)
pkgutil.py 21 import marshal namespace
28 return marshal.load(stream)
profile.py 30 import marshal namespace
415 marshal.dump(self.stats, f)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 3 import marshal namespace
475 code = marshal.load(f)
487 marshal.dump(code, f)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 42 import marshal namespace
46 co = marshal.loads(ms)
52 ms = marshal.dumps(co)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 23 import marshal namespace
438 marshal.dump(code, f)
593 code = marshal.load(f)
pickle.py 32 import marshal namespace
53 # Why use struct.pack() for pickling but marshal.loads() for
54 # unpickling? struct.pack() is 40% faster than marshal.dumps(), but
55 # marshal.loads() is twice as fast as struct.unpack()!
56 mloads = marshal.loads
    [all...]
xmlrpclib.py 37 # 2001-11-12 fl Use repr() to marshal doubles (from Paul Felix)
646 raise TypeError, "cannot marshal %s objects" % type(value)
648 # because we don't know how to marshal these types
652 raise TypeError, "cannot marshal %s objects" % type(value)
658 raise TypeError, "cannot marshal None unless allow_none is enabled"
709 raise TypeError, "cannot marshal recursive sequences"
723 raise TypeError, "cannot marshal recursive dictionaries"
    [all...]
ihooks.py 314 import marshal namespace
316 code = marshal.load(file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 36 import imp, marshal namespace
255 return path, MAGIC + '\0\0\0\0' + marshal.dumps(code)
755 marshal.dump(code, f)
    [all...]
  /external/chromium/third_party/libevent/
event_tagging.c 182 * Marshal a data type, the general format is as follows:
  /external/chromium_org/third_party/libevent/
event_tagging.c 182 * Marshal a data type, the general format is as follows:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 3 import marshal namespace
121 marshal.dump(self.code, f)
126 # compile.c uses marshal to write a long directly, with
129 # same effect is to call marshal and then skip the code.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 3 import marshal namespace
121 marshal.dump(self.code, f)
126 # compile.c uses marshal to write a long directly, with
129 # same effect is to call marshal and then skip the code.
    [all...]

Completed in 772 milliseconds

1 23 4 5 6