Searched refs:searchpath (Results 1 – 15 of 15) sorted by relevance
/external/libmojo/third_party/jinja2/ |
D | loaders.py | 153 def __init__(self, searchpath, encoding='utf-8'): argument 154 if isinstance(searchpath, string_types): 155 searchpath = [searchpath] 156 self.searchpath = list(searchpath) 161 for searchpath in self.searchpath: 162 filename = path.join(searchpath, *pieces) 182 for searchpath in self.searchpath: 183 for dirpath, dirnames, filenames in os.walk(searchpath): 186 [len(searchpath):].strip(os.path.sep) \
|
/external/icu/icu4c/source/config/ |
D | test-icu-config.sh | 22 icu-config --cppflags-searchpath 29 icu-config --ldflags-searchpath
|
D | icu-config-bottom | 33 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 50 echo " --ldflags-searchpath Print only -L (search path) directive" 241 --cppflags-searchpath) 287 --ldflags-searchpath)
|
/external/bison/m4/ |
D | lib-prefix.m4 | 202 …searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e… 203 if test -n "$searchpath"; then 205 for searchdir in $searchpath; do
|
/external/skia/third_party/lua/src/ |
D | loadlib.c | 349 static const char *searchpath (lua_State *L, const char *name, in searchpath() function 373 const char *f = searchpath(L, luaL_checkstring(L, 1), in ll_searchpath() 394 return searchpath(L, name, path, ".", dirsep); in findfile()
|
/external/syslinux/com32/lua/src/ |
D | loadlib.c | 398 static const char *searchpath (lua_State *L, const char *name, in searchpath() function 422 const char *f = searchpath(L, luaL_checkstring(L, 1), in ll_searchpath() 443 return searchpath(L, name, path, ".", dirsep); in findfile()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Path.inc | 514 std::string searchpath = path; 515 if (path.size() == 0 || searchpath[path.size()-1] == '/') 516 searchpath += "*"; 518 searchpath += "/*"; 520 HANDLE h = FindFirstFile(searchpath.c_str(), &fd);
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | modulegraph.py | 1118 searchpath = None 1120 searchpath = parent.packagepath 1123 searchpath, parent)
|
/external/harfbuzz_ng/ |
D | configure.ac | 267 ICU_LIBS=`$ICU_CONFIG --ldflags-searchpath --ldflags-libsonly`
|
/external/libmtp/ |
D | aclocal.m4 | 1192 …searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e… 1193 if test -n "$searchpath"; then 1195 for searchdir in $searchpath; do
|
D | configure | 11651 …searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e… 11652 if test -n "$searchpath"; then 11654 for searchdir in $searchpath; do
|
/external/mesa3d/ |
D | configure.ac | 984 AC_ARG_WITH([dri-searchpath], 985 [AS_HELP_STRING([--with-dri-searchpath=DIRS...],
|
/external/e2fsprogs/ |
D | aclocal.m4 | 2646 …searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e… 2647 if test -n "$searchpath"; then 2649 for searchdir in $searchpath; do
|
D | configure | 7785 if test -n "$searchpath"; then 7787 for searchdir in $searchpath; do
|
/external/bison/ |
D | configure | 16337 if test -n "$searchpath"; then 16339 for searchdir in $searchpath; do
|