HomeSort by relevance Sort by last modified time
    Searched refs:returnType (Results 101 - 125 of 291) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 531 Type returnType = machine.getPrototype().getReturnType();
539 if (!Merger.isPossiblyAssignableFrom(returnType, encountered)) {
541 "indicates " + returnType.toHuman() +
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 214 public function <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):<returnType()> \{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope.attributes:{a|<a.name>}; separator=", ">); \}}; separator="\n">
319 public final function <ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>):<returnType()> {
367 var retval:<returnType()> = new <returnType()>();
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 288 * @param returnType return type
291 public static String ofMethod(CtClass returnType, CtClass[] paramTypes) {
301 if (returnType != null)
302 toDescriptor(desc, returnType);
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 245 String returnType = parser.getAttributeValue(null, ATTRIBUTE_RETURN);
247 return new JDiffMethod(methodName, modifier, returnType);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
TypeUtils.java 168 String returnType = s.substring(0, space);
176 sb.append(map(returnType));
  /external/chromium_org/third_party/icu/source/common/
utracimp.h 98 * @param returnType The type of the value returned by the function.
103 utrace_exit(int32_t fnNumber, int32_t returnType, ...);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniforms.h 203 GLsizei bufSize, enum glsl_base_type returnType,
  /external/chromium_org/third_party/skia/src/animator/
SkScript.h 73 SkScriptEngine(SkOpType returnType);
SkScript2.h 39 SkScriptEngine2(SkOperand2::OpType returnType);
SkScript.cpp 180 SkScriptEngine::SkScriptEngine(SkOpType returnType) :
181 fTokenLength(0), fReturnType(returnType), fError(kNoError)
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java     [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 257 MethodInfo overriddenMethod, TypeInfo returnType, ArrayList<ParameterInfo> parameters,
282 mReturnType = returnType;
319 public TypeInfo returnType() {
548 returnType().makeHDF(data, base + ".returnType", false, typeVariables());
InfoBuilder.java 231 printTypeName(m.returnType());
262 printTypeName(m.returnType());
    [all...]
  /external/icu/icu4c/source/common/
utracimp.h 98 * @param returnType The type of the value returned by the function.
103 utrace_exit(int32_t fnNumber, int32_t returnType, ...);
  /external/mesa3d/src/mesa/main/
uniforms.h 203 GLsizei bufSize, enum glsl_base_type returnType,
  /external/skia/src/animator/
SkScript.h 73 SkScriptEngine(SkOpType returnType);
SkScript2.h 39 SkScriptEngine2(SkOperand2::OpType returnType);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
MethodTest.java 477 Type returnType = method.getGenericReturnType();
478 assertNotNull("getGenericReturnType returned null", returnType);
479 assertTrue(returnType instanceof TypeVariable<?>);
482 (TypeVariable<Class<ExceptionTest<?>>>) returnType;
    [all...]
  /libcore/libart/src/main/java/java/lang/reflect/
AbstractMethod.java 252 parser.returnType, parser.formalTypeParameters);
  /frameworks/base/core/java/android/view/
ViewDebug.java     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 413 public <returnType()> <ruleName>(<ruleDescriptor.parameterScope:parameterScope(scope=it)>) throw(antlr3::BaseRecognitionException)
462 <returnType()> retval = new <returnType()>();
1170 returnType() ::= <<
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 251 public <returnType()> <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec; separator=", "> { <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope.attributes:{a|<a.name>}; separator=", ">); \}}; separator="\n">
371 public final <returnType()> <ruleName>(<ruleDescriptor.parameterScope:parameterScope()>) throws <ruleDescriptor.throwsSpec:{x|<x>}; separator=", "> {
420 <returnType()> retval = new <returnType()>();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 273 - (<rule.ruleDescriptor:{ruleDescriptor|<returnType()>}>) <if(!rule.ruleDescriptor.isSynPred)>m<rule.ruleName><else><rule.ruleName>_fragment<endif> <if(rule.ruleDescriptor.parameterScope)><rule.ruleDescriptor.parameterScope:parameterScope()><endif>; }; separator="\n"><\n>
283 <ruleDescriptor:returnType()>
286 <ruleDescriptor:returnType()>
604 - (<rule.ruleDescriptor:{ruleDescriptor|<returnType()>}>)<if(!rule.ruleDescriptor.isSynPred)><rule.ruleName><else><rule.ruleName>_fragment<endif><if(rule.ruleDescriptor.parameterScope)><rule.ruleDescriptor.parameterScope:parameterScope()><endif>; }; separator="\n"><\n>
842 - (<returnType()>) <ruleName><ruleDescriptor.parameterScope:parameterScope()>
895 <returnType()> retval = [<ruleDescriptor:returnStructName()> new<ruleDescriptor:returnStructName()>];
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 236 def <ruleDescriptor.name>(<ruleDescriptor.parameterScope:parameterScope()>): <returnType()> = \{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name>(<ruleDescriptor.parameterScope.attributes:{a|<a.name>}; separator=", ">) \}}; separator="\n">
349 final def <ruleName>(<ruleDescriptor.parameterScope:parameterScope()>): <returnType()> = {
398 val retval = new <returnType()>()
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1402 milliseconds

1 2 3 45 6 7 8 91011>>