Searched refs:searchpath (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/jinja2/ |
D | loaders.py | 163 def __init__(self, searchpath, encoding="utf-8", followlinks=False): argument 164 if not isinstance(searchpath, abc.Iterable) or isinstance( 165 searchpath, string_types 167 searchpath = [searchpath] 171 self.searchpath = [fspath(p) for p in searchpath] 178 for searchpath in self.searchpath: 179 filename = path.join(searchpath, *pieces) 201 for searchpath in self.searchpath: 202 walk_dir = os.walk(searchpath, followlinks=self.followlinks) 206 os.path.join(dirpath, filename)[len(searchpath) :]
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | loaders.py | 163 def __init__(self, searchpath, encoding="utf-8", followlinks=False): argument 164 if not isinstance(searchpath, abc.Iterable) or isinstance( 165 searchpath, string_types 167 searchpath = [searchpath] 171 self.searchpath = [fspath(p) for p in searchpath] 178 for searchpath in self.searchpath: 179 filename = path.join(searchpath, *pieces) 201 for searchpath in self.searchpath: 202 walk_dir = os.walk(searchpath, followlinks=self.followlinks) 206 os.path.join(dirpath, filename)[len(searchpath) :]
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | loaders.py | 160 def __init__(self, searchpath, encoding='utf-8', followlinks=False): argument 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: 192 walk_dir = os.walk(searchpath, followlinks=self.followlinks) 196 [len(searchpath):].strip(os.path.sep) \
|
/third_party/jinja2/ |
D | loaders.py | 181 searchpath: t.Union[str, os.PathLike, t.Sequence[t.Union[str, os.PathLike]]], 185 if not isinstance(searchpath, abc.Iterable) or isinstance(searchpath, str): 186 searchpath = [searchpath] 188 self.searchpath = [os.fspath(p) for p in searchpath] 196 for searchpath in self.searchpath: 199 filename = posixpath.join(searchpath, *pieces) 222 for searchpath in self.searchpath: 223 walk_dir = os.walk(searchpath, followlinks=self.followlinks) 227 os.path.join(dirpath, filename)[len(searchpath) :]
|
/third_party/icu/icu4c/source/config/ |
D | test-icu-config.sh | 22 icu-config --cppflags-searchpath 29 icu-config --ldflags-searchpath
|
D | icu-config-bottom | 39 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 56 echo " --ldflags-searchpath Print only -L (search path) directive" 247 --cppflags-searchpath) 293 --ldflags-searchpath)
|
/third_party/skia/third_party/externals/icu/source/config/ |
D | test-icu-config.sh | 22 icu-config --cppflags-searchpath 29 icu-config --ldflags-searchpath
|
D | icu-config-bottom | 39 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 56 echo " --ldflags-searchpath Print only -L (search path) directive" 247 --cppflags-searchpath) 293 --ldflags-searchpath)
|
/third_party/json/tools/generate_natvis/ |
D | generate_natvis.py | 35 …env = jinja2.Environment(loader=jinja2.FileSystemLoader(searchpath=sys.path[0]), autoescape=True, …
|
/third_party/skia/tools/skqp/ |
D | create_apk.py | 59 def find_name(searchpath, filename): argument 60 for dirpath, _, filenames in os.walk(searchpath):
|
/third_party/python/Doc/tutorial/ |
D | modules.rst | 178 .. _tut-searchpath:
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 200502 Use glib defines for searchpath separators. Filter searchpath to avoid scanning
|