Searched defs:_dir (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/plat-mac/ |
D | appletrawmain.py | 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
|
/external/ipsec-tools/src/racoon/ |
D | policy.h | 112 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _priority, _created, idx) \ argument 125 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, _created, idx) \ argument
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 426 def _dir(self): function
|
/external/python/mock/mock/tests/ |
D | testmagicmethods.py | 465 def _dir(self): function
|