Home
last modified time | relevance | path

Searched defs:MethodDescription (Results 1 – 4 of 4) sorted by relevance

/external/cronet/build/android/bytecode/java/org/chromium/bytecode/
DMethodDescription.java7 class MethodDescription { class
13 public MethodDescription(String methodName, String description, int access) { in MethodDescription() method in MethodDescription
/external/angle/build/android/bytecode/java/org/chromium/bytecode/
DMethodDescription.java7 class MethodDescription { class
13 public MethodDescription(String methodName, String description, int access) { in MethodDescription() method in MethodDescription
/external/antlr/runtime/Ruby/test/unit/
Dtest-template.rb9 MethodDescription = Struct.new( :name, :body, :arguments ) constant
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp883 std::pair<const IdentifierInfo *, Selector> MethodDescription = {odInfo, S}; in checkPostObjCMessage() local