Home
last modified time | relevance | path

Searched refs:checkType (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/
DFullyQualifiedClassNameChecker.java70 checkType(classSpecification.annotationType); in checkClassSpecifications()
72 checkType(classSpecification.extendsAnnotationType); in checkClassSpecifications()
95 checkType(memberSpecification.annotationType); in checkMemberSpecifications()
99 checkType(memberSpecification.descriptor); in checkMemberSpecifications()
121 checkType(internalTypeEnumeration.returnType()); in checkDescriptor()
125 checkType(internalTypeEnumeration.nextType()); in checkDescriptor()
135 private void checkType(String type) in checkType() method in FullyQualifiedClassNameChecker
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
DMixed.pm216 elsif ($type =~ /^[=:]/ and ref($checkType)) {
217 $value = &$checkType($i,$value,$option,$type);
/external/llvm/lib/VMCore/
DValue.cpp38 static inline Type *checkType(Type *Ty) { in checkType() function
45 SubclassOptionalData(0), SubclassData(0), VTy((Type*)checkType(ty)), in Value()
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorV8.pm3192 my $checkType = $implInclude;
3193 $checkType =~ s/\.h//;
3198 … print $IMPL "#include \"$implInclude\"\n" unless $codeGenerator->IsSVGAnimatedType($checkType);
DCodeGeneratorJS.pm2797 my $checkType = $include;
2798 $checkType =~ s/\.h//;
2799 next if $codeGenerator->IsSVGAnimatedType($checkType);