HomeSort by relevance Sort by last modified time
    Searched defs:MethodCall (Results 1 - 9 of 9) sorted by null

  /art/test/003-omnibus-opcodes/src/
MethodCall.java 20 public class MethodCall extends MethodCallBase {
21 MethodCall() {
23 System.out.println(" MethodCall ctor");
54 MethodCall inst = new MethodCall();
Main.java 49 MethodCall.run();
  /frameworks/base/tools/aidl/
AST.cpp 288 MethodCall::MethodCall(const string& n)
295 MethodCall::MethodCall(const string& n, int argc = 0, ...)
306 MethodCall::MethodCall(Expression* o, const string& n)
313 MethodCall::MethodCall(Type* t, const string& n)
320 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...
    [all...]
AST.h 150 struct MethodCall : public Expression
158 MethodCall(const string& name);
159 MethodCall(const string& name, int argc, ...);
160 MethodCall(Expression* obj, const string& name);
161 MethodCall(Type* clazz, const string& name);
162 MethodCall(Expression* obj, const string& name, int argc, ...);
163 MethodCall(Type* clazz, const string& name, int argc, ...);
164 virtual ~MethodCall();
  /external/chromium_org/dbus/
message.h 43 // sub classes such as MethodCall and Response instead.
142 class CHROME_DBUS_EXPORT MethodCall : public Message {
151 // MethodCall method_call(DBUS_INTERFACE_INTROSPECTABLE, "Get");
154 MethodCall(const std::string& interface_name,
157 // Returns a newly created MethodCall from the given raw message of the
160 static MethodCall* FromRawMessage(DBusMessage* raw_message);
165 MethodCall();
167 DISALLOW_COPY_AND_ASSIGN(MethodCall);
210 static scoped_ptr<Response> FromMethodCall(MethodCall* method_call);
237 MethodCall* method_call
    [all...]
message.cc 243 // payload. For example, a MethodCall's ToString() will look like:
350 // MethodCall implementation.
353 MethodCall::MethodCall(const std::string& interface_name,
362 MethodCall::MethodCall() : Message() {
365 MethodCall* MethodCall::FromRawMessage(DBusMessage* raw_message) {
368 MethodCall* method_call = new MethodCall;
    [all...]
  /external/javassist/src/main/javassist/expr/
MethodCall.java 25 public class MethodCall extends Expr {
29 protected MethodCall(int pos, CodeIterator i, CtClass declaring,
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 302 milliseconds