Home
last modified time | relevance | path

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

12345678910>>...19

/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DResources.Designer.cs12 using System;
22 …[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResou…
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…
38 …[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsa…
39 internal static global::System.Resources.ResourceManager ResourceManager {
42 …global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LLVM…
[all …]
H A DClangFormatPackage.cs19 using System;
20 using System.Collections;
21 using System.ComponentModel;
22 using System.ComponentModel.Design;
23 using System.IO;
24 using System.Runtime.InteropServices;
25 using System.Xml.Linq;
26 using System.Linq;
27 using System.Text;
78 …public override object ConvertFrom(ITypeDescriptorContext context, System.Globalization.CultureInf… in ConvertFrom()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp246 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths()
281 AddPath(P, System, false); in AddDefaultCIncludePaths()
286 AddPath("/boot/system/non-packaged/develop/headers", System, false); in AddDefaultCIncludePaths()
287 AddPath("/boot/system/develop/headers/os", System, false); in AddDefaultCIncludePaths()
288 AddPath("/boot/system/develop/headers/os/app", System, false); in AddDefaultCIncludePaths()
289 AddPath("/boot/system/develop/headers/os/arch", System, false); in AddDefaultCIncludePaths()
290 AddPath("/boot/system/develop/headers/os/device", System, false); in AddDefaultCIncludePaths()
291 AddPath("/boot/system/develop/headers/os/drivers", System, false); in AddDefaultCIncludePaths()
292 AddPath("/boot/system/develop/headers/os/game", System, false); in AddDefaultCIncludePaths()
293 AddPath("/boot/system/develop/headers/os/interface", System, false); in AddDefaultCIncludePaths()
[all …]
/openbsd-src/sys/dev/eisa/
H A Deisadevs122 product ACE 1010 Super Fast System Board
132 product ACR 1201 1200 486/25 System Board
133 product ACR 1211 AcerFrame 3000SP33 486/33 System Board
146 product ACR 1801 P43WE System Board
155 product ACR 4509 Altos M1 System Board
171 product AEI 0401 486EI System Board
173 product AEO 0301 486EO System Board
175 product AIM 0002 AUVA OPTi/EISA 32-Bit 486 All-in-One System Board
180 product AIR 0301 AIR 486EO System Board
181 product AIR 0401 486EI System Board
[all …]
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceMemoryOperations.cpp51 if (LI->getSyncScopeID() != SyncScope::System && !O.shouldKeep()) in reduceAtomicSyncScopesInFunction()
52 LI->setSyncScopeID(SyncScope::System); in reduceAtomicSyncScopesInFunction()
54 if (SI->getSyncScopeID() != SyncScope::System && !O.shouldKeep()) in reduceAtomicSyncScopesInFunction()
55 SI->setSyncScopeID(SyncScope::System); in reduceAtomicSyncScopesInFunction()
57 if (RMW->getSyncScopeID() != SyncScope::System && !O.shouldKeep()) in reduceAtomicSyncScopesInFunction()
58 RMW->setSyncScopeID(SyncScope::System); in reduceAtomicSyncScopesInFunction()
60 if (CmpXChg->getSyncScopeID() != SyncScope::System && !O.shouldKeep()) in reduceAtomicSyncScopesInFunction()
61 CmpXChg->setSyncScopeID(SyncScope::System); in reduceAtomicSyncScopesInFunction()
63 if (Fence->getSyncScopeID() != SyncScope::System && !O.shouldKeep()) in reduceAtomicSyncScopesInFunction()
64 Fence->setSyncScopeID(SyncScope::System); in reduceAtomicSyncScopesInFunction()
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/Properties/
H A DAssemblyInfo.cs1 using System;
2 using System.Reflection;
3 using System.Resources;
4 using System.Runtime.CompilerServices;
5 using System.Runtime.InteropServices;
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.java/
H A Djprint.java33 System.out.println ("sum is " + sum); in addprint()
38 System.out.println ("adding k gives " + sum); in addk()
46 System.out.println ("new value is " + y); in dothat()
50 System.out.println("x is " + x); in print()
53 System.out.println("y is " + y); in print()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSyncScope.h167 System = 5, enumerator
168 Last = System
183 case System: in map()
195 static_assert(Last == System, "Does not include all synch scopes"); in getRuntimeValues()
199 static_cast<unsigned>(System)}; in getRuntimeValues()
204 return static_cast<unsigned>(System); in getFallBackValue()
/openbsd-src/gnu/llvm/llvm/utils/release/
H A Dtest-release.sh14 System=`uname -s`
16 if [ "$System" = "FreeBSD" ]; then
51 if [ "$System" = "Linux" ]; then
338 if [ "$System" != "Darwin" ] && [ "$System" != "SunOS" ] && [ "$System" != "AIX" ]; then
342 if [ "$System" != "Darwin" ]; then
512 if [ "$System" = "Darwin" ] || [ "$System" = "SunOS" ] || [ "$System" = "AIX" ]; then
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/
H A Dpyproject.toml15 "Intended Audience :: System Administrators",
17 "Operating System :: POSIX",
18 "Operating System :: MacOS :: MacOS X",
/openbsd-src/gnu/llvm/lldb/scripts/
H A Dmacos-setup-codesign.sh18 security find-certificate -Z -p -c "$CERT" /Library/Keychains/System.keychain > /dev/null 2>&1
46 sudo security add-trusted-cert -d -r trustRoot -p codeSign -k /Library/Keychains/System.keychain "$…
50 sudo security import "$TMPDIR/$CERT.key" -A -k /Library/Keychains/System.keychain > /dev/null 2>&1
/openbsd-src/gnu/llvm/llvm/docs/
H A DSystemLibrary.rst2 System Library
8 The System Library has been renamed to Support Library with documentation
/openbsd-src/usr.sbin/tcpdump/
H A DINSTALL31 nfsfh.h - Network File System file handle definitions
32 nfsv2.h - Network File System V2 definitions
36 parsenfsfh.c - Network File System file parser routines
43 print-domain.c - Domain Name System printer routines
58 print-nfs.c - Network File System printer routines
/openbsd-src/sys/conf/
H A DGENERIC24 option SYSVMSG # System V-like message queues
25 option SYSVSEM # System V-like semaphores
26 option SYSVSHM # System V-like memory sharing
36 option NFSCLIENT # Network File System client
37 option NFSSERVER # Network File System server
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DCMakeLists.txt10 COMMAND security find-certificate -Z -p -c ${identity} /Library/Keychains/System.keychain
129 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks)
131 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks)
133 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks)
135 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks)
139 PATHS ${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks)
308 -F${CMAKE_OSX_SYSROOT}/System/Library/PrivateFrameworks
/openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/
H A DPrfDB.pm24 new_from_int OS2::PrfDB::Hini OS2::Prf::System(0),
29 new_from_int OS2::PrfDB::Hini OS2::Prf::System(1), 'User settings database', 1;
33 new_from_int OS2::PrfDB::Hini OS2::Prf::System(2),'System settings database',1;
/openbsd-src/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D25_plv5162.t185 /System/Library/Perl/5.16/darwin-thread-multi-2level
186 /System/Library/Perl/5.16
187 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level
188 /System/Library/Perl/Extras/5.16
/openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-2.2.8/
H A D+DESC1 Common Unix Printing System
3 systems. CUPS provides the System V and Berkeley command-line
/openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-2.2.7p1/
H A D+DESC1 Common Unix Printing System
3 systems. CUPS provides the System V and Berkeley command-line
/openbsd-src/gnu/llvm/clang/cmake/caches/
H A DBaremetalARM.cmake7 set(BUILTINS_armv6m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv6m-none-eabi System Name")
12 set(BUILTINS_armv7m-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7m-none-eabi System Name")
19 set(BUILTINS_armv7em-none-eabi_CMAKE_SYSTEM_NAME Generic CACHE STRING "armv7em-none-eabi System Nam…
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/lib/Test/
H A DRRA.pm84 require IPC::System::Simple;
90 my $diff = IPC::System::Simple::capturex([0 .. 1], @command);
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DREADME.txt4 This directory provides implementations of the lib/System classes that
11 SysV - code that is specific to System V variants of UNIX
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/lib/Test/
H A DRRA.pm84 require IPC::System::Simple;
90 my $diff = IPC::System::Simple::capturex([0 .. 1], @command);
/openbsd-src/usr.bin/file/magdir/
H A Dconsole6 # ines: file(1) magic for Marat's iNES Nintendo Entertainment System
97 # smsgg: file(1) magic for Sega Master System and Game Gear ROM dumps
105 #>1 byte 0xED Sega Master System/Game Gear ROM dump
106 #>1 byte 0x31 Sega Master System/Game Gear ROM dump
107 #>1 byte 0xDB Sega Master System/Game Gear ROM dump
108 #>1 byte 0xAF Sega Master System/Game Gear ROM dump
109 #>1 byte 0xC3 Sega Master System/Game Gear ROM dump
/openbsd-src/distrib/notes/
H A DINSTALL11 System based on Berkeley Networking Release 2 (Net/2) and 4.4BSD-Lite.
76 OpenBSD System Requirements and Supported Devices:
98 Getting the OpenBSD System onto Useful Media:
105 Preparing your System for OpenBSD Installation:
112 Installing the OpenBSD System:
118 Upgrading a previously-installed OpenBSD System:
124 Getting source code for your OpenBSD System:

12345678910>>...19