/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
appletrawmain.py | 17 # Make sure we have an argv[0], and make _dir point to the Resources 22 _dir = os.path.split(sys.executable)[0] # removes "python" variable 23 _dir = os.path.split(_dir)[0] # Removes "MacOS" variable 24 _dir = os.path.join(_dir, 'Resources') variable 27 _dir = os.path.split(sys.argv[0])[0] variable 33 sys.path.insert(0, _dir) 41 __file__ = os.path.join(_dir, '__main__.py') 47 del argvemulator, os, sys, _dir [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
appletrawmain.py | 17 # Make sure we have an argv[0], and make _dir point to the Resources 22 _dir = os.path.split(sys.executable)[0] # removes "python" variable 23 _dir = os.path.split(_dir)[0] # Removes "MacOS" variable 24 _dir = os.path.join(_dir, 'Resources') variable 27 _dir = os.path.split(sys.argv[0])[0] variable 33 sys.path.insert(0, _dir) 41 __file__ = os.path.join(_dir, '__main__.py') 47 del argvemulator, os, sys, _dir [all...] |
/ndk/build/core/ |
add-toolchain.mk | 56 _dir := $(patsubst %/,%,$(dir $(_config_mk))) macro 57 _name := $(notdir $(_dir)) 71 $(_toolchain).setup := $(wildcard $(_dir)/setup.mk) 74 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
|
/external/guice/lib/build/ |
bnd-0.0.384.jar | |
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/ |
bnd-1.50.0.jar | |
/prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/ |
bndlib-1.50.0.jar | |