Searched defs:fun (Results 1 - 25 of 70) sorted by relevance

123

/external/v8/src/
H A Dapinatives.js72 var fun = %CreateApiFunction(data);
73 if (name) %FunctionSetName(fun, name);
74 cache[serialNumber] = fun;
76 fun.prototype = prototype ? Instantiate(prototype) : {};
77 %SetProperty(fun.prototype, "constructor", fun, DONT_ENUM);
81 fun.prototype.__proto__ = parent_fun.prototype;
83 ConfigureTemplateInstance(fun, data);
75 fun.prototype = prototype ? Instantiate(prototype) : {}; class
/external/clang/test/CodeGen/
H A D2009-01-05-BlockInlining.c10 static int fun(int x) { function
24 print(fun(x));
/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);
H A Dqual-id-test.cpp37 void fun() function in namespace:C
/external/v8/test/mjsunit/
H A Dfuzz-accessors.js54 var fun = function () { }; function
63 [fun, fun],
68 function runTest(fun) {
78 fun(obj, propertyName);
H A Dobject-literal-overwrite.js81 function fun(x) { function
86 assertEquals(7, fun(7) );
H A Dkeyed-ic.js180 function fun() { };
183 o.f = fun;
194 assertEquals(fun, property);
/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
/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/v8/test/mjsunit/compiler/
H A Dregress-funcaller.js31 function fun(x) { function
32 if (x == 0) return fun.caller;
38 A.prototype.f = fun;
/external/libffi/src/
H A Dprep_cif.c168 void (*fun)(ffi_cif*,void*,void**,void*),
171 return ffi_prep_closure_loc (closure, cif, fun, user_data, closure);
166 ffi_prep_closure(ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,void**,void*), void *user_data) argument
H A Djava_raw_api.c317 (*cl->fun) (cif, rvalue, raw, cl->user_data);
324 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*),
337 cl->fun = fun;
351 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*),
354 return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
322 ffi_prep_java_raw_closure_loc(ffi_java_raw_closure* cl, ffi_cif *cif, void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*), void *user_data, void *codeloc) argument
349 ffi_prep_java_raw_closure(ffi_java_raw_closure* cl, ffi_cif *cif, void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*), void *user_data) argument
H A Draw_api.c208 (*cl->fun) (cif, rvalue, raw, cl->user_data);
214 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
227 cl->fun = fun;
246 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
249 return ffi_prep_raw_closure_loc (cl, cif, fun, user_data, cl);
212 ffi_prep_raw_closure_loc(ffi_raw_closure* cl, ffi_cif *cif, void (*fun)(ffi_cif*,void*,ffi_raw*,void*), void *user_data, void *codeloc) argument
244 ffi_prep_raw_closure(ffi_raw_closure* cl, ffi_cif *cif, void (*fun)(ffi_cif*,void*,ffi_raw*,void*), void *user_data) argument
/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/clang/test/PCH/
H A Dstruct.h13 struct Fun *fun; variable in typeref:struct:Fun
/external/clang/test/SemaTemplate/
H A Dtemp_func_order.cpp92 void fun(CrazyFun cf) { function
/external/libffi/src/alpha/
H A Dffi.c175 void (*fun)(ffi_cif*, void*, void**, void*),
189 closure->fun = fun;
280 closure->fun (cif, rvalue, avalue, closure->user_data);
173 ffi_prep_closure_loc(ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*, void*, void**, void*), void *user_data, void *codeloc) argument
/external/libffi/src/arm/
H A Dffi.c224 (closure->fun) (cif, *respp, arg_area, closure->user_data);
294 void (*fun)(ffi_cif*,void*,void**,void*),
306 closure->fun = fun;
292 ffi_prep_closure_loc(ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,void**,void*), void *user_data, void *codeloc) argument
/external/libffi/src/x86/
H A Dffi.c267 (closure->fun) (cif, *respp, arg_area, closure->user_data);
344 void (*fun)(ffi_cif*,void*,void**,void*),
369 closure->fun = fun;
381 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
408 closure->fun = fun;
342 ffi_prep_closure_loc(ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,void**,void*), void *user_data, void *codeloc) argument
379 ffi_prep_raw_closure_loc(ffi_raw_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,ffi_raw*,void*), void *user_data, void *codeloc) argument
/external/libffi/src/frv/
H A Dffi.c232 (closure->fun) (cif, return_struct_ptr, avalue, closure->user_data);
238 (closure->fun) (cif, &rvalue, avalue, closure->user_data);
251 void (*fun)(ffi_cif*, void*, void**, void*),
283 closure->fun = fun;
249 ffi_prep_closure_loc(ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*, void*, void**, void*), void *user_data, void *codeloc) argument
/external/libffi/src/m68k/
H A Dffi.c246 (closure->fun) (cif, resp, arg_area, closure->user_data);
254 void (*fun)(ffi_cif*,void*,void**,void*),
274 closure->fun = fun;
252 ffi_prep_closure_loc(ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,void**,void*), void *user_data, void *codeloc) argument
/external/libffi/src/sh64/
H A Dffi.c299 void (*fun)(ffi_cif*, void*, void**, void*),
329 closure->fun = fun;
448 (closure->fun) (cif, rvalue, avalue, closure->user_data);
297 ffi_prep_closure(ffi_closure *closure, ffi_cif *cif, void (*fun)(ffi_cif*, void*, void**, void*), void *user_data) argument

Completed in 822 milliseconds

123