OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:osname
(Results
1 - 25
of
25
) sorted by null
/external/webkit/Source/WebCore/page/
NavigatorBase.cpp
91
struct utsname
osname
;
local
92
DEFINE_STATIC_LOCAL(String, platformName, (uname(&
osname
) >= 0 ? String(
osname
.sysname) + String(" ") + String(
osname
.machine) : ""));
/ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl
241
if ($
osname
=~ /Windows/i || $
osname
=~ /MINGW32/i || $
osname
=~ /CYGWIN_NT/i) {
244
# Bleah, the
osname
is so variable on DOS. This kind of bites.
249
elsif ($
osname
=~ /^([^ ]*|[^ ]* [^ ]*)D(OS|os|ev) /) {
253
elsif ($
osname
=~ m%OS/2%) {
test_driver.pl
116
&get_osname; # sets $
osname
, $vos, $pathsep, and $short_filenames
122
print "OS name = `$
osname
'\n" if $debug;
230
$
osname
= defined($^O) ? $^O : '';
253
$
osname
= "vos";
263
eval "chop (\$
osname
= `sh -c 'uname -nmsr 2>&1'`)";
264
if ($
osname
=~ /not found/i)
266
$
osname
= "(something unixy with no uname)";
270
eval "chop (\$
osname
= `sh -c 'uname -a 2>&1'`)";
273
$
osname
= "(something unixy)";
389
$info = "Running tests for $testee on $
osname
\n"; # $testee is suite-define
[
all
...]
/prebuilts/devtools/tools/
android
96
osname
=`uname -s | tr A-Z a-z`
97
swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${
osname
}-${vmarch}/swt"
ddms
90
osname
=`uname -s | tr A-Z a-z`
91
swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${
osname
}-${vmarch}/swt"
hierarchyviewer
91
osname
=`uname -s | tr A-Z a-z`
92
swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${
osname
}-${vmarch}/swt"
monkeyrunner
82
osname
=`uname -s | tr A-Z a-z`
83
swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${
osname
}-${vmarch}/swt"
traceview
88
osname
=`uname -s | tr A-Z a-z`
89
swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${
osname
}-${vmarch}/swt"
uiautomatorviewer
88
osname
=`uname -s | tr A-Z a-z`
89
swtpath="${ANDROID_BUILD_TOP}/prebuilts/tools/${
osname
}-${vmarch}/swt"
/external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi
75
$nativeEnding = ($Config{
osname
} =~ /(MSWin|cygwin)/) ? "\r\n" : "\n";
/prebuilts/devtools/tools/lib/
commons-compress-1.0.jar
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.osgi_3.6.1.R36x_v20100806.jar
org.eclipse.osgi_3.6.2.R36x_v20101103.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.osgi_3.6.2.R36x_v20110210.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 1157 milliseconds