Home
last modified time | relevance | path

Searched refs:find_file (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Misc/
DBeOS-setup.py17 def find_file(filename, std_dirs, paths): function
45 result = find_file(filename, std_dirs, paths)
49 result = find_file(filename, std_dirs, paths)
290 ssl_incs = find_file('openssl/ssl.h', inc_dirs,
345 db185_incs = find_file('db_185.h', inc_dirs,
347 db_inc = find_file('db.h', inc_dirs, ['/usr/include/db1'])
449 expat_incs = find_file('expat.h', inc_dirs, [])
454 expat_incs = find_file('xmlparse.h', inc_dirs, [])
497 tcl_includes = find_file('tcl.h', inc_dirs, debian_tcl_include)
498 tk_includes = find_file('tk.h', inc_dirs, debian_tk_include)
/external/eigen/bench/btl/cmake/
DFindATLAS.cmake6 find_file(ATLAS_LIB libatlas.so.3 PATHS /usr/lib /usr/lib/atlas /usr/lib64 /usr/lib64/atlas $ENV{AT…
9 find_file(ATLAS_LAPACK NAMES liblapack_atlas.so.3 liblapack.so.3 PATHS /usr/lib /usr/lib/atlas /usr…
12 find_file(ATLAS_F77BLAS libf77blas.so.3 PATHS /usr/lib /usr/lib/atlas /usr/lib64 /usr/lib64/atlas $…
20 find_file(ATLAS_REFERENCE_LAPACK liblapack.so.3 PATHS /usr/lib /usr/lib64)
DFindACML.cmake15 find_file(ACML_LIBRARIES
35 find_file(ACML_LIBRARIES
DFindOPENBLAS.cmake6 find_file(OPENBLAS_LIBRARIES NAMES libopenblas.so libopenblas.so.0 PATHS /usr/lib /usr/lib64 $ENV{O…
DFindCBLAS.cmake22 find_file(CBLAS_LIBRARIES
/external/python/cpython2/
Dsetup.py66 def find_file(filename, std_dirs, paths): function
166 list = find_file(module, [], dirlist)
766 if find_file('readline/rlconf.h', inc_dirs, []) is None:
815 ssl_incs = find_file('openssl/ssl.h', inc_dirs,
819 krb5_h = find_file('krb5.h', inc_dirs,
844 opensslv_h = find_file('openssl/opensslv.h', [],
1270 if find_file("ndbm.h", inc_dirs, []) is not None:
1295 if find_file("gdbm/ndbm.h", inc_dirs, []) is not None:
1304 if find_file("gdbm-ndbm.h", inc_dirs, []) is not None:
1351 find_file('rpcsvc/yp_prot.h', inc_dirs, []) is not None):
[all …]
/external/curl/tests/
Dsshhelp.pm297 sub find_file { subroutine
336 return find_file($filename, @spath);
/external/libmojo/third_party/catapult/devil/devil/android/
Dfastboot_utils.py53 def find_file(pattern): function
60 image_file = find_file(partition_info['image'])
/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils.py55 def find_file(pattern): function
62 image_file = find_file(partition_info['image'])
/external/fio/tools/plot/
Dfio2gnuplot30 def find_file(path, pattern): function
458 fio_data_file=find_file('.',pattern)
463 fio_data_file=find_file('.','*_bw.*.log')
465 fio_data_file=find_file('.','*_iops.*.log')
/external/nanopb-c/extra/
DFindNanopb.cmake189find_file(${FIL}__nano_pb_file NAMES ${FIL} PATHS ${NANOPB_SRC_ROOT_FOLDER} ${NANOPB_INCLUDE_DIRS})
195 find_file(${FIL}__nano_pb_file NAMES ${FIL} PATHS ${NANOPB_INCLUDE_DIRS})
211 find_file(NANOPB_GENERATOR_EXECUTABLE
/external/eigen/cmake/
DEigenConfigureTesting.cmake15 find_file(EIGEN_BIN_BASH_EXISTS "/bin/bash" PATHS "/" NO_DEFAULT_PATH)
/external/ImageMagick/MagickCore/
Dvms.c190 status=lib$find_file(&directory->pat,&result,&directory->context); in readdir()
Dvms.h757 #define lib$find_file LIB$FIND_FILE
/external/syslinux/com32/gfxboot/
Dgfxboot.c167 unsigned find_file(unsigned char *buf, unsigned len, unsigned *gfx_file_start, unsigned *file_len, …
495 unsigned find_file(unsigned char *buf, unsigned len, unsigned *gfx_file_start, unsigned *file_len, … in find_file() function
555 if(!(code_start = find_file(archive, archive_size, &file_start, &file_len, &code_size))) { in gfx_init()
/external/curl/CMake/
DFindGSS.cmake41 find_file(_GSS_CONFIGURE_SCRIPT
53 find_file(_GSS_CONFIGURE_SCRIPT
/external/selinux/python/sepolicy/sepolicy/
D__init__.py451 def find_file(reg): function
484 for f in find_file(path):
494 for f in find_file(path):
Dgui.py1185 for p in sepolicy.find_file(path):
/external/libvpx/libvpx/build/make/
DMakefile242 find_file=$(foreach f,$(1),$(call find_file1,$(strip $(f)),$(strip $(2))) ) macro
/external/curl/
DCMakeLists.txt733 find_file(RANDOM_FILE urandom /dev)
/external/elfutils/libdwfl/
DChangeLog1638 * dwfl_module_getdwarf.c (find_file): Renamed to ...
1903 * dwfl_module_getdwarf.c (find_file): Always free build_id_bits.