OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform_string
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/tests/
test_macros.cc
86
string
platform_string
= XLA_PLATFORM;
local
88
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/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);
Completed in 638 milliseconds