Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 2165) sorted by relevance

12345678910>>...87

/external/webkit/Source/WebCore/inspector/
DCodeGeneratorInspector.pm349 foreach my $function (@{$interface->functions}) {
350 if ($function->signature->extendedAttributes->{"event"}) {
351 generateFrontendFunction($interface, $function, $agent);
353 generateBackendFunction($interface, $function);
364 my $function = shift;
367 my $functionName = $function->signature->name;
370 …my @argsFiltered = grep($_->direction eq "out", @{$function->parameters}); # just keep only out pa…
379 my @function;
380 push(@function, "void ${frontendClassName}::${domain}::${functionName}(${arguments})");
381 push(@function, "{");
[all …]
DInjectedScript.cpp59 ScriptFunctionCall function(m_injectedScriptObject, "evaluate"); in evaluate() local
60 function.appendArgument(expression); in evaluate()
61 function.appendArgument(objectGroup); in evaluate()
62 function.appendArgument(includeCommandLineAPI); in evaluate()
63 makeObjectCall(errorString, function, result); in evaluate()
68 ScriptFunctionCall function(m_injectedScriptObject, "evaluateOn"); in evaluateOn() local
69 function.appendArgument(objectId); in evaluateOn()
70 function.appendArgument(expression); in evaluateOn()
71 makeObjectCall(errorString, function, result); in evaluateOn()
76 ScriptFunctionCall function(m_injectedScriptObject, "evaluateOnCallFrame"); in evaluateOnCallFrame() local
[all …]
/external/v8/src/
Druntime-profiler.cc111 static void GetICCounts(JSFunction* function, in GetICCounts() argument
118 function->shared()->code()->type_feedback_info(); in GetICCounts()
130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) { in Optimize() argument
131 ASSERT(function->IsOptimizable()); in Optimize()
134 function->PrintName(); in Optimize()
135 PrintF(" 0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(function->address())); in Optimize()
139 GetICCounts(function, &typeinfo, &total, &percentage); in Optimize()
146 function->MarkForLazyRecompilation(); in Optimize()
150 void RuntimeProfiler::AttemptOnStackReplacement(JSFunction* function) { in AttemptOnStackReplacement() argument
153 ASSERT(function->IsMarkedForLazyRecompilation()); in AttemptOnStackReplacement()
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp7 template<typename Signature> class function;
28 class function<R (Args...)> { class
31 function() : invoker (0) { } in function() function in function
32 function(const function& other) : invoker(0) { in function() function in function
37 template<typename F> function(const F& f) : invoker(0) { in function() function in function
41 ~function() { in ~function()
46 function& operator=(const function& other) { in operator =()
47 function(other).swap(*this); in operator =()
52 function& operator=(const F& f) { in operator =()
53 function(f).swap(*this); in operator =()
[all …]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DHandleMessage.h11 void callMemberFunction(const Arguments0&, C* object, MF function) in callMemberFunction() argument
13 (object->*function)(); in callMemberFunction()
17 void callMemberFunction(const Arguments1<P1>& args, C* object, MF function) in callMemberFunction() argument
19 (object->*function)(args.argument1); in callMemberFunction()
23 void callMemberFunction(const Arguments2<P1, P2>& args, C* object, MF function) in callMemberFunction() argument
25 (object->*function)(args.argument1, args.argument2); in callMemberFunction()
29 void callMemberFunction(const Arguments3<P1, P2, P3>& args, C* object, MF function) in callMemberFunction() argument
31 (object->*function)(args.argument1, args.argument2, args.argument3); in callMemberFunction()
35 void callMemberFunction(const Arguments4<P1, P2, P3, P4>& args, C* object, MF function) in callMemberFunction() argument
37 (object->*function)(args.argument1, args.argument2, args.argument3, args.argument4); in callMemberFunction()
[all …]
/external/skia/src/pdf/
DSkPDFShader.cpp206 SkString function("{pop\n"); // Just ditch the y value. in linearCode() local
207 tileModeCode(info.fTileMode, &function); in linearCode()
208 gradientFunctionCode(info, &function); in linearCode()
209 function.append("}"); in linearCode()
210 return function; in linearCode()
214 SkString function("{"); in radialCode() local
216 function.append("dup " // x y y in radialCode()
224 tileModeCode(info.fTileMode, &function); in radialCode()
225 gradientFunctionCode(info, &function); in radialCode()
226 function.append("}"); in radialCode()
[all …]
/external/bison/build-aux/snippet/
Dwarn-on-use.h68 # define _GL_WARN_ON_USE(function, message) \ argument
69 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
72 # define _GL_WARN_ON_USE(function, message) \ argument
73 extern __typeof__ (function) function
75 # define _GL_WARN_ON_USE(function, message) \ argument
88 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
89 extern rettype function parameters_and_attributes \
93 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
94 extern rettype function parameters_and_attributes
96 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/external/bison/linux-lib/
Dwarn-on-use.h5 # define _GL_WARN_ON_USE(function, message) \ argument
6 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
9 # define _GL_WARN_ON_USE(function, message) \ argument
10 extern __typeof__ (function) function
12 # define _GL_WARN_ON_USE(function, message) \ argument
25 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
26 extern rettype function parameters_and_attributes \
30 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
31 extern rettype function parameters_and_attributes
33 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/external/bison/darwin-lib/
Dwarn-on-use.h5 # define _GL_WARN_ON_USE(function, message) \ argument
6 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
9 # define _GL_WARN_ON_USE(function, message) \ argument
10 extern __typeof__ (function) function
12 # define _GL_WARN_ON_USE(function, message) \ argument
25 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
26 extern rettype function parameters_and_attributes \
30 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
31 extern rettype function parameters_and_attributes
33 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/external/llvm/bindings/ocaml/transforms/scalar/
Dllvm_scalar_opts.mli15 (** See the [llvm::createConstantPropogationPass] function. *)
20 (** See the [llvm::createSCCPPass] function. *)
24 (** See [llvm::createDeadStoreEliminationPass] function. *)
29 (** See The [llvm::createAggressiveDCEPass] function. *)
33 (** See the [llvm::createScalarReplAggregatesPass] function. *)
38 (** See the [llvm::createScalarReplAggregatesPassSSA] function. *)
43 (** See the [llvm::createScalarReplAggregatesWithThreshold] function. *)
49 (** See the [llvm::createIndVarSimplifyPass] function. *)
54 (** See the [llvm::createInstructionCombiningPass] function. *)
60 (** See the [llvm::createLICMPass] function. *)
[all …]
/external/clang/test/Parser/
Dskip-function-bodies.mm30 // CHECK: skip-function-bodies.mm:3:7: ClassDecl=A:3:7 (Definition) Extent=[3:1 - 14:2]
31 // CHECK: skip-function-bodies.mm:4:9: ClassDecl=B:4:9 (Definition) Extent=[4:3 - 4:13]
32 // CHECK: skip-function-bodies.mm:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:8]
33 // CHECK: skip-function-bodies.mm:7:3: CXXConstructor=A:7:3 Extent=[7:3 - 7:6]
34 // CHECK-NOT: skip-function-bodies.mm:8:12: StructDecl=C:8:12 (Definition) Extent=[8:5 - 10:6]
35 // CHECK-NOT: skip-function-bodies.mm:9:12: CXXMethod=d:9:12 (Definition) Extent=[9:7 - 9:18]
36 // CHECK: skip-function-bodies.mm:13:13: TypedefDecl=E:13:13 (Definition) Extent=[13:3 - 13:14]
37 // CHECK: skip-function-bodies.mm:13:11: TypeRef=class A::B:4:9 Extent=[13:11 - 13:12]
38 // CHECK: skip-function-bodies.mm:16:12: ObjCInterfaceDecl=F:16:12 Extent=[16:1 - 18:5]
39 // CHECK: skip-function-bodies.mm:17:10: ObjCInstanceMethodDecl=G:17:10 Extent=[17:1 - 17:12]
[all …]
/external/webkit/Source/JavaScriptCore/wtf/
DMainThread.cpp44 MainThreadFunction* function; member
48 …FunctionWithContext(MainThreadFunction* function = 0, void* context = 0, ThreadCondition* syncFlag… in FunctionWithContext()
49 : function(function) in FunctionWithContext()
56 return function == o.function in operator ==()
155 invocation.function(invocation.context); in dispatchFunctionsFromMainThread()
170 void callOnMainThread(MainThreadFunction* function, void* context) in callOnMainThread() argument
172 ASSERT(function); in callOnMainThread()
177 functionQueue().append(FunctionWithContext(function, context)); in callOnMainThread()
183 void callOnMainThreadAndWait(MainThreadFunction* function, void* context) in callOnMainThreadAndWait() argument
185 ASSERT(function); in callOnMainThreadAndWait()
[all …]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as14 function getChild(i:int):Tree;
16 function get childCount():int;
20 function get parent():Tree;
22 function set parent(t:Tree):void;
25 function hasAncestor(ttype:int):Boolean;
28 function getAncestor(ttype:int):Tree;
33 function get ancestors():Array;
37 function get childIndex():int;
39 function set childIndex(index:int):void;
42 function freshenParentAndChildIndexes():void;
[all …]
DBaseTreeAdaptor.as18 public function nil():Object {
33 public function errorNode(input:TokenStream, start:Token, stop:Token,
40 public function isNil(tree:Object):Boolean {
44 public function dupTree(tree:Object):Object {
52 public function dupTreeWithParent(t:Object, parent:Object):Object {
76 public function addChild(t:Object, child:Object):void {
108 public function becomeRoot(newRoot:Object, oldRoot:Object):Object {
136 public function rulePostProcessing(root:Object):Object {
152 public function createFromToken(tokenType:int, fromToken:Token, text:String = null):Object {
161 public function createFromType(tokenType:int, text:String):Object {
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DEnumsTest.java44 Function<String, TestEnum> function = Enums.valueOfFunction(TestEnum.class); in testValueOfFunction() local
45 assertEquals(TestEnum.CHEETO, function.apply("CHEETO")); in testValueOfFunction()
46 assertEquals(TestEnum.HONDA, function.apply("HONDA")); in testValueOfFunction()
47 assertEquals(TestEnum.POODLE, function.apply("POODLE")); in testValueOfFunction()
51 Function<String, TestEnum> function = Enums.valueOfFunction(TestEnum.class); in testValueOfFunction_caseSensitive() local
52 assertNull(function.apply("cHEETO")); in testValueOfFunction_caseSensitive()
53 assertNull(function.apply("Honda")); in testValueOfFunction_caseSensitive()
54 assertNull(function.apply("poodlE")); in testValueOfFunction_caseSensitive()
58 Function<String, TestEnum> function = Enums.valueOfFunction(TestEnum.class); in testValueOfFunction_nullWhenNotMatchingConstant() local
59 assertNull(function.apply("WOMBAT")); in testValueOfFunction_nullWhenNotMatchingConstant()
[all …]
DFunctionsTest.java91 Function<String, Integer> function = Functions.forMap(map); in testForMapWithoutDefault() local
93 assertEquals(1, function.apply("One").intValue()); in testForMapWithoutDefault()
94 assertEquals(3, function.apply("Three").intValue()); in testForMapWithoutDefault()
95 assertNull(function.apply("Null")); in testForMapWithoutDefault()
98 function.apply("Two"); in testForMapWithoutDefault()
104 .addEqualityGroup(function, Functions.forMap(map)) in testForMapWithoutDefault()
119 Function<String, Integer> function = Functions.forMap(map, 42); in testForMapWithDefault() local
121 assertEquals(1, function.apply("One").intValue()); in testForMapWithDefault()
122 assertEquals(42, function.apply("Two").intValue()); in testForMapWithDefault()
123 assertEquals(3, function.apply("Three").intValue()); in testForMapWithDefault()
[all …]
/external/qemu/
Dmodule.h18 #define module_init(function, type) \ argument
19 static void __attribute__((constructor)) do_qemu_init_ ## function(void) { \
20 register_module_init(function, type); \
30 #define block_init(function) module_init(function, MODULE_INIT_BLOCK) argument
31 #define device_init(function) module_init(function, MODULE_INIT_DEVICE) argument
32 #define machine_init(function) module_init(function, MODULE_INIT_MACHINE) argument
/external/guava/guava/src/com/google/common/base/
DFunctionalEquivalence.java41 private final Function<F, ? extends T> function; field in FunctionalEquivalence
45 Function<F, ? extends T> function, Equivalence<T> resultEquivalence) { in FunctionalEquivalence() argument
46 this.function = checkNotNull(function); in FunctionalEquivalence()
51 return resultEquivalence.equivalent(function.apply(a), function.apply(b)); in doEquivalent()
55 return resultEquivalence.hash(function.apply(a)); in doHash()
64 return function.equals(that.function) in equals()
71 return Objects.hashCode(function, resultEquivalence); in hashCode()
75 return resultEquivalence + ".onResultOf(" + function + ")"; in toString()
/external/webkit/Source/WebCore/bindings/scripts/
DCodeGeneratorV8.pm310 foreach my $function (@{$dataNode->functions}) {
311 my $name = $function->signature->name;
312 my $attrExt = $function->signature->extendedAttributes;
321 push(@enabledAtRuntime, $function);
608 my $function = shift;
612 my $funcName = $function->signature->name;
615 if ($function->signature->extendedAttributes->{"V8DoNotCheckSignature"}) {
619 my $newTemplateString = GenerateNewFunctionTemplate($function, $implClassName, $signature);
1040 $function = shift;
1043 my $name = $function->signature->name;
[all …]
/external/webkit/Source/WebKit2/Platform/
DWorkItem.h62 MemberFunctionWorkItem0(C* ptr, FunctionType function) in MemberFunctionWorkItem0() argument
64 , m_function(function) in MemberFunctionWorkItem0()
90 MemberFunctionWorkItem1(C* ptr, FunctionType function, T0 t0) in MemberFunctionWorkItem1() argument
92 , m_function(function) in MemberFunctionWorkItem1()
120 MemberFunctionWorkItem2(C* ptr, FunctionType function, T0 t0, T1 t1) in MemberFunctionWorkItem2() argument
122 , m_function(function) in MemberFunctionWorkItem2()
146 PassOwnPtr<WorkItem> WorkItem::create(C* ptr, void (C::*function)()) in create() argument
148 return adoptPtr(static_cast<WorkItem*>(new MemberFunctionWorkItem0<C>(ptr, function))); in create()
152 PassOwnPtr<WorkItem> WorkItem::create(C* ptr, void (C::*function)(T0), T0 t0) in create()
154 return adoptPtr(static_cast<WorkItem*>(new MemberFunctionWorkItem1<C, T0>(ptr, function, t0))); in create()
[all …]
/external/v8/test/preparser/
Dstrict-function-statement.pyt28 # In strict mode, function declarations may only appear as source elements.
31 # scopes (global scope, function scope, and nested function scope).
35 'function foo() {\n "use strict";\n' + source +'\n}\n',
38 'function foo() {\n "use strict";\n function bar() {\n' +
45 { function foo() { } }
49 try { function foo() { } } catch (e) { }
53 try { function foo() { } } finally { }
57 try { } catch (e) { function foo() { } }
61 try { } finally { function foo() { } }
65 for (;;) { function foo() { } }
[all …]
/external/guava/guava/src/com/google/common/collect/
DByFunctionOrdering.java36 final Function<F, ? extends T> function; field in ByFunctionOrdering
40 Function<F, ? extends T> function, Ordering<T> ordering) { in ByFunctionOrdering() argument
41 this.function = checkNotNull(function); in ByFunctionOrdering()
46 return ordering.compare(function.apply(left), function.apply(right)); in compare()
55 return this.function.equals(that.function) in equals()
62 return Objects.hashCode(function, ordering); in hashCode()
66 return ordering + ".onResultOf(" + function + ")"; in toString()
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/
Dqtwebkit_bridge_snippets.cpp16 toDataURL: function() { ... }, in wrapInFunction()
17 assignToHTMLImageElement: function(element) { ... } in wrapInFunction()
41 function loadImage() in wrapInFunction()
72 function runExample() { in wrapInFunction()
83 connect(function); in wrapInFunction()
86 function myInterestingScriptFunction() { ... } in wrapInFunction()
98 myQObject.somethingChanged.connect(thisObject, function) in wrapInFunction()
102 var onClicked = function() { print(this.x); }; in wrapInFunction()
106 myQObject.somethingChanged.disconnect(thisObject, function); in wrapInFunction()
109 connect(function); in wrapInFunction()
[all …]
/external/llvm/include/llvm/Config/
Dconfig.h.in33 /* Define to 1 if you have the `arc4random' function. */
36 /* Define to 1 if you have the `argz_append' function. */
39 /* Define to 1 if you have the `argz_create_sep' function. */
45 /* Define to 1 if you have the `argz_insert' function. */
48 /* Define to 1 if you have the `argz_next' function. */
51 /* Define to 1 if you have the `argz_stringify' function. */
57 /* Define to 1 if you have the `backtrace' function. */
60 /* Define to 1 if you have the `bcopy' function. */
63 /* Define to 1 if you have the `ceilf' function. */
69 /* Define to 1 if you have the `closedir' function. */
[all …]
/external/openssh/
Dconfig.h.in10 /* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
137 /* Define to 1 if the `getpgrp' function requires zero arguments. */
143 /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */
146 /* Define if your system glob() function has gl_matchc options in glob_t */
149 /* Define if your system glob() function has gl_statv options in glob_t */
173 /* Define to 1 if you have the `arc4random' function. */
176 /* Define to 1 if you have the `arc4random_buf' function. */
179 /* Define to 1 if you have the `arc4random_uniform' function. */
182 /* Define to 1 if you have the `asprintf' function. */
194 /* Define to 1 if you have the `aug_get_machine' function. */
[all …]

12345678910>>...87