Home
last modified time | relevance | path

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

/external/pdfium/testing/
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()
/external/grpc-grpc/tools/run_tests/
Drun_tests.py88 AND platform = '""" + platform_string() + """'
104 def platform_string(): function
105 return jobset.platform_string()
124 if jobset.platform_string() == 'windows':
185 if tgt['language'] == test_lang and platform_string() in
268 self.platform = platform_string()
561 self.platform = platform_string()
919 self.platform = platform_string()
1238 if platform_string() == 'windows':
1240 elif platform_string() == 'linux':
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py69 def platform_string(): function
70 return jobset.platform_string()
90 if jobset.platform_string() == 'windows':
151 if tgt['language'] == test_lang and platform_string() in
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':
1525 _POLLING_STRATEGIES[platform_string()] = args.force_use_pollers.split(',')
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmanifest_checking_test.cc118 auto platform_string = *TestPlatform(); in SetUp() local
120 if (RE2::FullMatch(/*text=*/platform_string, /*re=*/s)) { in SetUp()
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
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':
Dstart_port_server.py72 if jobset.platform_string() == 'windows':
/external/grpc-grpc/tools/run_tests/python_utils/
Djobset.py54 def platform_string(): function
70 if platform_string() == 'windows':
133 if platform_string() == 'windows' or not sys.stdout.isatty():
486 if not self._travis and platform_string() != 'windows':
504 if platform_string() == 'windows':
523 if platform_string() != 'windows':
Dstart_port_server.py69 if jobset.platform_string() == 'windows':
/external/tensorflow/tensorflow/stream_executor/
Dplatform.h67 PlatformKind PlatformKindFromString(std::string platform_string);
/external/vboot_reference/host/arch/arm/lib/
Dcrossystem_arch.c54 const char* platform_string; /* String to return */ member
207 return strdup(p->platform_string); in ReadFdtPlatformFamily()
/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c98 const char* platform_string; /* String to return */ member
496 return StrCopy(dest, p->platform_string, size); in ReadPlatformFamilyString()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c98 const char* platform_string; /* String to return */ member
496 return StrCopy(dest, p->platform_string, size); in ReadPlatformFamilyString()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1169 for (const auto& platform_string : platform_strings) { in IsProbablySafeToLoad() local
1170 const auto& entry = feature_map->find(platform_string); in IsProbablySafeToLoad()