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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
operator-new.cpp 2 // RUN: FileCheck -check-prefix SANE --input-file=%t-1.ll %s
3 // RUN: %clang_cc1 -triple i686-pc-linux-gnu -emit-llvm -fno-assume-sane-operator-new -o %t-2.ll %s
14 // SANE: declare noalias i8* @_Znwj(
24 // SANE: [[UWO:%.*]] = call {{.*}} @llvm.umul.with.overflow
25 // SANE-NEXT: [[OVER:%.*]] = extractvalue {{.*}} [[UWO]], 1
26 // SANE-NEXT: [[SUM:%.*]] = extractvalue {{.*}} [[UWO]], 0
27 // SANE-NEXT: [[RESULT:%.*]] = select i1 [[OVER]], i32 -1, i32 [[SUM]]
28 // SANE-NEXT: call noalias i8* @_Znaj(i32 [[RESULT]])
  /external/chromium_org/ui/gfx/
screen_unittest.cc 12 // We aren't actually testing that it's correct, just that it's sane.
20 // We aren't actually testing that it's correct, just that it's sane.
  /libcore/luni/src/test/etc/loading-test-jar/
README.txt 6 resources in any sane way. To update the resource, use the script
  /libcore/luni/src/test/etc/loading-test2-jar/
README.txt 6 resources in any sane way. To update the resource, use the script
  /external/bison/djgpp/
config.site 52 # A sane default for emacs.
55 # A sane default for m4.
58 # A sane default for grep.
61 # A sane default for egrep.
64 # A sane default for fgrep.
67 # A sane default for sed.
70 # A sane default for mkdir.
  /external/chromium_org/remoting/client/plugin/
chromoting_plugin_unittest.cc 12 // sane unittests.
  /external/clang/test/CodeGen/
union-init2.c 3 // Make sure we generate something sane instead of a ptrtoint
  /external/chromium_org/sync/protocol/
history_delete_directive_specifics.proto 17 // All timestamps below are from Sane Time (
18 // http://www.chromium.org/developers/design-documents/sane-time )
  /external/skia/tools/tests/
bench_pictures_cfg_test.py 7 Verify that the bench_pictures.cfg file is sane.
22 """ Verify that the bench_pictures.cfg file is sane.
  /external/chromium/base/
sys_info_unittest.cc 13 // We aren't actually testing that it's correct, just that it's sane.
18 // We aren't actually testing that it's correct, just that it's sane.
24 // We aren't actually testing that it's correct, just that it's sane.
46 // We aren't actually testing that it's correct, just that it's sane.
54 // We aren't actually testing that it's correct, just that it's sane.
  /external/e2fsprogs/lib/ext2fs/
check_desc.c 61 * Check to make sure the block bitmap for group is sane
72 * Check to make sure the inode bitmap for group is sane
83 * Check to make sure the inode table for group is sane
  /external/chromium_org/base/
sys_info_unittest.cc 16 // We aren't actually testing that it's correct, just that it's sane.
22 // We aren't actually testing that it's correct, just that it's sane.
27 // We aren't actually testing that it's correct, just that it's sane.
33 // We aren't actually testing that it's correct, just that it's sane.
  /external/clang/test/PCH/
floating-literal.c 12 // Just as well check the others are still sane while we're here...
  /external/llvm/test/CodeGen/X86/
2011-11-07-LegalizeBuildVector.ll 3 ; We don't really care what this outputs; just make sure it's somewhat sane.
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGPathSegListPropertyTearOff.h 73 // Not specified, but FF/Opera do it this way, and it's just sane.
88 // Not specified, but FF/Opera do it this way, and it's just sane.
104 // Not specified, but FF/Opera do it this way, and it's just sane.
  /art/runtime/mirror/
array-inl.h 28 // This is safe from overflow because the array was already allocated, so we know it's sane.
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.leasedir.diff.gz 
  /external/kernel-headers/original/asm-mips/
timex.h 18 * So keeping it defined to the number for the PIT is the only sane thing
irq.h 24 #define irq_canonicalize(irq) (irq) /* Sane hardware, sane code ... */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 6 to a sane state so you can read the resulting traceback.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 6 to a sane state so you can read the resulting traceback.
  /bionic/libc/bionic/
__umask_chk.cpp 39 * Validate that umask is called with sane mode.
  /external/compiler-rt/lib/
negdi2.c 22 /* Note: this routine is here for API compatibility; any sane compiler
negti2.c 24 /* Note: this routine is here for API compatibility; any sane compiler
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionsTest.java 39 * that the collision rate looks sane.

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>