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

  /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);
  /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
structs.idl 44 * findfunc_t myfunc;
49 findfunc_t myfunc;
  /external/clang/test/Parser/
cxx-friend.cpp 28 friend void myfunc();
  /external/clang/test/Sema/
block-literal.c 58 void myfunc(int (^block)(int)) {}
65 myfunc(^(int abcd) {
  /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());
math.js 104 function myfunc( num ) { return num+1; }
105 shouldBe("my = myfunc, myfunc(4)", "5");
  /external/chromium_org/v8/test/mjsunit/regress/
regress-842.js 32 Array.prototype.myfunc = function() {};

Completed in 220 milliseconds