HomeSort by relevance Sort by last modified time
    Searched defs:myfunc (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group2.s 4 myfunc: label
farcall-group4.s 6 myfunc: label
  /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/v8/test/mjsunit/regress/
regress-842.js 32 Array.prototype.myfunc = function() {};
  /external/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());

Completed in 919 milliseconds