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

  /external/smali/smalidea/testData/
InvalidMethod2.txt 31 SmaliMethodPrototype(METHOD_PROTOTYPE)
47 SmaliMethodPrototype(METHOD_PROTOTYPE)
InvalidMethod3.txt 16 SmaliMethodPrototype(METHOD_PROTOTYPE)
36 SmaliMethodPrototype(METHOD_PROTOTYPE)
61 SmaliMethodPrototype(METHOD_PROTOTYPE)
InvalidMethod4.txt 17 SmaliMethodPrototype(METHOD_PROTOTYPE)
38 SmaliMethodPrototype(METHOD_PROTOTYPE)
64 SmaliMethodPrototype(METHOD_PROTOTYPE)
InvalidMethod.txt 31 SmaliMethodPrototype(METHOD_PROTOTYPE)
ParamListInvalidParameter.txt 30 SmaliMethodPrototype(METHOD_PROTOTYPE)
SuperClassInvalidSyntax2.txt 29 SmaliMethodPrototype(METHOD_PROTOTYPE)
InvalidLocal.txt 17 SmaliMethodPrototype(METHOD_PROTOTYPE)
46 SmaliMethodPrototype(METHOD_PROTOTYPE)
InvalidParameter.txt 17 SmaliMethodPrototype(METHOD_PROTOTYPE)
51 SmaliMethodPrototype(METHOD_PROTOTYPE)
InvalidInstruction.txt 16 SmaliMethodPrototype(METHOD_PROTOTYPE)
65 SmaliMethodPrototype(METHOD_PROTOTYPE)
118 SmaliMethodPrototype(METHOD_PROTOTYPE)
154 SmaliMethodPrototype(METHOD_PROTOTYPE)
192 SmaliMethodPrototype(METHOD_PROTOTYPE)
InvalidMethodReference.txt 16 SmaliMethodPrototype(METHOD_PROTOTYPE)
59 SmaliMethodPrototype(METHOD_PROTOTYPE)
103 SmaliMethodPrototype(METHOD_PROTOTYPE)
153 SmaliMethodPrototype(METHOD_PROTOTYPE)
204 SmaliMethodPrototype(METHOD_PROTOTYPE)
MissingDotDot.txt 17 SmaliMethodPrototype(METHOD_PROTOTYPE)
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/
SmaliMethodPrototypeElementType.java 51 super("METHOD_PROTOTYPE");
55 return "smali.method_prototype";
  /external/smali/smali/src/main/antlr/
smaliParser.g 487 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
489 -> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directives);
584 method_prototype
696 | member_name method_prototype -> ^(I_ENCODED_METHOD reference_type_descriptor? member_name method_prototype)
703 : (reference_type_descriptor ARROW)? member_name method_prototype
704 -> reference_type_descriptor? member_name method_prototype;
    [all...]
smaliTreeWalker.g 468 method_prototype returns[List<String> parameters, String returnType]
476 : SIMPLE_NAME method_prototype
482 for (String type: $method_prototype.parameters) {
489 $returnType = $method_prototype.returnType;
506 : reference_type_descriptor? SIMPLE_NAME method_prototype
515 $method_prototype.parameters, $method_prototype.returnType);
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliMethodPrototype.java 44 super(stub, SmaliElementTypes.METHOD_PROTOTYPE);
SmaliMethod.java 100 return getRequiredStubOrPsiChild(SmaliElementTypes.METHOD_PROTOTYPE);
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/
SmaliMethodPrototypeStub.java 45 super(parent, SmaliElementTypes.METHOD_PROTOTYPE);
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_field.h 94 const char* method_prototype, const char* regular_case,
160 const char* method_prototype, const char* regular_case,
java_message_field.cc 226 const char* method_prototype,
230 printer->Print(variables_, method_prototype);
877 const char* method_prototype,
881 printer->Print(variables_, method_prototype);
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
SmaliElementTypes.java 43 public static final SmaliMethodPrototypeElementType METHOD_PROTOTYPE = SmaliMethodPrototypeElementType.INSTANCE;
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 3849 public final smaliParser.method_prototype_return method_prototype() throws RecognitionException { method in class:smaliParser
    [all...]
smaliTreeWalker.java 2281 public final smaliTreeWalker.method_prototype_return method_prototype() throws RecognitionException { method in class:smaliTreeWalker
    [all...]
  /external/smali/smalidea/src/main/antlr/
smalideaParser.g 316 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
422 method_prototype
425 { marker.done(SmaliElementTypes.METHOD_PROTOTYPE); };
    [all...]

Completed in 390 milliseconds