/external/libchrome/third_party/jinja2/ |
loaders.py | 160 def __init__(self, searchpath, encoding='utf-8', followlinks=False): 161 if isinstance(searchpath, string_types): 162 searchpath = [searchpath] 163 self.searchpath = list(searchpath) 169 for searchpath in self.searchpath: 170 filename = path.join(searchpath, *pieces) 191 for searchpath in self.searchpath [all...] |
/external/icu/icu4c/source/config/ |
test-icu-config.sh | 22 icu-config --cppflags-searchpath 29 icu-config --ldflags-searchpath
|
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/skia/tools/skqp/ |
make_universal_apk.py | 53 def find_name(searchpath, filename): 54 for dirpath, _, filenames in os.walk(searchpath):
|
/external/skqp/tools/skqp/ |
make_universal_apk.py | 53 def find_name(searchpath, filename): 54 for dirpath, _, filenames in os.walk(searchpath):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
loadlib.c | 349 static const char *searchpath (lua_State *L, const char *name,
function 373 const char *f = searchpath(L, luaL_checkstring(L, 1),
394 return searchpath(L, name, path, ".", dirsep);
658 {"searchpath", ll_searchpath},
|
/external/lua/src/ |
loadlib.c | 435 static const char *searchpath (lua_State *L, const char *name, function 459 const char *f = searchpath(L, luaL_checkstring(L, 1), 480 return searchpath(L, name, path, ".", dirsep); 710 {"searchpath", ll_searchpath},
|
/external/python/cpython2/Lib/plat-mac/ |
bundlebuilder.py | 733 def findPackageContents(name, searchpath=None): 738 fp, path, (ext, mode, tp) = imp.find_module(head, searchpath) [all...] |
/external/e2fsprogs/ |
configure | [all...] |