Searched refs:functionType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DChromeCodingConvention.java49 public void applySingletonGetter(FunctionType functionType, argument
51 super.applySingletonGetter(functionType, getterType, objectType);
52 functionType.defineDeclaredProperty("getInstance", getterType,
53 functionType.getSource());
54 functionType.defineDeclaredProperty("instance_", objectType,
55 functionType.getSource());
/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp92 EXPECT_TRUE(Verifier.match("void f() {}", typeLoc(loc(functionType()))));
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
H A Dhandlebars-1.0.0.beta.6.js29 var toString = Object.prototype.toString, functionType = "[object Function]";
38 if(type === functionType) { context = context.call(this); }
74 if(type === functionType) { context = context.call(this); }
1323 this.context.aliases.functionType = '"function"';
1325 this.source.push("if(" + condition + "typeof " + id + " === functionType) { " + nextStack + " = " + id + ".call(" + paramString + "); }");
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp3386 bool WebGLRenderingContextBase::validateTexFunc(const char* functionName, TexFuncValidationFunctionType functionType, TexFuncValidationSourceType sourceType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset) argument
3388 if (!validateTexFuncParameters(functionName, functionType, target, level, internalformat, width, height, border, format, type))
3395 if (functionType == NotTexSubImage2D) {
4751 bool WebGLRenderingContextBase::validateTexFuncDimensions(const char* functionName, TexFuncValidationFunctionType functionType, argument
4772 if (functionType != TexSubImage2D && width != height) {
4790 bool WebGLRenderingContextBase::validateTexFuncParameters(const char* functionName, TexFuncValidationFunctionType functionType, GLenum target, argument
4799 if (!validateTexFuncDimensions(functionName, functionType, target, level, width, height))
4963 bool WebGLRenderingContextBase::validateCompressedTexDimensions(const char* functionName, TexFuncValidationFunctionType functionType, GLenum target, GLint level, GLsizei width, GLsizei height, GLenum format) argument
4965 if (!validateTexFuncDimensions(functionName, functionType, target, level, width, height))
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp165 REGISTER_MATCHER(functionType);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp761 qualType(functionType(), forEach(qualType(isInteger()).bind("x"))),
3771 EXPECT_TRUE(matches("int (*f)(int);", functionType()));
3772 EXPECT_TRUE(matches("void f(int i) {}", functionType()));
3782 varDecl(hasType(pointsTo(parenType(innerType(functionType())))))));
3785 varDecl(hasType(pointsTo(parenType(innerType(functionType())))))));
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3167 /// functionType()
3169 AST_TYPE_MATCHER(FunctionType, functionType);
3191 /// \c varDecl(hasType(pointsTo(parenType(innerType(functionType()))))) matches
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/clang/lib/Sema/
H A DTreeTransform.h9692 QualType functionType = local
9695 blockScope->FunctionType = functionType;

Completed in 213 milliseconds