Searched defs:Function (Results 201 - 225 of 230) sorted by relevance

12345678910

/external/clang/tools/libclang/
H A DCIndex.cpp3642 if (V->getKind() == Decl::Function) {
4412 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(D)) {
4415 OS << *Function; local
4416 if (Function->getPrimaryTemplate())
4419 for (unsigned I = 0, N = Function->getNumParams(); I != N; ++I) {
4422 OS << Function->getParamDecl(I)->getType().getAsString(Policy);
4425 if (Function->isVariadic()) {
4426 if (Function->getNumParams())
5664 case Decl::Function:
/external/v8/include/
H A Dv8.h76 class Function;
1429 Local<Function> CompileFunctionInContext(
1435 static V8_WARN_UNUSED_RESULT MaybeLocal<Function> CompileFunctionInContext(
3051 void SetAccessorProperty(Local<Name> name, Local<Function> getter,
3052 Local<Function> setter = Local<Function>(),
3319 * Note: This method behaves like the Function::NewInstance method.
3502 Local<Function> Callee() const);
3555 * `Reflect.get`, `Function.prototype.call`, or similar functions, it is the
3652 class V8_EXPORT Function class in namespace:v8
[all...]
/external/v8/src/
H A Dapi.cc2281 MaybeLocal<Function> ScriptCompiler::CompileFunctionInContext(
2286 Function);
2300 return Local<Function>();
2306 RETURN_ON_FAILED_EXECUTION(Function);
2312 RETURN_ON_FAILED_EXECUTION(Function);
2323 RETURN_ON_FAILED_EXECUTION(Function);
2339 RETURN_ON_FAILED_EXECUTION(Function);
2344 RETURN_ON_FAILED_EXECUTION(Function);
2352 if (!extension->IsJSObject()) return Local<Function>();
2388 RETURN_ON_FAILED_EXECUTION(Function);
2408 Function); local
6546 RETURN_TO_LOCAL_UNCHECKED(GetFunction(context), Function); local
9513 Local<Function> debug::GeneratorObject::Function() { function in class:v8::debug::GeneratorObject
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h525 GLenum Func; /**< Function for depth buffer compare */
844 GLenum Function[3]; /**< Stencil function */ member in struct:gl_stencil_attrib
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 732 milliseconds

12345678910