HomeSort by relevance Sort by last modified time
    Searched defs:GetPlatform (Results 1 - 6 of 6) sorted by null

  /external/libmojo/third_party/catapult/devil/devil/
devil_env.py 131 return self._dm.FetchPath(dependency, GetPlatform(arch, device))
136 return self._dm.LocalPath(dependency, GetPlatform(arch, device))
139 def GetPlatform(arch=None, device=None):
  /external/chromium-trace/catapult/devil/devil/
devil_env.py 175 return self._dm.FetchPath(dependency, GetPlatform(arch, device))
180 return self._dm.LocalPath(dependency, GetPlatform(arch, device))
184 GetPlatform(arch, device), dependencies=dependencies)
187 def GetPlatform(arch=None, device=None):
  /external/tensorflow/tensorflow/compiler/xla/service/
platform_util.cc 145 /*static*/ StatusOr<se::Platform*> PlatformUtil::GetPlatform(
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 223 WideString CPDFXFA_Context::GetPlatform() {
224 return m_pFormFillEnv ? m_pFormFillEnv->GetPlatform() : L"";
  /external/v8/tools/
run_perf.py 617 def GetPlatform(options):
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 353 WideString CPDFSDK_FormFillEnvironment::GetPlatform() {

Completed in 249 milliseconds