Searched refs:marshal (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/jinja2/
H A Dbccache.py19 import marshal namespace
30 # marshal works better on 3.x, one hack less required
33 marshal_dump = marshal.dump
34 marshal_load = marshal.load
40 marshal.dump(code, f)
42 f.write(marshal.dumps(code))
46 return marshal.load(f)
47 return marshal.loads(f.read())
H A Denvironment.py569 import imp, marshal namespace
611 marshal.dumps(c), 'wb')
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 1087 milliseconds