Searched refs:myfunc (Results 1 - 8 of 8) sorted by relevance
/external/v8/test/mjsunit/regress/ |
H A D | regress-842.js | 32 Array.prototype.myfunc = function() {};
|
/external/lldb/test/lang/cpp/namespace/ |
H A D | main.cpp | 25 int myfunc (int a); 30 float myfunc (float f) function in namespace:A::B 48 using Foo::myfunc; // using declaration 60 int Foo::myfunc(int a) function in class:Foo 77 return Foo::myfunc(12);
|
/external/ltrace/testsuite/ltrace.minor/ |
H A D | trace-clone.c | 19 typedef int (* myfunc)(); typedef 29 pid = __clone2((myfunc)&child, stack, STACK_SIZE, CLONE_FS, NULL); 31 pid = clone((myfunc)&child, stack + STACK_SIZE, CLONE_FS, NULL);
|
/external/clang/test/Parser/ |
H A D | cxx-friend.cpp | 28 friend void myfunc();
|
/external/clang/test/Sema/ |
H A D | block-literal.c | 58 void myfunc(int (^block)(int)) {} 65 myfunc(^(int abcd) {
|
/external/v8/test/webkit/fast/js/kde/ |
H A D | object_prototype.js | 91 function myfunc(a,b,c) function 94 myfunc.someproperty = 4; 96 shouldBe("myfunc.length","3"); 97 shouldBe("myfunc.someproperty","4"); 98 shouldBe("myfunc.propertyIsEnumerable('length')","false"); 99 shouldBe("myfunc.propertyIsEnumerable('someproperty')","true"); 100 shouldBe("checkEnumerable(myfunc,'length')","false"); 101 shouldBe("checkEnumerable(myfunc,'someproperty')","true");
|
H A D | exception_propagation.js | 26 function myfunc() { function 65 myfunc(throwex(), set_from_func_throw_args = 1); 75 myfunc(set_from_before_func_throw_args = 1, throwex()); 94 myfunc(aparam(),bparam(),cparam()); 109 new myfunc(anewparam(),bnewparam(),cnewparam());
|
H A D | math.js | 104 function myfunc( num ) { return num+1; } 105 shouldBe("my = myfunc, myfunc(4)", "5");
|
Completed in 325 milliseconds