Home
last modified time | relevance | path

Searched full:sane (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/external/clang/test/CodeGenCXX/
Doperator-new.cpp2 // 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( in f1()
23 // SANE: [[UWO:%.*]] = call {{.*}} @llvm.umul.with.overflow in f2()
24 // SANE-NEXT: [[OVER:%.*]] = extractvalue {{.*}} [[UWO]], 1 in f2()
25 // SANE-NEXT: [[SUM:%.*]] = extractvalue {{.*}} [[UWO]], 0 in f2()
26 // SANE-NEXT: [[RESULT:%.*]] = select i1 [[OVER]], i32 -1, i32 [[SUM]] in f2()
27 // SANE-NEXT: call i8* @_Znaj(i32 [[RESULT]]) in f2()
30 // SANE: declare noalias i8* @_Znaj(
/external/starlark-go/starlark/
Dhashtable_test.go69 // When sane != nil, it acts as a test against the semantics of Go's map.
70 func testHashtable(tb testing.TB, sane map[int]bool) {
82 if sane != nil {
83 sane[k.goInt] = true
95 if sane != nil {
96 _, found2 := sane[k.goInt]
111 if sane != nil {
112 _, found2 := sane[k.goInt]
116 delete(sane, k.goInt)
120 if sane != nil {
[all …]
/external/toybox/toys/pending/
Dstty.c18 -a Show all current settings (default differences from "sane")
26 Combo settings: cooked/raw, evenp/oddp/parity, nl, ek, sane
160 static void show_flags(tcflag_t actual, tcflag_t sane, in show_flags() argument
165 // Implement -a by ensuring that sane != actual so we'll show everything. in show_flags()
166 if (FLAG(a)) sane = ~actual; in show_flags()
171 if ((actual&mask)==value && (sane&mask)!=value) { in show_flags()
176 if ((actual&value) != (sane&value)) { in show_flags()
286 // POSIX has no opinion about what "sane" means. From "man stty". in make_sane()
321 struct termios old, sane; in stty_main() local
396 } else if (!strcmp(arg, "sane")) make_sane(&new); in stty_main()
[all …]
/external/jsoup/src/main/java/org/jsoup/
DJsoup.java31 @return sane HTML
45 @return sane HTML
59 @return sane HTML
70 @return sane HTML
129 @return sane HTML
143 @return sane HTML
160 @return sane HTML
177 @return sane HTML
193 @return sane HTML
210 @return sane HTML
[all …]
/external/libchrome/base/
Dsys_info_unittest.cc24 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
29 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
53 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
62 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
76 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
90 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
/external/kernel-headers/original/uapi/linux/
Dresource.h63 * Limit the stack by to some sane default: root can always
69 * Limit the amount of locked memory by some sane default:
77 * much as it can get. 8MB is a reasonably sane default.
/external/e2fsprogs/lib/ext2fs/
Dcheck_desc.c62 * Check to make sure the block bitmap for group is sane in ext2fs_check_desc()
73 * Check to make sure the inode bitmap for group is sane in ext2fs_check_desc()
84 * Check to make sure the inode table for group is sane in ext2fs_check_desc()
/external/cronet/base/android/library_loader/
Danchor_functions.h25 // Returns true if anchors are sane.
28 // Returns true if the ordering looks sane.
/external/harfbuzz_ng/src/
Dhb-sanitize.hh428 bool sane; in sanitize_blob() local
445 sane = t->sanitize (this); in sanitize_blob()
446 if (sane) in sanitize_blob()
454 sane = t->sanitize (this); in sanitize_blob()
457 sane = false; in sanitize_blob()
479 DEBUG_MSG_FUNC (SANITIZE, start, sane ? "PASSED" : "FAILED"); in sanitize_blob()
480 if (sane) in sanitize_blob()
/external/python/cpython2/Python/
Dasdl.c10 /* check size is sane */ in asdl_seq_new()
41 /* check size is sane */ in asdl_int_seq_new()
/external/cronet/base/system/
Dsys_info_unittest.cc60 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
89 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
112 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
129 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
137 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
144 // We aren't actually testing that it's correct, just that it's sane. in TEST_F()
/external/clang/test/Driver/
Dfsanitize.c91 …ciency-cache-frag,address -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANA
92 …iency-working-set,address -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANA
93 // CHECK-SANE-SANA: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=address'
95 …fficiency-cache-frag,leak -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANL
96 …ficiency-working-set,leak -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANL
97 // CHECK-SANE-SANL: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=leak'
99 …iciency-cache-frag,thread -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANT
100 …ciency-working-set,thread -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANT
101 // CHECK-SANE-SANT: '-fsanitize=efficiency-{{.*}}' not allowed with '-fsanitize=thread'
103 …iciency-cache-frag,memory -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANE-SANM
[all …]
Das-dwarf-cie.s2 # Test that there is a sane default CIE version.
/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap19.c46 * First, we make a 2 page sane hugepage mapping. Then we in run_test()
50 * sane mapping in place to ensure that the corresponding in run_test()
/external/clang/test/Modules/
Dexplicit-build-flags.cpp38 // -fno-assume-sane-operator-new is implied by the driver -fsanitize=address flag.
39 // RUN: %clang_cc1 -fmodules -DBAR=2 -fno-assume-sane-operator-new -x c++ -fmodule-map-file=%t/map …
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DDataDrivenCalendarTest.java92 // Is the calendar sane at the first? in testConvert()
106 // Is the calendar sane after being set? in testConvert()
254 // Is the calendar sane after being set? in testOps()
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/calendar/
DDataDrivenCalendarTest.java89 // Is the calendar sane at the first? in testConvert()
103 // Is the calendar sane after being set? in testConvert()
251 // Is the calendar sane after being set? in testOps()
/external/compiler-rt/lib/asan/
Dasan_stats.cc144 // Return sane value if malloced < freed due to racy in __sanitizer_get_current_allocated_bytes()
163 // Return sane value if total_free < total_used due to racy in __sanitizer_get_free_bytes()
/external/libchrome-gestures/
Dunblocked_terms.txt29 sane
/external/clang/test/CodeGen/
Dunion-init2.c3 // Make sure we generate something sane instead of a ptrtoint
/external/llvm/test/CodeGen/AArch64/
Darm64-simplest-elf.ll12 ; Similarly make sure ELF output works and is vaguely sane: aarch64 target
/external/libchrome/base/android/library_loader/
Danchor_functions.h25 // Returns true if the ordering looks sane.
/external/clang/test/PCH/
Dfloating-literal.c13 // Just as well check the others are still sane while we're here...
/external/llvm/test/CodeGen/X86/
Dpr23246.ll6 ; We're really only interested in doing something sane with the shuffle.
/external/libchrome/components/policy/core/common/
Dpolicy_pref_names.cc21 // milliseconds. Not all values are meaningful, so it is clamped to a sane range

12345678910>>...33