HomeSort by relevance Sort by last modified time
    Searched refs:stdin (Results 401 - 425 of 485) sorted by null

<<11121314151617181920

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /external/chromium_org/remoting/host/
remoting_me2me_host.cc 135 // from stdin.
432 // Read config from stdin if necessary.
436 while ((len = fread(buf, 1, sizeof(buf), stdin)) > 0) {
555 // Process config we've read from stdin.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py 218 fp = open(filename) if filename != '-' else sys.stdin
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 910 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32")
911 cmd.stdin.close()
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.c 637 lua_pushliteral(L, "=stdin");
638 lf.f = stdin;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 794 s = sys.stdin.read()
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 213 return sys.stdin.readline().strip()
  /external/deqp/execserver/tools/
xsTest.cpp 874 else if (deStringEqual(arg, "--deqp-stdin-caselist"))
878 while (fread(&c, 1, 1, stdin) == 1 && c != 0)
  /external/elfutils/0.153/src/
ld.c 298 __fsetlocking (stdin, FSETLOCKING_BYCALLER);
    [all...]
  /external/gcc-demangle/
cp-demangle.c 91 any arguments, or, if none, demangles stdin.
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 650 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin);
653 fprintf(stderr, "Failed to open file '%s'", strcmp(fn, "-") ? fn : "stdin");
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 706 options.IsInTerminal = MY_IS_TERMINAL(stdin);
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 218 fp = open(filename) if filename != '-' else sys.stdin
  /external/openssl/apps/
cms.c 794 in = BIO_new_fp(stdin, BIO_NOCLOSE);
    [all...]
pkcs12.c 385 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE);
389 infile ? infile : "<stdin>");
x509.c 97 " -in arg - input file - default stdin\n",
585 BIO_set_fp(in,stdin,BIO_NOCLOSE|BIO_FP_TEXT);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 953 fp = stdin;
1023 if (fp != stdin && fclose(fp)) {
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlIO.c 883 fd = stdin;
1066 if (fil == stdin)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 175 gets stdin
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 1058 .string "stdin"
  /external/icu/icu4c/source/tools/tzcode/
zic.c 953 fp = stdin;
1023 if (fp != stdin && fclose(fp)) {
    [all...]
  /external/libxml2/
xmlIO.c 897 fd = stdin;
1080 if (fil == stdin)
    [all...]

Completed in 2862 milliseconds

<<11121314151617181920