Home
last modified time | relevance | path

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

/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/tensorflow/tensorflow/compiler/xla/tests/
Dtest_macros.cc88 string platform_string = XLA_PLATFORM; in PrependDisabledIfIndicated() local
90 if (RE2::FullMatch(/*text=*/platform_string, /*re=*/s)) { in PrependDisabledIfIndicated()
/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/pdfium/testing/
Dtest_support.cpp121 std::wstring platform_string(characters, L'\0'); in GetPlatformWString() local
124 platform_string[i] = ptr[0] + 256 * ptr[1]; in GetPlatformWString()
126 return platform_string; in GetPlatformWString()
/external/tensorflow/tensorflow/stream_executor/
Dplatform.h65 PlatformKind PlatformKindFromString(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.cc987 for (const auto& platform_string : platform_strings) { in IsProbablySafeToLoad() local
988 const auto& entry = feature_map->find(platform_string); in IsProbablySafeToLoad()