Home
last modified time | relevance | path

Searched refs:module_dir (Results 1 – 19 of 19) sorted by relevance

/external/grpc-grpc/src/php/bin/
Ddetermine_extension_dir.sh20 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/
Duse_lldb_suite_root.py13 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/
Dmeson.build14 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/
Dkexec_common_lib.sh148 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/
Dimage_generator.py46 module_dir = os.path.dirname(sys.modules[__name__].__file__)
47 template_path = os.path.join(module_dir, 'calibration_images',
/external/python/cpython2/Lib/test/
Dtest_runpy.py210 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/
Dbuild_data_unittest.py57 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/
Dandroid_build_generator.py236 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/
Dtest_runpy.py374 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/
Dloader.py262 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/
Dloader.py271 module_dir = os.path.dirname(realpath)
279 (mod_name, module_dir, expected_dir))
/external/python/cpython3/Lib/unittest/
Dloader.py452 module_dir = os.path.dirname(realpath)
459 msg % (mod_name, module_dir, expected_dir))
/external/llvm/cmake/modules/
DAddLLVM.cmake198 # 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/
Dmoduleobject.c792 module_dir(PyObject *self, PyObject *args) in module_dir() function
823 {"__dir__", module_dir, METH_NOARGS,
/external/llvm-project/llvm/cmake/modules/
DAddLLVM.cmake270 # 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/
DBUILD.gn294 # module_dir to bin/ in AddLLVM.cmake's set_output_directory().
/external/python/cpython3/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py1679 module_dir = dir(self.module)
1680 module_unique = set(module_dir)
1682 self.assertCountEqual(module_dir, module_unique)
/external/python/cpython3/Tools/c-analyzer/
DTODO392 Objects/moduleobject.c:module_dir():PyId___dict__ _Py_IDENTIFIER(__dict__)
393 Objects/moduleobject.c:module_dir():PyId___dir__ _Py_IDENTIFIER(__dir__)
Dknown.tsv1092 Objects/moduleobject.c module_dir PyId___dict__ variable _Py_IDENTIFIER(__dict__)
1099 Objects/moduleobject.c module_dir PyId___dir__ variable _Py_IDENTIFIER(__dir__)