HomeSort by relevance Sort by last modified time
    Searched refs:searchpath (Results 1 - 14 of 14) sorted by null

  /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 153 def __init__(self, searchpath, encoding='utf-8'):
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
    [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/icu/icu4c/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"
240 --cppflags-searchpath)
285 --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)
  /external/chromium_org/third_party/skia/third_party/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},
  /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...]

Completed in 373 milliseconds