Searched refs:_find_file (Results 1 – 5 of 5) sorted by relevance
/external/python/pycparser/tests/ |
D | test_general.py | 15 def _find_file(self, name): member in TestParsing 25 ast = parse_file(self._find_file('example_c_file.c')) 31 memmgr_path = self._find_file('memmgr.c') 40 ast2 = parse_file(self._find_file('year.c'), use_cpp=True, 54 ast = parse_file(self._find_file('simplemain.c'), use_cpp=True, 61 ast = parse_file(self._find_file('empty.h'), use_cpp=True,
|
D | test_c_generator.py | 359 def _find_file(self, name): member in TestCasttoC 383 memmgr_path = self._find_file('memmgr.h')
|
/external/tensorflow/third_party/gpus/ |
D | find_cuda_config.py | 205 def _find_file(base_paths, relative_paths, filepattern): function 222 return _find_file(base_paths, _library_paths(), filepattern) 277 nvvm_path = _find_file(base_paths, [ 284 cupti_header_path = _find_file(base_paths, _header_paths(), "cupti.h") 332 header_path = _find_file(base_paths, _header_paths(), "cublas_api.h") 363 header_path = _find_file(base_paths, _header_paths(), "cusolver_common.h") 393 header_path = _find_file(base_paths, _header_paths(), "curand.h") 422 header_path = _find_file(base_paths, _header_paths(), "cufft.h") 475 header_path = _find_file(base_paths, _header_paths(), "cusparse.h")
|
/external/bcc/src/lua/bcc/ |
D | bpf.lua | 89 local function _find_file(script_root, filename) function 126 local src = _find_file(Bpf.SCRIPT_ROOT, args.src_file) 129 local hdr = _find_file(Bpf.SCRIPT_ROOT, args.hdr_file)
|
/external/bcc/src/python/bcc/ |
D | __init__.py | 228 def _find_file(filename): member in BPF 322 src_file = BPF._find_file(src_file) 323 hdr_file = BPF._find_file(hdr_file)
|