OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marshal
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/jinja2/
bccache.py
19
import
marshal
namespace
27
#
marshal
works better on 3.x, one hack less required
29
marshal_dump =
marshal
.dump
30
marshal_load =
marshal
.load
35
marshal
.dump(code, f)
37
f.write(
marshal
.dumps(code))
41
return
marshal
.load(f)
42
return
marshal
.loads(f.read())
environment.py
637
import imp,
marshal
namespace
683
marshal
.dumps(c), 'wb')
[
all
...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java
56
static final
Marshal
DEFAULT_MARSHAL = new DM();
222
* If the type of the object cannot be determined, and thus no
Marshal
class can handle the object, this
341
* Builds an object from the XML stream. This method is public for usage in conjuction with
Marshal
438
if (obj instanceof
Marshal
) {
439
return ((
Marshal
) obj).readInstance(parser, namespace, name, expected);
465
* Returns a string array containing the namespace, name, id and
Marshal
object for the given java object.
502
*
marshal
mechanism
504
public void addMapping(String namespace, String name, Class clazz,
Marshal
marshal
) {
506
.put(new SoapPrimitive(namespace, name, null),
marshal
== null ? (Object) claz
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js
870
// IE in cross-window calls does not correctly
marshal
the function type
[
all
...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar
Completed in 148 milliseconds