OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:System
(Results
1 - 25
of
339
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
GlobalSuppressions.cs
11
[assembly:
System
.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1017:MarkAssembliesWithComVisible")]
Resources.Designer.cs
12
using
System
;
22
[global::
System
.CodeDom.Compiler.GeneratedCodeAttribute("
System
.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
23
[global::
System
.Diagnostics.DebuggerNonUserCodeAttribute()]
24
[global::
System
.Runtime.CompilerServices.CompilerGeneratedAttribute()]
27
private static global::
System
.Resources.ResourceManager resourceMan;
29
private static global::
System
.Globalization.CultureInfo resourceCulture;
31
[global::
System
.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
38
[global::
System
.ComponentModel.EditorBrowsableAttribute(global::
System
.ComponentModel.EditorBrowsableState.Advanced)]
[
all
...]
Guids.cs
1
using
System
;
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
javaversion.java
30
System
.out.println(
System
.getProperty("java.specification.version"));
/src/external/cddl/dtracetoolkit/dist/Code/Java/
Func_loop.java
3
System
.out.println("Function C");
8
System
.out.println("Function B");
12
System
.out.println("Function A");
Func_abc.java
3
System
.out.println("Function C");
9
System
.out.println("Function B");
16
System
.out.println("Function A");
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/m4/
TestAWT.java
7
System
.exit(1);
9
System
.exit(0);
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/m4/
TestAWT.java
7
System
.exit(1);
9
System
.exit(0);
/src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
GetURL.java
38
System
.exit(1);
43
System
.err.print("Retrieving "+s+"...");
44
System
.err.flush();
52
System
.err.println(" timed out.");
53
System
.exit(1);
62
OutputStream ostream = new BufferedOutputStream(
System
.out);
69
System
.out.flush();
73
System
.err.println(" failed.");
74
System
.exit(1);
77
System
.err.println(" done.")
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/Properties/
AssemblyInfo.cs
1
using
System
;
2
using
System
.Reflection;
3
using
System
.Resources;
4
using
System
.Runtime.CompilerServices;
5
using
System
.Runtime.InteropServices;
/src/crypto/external/bsd/heimdal/dist/tests/java/
KerberosInit.java
49
System
.out.println(toc.getMessage());
74
System
.err.println("Cannot create LoginContext. " + e.getMessage());
76
System
.exit(1);
78
System
.err.println("Cannot create LoginContext. " + e.getMessage());
80
System
.exit(1);
86
System
.err.println("Authentication failed:" + e.getMessage());
88
System
.exit(1);
91
System
.out.println("lc.login ok");
92
System
.exit(0);
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp/
hello.cs
7
using
System
; /* String, Console */
9
using
System
.Diagnostics; /* Process */
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs
1
using
System
.Reflection;
2
using
System
.Runtime.CompilerServices;
/src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs
1
using
System
.Reflection;
2
using
System
.Runtime.CompilerServices;
/src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs
1
using
System
.Reflection;
2
using
System
.Runtime.CompilerServices;
/src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs
1
using
System
.Reflection;
2
using
System
.Runtime.CompilerServices;
/src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs
1
using
System
.Reflection;
2
using
System
.Runtime.CompilerServices;
/src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-java-5
11
System
.out.println(gettext("help"));
13
System
.out.println(gettext("me"));
15
System
.out.println(gettext("Hey Jude"));
19
System
.out.println(gettext("The Fabulous Four"));
21
System
.out.println(gettext("there is not enough" +
/src/external/public-domain/sqlite/dist/
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/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp
65
/// AddSystemHeaderPrefix - Add the specified prefix to the
system
header
94
/// AddDefaultSystemIncludePaths - Adds the default
system
include paths so
117
// Add the path with sysroot prepended, if desired and this is a
system
header
138
// If use
system
headers while cross-compiling, emit the warning.
239
AddPath("/usr/local/include",
System
, false);
254
// All remaining additions are for
system
include directories, early exit if
280
AddPath(P,
System
, false);
285
AddPath("/boot/
system
/non-packaged/develop/headers",
System
, false);
286
AddPath("/boot/
system
/develop/headers/os", System, false)
[
all
...]
/src/sys/rump/fs/lib/libmfs/
Makefile
7
COMMENT=Memory File
System
(in-memory FFS)
/src/sys/rump/fs/lib/libsysvbfs/
Makefile
7
COMMENT=
System
V boot file
system
/src/external/gpl2/gettext/dist/gettext-tools/src/
msgfmt.cs
25
using
System
; /* String, Console, Exception */
26
using
System
.IO; /* Stream, BufferedStream, StreamReader */
27
using
System
.Text; /* StringBuilder, UTF8Encoding */
28
using
System
.Resources; /* ResourceWriter */
77
foreach (
System
.Collections.DictionaryEntry entry in rr);
94
foreach (
System
.Collections.DictionaryEntry entry in rr);
/src/sys/arch/vax/consolerl/
anyboo.com
9
SET FBOX OFF !
System
will turn on Fbox
13
DEPOSIT CSWP 8 ! Turn off the cache -
System
will enable cache
hkmboo.com
9
SET FBOX OFF !
System
will turn on Fbox
13
DEPOSIT CSWP 8 ! Turn off the cache -
System
will enable cache
Completed in 24 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Apr 04 00:22:49 UTC 2026