Searched defs:redir (Results 1 – 9 of 9) sorted by relevance
/external/fmtlib/test/ |
D | gtest-extra-test.cc | 347 OutputRedirect redir(file.get()); in TEST() local 365 std::unique_ptr<OutputRedirect> redir{nullptr}; in TEST() local 377 std::unique_ptr<OutputRedirect> redir{nullptr}; in TEST() local 389 OutputRedirect redir(file.get()); in TEST() local 405 OutputRedirect redir(f.get()); in TEST() local 420 std::unique_ptr<OutputRedirect> redir(new OutputRedirect(f.get())); in TEST() local
|
/external/python/pybind11/tests/ |
D | test_iostream.cpp | 74 py::scoped_ostream_redirect redir; in TEST_SUBMODULE() local 79 py::scoped_ostream_redirect redir(std::cout, py::module_::import("sys").attr("stdout")); in TEST_SUBMODULE() local 88 py::scoped_ostream_redirect redir(std::cerr, py::module_::import("sys").attr("stderr")); in TEST_SUBMODULE() local
|
/external/python/cpython3/Lib/idlelib/ |
D | redirector.py | 131 def __init__(self, redir, operation): argument
|
/external/python/cpython2/Lib/idlelib/ |
D | WidgetRedirector.py | 131 def __init__(self, redir, operation): argument
|
/external/iproute2/tc/ |
D | m_mirred.c | 71 int ok = 0, iok = 0, mirror = 0, redir = 0, ingress = 0, egress = 0; in parse_direction() local
|
/external/libxml2/ |
D | nanohttp.c | 1255 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) { in xmlNanoHTTPOpenRedir() 1357 char **contentType, char **redir, in xmlNanoHTTPMethodRedir()
|
D | xmlIO.c | 3815 const char *redir; in xmlCheckHTTPInput() local
|
D | testapi.c | 12429 char ** redir; /* if available the redirected URL will be returned */ in test_xmlNanoHTTPOpenRedir() local
|
/external/mksh/src/ |
D | syn.c | 850 char redir[8]; in syntaxerr() local
|