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

  /external/webkit/Source/WebCore/platform/text/mac/
make-charset-table.pl 69 if (my ($PlatformName, undef, $flags, $IANANames) = /^(.+?)(, (.+))?: (.+)$/) {
72 my $PlatformNameWithFlags = $PlatformName;
78 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformNameWithFlags};
123 error "$baseFilename lists both $name and $otherName under $PlatformName, but that aliasing is already specified in character-sets.txt";
129 emit_line($firstName, $PlatformPrefix, $PlatformName, $flags);
131 emit_line($alias, $PlatformPrefix, $PlatformName, $flags) if $alias ne $canonicalFirstName;
134 my $PlatformName = $1;
136 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformName};
137 $seenPlatformNames{$PlatformName} = 1
    [all...]
  /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/clang/include/clang/Basic/
TargetInfo.h 80 mutable StringRef PlatformName;
724 StringRef getPlatformName() const { return PlatformName; }
  /external/clang/lib/Basic/
TargetInfo.cpp 93 PlatformName = "unknown";
Targets.cpp 89 StringRef &PlatformName,
127 PlatformName = "macosx";
130 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
136 if (PlatformName == "win32") {
177 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 117 milliseconds