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

1 2 3 4

  /ndk/tests/build/issue52819-STLPORT_FORCE_REBUILD/jni/
my_jni_module.cpp 1 int fun(int i) function
  /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 10 void fun(const char* text) { function
45 fun(ptr);
qual-id-test.cpp 37 void fun() function in namespace:C
  /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
microsoft-uuidof.cpp 37 void fun() { function
  /external/skia/tests/
PathOpsExtendedTest.h 21 void (*fun)(skiatest::Reporter*); member in struct:TestDesc
  /external/v8/src/
apinatives.js 75 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/chromium_org/v8/test/mjsunit/
debug-stepin-positions.js 36 function TestCase(fun) {
57 fun();
108 var fun = function() {
114 TestCase(fun);
117 var fun = function() {
123 TestCase(fun);
127 var fun = (function(p) {
134 TestCase(fun);
137 var fun = (function(p) {
142 TestCase(fun);
    [all...]
fuzz-accessors.js 54 var fun = function () { }; function
63 [fun, fun],
68 function runTest(fun) {
78 fun(obj, propertyName);
object-literal-overwrite.js 97 function fun(x) { function
102 assertEquals(7, fun(7) );
keyed-ic.js 180 function fun() { };
183 o.f = fun;
194 assertEquals(fun, property);
  /external/chromium_org/v8/src/
apinatives.js 75 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 %SetPrototype(fun.prototype, parent_fun.prototype);
95 ConfigureTemplateInstance(fun, data);
79 fun.prototype = typeof prototype === 'undefined' ? class
  /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/chromium_org/v8/test/mjsunit/compiler/
regress-funcaller.js 33 function fun(x) { function
34 if (x == 0) return fun.caller;
40 A.prototype.f = fun;
  /external/v8/test/mjsunit/compiler/
regress-funcaller.js 33 function fun(x) { function
34 if (x == 0) return fun.caller;
40 A.prototype.f = fun;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p4.cpp 16 template<typename S> void fun(const int* const S::* member) {} function in namespace:PR12132
19 fun(&A::x);
  /external/clang/test/Sema/
invalid-decl.c 27 FunctionType fun; // expected-error {{field 'fun' declared as a function}} member in struct:__anon18713
30 buf->fun = 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 87 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1); local
88 fun(10);
  /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/chromium_org/third_party/skia/src/xml/
SkJS.cpp 111 JSFunction *fun; local
138 fun = JS_DefineFunction(cx, obj, name, Exec, 0, JSPROP_ENUMERATE);
139 ok = (fun != NULL);

Completed in 347 milliseconds

1 2 3 4