/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 2 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:
|
D | TestRunner.py | 88 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):
|
D | ShUtil.py | 196 redirects = [] 219 redirects.append((op, arg)) 221 return Command(args, redirects)
|
/external/llvm/lib/Support/ |
D | Program.cpp | 31 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/ |
D | Program.inc | 181 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/ |
D | EMMAProperties.java | 192 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/ |
D | HttpUrlFetcher.java | 43 …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/ |
D | Program.h | 99 const StringRef **redirects = nullptr, ///< An optional array of pointers 129 const StringRef **redirects = nullptr, unsigned memoryLimit = 0,
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 245 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/ |
D | errordocument.txt | 1 :mod:`paste.errordocument` -- Do internal redirects for error responses
|
/external/llvm/unittests/Support/ |
D | ProgramTest.cpp | 156 const StringRef *redirects[] = { &nul, &nul, nullptr }; in TEST() local 157 int rc = ExecuteAndWait(my_exe, argv, &envp[0], redirects, in TEST()
|
/external/iptables/extensions/ |
D | libxt_REDIRECT.man | 8 chains. It redirects the packet to the machine itself by changing the
|
D | libxt_TPROXY.man | 3 redirects the packet to a local socket without changing the packet header in
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | HttpClient.java | 640 public void setMaxRedirects(int redirects) in setMaxRedirects() argument 642 _maxRedirects = redirects; in setMaxRedirects()
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingusers.rst | 41 Reload the page in your browser. Your application redirects you to the local
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/guide/ |
D | response.rst | 120 'Location' header variable, used for redirects.
|
/external/okhttp/ |
D | CHANGELOG.md | 201 * 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/ |
D | mirred-usage | 27 steals the packet and redirects to specified destination dev.
|
/external/valgrind/docs/internals/ |
D | notes.txt | 121 These redirects should be set up as part of platform-specific
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/ |
D | features.rst | 223 And a handler helper for redirects builds the URI to redirect to.
|
/external/iproute2/doc/ |
D | api-ip6-flowlabels.tex | 239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemon
|
/external/chromium-trace/trace-viewer/third_party/webapp2/ |
D | CHANGES | 598 - `strict_slash`: if True, redirects access to the same URL with different
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/ |
D | README | 180 viewer) side that redirects to the remote side.
|
/external/bison/doc/ |
D | bison.texi | 7195 | 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 …]
|
D | bison.info | 6853 | 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 …]
|