/external/v8/test/mjsunit/ |
fun-as-prototype.js | 29 function Funky(a, b, c) { return 7; } 30 Number.prototype.__proto__ = Funky; 32 assertEquals("Funky", x.name); 33 assertEquals(Funky.prototype, x.prototype);
|
/system/extras/tests/bionic/libc/bionic/ |
test_getgrouplist.c | 41 /* this only tests the funky behaviour of our stubbed getgrouplist()
|
/external/dbus/dbus/ |
dbus-message-private.h | 51 * fields and b) set string fields to zero-length and other funky
|
dbus-transport-socket.c | 968 * since it could have funky effects: [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
begin_code.h | 134 #endif /* Not a funky compiler */
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
begin_code.h | 134 #endif /* Not a funky compiler */
|
/prebuilt/linux-x86/sdl/include/SDL/ |
begin_code.h | 134 #endif /* Not a funky compiler */
|
/prebuilt/windows/sdl/host/include/SDL/ |
begin_code.h | 114 #endif /* Not a funky compiler */
|
/prebuilt/windows/sdl/include/SDL/ |
begin_code.h | 134 #endif /* Not a funky compiler */
|
/external/iproute2/doc/actions/ |
mirred-usage | 2 Very funky action. I do plan to add to a few more things to it 100 3) Even more funky example:
|
/external/iptables/extensions/ |
libipt_DNAT.c | 101 "Port range `%s' funky\n", colon+1);
|
libipt_MASQUERADE.c | 67 "Port range `%s' funky\n", arg);
|
libipt_REDIRECT.c | 70 "Port range `%s' funky\n", arg);
|
libipt_SNAT.c | 101 "Port range `%s' funky\n", colon+1);
|
/external/qemu/android/utils/ |
stralloc.c | 165 /* funky old C libraries returns -1 when truncation occurs */
|
/development/simulator/app/ |
PhoneData.cpp | 245 fprintf(stderr, "SimCFG: <image> is funky\n"); 295 fprintf(stderr, "SimCFG: button is funky\n"); 739 fprintf(stderr, "SimCFG: title is funky\n");
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
MailTransport.java | 190 * TODO should we explicitly close the old socket? This seems funky to abandon it.
|
/external/grub/stage2/ |
shared.h | 733 /* do some funky stuff, then boot linux */ 736 /* do some funky stuff, then boot bzImage linux */
|
/external/openssl/crypto/jpake/ |
jpake.c | 336 * XXX: this is kinda funky, because we're using
|
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 142 // This one is easier, since the types are more standard. No funky shifts here.
|
mkyaffsimage.c | 273 // This one is easier, since the types are more standard. No funky shifts here.
|
/external/webkit/WebCore/platform/graphics/win/ |
QTMovieWin.cpp | 839 // get an error in doing so. If we do, then something really funky is 882 // funky is wrong. [all...] |
/external/oprofile/libpopt/ |
popt.c | 650 /* XXX Check alignment, may fail on funky platforms. */ 678 /* XXX Check alignment, may fail on funky platforms. */ [all...] |
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
ParserAdapter.java | 563 // note funky case: localname can be null
|
/external/grub/grub/ |
asmstub.c | 293 /* do some funky stuff, then boot linux */
|