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

  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 76 * OptFormalTypeParams "(" {TypeSignature} ")" ReturnType {ThrowsSignature}.
134 public ITypeReference parseNonGenericType(String typeSignature) {
135 setInput(null, typeSignature);
143 public ITypeReference parseNonGenericReturnType(String typeSignature) {
144 setInput(null, typeSignature);
543 // "(" {TypeSignature} ")" ReturnType {ThrowsSignature}.
571 // ReturnType ::= TypeSignature | "V".
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
GenericSignatureParser.java 60 * OptFormalTypeParams "(" {TypeSignature} ")" ReturnType {ThrowsSignature}.
392 // "(" {TypeSignature} ")" ReturnType {ThrowsSignature}.
420 // ReturnType ::= TypeSignature | "V".

Completed in 526 milliseconds