Searched defs:_dir (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
H A Dappletrawmain.py17 # 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/
H A Dtestmagicmethods.py383 def _dir(self): function in function:TestMockingMagicMethods.test_dir
385 mock.__dir__ = _dir
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dmpx-mini-test.c639 unsigned long _dir; local
643 _dir = (unsigned long)dir;
644 _dir += 0xfffUL;
645 _dir &= ~0xfffUL;
646 dir = (void *)_dir;
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 198 milliseconds