HomeSort by relevance Sort by last modified time
    Searched refs:STDOUT_FILENO (Results 176 - 200 of 232) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 76 const int kStdOutFileno = STDOUT_FILENO;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c 451 inject.output = STDOUT_FILENO;
builtin-record.c 373 if (!fstat(STDOUT_FILENO, &st) && S_ISFIFO(st.st_mode))
393 output = STDOUT_FILENO;
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 76 const int kStdOutFileno = STDOUT_FILENO;
  /external/mesa3d/src/gtest/src/
gtest-port.cc 76 const int kStdOutFileno = STDOUT_FILENO;
  /external/qemu/target-arm/
arm-semi.c 212 int result_fileno = arg1 < 4 ? STDIN_FILENO : STDOUT_FILENO;
  /external/wpa_supplicant_8/src/utils/
os_unix.c 177 if (dup2(devnull, STDOUT_FILENO) < 0) {
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 587 if (isatty(STDOUT_FILENO) && term != NULL &&
  /external/bison/darwin-lib/
unistd.h 534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1
    [all...]
  /external/bison/lib/
unistd.in.h 222 #ifndef STDOUT_FILENO
223 # define STDOUT_FILENO 1
    [all...]
  /external/bison/linux-lib/
unistd.h 534 #ifndef STDOUT_FILENO
535 # define STDOUT_FILENO 1
    [all...]
  /external/dnsmasq/src/
dnsmasq.c 133 if (i != STDOUT_FILENO && i != STDERR_FILENO && i != STDIN_FILENO)
357 dup2(nullfd, STDOUT_FILENO);
    [all...]
  /external/iputils/
ping_common.c 716 if (isatty(STDOUT_FILENO)) {
719 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) != -1) {
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 44 // By default logging goes to STDOUT_FILENO, but this can be changed by
387 static int g_log_fd = STDOUT_FILENO;
458 g_log_fd = STDOUT_FILENO;
    [all...]
  /external/blktrace/
blkiomon.c 534 out->fp = fdopen(STDOUT_FILENO, "w");
  /external/fio/
eta.c 322 if (!isatty(STDOUT_FILENO) && (eta_print != FIO_ETA_ALWAYS))
  /external/gtest/src/
gtest-port.cc 82 const int kStdOutFileno = STDOUT_FILENO;
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 230 file_action = launch_info.GetFileActionForFD (STDOUT_FILENO);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 807 if (file_action.Open(STDOUT_FILENO, path.c_str(), read, write))
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 772 dup2(fd, STDOUT_FILENO);
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 471 dup2(fd, STDOUT_FILENO);
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 214 previewRequest.dump(STDOUT_FILENO);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 435 public static final int STDOUT_FILENO = placeholder();
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 81 const int kStdOutFileno = STDOUT_FILENO;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 212 #define STDOUT_FILENO 1 /* Standard output. */
    [all...]

Completed in 2219 milliseconds

1 2 3 4 5 6 78 910