Searched refs:myfunc (Results 1 – 12 of 12) sorted by relevance
/external/lldb/test/lang/cpp/namespace/ |
D | main.cpp | 25 int myfunc (int a); 30 float myfunc (float f) in myfunc() function 48 using Foo::myfunc; // using declaration 60 int Foo::myfunc(int a) in myfunc() function in Foo 77 return Foo::myfunc(12); in main()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | trace-clone.c | 19 typedef int (* myfunc)(); typedef 29 pid = __clone2((myfunc)&child, stack, STACK_SIZE, CLONE_FS, NULL); in main() 31 pid = clone((myfunc)&child, stack + STACK_SIZE, CLONE_FS, NULL); in main()
|
/external/v8/test/webkit/fast/js/kde/ |
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());
|
D | object_prototype-expected.txt | 53 PASS myfunc.length is 3 54 PASS myfunc.someproperty is 4 55 PASS myfunc.propertyIsEnumerable('length') is false 56 PASS myfunc.propertyIsEnumerable('someproperty') is true 57 PASS checkEnumerable(myfunc,'length') is false 58 PASS checkEnumerable(myfunc,'someproperty') is true
|
D | object_prototype.js | 91 function myfunc(a,b,c) function 94 myfunc.someproperty = 4;
|
D | math.js | 104 function myfunc( num ) { return num+1; } function
|
D | math-expected.txt | 80 PASS my = myfunc, myfunc(4) is 5
|
/external/clang/test/Sema/ |
D | block-literal.c | 58 void myfunc(int (^block)(int)) {} 65 myfunc(^(int abcd) { in test5()
|
/external/clang/test/Rewriter/ |
D | rewrite-block-literal.mm | 54 void myfunc(int (^block)(int)) {} function 61 myfunc(^(int abcd) {
|
/external/v8/test/mjsunit/regress/ |
D | regress-842.js | 32 Array.prototype.myfunc = function() {}; method in Array
|
/external/clang/test/Parser/ |
D | cxx-friend.cpp | 28 friend void myfunc();
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 2938 * void ANTLR3_CDECL myfunc( <scopeType(sname=scope.name)> ptr).
|