HomeSort by relevance Sort by last modified time
    Searched defs:GetPlatform (Results 1 - 5 of 5) 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/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 249 CFX_WideString CPDFXFA_Context::GetPlatform() {
250 return m_pFormFillEnv ? m_pFormFillEnv->GetPlatform() : L"";
  /external/v8/tools/
run_perf.py 585 def GetPlatform(options):
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.cpp 370 CFX_WideString CPDFSDK_FormFillEnvironment::GetPlatform() {

Completed in 244 milliseconds