Home
last modified time | relevance | path

Searched refs:os_name (Results 201 – 225 of 1227) sorted by relevance

12345678910>>...50

/dports/multimedia/mkclean/mkclean-0.8.7/corec/tools/coremake/
H A Dsystem_output.sh6 os_name=`uname -s | sed y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/`
13 case $os_name in
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/tools/coremake/
H A Dsystem_output.sh6 os_name=`uname -s | sed y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/`
13 case $os_name in
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/tools/coremake/
H A Dsystem_output.sh6 os_name=`uname -s | sed y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/`
13 case $os_name in
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Dutil.py219 os_name = os._name if sys.platform.startswith('java') else os.name
220 if os_name == 'posix':
226 elif os_name == 'nt':
232 elif os_name == 'os2':
238 elif os_name == 'mac':
249 "nothing known about platform '%s'" % os_name
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/gpu/gpu_tests/
H A Dgpu_integration_test.py125 os_name = cls.browser.platform.GetOSName()
126 if os_name == 'android' or os_name == 'chromeos':
246 os_name = self.browser.platform.GetOSName()
249 if os_name == 'android':
290 if os_name == 'fuchsia':
/dports/devel/py-tox/tox-3.12.1/tests/unit/
H A Dtest_result.py81 def test_invocation_error(exit_code, os_name, mocker, monkeypatch): argument
82 monkeypatch.setattr(os, "name", value=os_name)
95 if (os_name == "posix") and (exit_code == 128 + signal.SIGTERM):
/dports/www/privoxy/privoxy-3.0.33-stable/tools/
H A Duagen.pl184 foreach my $os_name ( keys %os_data ) {
185 push @os_names, ($os_name) x $os_data{$os_name}{'karma'}
186 if $os_data{$os_name}{'karma'};
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/toolchain_build/
H A Dtoolchain_build_pnacl.py1256 for os_name, arch in (('win', 'x86-32'),
1264 triple = pynacl.platform.PlatformTriple(os_name, arch)
1266 host_packages.setdefault(os_name, []).extend(
1273 for os_name in ['linux', 'mac']:
1274 legal_triple = pynacl.gsd_storage.LegalizeName('x86-32-' + os_name)
1276 for os_name in ['linux']:
1277 legal_triple = pynacl.gsd_storage.LegalizeName('arm-' + os_name)
1279 for os_name in ['linux']:
1280 legal_triple = pynacl.gsd_storage.LegalizeName('x86-64-' + os_name)
1283 for os_name, os_packages in host_packages.iteritems():
[all …]
/dports/devel/isa-l/isa-l-2.30.0/tools/
H A Dtest_autorun.sh23 os_name=$(uname -s)
32 echo "os_name: $os_name"
/dports/net/xprobe/xprobe2-0.3/src/
H A Dos_matrix.h52 int add_os(string &os_name);
53 int find_os(string &os_name);
/dports/math/ideep/ideep-2.0.0-119-gb57539e/python/
H A Dsetup.py17 os_name = system() variable
133 if os_name == 'Darwin':
147 if os_name == 'Linux':
/dports/devel/ros-rosdep/rosdep-0.18.0/test/
H A Dtest_rosdep_installers.py111 os_name, os_version = context.get_os_name_and_version()
112 assert os_name is not None
126 os_name, os_version = context.get_os_name_and_version()
127 assert os_name == 'fakeos', os_name
131 os_name, os_version = context.get_os_name_and_version()
132 assert os_name == 'fakeos', os_name
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/db/
H A Dinit_structure.sql181 os_name character varying(50), field
323 os_name character varying(50), field
456 os_name character varying(50), field
589 os_name character varying(50), field
722 os_name character varying(50), field
855 os_name character varying(50), field
988 os_name character varying(50), field
1121 os_name character varying(50), field
1254 os_name character varying(50), field
1387 os_name character varying(50), field
[all …]
/dports/net-mgmt/py-napalm-logs/napalm-logs-0.9.0/docs/
H A Dmessage_template.jinja21 {% for os_name in error_os_list -%}
22 - {{ os_name }}
/dports/devel/p5-DateTime-TimeZone/DateTime-TimeZone-2.51/lib/DateTime/TimeZone/
H A DLocal.pm48 my $os_name = $subclass{$^O} || $^O;
49 my $subclass = $class . '::' . $os_name;
/dports/devel/ipython5/ipython-5.10.0/
H A Dsetup.py80 os_name = 'windows' variable
82 os_name = os.name
87 if os_name == 'windows' and 'sdist' in sys.argv:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/style/checkers/
H A Dpng_unittest.py58 …checker = PNGChecker(file_path, mock_handle_style_error, MockSystemHost(os_name='linux', filesyste…
65 …checker = PNGChecker(file_path, mock_handle_style_error, MockSystemHost(os_name='linux', filesyste…
/dports/security/py-angr/angr-9.0.5405/angr/engines/
H A Dsyscall.py28 cc = angr.SYSCALL_CC[state.arch.name][state.os_name](state.arch)
31 … l.warning("No syscall calling convention available for %s/%s", state.arch.name, state.os_name)
/dports/textproc/meld/meld-3.20.4/test/
H A Dtest_misc.py97 def test_shorten_names(os_name, paths, expected): argument
100 with mock.patch('os.name', os_name):
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/dev/benchmarking/ddl/
H A D3_00_functions_helpers.sql146 os_name citext
156 WHERE os.os_name = $1
161 INSERT INTO public.os(os_name, architecture_name, kernel_name)
180 , os_name citext
228 os_name
/dports/databases/arrow/apache-arrow-6.0.1/dev/benchmarking/ddl/
H A D3_00_functions_helpers.sql146 os_name citext
156 WHERE os.os_name = $1
161 INSERT INTO public.os(os_name, architecture_name, kernel_name)
180 , os_name citext
228 os_name
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/
H A Dcipd.py254 os_name = {
260 if not os_name:
268 if os_name == 'mac' and arch == 'arm64':
283 if os_name == 'linux' and arch == 'amd64' and python_bits == 32:
286 return '%s-%s' % (os_name, arch)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/port/
H A Dport_testcase.py61 os_name = None variable in PortTestCase
67 …def make_port(self, host=None, port_name=None, options=None, os_name=None, os_version=None, **kwar… argument
68 …host = host or MockSystemHost(os_name=(os_name or self.os_name), os_version=(os_version or self.os…
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/dev/benchmarking/ddl/
H A D3_00_functions_helpers.sql146 os_name citext
156 WHERE os.os_name = $1
161 INSERT INTO public.os(os_name, architecture_name, kernel_name)
180 , os_name citext
228 os_name
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkg_macho.c382 char os_name[BUFSIZ]; in pkg_get_myarch() local
387 if ((ret = host_os_info(os_name, sizeof(os_name), &major_version)) != EPKG_OK) in pkg_get_myarch()
398 xasprintf(&spec, "%s:%lld:%s", os_name, major_version, cpu_name); in pkg_get_myarch()

12345678910>>...50