HomeSort by relevance Sort by last modified time
    Searched full:funky (Results 1 - 25 of 63) sorted by null

1 2 3

  /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/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp 24 // If this is darwin, it has some funky issues, try to solve them here. Some
  /external/markdown/tests/misc/
benchmark.dat 19 funky-list:0.060000:0.000000
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 37 var funky = function() {
45 funky.getCallList = function() { return called; };
46 funky.getValue = function() { return returnValue; };
47 return funky;
  /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/dbus/dbus/
dbus-message-private.h 51 * fields and b) set string fields to zero-length and other funky
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h 53 /* This is the type of the argument to `wait'. The funky union
socket.h 62 With GCC 2.7 and later, the funky union causes redeclarations or
  /external/iptables/extensions/
libipt_DNAT.c 113 "Port range `%s' funky\n", colon+1);
libipt_SNAT.c 113 "Port range `%s' funky\n", colon+1);
  /external/qemu/android/utils/
stralloc.c 199 /* funky old C libraries returns -1 when truncation occurs */
  /external/chromium/base/
message_pump_libevent.cc 156 // Make sure we don't pick up any funky internal libevent masks.
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLUnderOver.cpp 105 // We will treat this as another under element and they'll get something funky.
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 201 * 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/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 641 // get an error in doing so. If we do, then something really funky is
684 // funky is wrong.
  /external/llvm/include/llvm/ADT/
StringMap.h 236 /// funky memory allocation and hashing things to make it extremely efficient,
  /external/llvm/unittests/ADT/
TripleTest.cpp 218 // Various real-world funky triples. The value returned by GCC's config.sub
  /external/openssl/crypto/jpake/
jpake.c 364 * XXX: this is kinda funky, because we're using

Completed in 639 milliseconds

1 2 3