Home
last modified time | relevance | path

Searched refs:redirects (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/utils/lit/lit/
DShCommands.py2 def __init__(self, args, redirects): argument
4 self.redirects = list(redirects)
7 return 'Command(%r, %r)' % (self.args, self.redirects)
13 return ((self.args, self.redirects) ==
14 (other.args, other.redirects))
32 for r in self.redirects:
DTestRunner.py88 redirects = [(0,), (1,), (2,)]
89 for r in j.redirects:
91 redirects[2] = [r[1], 'w', None]
93 redirects[2] = [r[1], 'a', None]
95 redirects[2] = redirects[int(r[1])]
97 redirects[1] = redirects[2] = [r[1], 'w', None]
99 redirects[1] = [r[1], 'w', None]
101 redirects[1] = [r[1], 'a', None]
103 redirects[0] = [r[1], 'r', None]
109 for index,r in enumerate(redirects):
DShUtil.py196 redirects = []
219 redirects.append((op, arg))
221 return Command(args, redirects)
/external/llvm/lib/Support/
DProgram.cpp31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait() argument
35 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) { in ExecuteAndWait()
50 const char **envp, const StringRef **redirects, in ExecuteNoWait() argument
56 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) in ExecuteNoWait()
/external/llvm/lib/Support/Unix/
DProgram.inc181 const char **envp, const StringRef **redirects,
202 if (redirects) {
205 if (redirects[I]) {
206 RedirectsStorage[I] = *redirects[I];
218 if (redirects[1] == nullptr || redirects[2] == nullptr ||
219 *redirects[1] != *redirects[2]) {
269 if (redirects) {
271 if (RedirectIO(redirects[0], 0, ErrMsg)) { return false; }
273 if (RedirectIO(redirects[1], 1, ErrMsg)) { return false; }
274 if (redirects[1] && redirects[2] &&
[all …]
/external/emma/core/java12/com/vladium/emma/
DEMMAProperties.java192 final Map redirects = new HashMap ();
193 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_ENCODING), in IReportProperties.PREFIX.concat()
195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR), in IReportProperties.PREFIX.concat()
198 SYSTEM_PROPERTY_REDIRECTS = Collections.unmodifiableMap (redirects);
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
DHttpUrlFetcher.java43 …private InputStream loadDataWithRedirects(URL url, int redirects, URL lastUrl) throws IOException { in loadDataWithRedirects() argument
44 if (redirects >= MAXIMUM_REDIRECTS) { in loadDataWithRedirects()
78 return loadDataWithRedirects(redirectUrl, redirects + 1, url); in loadDataWithRedirects()
/external/llvm/include/llvm/Support/
DProgram.h99 const StringRef **redirects = nullptr, ///< An optional array of pointers
129 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
/external/llvm/lib/Support/Windows/
DProgram.inc245 const char **envp, const StringRef **redirects,
287 if (redirects) {
290 si.hStdInput = RedirectIO(redirects[0], 0, ErrMsg);
295 si.hStdOutput = RedirectIO(redirects[1], 1, ErrMsg);
301 if (redirects[1] && redirects[2] && *(redirects[1]) == *(redirects[2])) {
314 si.hStdError = RedirectIO(redirects[2], 2, ErrMsg);
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Derrordocument.txt1 :mod:`paste.errordocument` -- Do internal redirects for error responses
/external/llvm/unittests/Support/
DProgramTest.cpp156 const StringRef *redirects[] = { &nul, &nul, nullptr }; in TEST() local
157 int rc = ExecuteAndWait(my_exe, argv, &envp[0], redirects, in TEST()
/external/iptables/extensions/
Dlibxt_REDIRECT.man8 chains. It redirects the packet to the machine itself by changing the
Dlibxt_TPROXY.man3 redirects the packet to a local socket without changing the packet header in
/external/jetty/src/java/org/eclipse/jetty/client/
DHttpClient.java640 public void setMaxRedirects(int redirects) in setMaxRedirects() argument
642 _maxRedirects = redirects; in setMaxRedirects()
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
Dusingusers.rst41 Reload the page in your browser. Your application redirects you to the local
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/
Dresponse.rst120 'Location' header variable, used for redirects.
/external/okhttp/
DCHANGELOG.md201 * Fix: Honor `OkUrlFactory` APIs that disable redirects.
316 misleading; it was always used to configure redirects between `https://` and
437 * Fix: Don't leak gzip streams on redirects.
/external/iproute2/doc/actions/
Dmirred-usage27 steals the packet and redirects to specified destination dev.
/external/valgrind/docs/internals/
Dnotes.txt121 These redirects should be set up as part of platform-specific
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/
Dfeatures.rst223 And a handler helper for redirects builds the URI to redirect to.
/external/iproute2/doc/
Dapi-ip6-flowlabels.tex239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemon
/external/chromium-trace/trace-viewer/third_party/webapp2/
DCHANGES598 - `strict_slash`: if True, redirects access to the same URL with different
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
DREADME180 viewer) side that redirects to the remote side.
/external/bison/doc/
Dbison.texi7195 | sequence redirects
7207 redirects:
7209 | redirects redirect
7217 @code{sequence}, @code{words} and @code{redirects} are error-free, but the
7223 @code{redirects}, or two, or any number. Or it could be a @code{words}
7224 followed by three @code{redirects} and another @code{words}. And so on.
7237 Second, to prevent either a @code{words} or a @code{redirects}
7245 | sequence redirects
7257 redirects:
7259 | redirects redirect
[all …]
Dbison.info6853 | sequence redirects
6861 redirects:
6863 | redirects redirect
6868 `sequence', `words' and `redirects' are error-free, but the three
6874 `redirects', or two, or any number. Or it could be a `words' followed
6875 by three `redirects' and another `words'. And so on.
6886 Second, to prevent either a `words' or a `redirects' from being
6892 | sequence redirects
6900 redirects:
6902 | redirects redirect
[all …]

12