OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_platform
(Results
1 - 14
of
14
) sorted by null
/external/autotest/server/hosts/
testbed.py
143
def
get_platform
(self):
member in class:TestBed
sonic_host.py
123
def
get_platform
(self):
member in class:SonicHost
moblab_host.py
295
def
get_platform
(self):
member in class:MoblabHost
302
return super(MoblabHost, self).
get_platform
() + '_moblab'
adb_host.py
852
def
get_platform
(self):
member in class:ADBHost
[
all
...]
cros_host.py
2367
def
get_platform
(self):
member in class:CrosHost
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py
16
def
get_platform
():
function
107
#
get_platform
()
181
and OS (see '
get_platform
()')
192
os.environ['PLAT'] =
get_platform
()
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py
16
def
get_platform
():
function
107
#
get_platform
()
181
and OS (see '
get_platform
()')
192
os.environ['PLAT'] =
get_platform
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py
16
def
get_platform
():
function
107
#
get_platform
()
181
and OS (see '
get_platform
()')
192
os.environ['PLAT'] =
get_platform
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py
16
def
get_platform
():
function
107
#
get_platform
()
181
and OS (see '
get_platform
()')
192
os.environ['PLAT'] =
get_platform
()
/prebuilts/gdb/darwin-x86/lib/python2.7/
sysconfig.py
319
# get_config_vars() is called by
get_platform
() as part of the
327
#
get_platform
() succeeds.
335
pybuilddir = 'build/lib.%s-%s' % (
get_platform
(), sys.version[:3])
534
def
get_platform
():
function
642
print 'Platform: "%s"' %
get_platform
()
/prebuilts/gdb/linux-x86/lib/python2.7/
sysconfig.py
319
# get_config_vars() is called by
get_platform
() as part of the
327
#
get_platform
() succeeds.
335
pybuilddir = 'build/lib.%s-%s' % (
get_platform
(), sys.version[:3])
534
def
get_platform
():
function
642
print 'Platform: "%s"' %
get_platform
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py
319
# get_config_vars() is called by
get_platform
() as part of the
327
#
get_platform
() succeeds.
335
pybuilddir = 'build/lib.%s-%s' % (
get_platform
(), sys.version[:3])
534
def
get_platform
():
function
642
print 'Platform: "%s"' %
get_platform
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py
319
# get_config_vars() is called by
get_platform
() as part of the
327
#
get_platform
() succeeds.
335
pybuilddir = 'build/lib.%s-%s' % (
get_platform
(), sys.version[:3])
534
def
get_platform
():
function
642
print 'Platform: "%s"' %
get_platform
()
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h
20773
HRESULT (WINAPI *
get_platform
)(IOmNavigator *This,BSTR *p);
member in struct:IOmNavigatorVtbl
[
all
...]
Completed in 1398 milliseconds