Home
last modified time | relevance | path

Searched defs:redirects (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DProgram.cpp28 const Path** redirects, in ExecuteAndWait()
43 const Path** redirects, in ExecuteNoWait()
/external/llvm/lib/Support/
DProgram.cpp31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait()
50 const char **envp, const StringRef **redirects, in ExecuteNoWait()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DProgram.cpp31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait()
50 const char **envp, const StringRef **redirects, in ExecuteNoWait()
/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()
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DShCommands.py2 def __init__(self, args, redirects): argument
/external/llvm/utils/lit/lit/
DShCommands.py2 def __init__(self, args, redirects): argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
DShCommands.py2 def __init__(self, args, redirects): argument
/external/llvm/unittests/Support/
DProgramTest.cpp194 const StringRef *redirects[] = { &nul, &nul, nullptr }; in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DProgramTest.cpp185 Optional<StringRef> redirects[] = { nul, nul, None }; in TEST_F() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.cpp64 const sys::Path* redirects[3]; in RunProgramWithTimeout() local
96 const sys::Path* redirects[3]; in RunProgramRemotelyWithTimeout() local
/external/u-boot/common/
Dcli_hush.c234 struct redir_struct *redirects; /* I/O redirections */ member