OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
...]
/frameworks/compile/libbcc/runtime/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
85
mutable llvm::StringRef
PlatformName
;
568
llvm::StringRef getPlatformName() const { return
PlatformName
; }
/external/clang/lib/Basic/
TargetInfo.cpp
75
PlatformName
= "unknown";
Targets.cpp
80
llvm::StringRef &
PlatformName
,
123
PlatformName
= "macosx";
136
PlatformName
= "ios";
138
PlatformName
= "macosx";
145
PlatformName
= llvm::Triple::getOSTypeName(Triple.getOS());
152
if (
PlatformName
== "win32") {
158
if (
PlatformName
== "ios") {
193
getDarwinDefines(Builder, Opts, Triple, this->
PlatformName
,
[
all
...]
/external/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
Completed in 46 milliseconds