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

  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 15 /// These are used by the registry to export all marshaller constructors with
90 /// \brief Simple callback implementation. Marshaller and function are provided.
92 /// This class wraps a function of arbitrary signature and a marshaller
94 /// The marshaller is in charge of taking the VariantValue arguments, checking
100 /// argument of this class. The marshaller can cast the function pointer back
107 /// \param Marshaller Function to unpack the arguments and call \c Func
110 FixedArgCountMatcherCreateCallback(MarshallerType Marshaller, FuncType Func,
112 : Marshaller(Marshaller), Func(Func), MatcherName(MatcherName.str()) {}
116 return Marshaller(Func, MatcherName, NameRange, Args, Error)
    [all...]
Registry.cpp 118 /// \c FromTypes. \c ToTypes is handled on the marshaller side by using the
  /external/chromium_org/third_party/iaccessible2/
README.chromium 14 interfaces to the default marshaller. This DLL is only registered and
ia2_api_all.idl     [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
MetadataMarshalClass.java 49 * Determines whether or not this marshaller supports this native type. Most marshallers
  /external/valgrind/main/docs/internals/
notes.txt 166 Sockets: move the socketcall marshaller from vg_syscalls.c into
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 118 Marshaller Generate an XML-RPC params chunk from a Python data structure
532 FastMarshaller = _xmlrpclib.Marshaller
584 # XML-RPC marshaller.
590 class Marshaller:
593 Create a Marshaller instance for each set of parameters, and use
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 118 Marshaller Generate an XML-RPC params chunk from a Python data structure
532 FastMarshaller = _xmlrpclib.Marshaller
584 # XML-RPC marshaller.
590 class Marshaller:
593 Create a Marshaller instance for each set of parameters, and use
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 133 m = xmlrpclib.Marshaller()
210 s = xmlrpclib.Marshaller().dumps(f)
    [all...]
test_xml_etree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 133 m = xmlrpclib.Marshaller()
210 s = xmlrpclib.Marshaller().dumps(f)
    [all...]
test_xml_etree.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 

Completed in 361 milliseconds