| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestStateMachine.java | 50 System.out.println(msg); in exit() 52 System.out.flush(); in exit() 53 System.err.flush(); in exit() 54 System.exit(status); in exit() 60 System.out.println("open: " + consumer.isOpen()); in printState() 61 System.out.println("enabled: " + consumer.isEnabled()); in printState() 62 System.out.println("closed: " + consumer.isClosed()); in printState() 68 System.out.println("before open"); in beforeOpen() 76 System.out.println(e); in beforeOpen() 87 System.out.println(e); in beforeOpen() [all …]
|
| H A D | TestEnable.java | 40 System.out.flush(); in exit() 41 System.err.flush(); in exit() 42 System.exit(status); in exit() 59 System.err.println("go() illegal, not all programs " + in main() 63 System.out.println(e); in main() 70 System.err.println("enable() illegal, some programs " + in main() 74 System.out.println(e); in main() 81 System.err.println("cannot enable a program that " + in main() 85 System.out.println(e); in main() 94 System.err.println("go() illegal, not all programs " + in main() [all …]
|
| H A D | TestAbort.java | 55 System.exit(1); in main() 60 System.exit(1); in main() 83 System.exit(1); in main() 91 System.exit(1); in main() 114 System.exit(1); in main() 118 System.exit(1); in main() 135 System.exit(1); in main() 144 System.out.println("Successful"); in main() 145 System.exit(0); in main() 148 System.exit(1); in main() [all …]
|
| H A D | TestClose.java | 50 System.exit(1); in main() 55 System.exit(1); in main() 70 System.exit(1); in main() 80 System.out.println("Successful"); in main() 81 System.exit(0); in main() 85 System.exit(1); in main() 87 System.err.println("Failed"); in main() 88 System.exit(1); in main()
|
| H A D | TestFunctionLookup.java | 43 System.err.println("usage: java TestFunctionLookup <command>"); in main() 44 System.exit(1); in main() 72 System.out.println(f); in main() 81 System.exit(1); in main() 105 System.out.println(f); in main() 111 System.exit(1); in main()
|
| H A D | TestMaxConsumers.java | 43 String property = System.getProperty(name); in getIntegerProperty() 76 System.exit(1); in main() 83 System.out.println("Error: " + (max + 1) + " > " + in main() 86 System.out.println("Success"); in main() 90 System.out.println("Success"); in main()
|
| H A D | TestMultiAggPrinta.java | 107 System.err.println("usage: java TestMultiAggPrinta <script>"); in main() 108 System.exit(2); in main() 122 System.out.println(probeDataString(e.getProbeData())); in main() 126 System.exit(exitStatus); in main() 138 System.exit(1); in main() 141 System.exit(1); in main()
|
| H A D | TestBean.java | 86 System.out.flush(); in exit() 87 System.err.flush(); in exit() 88 System.exit(status); in exit() 576 System.err.println("serialization failed: " + in checkEquality() 602 System.out.println(classname + ":"); in performSerializationTest() 604 System.out.println(" serialized: " + serialized); in performSerializationTest() 614 System.out.println(" deserialized: " + deserialized); in performSerializationTest() 617 System.err.println("serialization failed: " + classname); in performSerializationTest() 642 System.out.println(classname + ":"); in performBeanTest() 645 System.out.println(" encoded: " + encoded); in performBeanTest() [all …]
|
| H A D | TestDrop.java | 92 System.out.println("Lock held"); in startAggregateThread() 93 System.exit(1); in startAggregateThread() 95 System.out.println("Lock released"); in startAggregateThread() 108 System.err.println("usage: java TestDrop [ seconds ]"); in usage() 109 System.exit(2); in usage()
|
| H A D | TestProbeData.java | 79 System.err.println("usage: java TestProbedata <command>"); in main() 80 System.exit(2); in main() 93 System.out.println(getString(p)); in main() 94 System.out.println(); in main()
|
| H A D | TestStopLock.java | 57 System.exit(1); in main() 63 System.exit(1); in main() 65 System.out.println("Successful"); in main()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SyncScope.h | 182 System = 5, enumerator 183 Last = System 198 case System: in map() 210 static_assert(Last == System, "Does not include all synch scopes"); in getRuntimeValues() 214 static_cast<unsigned>(System)}; in getRuntimeValues() 219 return static_cast<unsigned>(System); in getFallBackValue() 228 System = 0, enumerator 242 case System: in map() 261 static_cast<unsigned>(Device), static_cast<unsigned>(System), in getRuntimeValues() 268 return static_cast<unsigned>(System); in getFallBackValue()
|
| /src/contrib/sqlite3/ |
| H A D | Replace.cs | 16 using System; 17 using System.Diagnostics; 18 using System.IO; 19 using System.Reflection; 20 using System.Runtime.InteropServices; 21 using System.Text.RegularExpressions;
|
| /src/sys/contrib/device-tree/Bindings/arm/ |
| H A D | rtsm-dcscb.txt | 1 ARM Dual Cluster System Configuration Block 4 The Dual Cluster System Configuration Block (DCSCB) provides basic 6 the Dual Cluster System implemented by the Real-Time System Model (RTSM).
|
| /src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 57 static PrintStream out = System.out; 491 System.err.flush(); in exit() 495 System.exit(status); in exit() 502 System.err.printf("Usage: java %s [-32|-64] [-CeFlqvVwZ] " + in usage() 512 System.err.printf("\tpredicate -> '/' D-expression '/'\n"); in usage() 513 System.err.printf("\t action -> '{' D-statements '}'\n"); in usage() 514 System.err.printf("\n" + in usage() 622 String loggingLevel = System.getenv().get("JDTRACE_LOGGING_LEVEL"); in main() 643 System.err.printf("dtrace: %s\n", de.getMessage()); in main() 649 System.err.printf("dtrace: %s\n", ce.getMessage()); in main() [all …]
|
| /src/share/doc/psd/01.cacm/ |
| H A D | ref.bib | 18 %T A System for Typesetting Mathematics 26 %T U\s-2NIX\s0 Time-Sharing System: Document Preparation 44 %T U\s-2NIX\s0 Time-Sharing System: The Programmer's Workbench 55 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor 79 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell 106 %T \*sTENEX\*n, a Paged Time Sharing System for the \*sPDP\*n-10
|
| /src/ |
| H A D | README.md | 24 | bin | System/user commands. | 30 | include | System include files. | 32 | lib | System libraries. | 33 | libexec | System daemons. | 36 | sbin | System commands. | 45 | usr.sbin | System administration commands. |
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | test.data | 142 3sysadm:*:0:0:System V Administration:/usr/admin:/bin/sh 145 6bin:*:2:2:System Tools Owner:/bin:/dev/null 148 9sys:*:4:0:System Activity Owner:/usr/adm:/bin/sh 156 17EZsetup:*:992:998:System Setup:/var/sysadmdesktop/EZsetup:/bin/csh 172 3s ysadm * 0 0 System V Administration /usr/admin /bin/sh 175 6b in * 2 2 System Tools Owner /bin /dev/null 178 9s ys * 4 0 System Activity Owner /usr/adm /bin/sh 186 17 EZsetup * 992 998 System Setup /var/sysadmdesktop/EZsetup /bin/csh
|
| /src/contrib/bearssl/T0/ |
| H A D | BlobWriter.cs | 25 using System; 26 using System.IO; 27 using System.Text;
|
| H A D | OpcodeRet.cs | 25 using System; 26 using System.Collections.Generic;
|
| /src/sys/contrib/openzfs/scripts/ |
| H A D | kmodtool | 77 Group: System Environment/Kernel 106 Group: System Environment/Kernel 151 Group: System Environment/Kernel 175 ${prefix}${depmod_path} -aeF /boot/System.map-${kernel_uname_r} ${kernel_uname_r} > /dev/null || : 177 …${prefix}${depmod_path} -aeF /lib/modules/${kernel_uname_r}/System.map ${kernel_uname_r} > /dev/nu… 183 ${prefix}${depmod_path} -aF /boot/System.map-${kernel_uname_r} ${kernel_uname_r} &> /dev/null || : 185 …${prefix}${depmod_path} -aF /lib/modules/${kernel_uname_r}/System.map ${kernel_uname_r} &> /dev/nu… 230 Group: System Environment/Kernel 276 Group: System Environment/Kernel 312 Group: System Environment/Kernel
|
| /src/contrib/dialog/samples/install/ |
| H A D | FDISK.TEST | 5 Device Boot Begin Start End Blocks Id System 14 Device Boot Begin Start End Blocks Id System 21 Device Boot Begin Start End Blocks Id System
|
| /src/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | xilinx-xadc.txt | 4 as the UltraScale/UltraScale+ System Monitor. 14 The Xilinx System Monitor is an ADC that is found in the UltraScale and 15 UltraScale+ FPGAs from Xilinx. The System Monitor provides a DRP interface for 17 System Monitor through an AXI interface in the FPGA fabric. This IP core is 18 called the Xilinx System Management Wizard. This document describes the bindings 28 Xilinx System Management Wizard fabric IP core to access the 29 UltraScale and UltraScale+ System Monitor.
|
| /src/share/doc/papers/relengr/ |
| H A D | ref.bib | 5 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version 13 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version 23 %T The Design and Implementation of the 4.3BSD UNIX Operating System
|
| /src/share/doc/psd/02.implement/ |
| H A D | ref.bib | 2 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell 38 %T The U\s-2NIX\s0 Time-Sharing System 49 %T The M\s-2ULTICS\s0 System
|