Home
last modified time | relevance | path

Searched refs:platform_string (Results 1 – 25 of 37) sorted by relevance

12

/dports/security/fwbuilder/fwbuilder-5.3.7/src/import/
H A DPreImport.cpp269 QString platform_string; in getPlatformAsString() local
274 platform_string = ""; in getPlatformAsString()
278 platform_string = "pix"; in getPlatformAsString()
282 platform_string = "fwsm"; in getPlatformAsString()
286 platform_string = "iosacl"; in getPlatformAsString()
291 platform_string = "iptables"; in getPlatformAsString()
296 platform_string = "pf"; in getPlatformAsString()
300 return platform_string; in getPlatformAsString()
/dports/devel/eastl/EASTL-3.13.06/scripts/
H A Dci-pre.cmd6 if [%PLATFORM%]==[MinGW_x86] set platform_string=i686 variable
7 if [%PLATFORM%]==[MinGW_x64] set platform_string=x86_64 variable
12 …C:\msys64\usr\bin\pacman --noconfirm --needed -S mingw-w64-%platform_string%-clang mingw-w64-x86_6…
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wpt/
H A Dbrowser.py67 def platform_string(self): member in Firefox
117 ….get_from_nightly("<a[^>]*>(firefox-\d+\.\d(?:\w\d)?.en-US.%s\.tar\.bz2)" % self.platform_string())
149 … "<a[^>]*>(firefox-\d+\.\d(?:\w\d)?.en-US.%s\.common\.tests.zip)</a>" % self.platform_string())
230 def platform_string(self): member in Chrome
258 … self.platform_string())
328 def platform_string(self): member in Opera
356 … self.platform_string())
359 operadriver_dir = os.path.join(dest, "operadriver_%s" % self.platform_string())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/testing/
H A Dfx_string_testhelpers.cpp51 std::wstring platform_string(characters, L'\0'); in GetPlatformWString() local
54 platform_string[i] = ptr[0] + 256 * ptr[1]; in GetPlatformWString()
56 return platform_string; in GetPlatformWString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/
H A Dfx_string_testhelpers.cpp51 std::wstring platform_string(characters, L'\0'); in GetPlatformWString() local
54 platform_string[i] = ptr[0] + 256 * ptr[1]; in GetPlatformWString()
56 return platform_string; in GetPlatformWString()
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/
H A Drun_tests.py71 def platform_string(): function
72 return jobset.platform_string()
92 if jobset.platform_string() == 'windows':
236 self.platform = platform_string()
496 self.platform = platform_string()
881 self.platform = platform_string()
1254 if platform_string() == 'windows':
1256 elif platform_string() == 'linux':
1529 if jobset.platform_string() == 'linux':
1607 if platform_string() == 'windows':
[all …]
/dports/devel/grpc130/grpc-1.30.2/tools/run_tests/
H A Drun_tests.py104 def platform_string(): function
105 return jobset.platform_string()
125 if jobset.platform_string() == 'windows':
269 self.platform = platform_string()
553 self.platform = platform_string()
965 self.platform = platform_string()
1332 if platform_string() == 'windows':
1334 elif platform_string() == 'linux':
1601 if jobset.platform_string() == 'linux':
1679 if platform_string() == 'windows':
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/run_tests/
H A Drun_tests.py88 AND platform = '""" + platform_string() + """'
104 def platform_string(): function
105 return jobset.platform_string()
125 if jobset.platform_string() == 'windows':
269 self.platform = platform_string()
553 self.platform = platform_string()
935 self.platform = platform_string()
1259 if platform_string() == 'windows':
1261 elif platform_string() == 'linux':
1515 if jobset.platform_string() == 'linux':
[all …]
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/
H A Drun_tests.py69 def platform_string(): function
70 return jobset.platform_string()
90 if jobset.platform_string() == 'windows':
234 self.platform = platform_string()
510 self.platform = platform_string()
906 self.platform = platform_string()
1279 if platform_string() == 'windows':
1281 elif platform_string() == 'linux':
1551 if jobset.platform_string() == 'linux':
1629 if platform_string() == 'windows':
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/cmake/external/rpavlik-cmake-modules/
H A DPlatformDefinitions.cmake16 function(_define_platform_macros_impl prefix platform_string variable_name)
17 if (${CMAKE_SYSTEM_NAME} MATCHES "${platform_string}")
/dports/editors/texmaker/texmaker-5.0.3/pdfium/testing/
H A Dtest_support.cpp113 std::wstring platform_string(characters, L'\0'); in GetPlatformWString() local
116 platform_string[i] = ptr[0] + 256 * ptr[1]; in GetPlatformWString()
118 return platform_string; in GetPlatformWString()
/dports/devel/grpc134/grpc-1.34.1/tools/run_tests/python_utils/
H A Djobset.py52 def platform_string(): function
68 if platform_string() == 'windows':
131 if platform_string() == 'windows' or not sys.stdout.isatty():
495 if not self._travis and platform_string() != 'windows':
513 if platform_string() == 'windows':
532 if platform_string() != 'windows':
H A Dstart_port_server.py72 if jobset.platform_string() == 'windows':
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/python_utils/
H A Djobset.py52 def platform_string(): function
68 if platform_string() == 'windows':
131 if platform_string() == 'windows' or not sys.stdout.isatty():
506 if not self._travis and platform_string() != 'windows':
524 if platform_string() == 'windows':
546 if platform_string() != 'windows':
/dports/devel/grpc130/grpc-1.30.2/tools/run_tests/python_utils/
H A Djobset.py52 def platform_string(): function
68 if platform_string() == 'windows':
131 if platform_string() == 'windows' or not sys.stdout.isatty():
495 if not self._travis and platform_string() != 'windows':
513 if platform_string() == 'windows':
532 if platform_string() != 'windows':
H A Dstart_port_server.py72 if jobset.platform_string() == 'windows':
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/run_tests/python_utils/
H A Djobset.py52 def platform_string(): function
68 if platform_string() == 'windows':
131 if platform_string() == 'windows' or not sys.stdout.isatty():
499 if not self._travis and platform_string() != 'windows':
517 if platform_string() == 'windows':
536 if platform_string() != 'windows':
H A Dstart_port_server.py72 if jobset.platform_string() == 'windows':
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/misc/
H A Ddp_platform.cxx172 bool platform_fits( OUString const & platform_string ) in platform_fits() argument
178 platform_string.getToken( 0, ',', index ).trim() ); in platform_fits()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Build/Targets/arm-android-linux/
H A DConfig.scons42 platform_string = 'android-'+str(platform) variable
43 if os.path.exists(os.path.join(ANDROID_NDK_ROOT, 'platforms', platform_string)):
44 ANDROID_PLATFORM = platform_string
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/inc/
H A Ddp_platform.hxx32 bool platform_fits(OUString const& platform_string);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/inc/
H A Ddp_platform.hxx36 bool platform_fits( OUString const & platform_string );
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/wpt/
H A Dbrowser.py528 def platform_string(self): member in Chrome
600 latest, self.platform_string())
608 self.chromium_platform_string(), revision, self.platform_string())
617 self.chromium_platform_string(), revision, self.platform_string())
634 dest, 'chromedriver_%s' % self.platform_string())
830 def platform_string(self): member in Opera
860 … self.platform_string())
863 operadriver_dir = os.path.join(dest, "operadriver_%s" % self.platform_string())
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wpt/
H A Dbrowser.py522 def platform_string(self): member in Chrome
594 latest, self.platform_string())
602 self.chromium_platform_string(), revision, self.platform_string())
611 self.chromium_platform_string(), revision, self.platform_string())
628 dest, 'chromedriver_%s' % self.platform_string())
824 def platform_string(self): member in Opera
854 … self.platform_string())
857 operadriver_dir = os.path.join(dest, "operadriver_%s" % self.platform_string())
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/misc/
H A Ddp_platform.cxx175 bool platform_fits( OUString const & platform_string ) in platform_fits() argument
181 platform_string.getToken( 0, ',', index ).trim() ); in platform_fits()

12