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

  /external/opencv3/3rdparty/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/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)
  /external/chromium-trace/catapult/third_party/coverage/coverage/
execfile.py 72 searchpath = package.__path__
75 searchpath = None # "top-level search" in imp.find_module()
76 openfile, pathname, _ = imp.find_module(name, searchpath)
90 searchpath = package.__path__
91 openfile, pathname, _ = imp.find_module(name, searchpath)
  /external/v8/build/android/gyp/
jinja_template.py 26 def __init__(self, searchpath):
27 jinja2.FileSystemLoader.__init__(self, searchpath)
  /prebuilts/gdb/darwin-x86/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...]
  /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-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
modulegraph.py     [all...]
  /external/libmtp/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 1180 milliseconds