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

1 2 3

  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
CharSequencesTest.java 28 String s = "Crazy Bob";
37 String crazy = toString(forAsciiBytes(bytes, 0, 5)); local
38 assertTrue("Crazy".equals(crazy));
  /external/chromium/third_party/icu/source/test/cintltst/
stdnmtst.c 106 dotestname("crazy", "MIME", NULL) &&
107 dotestname("ASCII", "crazy", NULL) &&
162 dotestconv("crazy", "MIME", NULL) &&
163 dotestconv("ASCII", "crazy", NULL))
297 doTestNames("ASCII", "crazy", asciiMIME, -1);
298 doTestNames("crazy", "MIME", asciiMIME, -1);
  /external/icu4c/test/cintltst/
stdnmtst.c 106 dotestname("crazy", "MIME", NULL) &&
107 dotestname("ASCII", "crazy", NULL) &&
162 dotestconv("crazy", "MIME", NULL) &&
163 dotestconv("ASCII", "crazy", NULL))
297 doTestNames("ASCII", "crazy", asciiMIME, -1);
298 doTestNames("crazy", "MIME", asciiMIME, -1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
concept_check.h 39 // "concept requirements" (and maybe some more text). So grep like crazy
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock_bugzillatool.py 45 # FIXME: The ids should be 1, 2, 3 instead of crazy numbers.
141 # FIXME: The ids should be 1, 2, 3 instead of crazy numbers.
  /external/iproute2/include/libiptc/
libiptc.h 14 it, you'll also align to any crazy matches and targets someone
  /external/iptables/include/libiptc/
libiptc.h 14 it, you'll also align to any crazy matches and targets someone
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 56 'icmt' 'One of those crazy comments.'
  /external/webkit/WebCore/platform/graphics/
FontFallbackList.cpp 94 // Make sure we're not passing in some crazy value here.
Font.cpp 146 // FIXME: It is pretty crazy that we are willing to just poke into a RefPtr, but it ends up
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 122 // Workaround for crazy bug where a selected index of -1 for a menu with only 1 item will cause a blank menu.
  /external/chromium/googleurl/
README.txt 88 which it currently validates, but this is a bug. Given crazy input, the parser
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 257 // crazy scoping rules mean |methodName| actually bleeds out of the loop!
  /external/chromium/net/proxy/
proxy_config_unittest.cc 225 "crazy=foopy ; foo=bar ; https=myhttpsproxy",
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 289 // do crazy stuff like using socket pairs or avoiding libc locks.
  /external/webkit/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 132 // FIXME: It's crazy that we have to do this song and dance to end up with
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
AtParserTest.java 127 /* Test some crazy strings
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 36 // "Hand-written text processing? Is Kenton crazy?!" Well, first of all,
37 // yes I am crazy, but that's beside the point. There are actually reasons
  /external/webkit/JavaScriptCore/runtime/
JSObject.h 368 // It may seem crazy to inline a function this large, especially a virtual function,
383 // It may seem crazy to inline a function this large but it makes a big difference
  /external/chromium/base/
command_line.cc 50 // Is this what we really want? It seems crazy to me. I've left it in
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 321 // Don't want to allow crazy scaling, just try and prevent a catastrophic
  /system/core/liblinenoise/
linenoise.c 8 * Does a number of crazy assumptions that happen to be true in 99.9999% of
  /external/chromium/googleurl/base/
logging.h 22 // get processed and hang the dialog, or the application might go crazy.
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 910 // No nested time containers in SVG, no need for crazy time space conversions. Phew!
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 84 // ...this is accepted despite being a crazy date specification

Completed in 3462 milliseconds

1 2 3