/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
execfile.py | 40 searchpath = package.__path__ 43 searchpath = None # "top-level search" in imp.find_module() 44 openfile, pathname, _ = imp.find_module(name, searchpath) 58 searchpath = package.__path__ 59 openfile, pathname, _ = imp.find_module(name, searchpath)
|
/external/chromium_org/third_party/jinja2/ |
loaders.py | 155 def __init__(self, searchpath, encoding='utf-8'): 156 if isinstance(searchpath, basestring): 157 searchpath = [searchpath] 158 self.searchpath = list(searchpath) 163 for searchpath in self.searchpath: 164 filename = path.join(searchpath, *pieces) 184 for searchpath in self.searchpath [all...] |
/ndk/sources/host-tools/make-3.81/ |
vpath.c | 27 /* Structure used to represent a selective VPATH searchpath. */ 35 char **searchpath; /* Null-terminated list of directories. */ member in struct:vpath 141 /* Construct the VPATH listing for the pattern and searchpath given. 149 If SEARCHPATH is nil, remove all previous listings with the same 151 and readable directories that are not "." given in the searchpath 154 and put in the VPATH searchpath for the given pattern with trailing 200 free ((char *) path->searchpath); 297 path->searchpath = vpath; 326 for (gp = gpaths->searchpath; *gp != NULL; ++gp) 382 register char **vpath = path->searchpath; [all...] |
/external/chromium_org/third_party/icu/source/config/ |
test-icu-config.sh | 20 icu-config --cppflags-searchpath 28 icu-config --ldflags-searchpath
|
icu-config-bottom | 31 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 49 echo " --ldflags-searchpath Print only -L (search path) directive" 237 --cppflags-searchpath) 282 --ldflags-searchpath)
|
/external/icu4c/config/ |
test-icu-config.sh | 20 icu-config --cppflags-searchpath 28 icu-config --ldflags-searchpath
|
icu-config-bottom | 31 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 49 echo " --ldflags-searchpath Print only -L (search path) directive" 237 --cppflags-searchpath) 282 --ldflags-searchpath)
|
icu-config | 378 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 396 echo " --ldflags-searchpath Print only -L (search path) directive" 584 --cppflags-searchpath) 629 --ldflags-searchpath)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 733 def findPackageContents(name, searchpath=None): 738 fp, path, (ext, mode, tp) = imp.find_module(head, searchpath) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
configure | [all...] |
/external/libmtp/ |
configure | [all...] |
/external/bison/ |
configure | [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
configure | [all...] |