HomeSort by relevance Sort by last modified time
    Searched defs:_dir (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Lib/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/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...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testmagicmethods.py 383 def _dir(self): function in function:TestMockingMagicMethods.test_dir
385 mock.__dir__ = _dir
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 639 unsigned long _dir; local
643 _dir = (unsigned long)dir;
644 _dir += 0xfffUL;
645 _dir &= ~0xfffUL;
646 dir = (void *)_dir;
    [all...]
  /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 

Completed in 446 milliseconds