HomeSort by relevance Sort by last modified time
    Searched defs:fun (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/CodeGen/
2009-01-05-BlockInlining.c 10 static int fun(int x) { function
24 print(fun(x));
  /external/clang/test/SemaCXX/
writable-strings-deprecated.cpp 6 char *fun(void) function
goto2.cpp 9 void fun(const char* text) { function
44 fun(ptr);
qual-id-test.cpp 37 void fun() function in namespace:C
  /external/v8/src/
apinatives.js 72 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
messages.cc 147 Handle<JSFunction> fun = local
156 Execution::TryCall(fun,
d8-debug.cc 91 Local<Function> fun = Function::Cast(*exec_state->Get(fun_name)); local
93 Object::Cast(*fun->Call(exec_state, 0, NULL));
127 Handle<Function> fun; local
136 fun = Handle<Function>::Cast(cmd_processor->Get(fun_name));
138 Handle<Value> response_val = fun->Call(cmd_processor, kArgc, args);
string-stream.cc 465 JSFunction* fun = JSFunction::cast(f); local
466 Object* perhaps_context = fun->unchecked_context();
470 Context* context = fun->context();
492 JSFunction* fun = JSFunction::cast(f); local
494 PrintPrototype(fun, receiver);
495 *code = fun->code();
533 void StringStream::PrintPrototype(JSFunction* fun, Object* receiver) {
534 Object* name = fun->shared()->name();
539 Object* key = JSObject::cast(p)->SlowReverseLookup(fun);
560 PrintName(fun->shared()->name())
    [all...]
  /external/clang/test/CodeGenCXX/
2003-12-08-ArrayOfPtrToMemberFunc.cpp 4 void fun ();
8 static memfunptr jumpTable[] = { &Evil::fun };
10 void Evil::fun() { function in class:Evil
  /external/v8/test/mjsunit/
fuzz-accessors.js 54 var fun = function () { }; function
63 [fun, fun],
68 function runTest(fun) {
78 fun(obj, propertyName);
object-literal-overwrite.js 81 function fun(x) { function
86 assertEquals(7, fun(7) );
keyed-ic.js 180 function fun() { };
183 o.f = fun;
194 assertEquals(fun, property);
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptfunction_p.h 33 QNativeFunctionData(QScriptEnginePrivate* engine, QScriptEngine::FunctionSignature fun)
35 , fun(fun)
40 QScriptEngine::FunctionSignature fun; member in struct:QNativeFunctionData
45 QNativeFunctionWithArgData(QScriptEnginePrivate* engine, QScriptEngine::FunctionWithArgSignature fun, void* arg)
47 , fun(fun)
53 QScriptEngine::FunctionWithArgSignature fun; member in struct:QNativeFunctionWithArgData
  /external/webkit/Tools/Scripts/webkitpy/common/net/irc/
ircproxy_unittest.py 37 def fun(): function in function:IRCProxyTest.test_trivial
43 OutputCapture().assert_outputs(self, fun, expected_stderr=expected_stderr)
  /external/v8/test/mjsunit/compiler/
regress-funcaller.js 31 function fun(x) { function
32 if (x == 0) return fun.caller;
38 A.prototype.f = fun;
  /external/valgrind/tsan/
ignore.h 9 string fun; member in struct:IgnoreTriple
13 IgnoreTriple(string ifun, string iobj, string ifile) : fun(ifun) {
25 IgnoreFun(string fun) : IgnoreTriple(fun, "*", "*") {}
47 const string& fun,
  /external/clang/test/PCH/
struct.h 11 struct Fun;
13 struct Fun *fun; variable in typeref:struct:Fun
15 struct Fun {
  /external/clang/test/SemaTemplate/
temp_func_order.cpp 92 void fun(CrazyFun cf) { function
  /external/skia/src/xml/
SkJS.cpp 119 JSFunction *fun; local
146 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
147 ok = (fun != NULL);
  /external/v8/test/cctest/
test-deoptimization.cc 102 v8::Local<v8::Function> fun = local
104 return v8::Utils::OpenHandle(*fun);
238 v8::Local<v8::Function> fun = local
240 Handle<v8::internal::JSFunction> f = v8::Utils::OpenHandle(*fun);
test-accessors.cc 61 Local<Function> fun = fun_templ->GetFunction(); local
62 env->Global()->Set(v8_str("Fun"), fun);
63 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;");
test-compiler.cc 137 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...]
test-log-stack-tracer.cc 250 Local<Function> fun = constructor_template->GetFunction(); local
251 env->Global()->Set(v8_str(constructor_name), fun); local
  /external/libffi/darwin-x86/
ffi.h 255 void (*fun)(ffi_cif*,void*,void**,void*); member in struct:__anon7559
265 void (*fun)(ffi_cif*,void*,void**,void*),
271 void (*fun)(ffi_cif*,void*,void**,void*),
291 void (*fun)(ffi_cif*,void*,ffi_raw*,void*); member in struct:__anon7560
312 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*); member in struct:__anon7561
320 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
326 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
333 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*),
339 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*),
  /external/libffi/include/
ffi_real.h 256 void (*fun)(ffi_cif*,void*,void**,void*); member in struct:__anon7567
266 void (*fun)(ffi_cif*,void*,void**,void*),
272 void (*fun)(ffi_cif*,void*,void**,void*),
292 void (*fun)(ffi_cif*,void*,ffi_raw*,void*); member in struct:__anon7568
313 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*); member in struct:__anon7569
321 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
327 void (*fun)(ffi_cif*,void*,ffi_raw*,void*),
334 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*),
340 void (*fun)(ffi_cif*,void*,ffi_java_raw*,void*),

Completed in 466 milliseconds

1 2