Searched refs:module_dir (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/targets/lavapipe/ |
D | meson.build | 18 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable 20 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable 27 '--lib-path', join_paths(module_dir, icd_file_name),
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | meson.build | 97 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable 99 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable 107 '--lib-path', join_paths(module_dir, icd_file_name),
|
/third_party/python/Lib/test/ |
D | test_runpy.py | 374 module_dir = base_dir 376 parent_dir = module_dir 377 module_dir = os.path.join(module_dir, pkg_name) 379 sibling_fname = os.path.join(module_dir, "sibling.py")
|
/third_party/python/Lib/unittest/ |
D | loader.py | 452 module_dir = os.path.dirname(realpath) 459 msg % (mod_name, module_dir, expected_dir))
|
/third_party/python/Objects/ |
D | moduleobject.c | 811 module_dir(PyObject *self, PyObject *args) in module_dir() function 836 {"__dir__", module_dir, METH_NOARGS,
|
/third_party/python/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 1688 module_dir = dir(self.module) 1689 module_unique = set(module_dir) 1691 self.assertCountEqual(module_dir, module_unique)
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 387 Objects/moduleobject.c:module_dir():PyId___dict__ _Py_IDENTIFIER(__dict__) 388 Objects/moduleobject.c:module_dir():PyId___dir__ _Py_IDENTIFIER(__dir__)
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 1905 Objects/moduleobject.c module_dir PyId___dict__ - 1906 Objects/moduleobject.c module_dir PyId___dir__ -
|