/system/netd/ |
ThrottleController.cpp | 125 * Add ingress qdisc for pkt redirection
|
/external/webkit/Tools/DumpRenderTree/qt/ |
main.cpp | 200 fprintf(stderr, "STDOUT redirection failed."); 209 fprintf(stderr, "STDERR redirection failed.");
|
/system/core/sh/ |
parser.c | 81 union node *here; /* redirection node */ 301 /* Check for redirection which may precede command */ 498 /* Now check for redirection which may follow command */ 567 parsefname(); /* read name of redirection file */ 657 synerror("Illegal eof marker for << redirection"); 780 * the redirection. 789 * have parseword (readtoken1?) handle both words and redirection.] 867 * If eofmark is NULL, read a word or a redirection symbol. If eofmark 1191 * Parse a redirection operator. The variable "out" points to a string 1193 * first character of the redirection operator [all...] |
sh.1 | 313 There are two types of operators: control operators and redirection 319 .It "Redirection operators:" 405 Redirection operators and their arguments (as described below) are 425 The overall format used for redirection is: 431 is one of the redirection operators mentioned previously. 463 The following redirection is often called a 595 considered to be assigned by the pipeline before any redirection specified 596 by redirection operators that are part of the command. 610 takes place before redirection, it can be modified by redirection [all...] |
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/ |
ANTLR3.java | 610 throw new BuildException("Redirection of output failed: " + e); 620 log("Redirection of output terminated.", Project.MSG_VERBOSE); 622 log("Termination of output redirection failed: " + ex, Project.MSG_ERR); 635 log("Redirection of output terminated.", Project.MSG_VERBOSE); 637 log("Termination of output redirection failed: " + e, Project.MSG_ERR);
|
/ndk/sources/host-tools/make-3.81/ |
README.DOS | 19 including pipes and redirection, even when COMMAND.COM is your 142 When shell features like redirection or filename wildcards are 163 use long command lines in commands that use redirection or 166 redirection and pipes, and shall only call the shell when a 191 arbitrary complex commands, including pipes and redirection,
|
vmsjobs.c | 45 /* Set up IO redirection. */ 71 printf (_("Warning: Empty redirection\n")); 312 /* Parse IO redirection. */ 333 /* Handle comments and redirection. */ 464 lib$spawn, or the command contains a newline, or if redirection
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpServer.java | 282 // redirection to a proxy passes an absolute URI to the 385 System.err.println("Error performing redirection test."); 508 // so that the port redirection test can distinguish
|
/external/valgrind/main/include/ |
pub_tool_redir.h | 68 priority, then the redirection machinery will assume they have 72 redirection is ambiguous and the system will ignore one of them 119 machinery and redirection machinery first Z-decode the soname and
|
/external/v8/src/ |
isolate.h | 98 class Redirection; [all...] |
/external/llvm/utils/lit/lit/ |
ShUtil.py | 61 # Otherwise, lex the operator and convert to a redirection 211 # Otherwise it must be a redirection.
|
/sdk/find_java/ |
utils.h | 369 // Disables the FS redirection done by WOW64.
376 // Reverts the redirection disabled in disableWow64FsRedirection.
|
/external/chromium/chrome/browser/automation/ |
automation_tab_helper_browsertest.cc | 63 // Add default expectations for a client redirection initiated by script,
|
/external/chromium/chrome/browser/prerender/ |
prerender_browsertest.cc | 345 // This version navigates to the page which issues the redirection, rather 358 // page which does the redirection. 423 // This version navigates to the page which issues the redirection, rather 436 // page which does the redirection.
|
/external/clang/include/clang/Driver/ |
Compilation.h | 63 /// Redirection for stdout, stderr, etc.
|
/external/libvpx/examples/includes/geshi/geshi/ |
dos.php | 22 * - Highlight pipes and redirection (do we really need this?)
|
/external/mesa3d/docs/ |
README.WINDML | 13 redirection is adviced in target server.
|
/external/qemu/distrib/ |
build-kernel.sh | 186 # Special magic redirection with our magic toolbox script
|
/external/valgrind/main/coregrind/ |
pub_core_clreq.h | 53 /* Add a target for an indirect function redirection. */
|
vg_preloaded.c | 36 redirection or load notifications (see pub_core_redir.h for info). 85 code which runs on the emulated CPU) to update the redirection that
|
/external/valgrind/main/drd/ |
drd_qtcore_intercepts.c | 34 redirection or load notifications (see pub_core_redir.h for info).
|
/external/webkit/Source/WebCore/platform/network/ |
ResourceHandleInternal.h | 146 // Suggested credentials for the current redirection step.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
README.VMS | 55 version of flex supports emulation of command line I/O redirection used
|
/frameworks/base/tests/CoreTests/android/core/ |
TestWebData.java | 99 // Redirection indices into testServerResponse
|
/external/qemu/android/ |
qemu-setup.c | 317 /* setup first redirection for ADB, the Android Debug Bridge */ 327 /* setup second redirection for the emulator console */
|