Searched defs:redirects (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Program.cpp | 28 const Path** redirects, in ExecuteAndWait() 43 const Path** redirects, in ExecuteNoWait()
|
/external/llvm/lib/Support/ |
D | Program.cpp | 31 const StringRef **redirects, unsigned secondsToWait, in ExecuteAndWait() 50 const char **envp, const StringRef **redirects, in ExecuteNoWait()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Program.cpp | 31 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/ |
D | HttpUrlFetcher.java | 43 …private InputStream loadDataWithRedirects(URL url, int redirects, URL lastUrl) throws IOException { in loadDataWithRedirects()
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | ShCommands.py | 2 def __init__(self, args, redirects): argument
|
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 2 def __init__(self, args, redirects): argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | ShCommands.py | 2 def __init__(self, args, redirects): argument
|
/external/llvm/unittests/Support/ |
D | ProgramTest.cpp | 194 const StringRef *redirects[] = { &nul, &nul, nullptr }; in TEST_F() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ProgramTest.cpp | 185 Optional<StringRef> redirects[] = { nul, nul, None }; in TEST_F() local
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ToolRunner.cpp | 64 const sys::Path* redirects[3]; in RunProgramWithTimeout() local 96 const sys::Path* redirects[3]; in RunProgramRemotelyWithTimeout() local
|
/external/u-boot/common/ |
D | cli_hush.c | 234 struct redir_struct *redirects; /* I/O redirections */ member
|