Home
last modified time | relevance | path

Searched refs:System (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java50 System.out.println(msg); in exit()
52 System.out.flush(); in exit()
53 System.err.flush(); in exit()
54 System.exit(status); in exit()
76 System.out.println(e); in beforeOpen()
87 System.out.println(e); in beforeOpen()
98 System.out.println(e); in beforeOpen()
107 System.out.println(e); in beforeOpen()
116 System.out.println(e); in beforeOpen()
127 System.out.println(e); in beforeOpen()
[all …]
H A DTestEnable.java40 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()
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()
98 System.out.println(e); in main()
109 System.out.println(e); in main()
[all …]
H A DTestAbort.java55 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()
145 System.exit(0); in main()
148 System.exit(1); in main()
153 System.exit(1); in main()
[all …]
H A DTestClose.java50 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 DTestFunctionLookup.java43 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 DTestMaxConsumers.java43 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 DTestMultiAggPrinta.java107 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 DTestBean.java86 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()
642 System.out.println(classname + ":"); in performBeanTest()
645 System.out.println(" encoded: " + encoded); in performBeanTest()
651 System.out.println(" decoded: " + decoded); in performBeanTest()
[all …]
H A DTestDrop.java92 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 DTestProbeData.java79 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 DTestStopLock.java57 System.exit(1); in main()
63 System.exit(1); in main()
65 System.out.println("Successful"); in main()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp231 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
271 AddPath(P, System, false); in AddDefaultCIncludePaths()
277 AddPath("/boot/system/develop/headers/os", System, false); in AddDefaultCIncludePaths()
305 AddPath("/boot/system/develop/headers/bsd", System, false); in AddDefaultCIncludePaths()
306 AddPath("/boot/system/develop/headers/glibc", System, false); in AddDefaultCIncludePaths()
307 AddPath("/boot/system/develop/headers/posix", System, false); in AddDefaultCIncludePaths()
308 AddPath("/boot/system/develop/headers", System, false); in AddDefaultCIncludePaths()
316 AddPath("/usr/include/w32api", System, false); in AddDefaultCIncludePaths()
351 AddPath(BaseSDKPath + "/target/include", System, false); in AddDefaultCIncludePaths()
482 AddPath("/System/Library/Frameworks", System, true); in AddDefaultIncludePaths()
[all …]
/freebsd-12.1/contrib/sqlite3/
H A DReplace.cs16 using System;
17 using System.Diagnostics;
18 using System.IO;
19 using System.Reflection;
20 using System.Runtime.InteropServices;
21 using System.Text.RegularExpressions;
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java57 static PrintStream out = System.out;
491 System.err.flush(); in exit()
495 System.exit(status); in exit()
514 System.err.printf("\n" + in usage()
778 System.err.println("failed to open " + in main()
782 System.err.println("failed to open " + in main()
793 System.err.println("invalid pid: " + pidstr); in main()
844 System.err.print("getopt() returned " + c + "\n"); in main()
979 System.err.printf("dtrace: %s", in main()
988 System.err.printf("dtrace: %s", in main()
[all …]
/freebsd-12.1/
H A DREADME27 bin System/user commands.
41 include System include files.
45 lib System libraries.
47 libexec System daemons.
53 sbin System commands.
74 usr.sbin System administration commands.
H A DREADME.md29 bin System/user commands.
43 include System include files.
47 lib System libraries.
49 libexec System daemons.
55 sbin System commands.
76 usr.sbin System administration commands.
/freebsd-12.1/share/doc/psd/01.cacm/
H A Dref.bib19 %T A System for Typesetting Mathematics
27 %T U\s-2NIX\s0 Time-Sharing System: Document Preparation
45 %T U\s-2NIX\s0 Time-Sharing System: The Programmer's Workbench
56 %T U\s-2NIX\s0 Time-Sharing System: U\s-2NIX\s0 on a Microprocessor
80 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
107 %T \*sTENEX\*n, a Paged Time Sharing System for the \*sPDP\*n-10
/freebsd-12.1/contrib/bearssl/T0/
H A DBlobWriter.cs25 using System;
26 using System.IO;
27 using System.Text;
H A DOpcodeRet.cs25 using System;
26 using System.Collections.Generic;
H A DTPointerNull.cs25 using System;
26 using System.Collections.Generic;
H A DOpcodeJumpUncond.cs25 using System;
26 using System.Collections.Generic;
H A DOpcodePutLocal.cs25 using System;
26 using System.Collections.Generic;
/freebsd-12.1/share/doc/papers/relengr/
H A Dref.bib5 %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
/freebsd-12.1/release/packages/
H A DMakefile.package58 runtime_COMMENT= FreeBSD Base System
59 runtime_DESC= FreeBSD Base System
71 svn_COMMENT= Subversion Version Control System
72 svn_DESC= Subversion Version Control System
/freebsd-12.1/share/doc/psd/02.implement/
H A Dref.bib3 %T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell
39 %T The U\s-2NIX\s0 Time-Sharing System
50 %T The M\s-2ULTICS\s0 System

12345678910>>...18