HomeSort by relevance Sort by last modified time
    Searched defs:get_platform (Results 1 - 25 of 30) sorted by null

1 2

  /external/python/cpython2/Misc/
BeOS-setup.py 134 def get_platform (self): member in class:PyBuildExt
164 platform = self.get_platform()
513 platform = self.get_platform()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 16 def get_platform (): function
182 # get_platform ()
249 and OS (see 'get_platform()')
260 os.environ['PLAT'] = get_platform()
  /external/autotest/server/hosts/
emulated_adb_host.py 287 def get_platform(self): member in class:EmulatedADBHost
sonic_host.py 124 def get_platform(self): member in class:SonicHost
testbed.py 132 def get_platform(self): member in class:TestBed
moblab_host.py 323 def get_platform(self): member in class:MoblabHost
330 return super(MoblabHost, self).get_platform() + '_moblab'
  /external/python/cpython2/Lib/distutils/
util.py 16 def get_platform (): function
107 # get_platform ()
174 and OS (see 'get_platform()')
185 os.environ['PLAT'] = get_platform()
  /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()
  /external/libcxx/utils/libcxx/test/
target_info.py 100 def get_platform(self): member in class:DarwinLocalTI
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
target_info.py 100 def get_platform(self): member in class:DarwinLocalTI
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py 318 # get_config_vars() is called by get_platform() as part of the
326 # get_platform() succeeds.
334 pybuilddir = 'build/lib.%s-%s' % (get_platform(), sys.version[:3])
522 def get_platform(): function
630 print 'Platform: "%s"' % get_platform()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py 522 def get_platform(): function
  /external/python/cpython2/Lib/
sysconfig.py 318 # get_config_vars() is called by get_platform() as part of the
326 # get_platform() succeeds.
334 pybuilddir = 'build/lib.%s-%s' % (get_platform(), sys.version[:3])
522 def get_platform(): function
630 print 'Platform: "%s"' % get_platform()
  /external/python/cpython3/Lib/distutils/
util.py 18 def get_platform (): function
108 # get_platform ()
168 and OS (see 'get_platform()')
179 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()
  /external/python/cpython3/Lib/
sysconfig.py 15 'get_platform',
385 # get_config_vars() is called by get_platform() as part of the
393 # get_platform() succeeds.
401 pybuilddir = 'build/lib.%s-%s' % (get_platform(), _PY_VERSION_SHORT)
604 def get_platform(): function
711 print('Platform: "%s"' % get_platform())
  /system/extras/simpleperf/scripts/
utils.py 39 def get_platform(): function
176 platform = get_platform()
  /external/autotest/client/common_lib/hosts/
base_classes.py 697 def get_platform(self): member in class:Host
  /external/pdfium/fxjs/
cjs_app.cpp 164 CJS_Return app::get_platform(CJS_Runtime* pRuntime) { function in class:app

Completed in 245 milliseconds

1 2