Home
last modified time | relevance | path

Searched refs:this_dir (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
D__init__.py12 this_dir = dirname(__file__)
13 top_dir = dirname(dirname(this_dir))
14 package_tests = loader.discover(start_dir=this_dir, pattern='test*.py',
/third_party/python/Lib/unittest/test/
D__main__.py7 this_dir = os.path.dirname(__file__)
10 top_level_dir = os.path.dirname(os.path.dirname(this_dir))
11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
Dtest_discovery.py334 this_dir = os.path.dirname(__file__)
336 start_dir=this_dir, pattern=pattern)
/third_party/python/Lib/unittest/test/testmock/
D__main__.py7 this_dir = os.path.dirname(__file__)
10 top_level_dir = os.path.dirname(os.path.dirname(os.path.dirname(this_dir)))
11 package_tests = loader.discover(start_dir=this_dir, pattern=pattern,
/third_party/python/Lib/unittest/
D__init__.py79 this_dir = os.path.dirname(__file__)
80 return loader.discover(start_dir=this_dir, pattern=pattern)
/third_party/mesa3d/docs/
Ddoxygen-wrapper.py86 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
87 mesa_dir = os.path.join(this_dir, '..')
/third_party/node/deps/v8/tools/
Dlldb_commands.py122 this_dir = os.path.dirname(os.path.abspath(__file__))
123 source_dir = os.path.join(this_dir, os.pardir)
/third_party/curl/packages/vms/
Dstage_curl_install.com95 $ this_dir = f$element(i, ",", dest_dirs)
97 $ if this_dir .eqs. "" then goto curl_dir_loop
98 $ if this_dir .eqs. "," then goto curl_dir_loop_end
/third_party/node/tools/gyp/pylib/gyp/
DMSVSUtil.py23 this_dir = os.path.abspath(os.path.dirname(__file__))
24 src_dir = os.path.abspath(os.path.join(this_dir, "..", ".."))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSUtil.py23 this_dir = os.path.abspath(os.path.dirname(__file__))
24 src_dir = os.path.abspath(os.path.join(this_dir, "..", ".."))
/third_party/python/Doc/library/
Dunittest.rst2327 this_dir = os.path.dirname(__file__)
2328 package_tests = loader.discover(start_dir=this_dir, pattern=pattern)