| /external/clang/test/CodeGenCXX/ |
| D | 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( 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/ |
| D | hashtable_test.go | 69 // 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/ |
| D | stty.c | 18 -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/ |
| D | Jsoup.java | 31 @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/ |
| D | sys_info_unittest.cc | 24 // 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/ |
| D | resource.h | 63 * 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/ |
| D | check_desc.c | 62 * 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/ |
| D | anchor_functions.h | 25 // Returns true if anchors are sane. 28 // Returns true if the ordering looks sane.
|
| /external/harfbuzz_ng/src/ |
| D | hb-sanitize.hh | 428 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/ |
| D | asdl.c | 10 /* check size is sane */ in asdl_seq_new() 41 /* check size is sane */ in asdl_int_seq_new()
|
| /external/cronet/base/system/ |
| D | sys_info_unittest.cc | 60 // 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/ |
| D | fsanitize.c | 91 …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 …]
|
| D | as-dwarf-cie.s | 2 # Test that there is a sane default CIE version.
|
| /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
| D | hugemmap19.c | 46 * 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/ |
| D | explicit-build-flags.cpp | 38 // -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/ |
| D | DataDrivenCalendarTest.java | 92 // 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/ |
| D | DataDrivenCalendarTest.java | 89 // 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/ |
| D | asan_stats.cc | 144 // 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/ |
| D | unblocked_terms.txt | 29 sane
|
| /external/clang/test/CodeGen/ |
| D | union-init2.c | 3 // Make sure we generate something sane instead of a ptrtoint
|
| /external/llvm/test/CodeGen/AArch64/ |
| D | arm64-simplest-elf.ll | 12 ; Similarly make sure ELF output works and is vaguely sane: aarch64 target
|
| /external/libchrome/base/android/library_loader/ |
| D | anchor_functions.h | 25 // Returns true if the ordering looks sane.
|
| /external/clang/test/PCH/ |
| D | floating-literal.c | 13 // Just as well check the others are still sane while we're here...
|
| /external/llvm/test/CodeGen/X86/ |
| D | pr23246.ll | 6 ; We're really only interested in doing something sane with the shuffle.
|
| /external/libchrome/components/policy/core/common/ |
| D | policy_pref_names.cc | 21 // milliseconds. Not all values are meaningful, so it is clamped to a sane range
|