OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform_string
(Results
1 - 9
of
9
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/tests/
test_macros.cc
88
string
platform_string
= XLA_PLATFORM;
local
90
if (RE2::FullMatch(/*text=*/
platform_string
, /*re=*/s)) {
/external/tensorflow/tensorflow/stream_executor/
platform.h
65
PlatformKind PlatformKindFromString(string
platform_string
);
/external/pdfium/testing/
test_support.cpp
121
std::wstring
platform_string
(characters, L'\0');
124
platform_string
[i] = ptr[0] + 256 * ptr[1];
126
return
platform_string
;
/external/grpc-grpc/tools/run_tests/python_utils/
jobset.py
54
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':
start_port_server.py
69
if jobset.
platform_string
() == 'windows':
/external/grpc-grpc/tools/run_tests/
run_tests.py
88
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
()
[
all
...]
/external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c
54
const char*
platform_string
; /* String to return */
member in struct:PlatformFamily
207
return strdup(p->
platform_string
);
/external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c
98
const char*
platform_string
; /* String to return */
member in struct:PlatformFamily
496
return StrCopy(dest, p->
platform_string
, size);
/external/tensorflow/tensorflow/core/framework/
op_kernel.cc
[
all
...]
Completed in 537 milliseconds