Home
last modified time | relevance | path

Searched full:sys (Results 1 – 25 of 6555) sorted by relevance

12345678910>>...263

/third_party/cups/packaging/
Dcups.list.in252 f 0555 root sys $SBINDIR/cupsd scheduler/cupsd
254 d 0755 root sys $SERVERBIN -
256 d 0755 root sys $SERVERBIN/apple -
257 f 0555 root sys $SERVERBIN/apple/ipp backend/ipp
258 l 0755 root sys $SERVERBIN/apple/http ipp
259 l 0755 root sys $SERVERBIN/apple/https ipp
260 l 0755 root sys $SERVERBIN/apple/ipps ipp
262 d 0755 root sys $SERVERBIN/backend -
263 f 0500 root sys $SERVERBIN/backend/ipp backend/ipp
264 l 0700 root sys $SERVERBIN/backend/http ipp
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h972 sys::swapByteOrder(mh.magic); in swapStruct()
973 sys::swapByteOrder(mh.nfat_arch); in swapStruct()
977 sys::swapByteOrder(mh.cputype); in swapStruct()
978 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
979 sys::swapByteOrder(mh.offset); in swapStruct()
980 sys::swapByteOrder(mh.size); in swapStruct()
981 sys::swapByteOrder(mh.align); in swapStruct()
985 sys::swapByteOrder(mh.cputype); in swapStruct()
986 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
987 sys::swapByteOrder(mh.offset); in swapStruct()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h1003 sys::swapByteOrder(mh.magic); in swapStruct()
1004 sys::swapByteOrder(mh.nfat_arch); in swapStruct()
1008 sys::swapByteOrder(mh.cputype); in swapStruct()
1009 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1010 sys::swapByteOrder(mh.offset); in swapStruct()
1011 sys::swapByteOrder(mh.size); in swapStruct()
1012 sys::swapByteOrder(mh.align); in swapStruct()
1016 sys::swapByteOrder(mh.cputype); in swapStruct()
1017 sys::swapByteOrder(mh.cpusubtype); in swapStruct()
1018 sys::swapByteOrder(mh.offset); in swapStruct()
[all …]
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts18 …supportedJSExtensionsFlat, supportedTSExtensionsFlat, sys, System, toPath, tracing, validateLocale…
80 sys: System,
84 return shouldBePretty(sys, options) ?
85 createDiagnosticReporter(sys, /*pretty*/ true) :
89 function defaultIsPretty(sys: System) {
90 …return !!sys.writeOutputIsTTY && sys.writeOutputIsTTY() && !sys.getEnvironmentVariable("NO_COLOR");
93 function shouldBePretty(sys: System, options: CompilerOptions | BuildOptions) {
95 return defaultIsPretty(sys);
107 function printVersion(sys: System) {
108 sys.write(getDiagnosticText(Diagnostics.Version_0, version) + sys.newLine);
[all …]
/third_party/python/Lib/test/
Dtest_sys.py9 import sys
31 dh = sys.__displayhook__
47 # sys.displayhook() requires arguments
50 stdout = sys.stdout
52 del sys.stdout
55 sys.stdout = stdout
58 displayhook = sys.displayhook
60 del sys.displayhook
64 sys.displayhook = displayhook
70 with support.swap_attr(sys, 'displayhook', baddisplayhook):
[all …]
Dtest_site.py3 Tests assume the initial paths in sys.path once the interpreter has begun
23 import sys
34 if sys.flags.no_site:
46 OLD_SYS_PATH = sys.path[:]
52 # modify sys.path: will be restored by tearDownModule()
60 sys.path[:] = OLD_SYS_PATH
68 """Save a copy of sys.path"""
69 self.sys_path = sys.path[:]
77 """Restore sys.path"""
78 sys.path[:] = self.sys_path
[all …]
D_test_embed_set_config.py5 # does reset sys attributes to their state of the Python startup
10 import sys
20 self.sys_copy = dict(sys.__dict__)
25 sys.__dict__.clear()
26 sys.__dict__.update(self.sys_copy)
34 self.assertEqual(getattr(sys, key), value,
162 with self.subTest(sys=sys_attr, key=key, value=value):
164 self.assertEqual(getattr(sys.flags, sys_attr), value)
167 self.assertEqual(sys.flags.dont_write_bytecode, True)
168 self.assertEqual(sys.dont_write_bytecode, True)
[all …]
/third_party/ltp/tools/
Drestore_kernel_faults_default.sh35 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-end
36 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-start
37 echo 4294967295 > /sys/kernel/debug/fail_io_timeout/require-end
38 echo 0 > /sys/kernel/debug/fail_io_timeout/require-start
39 echo 32 > /sys/kernel/debug/fail_io_timeout/stacktrace-depth
40 echo N > /sys/kernel/debug/fail_io_timeout/task-filter
41 echo 2 > /sys/kernel/debug/fail_io_timeout/verbose
42 echo 0 > /sys/kernel/debug/fail_io_timeout/space
43 echo 1 > /sys/kernel/debug/fail_io_timeout/times
44 echo 1 > /sys/kernel/debug/fail_io_timeout/interval
[all …]
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchEnvironment.ts10 sys: () => {
24 timeouts: (sys, programs) => {
29 sys.checkTimeoutQueueLengthAndRun(1);
38 … change: sys => sys.writeFile("/a/username/project/typescript.ts", "var zz30 = 100;"),
47 timeouts: sys => sys.checkTimeoutQueueLengthAndRun(3),
52 timeouts: (sys, programs) => {
58 sys.checkTimeoutQueueLengthAndRun(2);
63 sys.checkTimeoutQueueLengthAndRun(1);
74 sys: () => {
90 timeouts: (sys, programs) => {
[all …]
DprojectsWithReferences.ts7 sys: () => ts.tscWatch.createSystemWithSolutionBuild(
26 change: sys => {
27sys.appendFile(ts.TestFSWithWatch.getTsBuildProjectFilePath("sample1", "logic/index.ts"), `functio…
28 const solutionBuilder = ts.tscWatch.createSolutionBuilder(sys, ["logic"]);
33 timeouts: sys => sys.checkTimeoutQueueLength(0),
37 change: sys => {
38sys.appendFile(ts.TestFSWithWatch.getTsBuildProjectFilePath("sample1", "logic/index.ts"), `export …
39 const solutionBuilder = ts.tscWatch.createSolutionBuilder(sys, ["logic"]);
46 change: sys => {
47sys.writeFile(ts.TestFSWithWatch.getTsBuildProjectFilePath("sample1", "logic/tsconfig.json"), JSON…
[all …]
DwatchApi.ts22 …const { sys, baseline, oldSnap, cb, getPrograms } = ts.tscWatch.createBaseline(ts.tscWatch.createW… constant
28 system: sys,
31 const parsedCommandResult = ts.parseJsonConfigFileContent(configFileJson, sys, config.path);
46 sys,
58 …const { sys, baseline, oldSnap, cb, getPrograms } = ts.tscWatch.createBaseline(ts.tscWatch.createW… constant
69 system: sys,
75 …if (implementHasInvalidatedResolution) host.hasInvalidatedResolutions = () => sys.fileExists(`${ts…
81 sys,
88 … change: sys => sys.appendFile(`${ts.tscWatch.projectRoot}/other.d.ts`, ""),
89 timeouts: sys => sys.runQueuedTimeoutCallbacks(),
[all …]
DresolutionCache.ts15 …const { sys, baseline, oldSnap, cb, getPrograms } = ts.tscWatch.createBaseline(ts.tscWatch.createW… constant
18 system: sys,
30 sys,
37 change: sys => {
40 sys.writeFile(root.path, `import {x} from "f1"
47 change: sys => {
56 sys.writeFile(root.path, `import {x} from "f2"`);
58 timeouts: sys => {
59 sys.runQueuedTimeoutCallbacks();
65 change: sys => {
[all …]
Dhelpers.ts88 export function runQueuedTimeoutCallbacks(sys: WatchedSystem) {
89 sys.runQueuedTimeoutCallbacks();
92 export function checkSingleTimeoutQueueLengthAndRun(sys: WatchedSystem) {
93 sys.checkTimeoutQueueLengthAndRun(1);
96 export function checkSingleTimeoutQueueLengthAndRunAndVerifyNoTimeout(sys: WatchedSystem) {
97 sys.checkTimeoutQueueLengthAndRun(1);
98 sys.checkTimeoutQueueLength(0);
104 change: (sys: ts.TestFSWithWatch.TestServerHostTrackingWrittenFiles) => void;
106 sys: ts.TestFSWithWatch.TestServerHostTrackingWrittenFiles,
122 sys: () => WatchedSystem; property
[all …]
DprogramUpdates.ts15 sys: () => {
37 sys: () => {
57 sys: () => {
89sys: () => ts.tscWatch.createWatchedSystem([ts.tscWatch.commonFile1, ts.tscWatch.libFile, configFi…
93 … change: sys => sys.writeFile(ts.tscWatch.commonFile2.path, ts.tscWatch.commonFile2.content),
103 sys: () => {
123 sys: () => {
129 change: sys => sys.appendFile(ts.tscWatch.commonFile2.path, ";let xy = 10;"),
134 change: sys => sys.deleteFile(ts.tscWatch.commonFile2.path),
139 … change: sys => sys.writeFile(ts.tscWatch.commonFile2.path, ts.tscWatch.commonFile2.content),
[all …]
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md493 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.91..master
494 [v0.9.91]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90...openssl-sys-v0.9.…
495 [v0.9.90]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.89...openssl-sys-v0.9.…
496 [v0.9.89]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.88...openssl-sys-v0.9.…
497 [v0.9.88]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.87...openssl-sys-v0.9.…
498 [v0.9.87]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.86...openssl-sys-v0.9.…
499 [v0.9.86]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.85...openssl-sys-v0.9.…
500 [v0.9.85]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.84...openssl-sys-v0.9.…
501 [v0.9.84]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.83...openssl-sys-v0.9.…
502 [v0.9.83]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.82...openssl-sys-v0.9.…
[all …]
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts44 sys: TscCompileSystem | ts.tscWatch.WatchedSystem,
52 ts.baselineBuildInfo(program.getCompilerOptions(), sys, originalReadCall);
59 ts.baselineBuildInfo(program.options, sys, originalReadCall);
77 compile: (sys: TscCompileSystem) => void;
78 additionalBaseline?: (sys: TscCompileSystem) => void;
97 …const sys = new fakes.System(fs, { executingFilePath: "/lib/tsc", env: environmentVariables }) as … constant
98 if (input.disableUseFileVersionAsSignature) sys.disableUseFileVersionAsSignature = true;
99 sys.storeFilesChangingSignatureDuringEmit = true;
100 sys.write(`${sys.getExecutingFilePath()} ${commandLineArgs.join(" ")}\n`);
101 sys.exit = exitCode => sys.exitCode = exitCode;
[all …]
/third_party/python/Lib/
Dsite.py1 """Append module search paths for third-party packages to sys.path.
8 Unix (including Mac OSX), it starts with sys.prefix and
9 sys.exec_prefix (if different) and appends
13 resulting directories, if they exist, are appended to sys.path, and
16 If a file named "pyvenv.cfg" exists one directory above sys.executable,
17 sys.prefix and sys.exec_prefix are set to that directory and
18 it is also checked for site-packages (sys.base_prefix and
19 sys.base_exec_prefix will always be the "real" prefixes of the Python
26 appended to sys.path, and also inspected for path configuration
31 to be added to sys.path. Non-existing directories (or
[all …]
/third_party/rust/crates/rustix/src/
Dio_uring.rs26 use linux_raw_sys::general as sys;
100 const GETEVENTS = sys::IORING_ENTER_GETEVENTS;
103 const SQ_WAKEUP = sys::IORING_ENTER_SQ_WAKEUP;
106 const SQ_WAIT = sys::IORING_ENTER_SQ_WAIT;
109 const EXT_ARG = sys::IORING_ENTER_EXT_ARG;
120 RegisterBuffers = sys::IORING_REGISTER_BUFFERS as _,
123 UnregisterBuffers = sys::IORING_UNREGISTER_BUFFERS as _,
126 RegisterFiles = sys::IORING_REGISTER_FILES as _,
129 UnregisterFiles = sys::IORING_UNREGISTER_FILES as _,
132 RegisterEventfd = sys::IORING_REGISTER_EVENTFD as _,
[all …]
/third_party/skia/tools/skpbench/
D_hardware_pixel2.py31 echo 0 > /sys/devices/system/cpu/cpu$N/online
37 echo 1 > /sys/devices/system/cpu/cpu$N/online
38 echo userspace > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_governor
39 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_max_freq
40 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_min_freq
41 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_setspeed
46 echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split''',
48 # echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on
50 echo 10000 > /sys/class/kgsl/kgsl-3d0/idle_timer''',
54 echo %i > /sys/class/devfreq/soc\:qcom,gpubw/min_freq
[all …]
D_hardware_nexus_6p.py24 echo 1 > /sys/devices/system/cpu/cpu$N/online
25 echo userspace > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_governor
26 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_max_freq
27 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_min_freq
28 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_setspeed
34 echo 0 > /sys/devices/system/cpu/cpu$N/online
40 echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split
41 echo 1 > /sys/class/kgsl/kgsl-3d0/force_bus_on
42 echo 1 > /sys/class/kgsl/kgsl-3d0/force_rail_on
43 echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on
[all …]
/third_party/skia/m133/tools/skpbench/
D_hardware_pixel2.py31 echo 0 > /sys/devices/system/cpu/cpu$N/online
37 echo 1 > /sys/devices/system/cpu/cpu$N/online
38 echo userspace > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_governor
39 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_max_freq
40 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_min_freq
41 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_setspeed
46 echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split''',
48 # echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on
50 echo 10000 > /sys/class/kgsl/kgsl-3d0/idle_timer''',
54 echo %i > /sys/class/devfreq/soc\:qcom,gpubw/min_freq
[all …]
D_hardware_nexus_6p.py24 echo 1 > /sys/devices/system/cpu/cpu$N/online
25 echo userspace > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_governor
26 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_max_freq
27 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_min_freq
28 echo %i > /sys/devices/system/cpu/cpu$N/cpufreq/scaling_setspeed
34 echo 0 > /sys/devices/system/cpu/cpu$N/online
40 echo 0 > /sys/class/kgsl/kgsl-3d0/bus_split
41 echo 1 > /sys/class/kgsl/kgsl-3d0/force_bus_on
42 echo 1 > /sys/class/kgsl/kgsl-3d0/force_rail_on
43 echo 1 > /sys/class/kgsl/kgsl-3d0/force_clk_on
[all …]
/third_party/openssl/VMS/
Dmsg_staging.com19 $ WRITE SYS$OUTPUT "Staging installation complete"
20 $ WRITE SYS$OUTPUT ""
21 $ WRITE SYS$OUTPUT "Finish or package in such a way that the contents of the following direct…
22 $ WRITE SYS$OUTPUT "trees end up being copied:"
23 $ WRITE SYS$OUTPUT ""
24 $ WRITE SYS$OUTPUT "- from ", staging_instdir
25 $ WRITE SYS$OUTPUT " to ", final_instdir
26 $ WRITE SYS$OUTPUT "- from ", staging_datadir
27 $ WRITE SYS$OUTPUT " to ", final_datadir
28 $ WRITE SYS$OUTPUT ""
[all …]
/third_party/python/Lib/test/libregrtest/
Dutils.py3 import sys
75 old_stderr = sys.stderr
78 sys.stderr = support.print_warning.orig_stderr
80 sys.stderr.flush()
82 sys.stderr = old_stderr
87 orig_unraisablehook = sys.unraisablehook
88 sys.unraisablehook = regrtest_unraisable_hook
98 old_stderr = sys.stderr
101 sys.stderr = support.print_warning.orig_stderr
103 sys.stderr.flush()
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_exit_test.py26 import sys
38 INTERPRETER = sys.executable
94 stdout=sys.stdout,
95 stderr=sys.stderr,
102 stdout=sys.stdout,
109 stdout=sys.stdout,
110 stderr=sys.stderr,
117 stdout=sys.stdout,
118 stderr=sys.stderr,
125 stdout=sys.stdout,
[all …]

12345678910>>...263