| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/ |
| selectable.js | 16 Inputs[i].checked = SummaryCheckButton.checked; 36 if (CheckButton.checked) { 39 returnObjById("AllBugsCheck").checked = true; 45 returnObjById("AllBugsCheck").checked = false;
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| checkedint.d | 13 Issuing individual checked operations is flexible and efficient but often 14 tedious. The $(LREF Checked) facility offers encapsulated integral wrappers that 16 results. For example, `Checked!int` is a type that behaves like `int` but aborts 19 checked) uses type deduction to convert a value `x` of integral type `T` to 20 `Checked!T` by means of `checked(x)`. For example: 26 writeln((checked(5) + 7).get); // 12 27 writeln((checked(10) * 1000 * 1000 * 1000).get); // Overflow 31 Similarly, $(D checked(-1) > uint(0)) aborts execution (even though the built-in 33 conversion rules modeled after C). Thus, `Checked!int` is a virtually drop-i [all...] |
| /src/usr.bin/make/unit-tests/ |
| sh-errctl.mk | 7 # With error control, each simple command is checked, whereas with echo 8 # control, only the last command from each line is checked. A shell command
|
| var-recursive.mk | 39 # name. Ensure that these are checked as well.
|
| cond-token-string.mk | 48 # A string in quotes is checked whether it is not empty.
|
| deptgt-posix.mk | 8 # needs to be cross-checked with the POSIX specification.
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_sync.cc | 155 for (uptr checked = 0; sz > 0; checked += kPageSize) { 159 if (!has_something && checked > (128 << 10)) 163 for (uptr checked = 0; sz > 0; checked += kPageSize) { 169 if (!has_something && checked > (512 << 10))
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_sync.cpp | 152 for (uptr checked = 0; sz > 0; checked += kPageSize) { 156 if (!has_something && checked > (128 << 10)) 160 for (uptr checked = 0; sz > 0; checked += kPageSize) { 166 if (!has_something && checked > (512 << 10))
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| sccs2rcs.in | 146 echo "file as it is checked in to RCS initially?" 228 echo checked out of SCCS 253 echo initial rev checked into RCS without description 260 echo initial rev checked into RCS 285 echo checked into RCS
|
| rcs2sccs.sh | 86 echo checked out of RCS 108 echo initial rev checked into SCCS 131 echo checked into SCCS
|
| validate_repo.in | 44 I<important> revisions are defined as the smallest set which, when checked out, 65 below) on a checked out copy of each and every revision. 76 and is executable, or evaluate (as a perl script) C<SCRIPT> for a checked out 81 C<REVISION> is the revision of the checked out file, and C<FNO> is the file 82 number of the open, read-only file descriptor containing the checked out 87 With C<--all-revisions>, execute or evaluate C<SCRIPT> for a checked out 179 # @scripts - scripts to run on checked out files. 564 # and stored in @scripts), run them on the checked out revision. If 589 # -ko - Get the revision exactly as checked in - do not allow 600 # Allow binaries to be checked out as such. Otherwise, use -ko to avoi [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/ |
| darwin-driver.cc | 223 const char *checked = validate_macosx_version_min (new_flag); local 224 if (checked == NULL) 229 new_flag = xstrndup (checked, strlen (checked));
|
| /src/sys/dev/ |
| mm.c | 270 bool checked = false; local 274 error = mm_md_kernacc(addr, prot, &checked); 280 if (!checked && !uvm_kernacc(addr, len, prot)) {
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| thread-service.h | 66 bool checked; // true if we've checked that this service is responding member in struct:thread_service 67 bool responding; // true if we've checked, and it's responding; last_probe_time is when it responded
|
| service-tracker.c | 535 if (service->checked && service->responding) { 558 if (ret == NULL && !service->checked && !service->probe_state && !service->user) { 609 if (service->checked) {
|
| probe-srp.c | 156 service->checked = true;
|
| /src/external/apache2/llvm/dist/llvm/utils/gn/build/ |
| sync_source_lists_from_cmake.py | 138 checked = [ 'clang', 'clang-tools-extra', 'lld', 'llvm' ] 140 for c in checked:
|
| /src/lib/libc/nameser/ |
| ns_name.c | 434 int n, len, checked, l; local 437 checked = 0; 460 checked += l + 1; 482 checked += 2; 488 if (checked >= eom - msg) {
|
| /src/external/bsd/libbind/dist/nameser/ |
| ns_name.c | 426 int n, len, checked, l; local 429 checked = 0; 452 checked += l + 1; 473 checked += 2; 479 if (checked >= eom - msg) {
|
| /src/external/bsd/libpcap/dist/msdos/ |
| pkt_rx1.s | 78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
|
| pkt_rx0.asm | 123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| trigd.inc | 79 precision of FTYPE. If not set, this condition is not checked. 83 the precision of FTYPE. If not set, this condition is not checked.
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/ |
| scan-build | 654 Inputs[i].checked = SummaryCheckButton.checked; 674 if (CheckButton.checked) { 677 returnObjById("AllBugsCheck").checked = true; 683 returnObjById("AllBugsCheck").checked = false; 730 <tr style="font-weight:bold"><td class="SUMM_DESC">All Bugs</td><td class="Q">$TotalBugs</td><td><center><input type="checkbox" id="AllBugsCheck" onClick="CopyCheckedStateToCheckButtons(this);" checked/></center></td></tr> 756 print OUT "</td><td><center><input type=\"checkbox\" onClick=\"ToggleDisplay(this,'bt_$x');\" checked/></center></td></tr>\n";
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp.keys.def | 117 programs are checked against passwords
|
| /src/external/gpl3/autoconf/dist/ |
| cfg.mk | 29 # The local directory containing the checked-out copy of gnulib used
|