/external/grpc-grpc/src/php/bin/ |
D | determine_extension_dir.sh | 20 module_dir=$(pwd)/../ext/grpc/modules 21 if [ ! -e $module_dir/grpc.so ]; then 27 ln -s $f $module_dir/$(basename $f) &> /dev/null || true 29 extension_dir="-d extension_dir=${module_dir} -d extension=grpc.so"
|
/external/llvm-project/lldb/ |
D | use_lldb_suite_root.py | 13 for module_dir in module_dirs: 14 module_dir = os.path.join(third_party_modules_dir, module_dir) 15 sys.path.insert(0, module_dir)
|
/external/mesa3d/src/gallium/targets/lavapipe/ |
D | meson.build | 14 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable 16 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable 25 '--lib-path', module_dir,
|
/external/linux-kselftest/tools/testing/selftests/kexec/ |
D | kexec_common_lib.sh | 148 local module_dir="/lib/modules/`uname -r`" 149 local configs_module="$module_dir/kernel/kernel/configs.ko" 161 local extract_ikconfig="$module_dir/source/scripts/extract-ikconfig"
|
/external/autotest/client/cros/multimedia/ |
D | image_generator.py | 46 module_dir = os.path.dirname(sys.modules[__name__].__file__) 47 template_path = os.path.join(module_dir, 'calibration_images',
|
/external/python/cpython2/Lib/test/ |
D | test_runpy.py | 210 module_dir = base_dir 212 parent_dir = module_dir 213 module_dir = os.path.join(module_dir, pkg_name) 215 sibling_fname = os.path.join(module_dir, "sibling"+os.extsep+"py")
|
/external/autotest/site_utils/stable_images/ |
D | build_data_unittest.py | 57 module_dir = os.path.dirname(sys.modules[__name__].__file__) 58 data_file_path = os.path.join(module_dir, _OMAHA_TEST_DATA)
|
/external/ltp/android/tools/ |
D | android_build_generator.py | 236 module_dir = os.path.dirname(install_target) 242 bp_result.append(' sub_dir: "ltp/%s",' % module_dir) 261 module_dir = os.path.dirname(install_target)
|
/external/python/cpython3/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")
|
/external/python/cpython2/Lib/unittest/ |
D | loader.py | 262 module_dir = os.path.dirname(realpath) 267 raise ImportError(msg % (mod_name, module_dir, expected_dir))
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | loader.py | 271 module_dir = os.path.dirname(realpath) 279 (mod_name, module_dir, expected_dir))
|
/external/python/cpython3/Lib/unittest/ |
D | loader.py | 452 module_dir = os.path.dirname(realpath) 459 msg % (mod_name, module_dir, expected_dir))
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 198 # module_dir -- corresponding to LIBRARY_OUTPUT_DIRECTORY. 202 set(module_dir ${ARG_BINARY_DIR}) variable 204 set(module_dir ${ARG_LIBRARY_DIR}) variable 217 if(module_dir) 218 string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} mi ${module_dir}) 229 if(module_dir) 230 set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${module_dir})
|
/external/python/cpython3/Objects/ |
D | moduleobject.c | 792 module_dir(PyObject *self, PyObject *args) in module_dir() function 823 {"__dir__", module_dir, METH_NOARGS,
|
/external/llvm-project/llvm/cmake/modules/ |
D | AddLLVM.cmake | 270 # module_dir -- corresponding to LIBRARY_OUTPUT_DIRECTORY. 274 set(module_dir ${ARG_BINARY_DIR}) variable 276 set(module_dir ${ARG_LIBRARY_DIR}) variable 289 if(module_dir) 290 string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} mi ${module_dir}) 301 if(module_dir) 302 set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${module_dir})
|
/external/llvm-project/llvm/utils/gn/build/toolchain/ |
D | BUILD.gn | 294 # module_dir to bin/ in AddLLVM.cmake's set_output_directory().
|
/external/python/cpython3/Lib/test/test_zoneinfo/ |
D | test_zoneinfo.py | 1679 module_dir = dir(self.module) 1680 module_unique = set(module_dir) 1682 self.assertCountEqual(module_dir, module_unique)
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 392 Objects/moduleobject.c:module_dir():PyId___dict__ _Py_IDENTIFIER(__dict__) 393 Objects/moduleobject.c:module_dir():PyId___dir__ _Py_IDENTIFIER(__dir__)
|
D | known.tsv | 1092 Objects/moduleobject.c module_dir PyId___dict__ variable _Py_IDENTIFIER(__dict__) 1099 Objects/moduleobject.c module_dir PyId___dir__ variable _Py_IDENTIFIER(__dir__)
|