/external/chromium_org/v8/test/mjsunit/regress/ |
regress-842.js | 32 Array.prototype.myfunc = function() {};
|
/external/ltrace/testsuite/ltrace.minor/ |
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/chromium_org/ppapi/generators/test_cgen/ |
structs.h | 82 * findfunc_t myfunc; 87 findfunc_t myfunc; member in struct:sfoo
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
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");
|
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());
|
/external/lldb/test/lang/cpp/namespace/ |
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);
|