HomeSort by relevance Sort by last modified time
    Searched refs:PlatformName (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/make/
lib_platforms.mk 15 $(call Set,PlatformName,$(basename $(notdir $(1))))
17 $$(info MAKE: $(PlatformName): Loading platform)
21 $(call Set,PlatformKey,Platform.$(PlatformName))
23 $(call Set,$(PlatformKey).Name,$(PlatformName))
71 $$(info MAKE: $(PlatformName): Done loading platform)
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 57 def PlatformName(name=None):
64 if PlatformName() == 'windows':
  /external/skia/platform_tools/android/bin/
download_utils.py 57 def PlatformName(name=None):
64 if PlatformName() == 'windows':
  /external/clang/include/clang/Basic/
TargetInfo.h 81 mutable StringRef PlatformName;
748 StringRef getPlatformName() const { return PlatformName; }
  /external/clang/lib/Basic/
TargetInfo.cpp 95 PlatformName = "unknown";
Targets.cpp 89 StringRef &PlatformName,
126 PlatformName = "macosx";
129 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
135 if (PlatformName == "win32") {
180 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 301 std::string PlatformName();
546 .SetProperty("platformName", &TestRunnerBindings::PlatformName)
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py 282 def PlatformName():
286 # See chromium_utils.PlatformName().
297 base_name = 'full-build-%s' % PlatformName()
    [all...]

Completed in 1803 milliseconds