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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message_field.h 84 const char* method_prototype, const char* regular_case,
126 const char* method_prototype, const char* regular_case,
java_message_field.cc 191 const char* method_prototype,
195 printer->Print(variables_, method_prototype);
557 const char* method_prototype,
561 printer->Print(variables_, method_prototype);
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliParser.g 505 : METHOD_DIRECTIVE access_list member_name method_prototype statements_and_directives
507 -> ^(I_METHOD[$start, "I_METHOD"] member_name method_prototype access_list statements_and_directives);
597 method_prototype
703 | member_name method_prototype -> ^(I_ENCODED_METHOD reference_type_descriptor member_name method_prototype)
711 : reference_type_descriptor ARROW member_name method_prototype
712 -> reference_type_descriptor member_name method_prototype;
    [all...]
smaliTreeWalker.g 467 method_prototype returns[List<String> parameters, String returnType]
475 : SIMPLE_NAME method_prototype
481 for (String type: $method_prototype.parameters) {
488 $returnType = $method_prototype.returnType;
505 : reference_type_descriptor SIMPLE_NAME method_prototype
508 $method_prototype.parameters, $method_prototype.returnType);
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliParser.java 3719 public final smaliParser.method_prototype_return method_prototype() throws RecognitionException { method in class:smaliParser
    [all...]
smaliTreeWalker.java 2297 public final smaliTreeWalker.method_prototype_return method_prototype() throws RecognitionException { method in class:smaliTreeWalker
    [all...]

Completed in 353 milliseconds