Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/testing/
H A Dfx_string_testhelpers.cpp54 std::wstring platform_string; in GetPlatformWString() local
55 platform_string.reserve(characters); in GetPlatformWString()
58 platform_string.push_back(ptr[0] + 256 * ptr[1]); in GetPlatformWString()
60 return platform_string; in GetPlatformWString()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py71 def platform_string(): function
72 return jobset.platform_string()
92 if jobset.platform_string() == 'windows':
166 if tgt['language'] == test_lang and platform_string() in
245 self.platform = platform_string()
513 self.platform = platform_string()
873 self.platform = platform_string()
1141 if platform_string() == 'windows':
1143 elif platform_string() == 'linux':
1354 'platform': platform_string()
[all …]
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_tests.py72 def platform_string(): function
73 return jobset.platform_string()
96 if jobset.platform_string() == "windows":
179 and platform_string() in tgt[platforms_str]
274 self.platform = platform_string()
995 self.platform = platform_string()
1293 if platform_string() == "windows":
1295 elif platform_string() == "linux":
1546 "platform": platform_string(),
1791 _POLLING_STRATEGIES[platform_string()] = args.force_use_pollers.split(",")
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Djobset.py52 def platform_string(): function
68 if platform_string() == 'windows':
134 if platform_string() == 'windows' or not sys.stdout.isatty():
509 if not self._travis and platform_string() != 'windows':
527 if platform_string() == 'windows':
549 if platform_string() != 'windows':
Dstart_port_server.py74 if jobset.platform_string() == 'windows':
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/
H A Djobset.py52 def platform_string(): function
68 if platform_string() == "windows":
138 if platform_string() == "windows" or not sys.stdout.isatty():
578 if not self._travis and platform_string() != "windows":
612 if platform_string() == "windows":
634 if platform_string() != "windows":
H A Dstart_port_server.py84 if jobset.platform_string() == "windows":
/aosp_15_r20/external/bazelbuild-rules_python/python/private/pypi/
H A Drequirements_files_by_platform.bzl93 def _platform(platform_string, python_version = None):
94 if not python_version or platform_string.startswith("cp3"):
95 return platform_string
100 return "cp3{}_{}".format(minor, platform_string)
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmanifest_checking_test.cc118 auto platform_string = *TestPlatform(); in SetUp() local
120 if (RE2::FullMatch(/*text=*/platform_string, /*re=*/s)) { in SetUp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dplatform.h66 PlatformKind PlatformKindFromString(std::string platform_string);
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.cc1180 for (const auto& platform_string : platform_strings) { in IsProbablySafeToLoad() local
1181 const auto& entry = feature_map->find(platform_string); in IsProbablySafeToLoad()