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

  /dalvik/tests/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 58 MethodCall.run();
  /frameworks/base/tools/aidl/
Type.cpp 283 addTo->Add(new MethodCall(parcel, m_marshallMethod, 1, v));
289 addTo->Add(new Assignment(v, new MethodCall(parcel, m_unmarshallMethod)));
301 addTo->Add(new MethodCall(parcel, m_writeArrayMethod, 1, v));
308 addTo->Add(new Assignment(v, new MethodCall(parcel, m_createArrayMethod)));
314 addTo->Add(new MethodCall(parcel, m_readArrayMethod, 1, v));
328 addTo->Add(new MethodCall(parcel, "writeInt", 1,
337 "!=", new MethodCall(parcel, "readInt"))));
349 addTo->Add(new MethodCall(parcel, "writeBooleanArray", 1, v));
356 addTo->Add(new Assignment(v, new MethodCall(parcel, "createBooleanArray")));
362 addTo->Add(new MethodCall(parcel, "readBooleanArray", 1, v))
    [all...]
AST.h 140 struct MethodCall : public Expression
148 MethodCall(const string& name);
149 MethodCall(Expression* obj, const string& name);
150 MethodCall(Type* clazz, const string& name);
151 MethodCall(Expression* obj, const string& name, int argc, ...);
152 MethodCall(Type* clazz, const string& name, int argc, ...);
153 virtual ~MethodCall();
generate_java.cpp 84 MethodCall* attach = new MethodCall(THIS_VALUE, "attachInterface",
120 MethodCall* superCall = new MethodCall(SUPER_VALUE, "onTransact", 4,
153 MethodCall* queryLocalInterface = new MethodCall(obj, "queryLocalInterface");
265 addTo->Add(new VariableDeclaration(len, new MethodCall(parcel, "readInt")));
358 MethodCall* realCall = new MethodCall(THIS_VALUE, method->name.data);
361 c->statements->Add(new MethodCall(stubClass->transact_data
    [all...]
AST.cpp 273 MethodCall::MethodCall(const string& n)
280 MethodCall::MethodCall(Expression* o, const string& n)
287 MethodCall::MethodCall(Type* t, const string& n)
294 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...)
305 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...
    [all...]
  /dalvik/tests/003-omnibus-opcodes/
expected.txt 63 MethodCall ctor
  /prebuilt/sdk/tools/linux/
aidl 

Completed in 49 milliseconds