Searched refs:fun (Results 1 - 25 of 132) sorted by relevance

123456

/external/clang/test/CodeGenCXX/
H A D2003-12-08-ArrayOfPtrToMemberFunc.cpp4 void fun ();
8 static memfunptr jumpTable[] = { &Evil::fun };
10 void Evil::fun() { function in class:Evil
/external/clang/test/SemaCXX/
H A Dwritable-strings-deprecated.cpp6 char *fun(void) function
H A Dgoto2.cpp9 void fun(const char* text) { function
44 fun(ptr);
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptfunction_p.h33 QNativeFunctionData(QScriptEnginePrivate* engine, QScriptEngine::FunctionSignature fun) argument
35 , fun(fun)
40 QScriptEngine::FunctionSignature fun; member in struct:QNativeFunctionData
45 QNativeFunctionWithArgData(QScriptEnginePrivate* engine, QScriptEngine::FunctionWithArgSignature fun, void* arg) argument
47 , fun(fun)
53 QScriptEngine::FunctionWithArgSignature fun; member in struct:QNativeFunctionWithArgData
H A Dqscriptengine.cpp263 Creates a QScriptValue that wraps a native (C++) function. \a fun
265 \a length is the number of arguments that \a fun expects; this becomes
305 QScriptValue QScriptEngine::newFunction(QScriptEngine::FunctionSignature fun, int length) argument
307 return QScriptValuePrivate::get(d_ptr->newFunction(fun, 0, length));
311 Creates a constructor function from \a fun, with the given \a length.
335 QScriptValue QScriptEngine::newFunction(QScriptEngine::FunctionSignature fun, const QScriptValue& prototype, int length) argument
337 return QScriptValuePrivate::get(d_ptr->newFunction(fun, QScriptValuePrivate::get(prototype), length));
344 QScriptValue QScriptEngine::newFunction(QScriptEngine::FunctionWithArgSignature fun, void* arg) argument
346 return QScriptValuePrivate::get(d_ptr->newFunction(fun, arg));
/external/valgrind/main/
H A Dglibc-2.X-drd.supp30 fun:write
46 # fun:_ZNSsC1ERKSs
52 fun:pthread_cond_broadcast@*
53 fun:__cxa_guard_release
65 fun:pthread_create*
70 fun:pthread_join
71 fun:pthread_join
77 fun:__deallocate_stack
82 fun:__free_stacks
88 fun
[all...]
/external/clang/test/PCH/
H A Dstruct.c15 return fun->is_ptr? fun->ptr : 0;
26 int *int_ptr_fail = &fun->is_ptr; // expected-error{{address of bit-field requested}}
H A Dstruct.h13 struct Fun *fun; variable in typeref:struct:Fun
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp4.cpp15 template<typename S> void fun(const int* const S::* member) {} function in namespace:PR12132
18 fun(&A::x);
/external/clang/test/CodeGen/
H A D2009-01-05-BlockInlining.c10 static int fun(int x) { function
24 print(fun(x));
/external/clang/test/Sema/
H A Dinvalid-decl.c27 FunctionType fun; // expected-error {{field 'fun' declared as a function}} member in struct:__anon4558
30 buf->fun = 0;
/external/v8/test/mjsunit/
H A Dfuzz-accessors.js54 var fun = function () { }; function
63 [fun, fun],
68 function runTest(fun) {
78 fun(obj, propertyName);
/external/v8/test/cctest/
H A Dtest-random.cc50 void TestSeeds(Handle<JSFunction> fun, argument
60 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
62 CHECK(fun->IsOptimized());
89 Handle<JSFunction> fun(JSFunction::cast(fun_object->ToObjectChecked()));
92 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
93 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
94 if (!fun->IsOptimized()) fun->MarkForLazyRecompilation();
97 TestSeeds(fun, context, 0xC0C0AFFE, 0x31415926);
98 TestSeeds(fun, contex
[all...]
H A Dtest-compiler.cc137 Handle<JSFunction> fun = Compile(buffer.start()); local
138 if (fun.is_null()) return -1;
142 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
156 Handle<JSFunction> fun = Compile("result = x + y;"); local
157 if (fun.is_null()) return -1;
163 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
177 Handle<JSFunction> fun = Compile("if (x < 0) result = -x; else result = x;"); local
178 if (fun.is_null()) return -1;
183 Execution::Call(fun, global, 0, NULL, &has_pending_exception);
197 Handle<JSFunction> fun local
221 Handle<JSFunction> fun = Compile(source); local
254 Handle<JSFunction> fun = Compile(source); local
269 Handle<JSFunction> fun = Compile(source); local
358 v8::Local<v8::Function> fun = local
[all...]
/external/v8/src/
H A Dapinatives.js75 var fun = %CreateApiFunction(data);
76 if (name) %FunctionSetName(fun, name);
77 cache[serialNumber] = fun;
82 fun.prototype = typeof prototype === 'undefined' ?
85 %FunctionSetReadOnlyPrototype(fun);
87 %SetProperty(fun.prototype, "constructor", fun, DONT_ENUM);
93 fun.prototype.__proto__ = parent_fun.prototype;
95 ConfigureTemplateInstance(fun, data);
79 fun.prototype = typeof prototype === 'undefined' ? class
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/
H A Dircproxy_unittest.py37 def fun(): function in function:IRCProxyTest.test_trivial
43 OutputCapture().assert_outputs(self, fun, expected_stderr=expected_stderr)
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dpromise.js73 * @param {!Function} fun The function to call.
75 addListener: function(fun) {
77 fun(this.value);
79 this.callbacks_.push(fun);
84 * @param {!Function} fun The function to remove.
86 removeListener: function(fun) {
87 var i = this.callbacks_.indexOf(fun);
115 * When a future promise is done call {@code fun}. This also calls the
118 * @param {!Function} fun The function to call when the promise is fulfilled.
120 Promise.when = function(p, fun) {
[all...]
/external/valgrind/tsan/
H A Dignore.h9 string fun; member in struct:IgnoreTriple
13 IgnoreTriple(string ifun, string iobj, string ifile) : fun(ifun) {
25 IgnoreFun(string fun) : IgnoreTriple(fun, "*", "*") {} argument
47 const string& fun,
H A Dignore.cc51 } else if (CutStringPrefixIfPresent(input_line, "fun:", &tail)) {
79 const string& fun,
83 if ((fun.size() == 0 || StringMatch(v[i].fun, fun)) &&
86 if ((fun.size() == 0 || v[i].fun == "*") &&
92 // fun="fun", obj="obj.o", file="".
78 TripleVectorMatchKnown(const vector<IgnoreTriple>& v, const string& fun, const string& obj, const string& file) argument
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js54 function TryObject( value, fun, exception ) {
59 this.check = fun;
H A Dtry-007.js57 function TryObject( value, fun, exception ) {
61 this.check = fun;
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptengine/
H A Dtst_qscriptengine.cpp96 QScriptValue fun = eng.newFunction(myFunction); local
97 QCOMPARE(fun.isValid(), true);
98 QCOMPARE(fun.isFunction(), true);
99 QCOMPARE(fun.isObject(), true);
100 // QCOMPARE(fun.scriptClass(), (QScriptClass*)0);
103 QScriptValue prot = fun.property("prototype", QScriptValue::ResolveLocal);
105 QVERIFY(prot.property("constructor").strictlyEquals(fun));
107 QCOMPARE(fun.propertyFlags("prototype"), QScriptValue::Undeletable);
112 QCOMPARE(fun.prototype().isValid(), true);
113 QCOMPARE(fun
122 QScriptValue fun = eng.newFunction(myFunctionWithArg, reinterpret_cast<void*>(&expectedResult)); local
147 QScriptValue fun = eng.newFunction(myFunction, proto); local
168 QScriptValue fun = eng.newFunction(myFunctionThatReturns); local
179 QScriptValue fun = eng.newFunction(myFunctionThatReturnsWithoutEngine); local
193 QScriptValue fun = eng.newFunction(myFunctionThatReturnsWrongEngine, reinterpret_cast<void*>(&wrongEngine)); local
609 QScriptValue fun = eng.evaluate("(function foo () { return null; });"); local
[all...]
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
H A Dp1.cpp29 void fun(int p1[], Incomplete p2[10]);
/external/v8/test/mjsunit/compiler/
H A Dregress-funcaller.js33 function fun(x) { function
34 if (x == 0) return fun.caller;
40 A.prototype.f = fun;
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-3184.js72 map : function(fun) {
73 if (typeof fun != "function") throw new TypeError();
77 for (var i = 0; i < len; i++) { if (i in this) res[i] = fun.call(thisp, this[i], i, this); }

Completed in 831 milliseconds

123456