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

1 2 3 4 56 7 8 91011>>

  /external/skia/src/animator/
SkScript.cpp 180 SkScriptEngine::SkScriptEngine(SkOpType returnType) :
181 fTokenLength(0), fReturnType(returnType), fError(kNoError)
    [all...]
SkScriptTokenizer.cpp 122 SkScriptEngine2::SkScriptEngine2(SkOperand2::OpType returnType) : fActiveStream(&fStream),
123 fTokenLength(0), fReturnType(returnType), fError(kNoError),
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 154 void fsEmitFunction(GrSLType returnType,
GrGLShaderBuilder.cpp 535 void GrGLShaderBuilder::fsEmitFunction(GrSLType returnType,
541 fFSFunctions.append(GrGLSLTypeString(returnType));
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 456 LSI->ReturnType = CallOperator->getReturnType();
458 if (!LSI->ReturnType->isDependentType() &&
459 !LSI->ReturnType->isVoidType()) {
460 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType,
590 QualType returnType) {
595 if (S.Context.hasSameType(retValue->getType(), returnType))
599 assert(returnType->isIntegralOrUnscopedEnumerationType());
605 E = ImplicitCastExpr::Create(S.Context, returnType, CK_IntegralCast,
618 assert(CSI.ReturnType.isNull() || !CSI.ReturnType->isUndeducedType());
    [all...]
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 154 void fsEmitFunction(GrSLType returnType,
GrGLShaderBuilder.cpp 535 void GrGLShaderBuilder::fsEmitFunction(GrSLType returnType,
541 fFSFunctions.append(GrGLSLTypeString(returnType));
    [all...]
  /frameworks/base/tools/aidl/
AST.h 321 Type* returnType;
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 429 QualType returnType,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 323 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope:parameterScope()>) <!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope.attributes:{a|<a.name; format="id">}; separator=", ">); \}}; separator="\n">
519 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleName; format="id">(<ruleDescriptor.parameterScope:parameterScope()>)
590 <returnType(ruleDescriptor)> retval = new <returnType(ruleDescriptor)>();
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 315 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope:parameterScope()>) <!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif><ruleDescriptor.grammar:delegateName()>.<ruleDescriptor.name; format="id">(<ruleDescriptor.parameterScope.attributes:{a|<a.name; format="id">}; separator=", ">); \}}; separator="\n">
497 <ruleModifier(grammar=grammar,ruleDescriptor=ruleDescriptor)> <returnType(ruleDescriptor)> <ruleName; format="id">(<ruleDescriptor.parameterScope:parameterScope()>)
568 <returnType(ruleDescriptor)> retval = new <returnType(ruleDescriptor)>(<if(ruleDescriptor.returnScope.attributes)>this<endif>);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 394 my $retval = <returnType()>->new();
    [all...]
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /dalvik/dexdump/
DexDump.cpp     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 841 <returnType()>
844 <returnType()>
    [all...]
  /frameworks/testing/espresso/libs/
dagger-compiler-1.2.1.jar 
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 230 .returnType()));
505 m.setReturnType(convertTypeReference(method.returnType()));
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
jsdoc-validator.jar 
  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp 122 SkScriptEngine2::SkScriptEngine2(SkOperand2::OpType returnType) : fActiveStream(&fStream),
123 fTokenLength(0), fReturnType(returnType), fError(kNoError),
    [all...]
  /external/doclava/src/com/google/doclava/
Converter.java 406 Converter.obtainType(m.returnType()),
427 Converter.obtainType(m.returnType()),
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
asm-util-3.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
asm-util-4.0.jar 

Completed in 1015 milliseconds

1 2 3 4 56 7 8 91011>>