HomeSort by relevance Sort by last modified time
    Searched refs:THIS_VALUE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/aidl/
generate_java.cpp 84 MethodCall* attach = new MethodCall(THIS_VALUE, "attachInterface",
85 2, THIS_VALUE, new LiteralExpression("DESCRIPTOR"));
98 asBinder->statements->Add(new ReturnStatement(THIS_VALUE));
358 MethodCall* realCall = new MethodCall(THIS_VALUE, method->name.data);
Type.h 459 extern Expression* THIS_VALUE;
Type.cpp 29 Expression* THIS_VALUE;
110 THIS_VALUE = new LiteralExpression("this");
    [all...]

Completed in 819 milliseconds