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

  /external/clang/test/SemaCXX/
member-pointers-2.cpp 34 Test0 mytest; local
35 mytest.test();
  /external/qemu/distrib/zlib-1.2.3/
configure 228 int mytest(char *fmt, ...)
241 return (mytest("Hello%d\n", 1));
252 int mytest(char *fmt, ...)
266 return (mytest("Hello%d\n", 1));
290 int mytest(char *fmt, ...)
304 return (mytest("Hello%d\n", 1));
324 int mytest()
334 return (mytest());
344 int mytest()
353 return (mytest());
    [all...]
  /external/zlib/
configure 443 int mytest(const char *fmt, ...)
454 return (mytest("Hello%d\n", 1));
464 int mytest(const char *fmt, ...)
476 return (mytest("Hello%d\n", 1));
502 int mytest(const char *fmt, ...)
514 return (mytest("Hello%d\n", 1));
535 int mytest()
543 return (mytest());
553 int mytest()
560 return (mytest());
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-104077.js 123 function myTest(x)
131 print("Is the provided argument to myTest() null? : " + msg);
147 actual = myTest(null);
257 mytest();

Completed in 564 milliseconds