HomeSort by relevance Sort by last modified time
    Searched refs:stdout (Results 51 - 75 of 1803) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/hello/
gyptest-target.py 20 test.run_built_executable('hello', stdout="Hello, world!\n")
gyptest-regyp-output.py 25 test.run_built_executable('hello', stdout="Hello, world!\n", chdir=CHDIR)
34 test.run_built_executable('hello', stdout="Hello, two!\n", chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-objc-gc.py 39 test.run_built_executable('gc_req_exe', chdir=CHDIR, stdout="gc on: 1\n")
43 'gc_exe_req_lib', chdir=CHDIR, stdout="gc on: 1\n")
46 test.run_built_executable('gc_exe', chdir=CHDIR, stdout="gc on: 1\n")
49 test.run_built_executable('gc_off_exe', chdir=CHDIR, stdout="gc on: 0\n")
  /external/chromium_org/tools/gyp/test/rules/
gyptest-input-root.py 25 test.run_built_executable('test', chdir='relocate/src', stdout=expect)
gyptest-default.py 31 test.run_built_executable('program', chdir=chdir, stdout=expect)
42 test.run_built_executable('program2', chdir=chdir, stdout=expect)
  /external/chromium_org/tools/gyp/test/rules-rebuild/
gyptest-default.py 29 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
47 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
65 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
86 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
  /external/chromium_org/tools/gyp/test/rules-variables/
gyptest-rules-variables.py 23 stdout="input_root\ninput_dirname\ninput_path\n" + variable
  /external/chromium_org/tools/gyp/test/same-source-file-name/
gyptest-pass-executable.py 31 test.run_built_executable('prog3', chdir='relocate/src', stdout=expect)
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-subdir2-deep.py 23 stdout="Hello from prog3.c\n") variable
  /external/chromium_org/tools/gyp/test/variables/latelate/
gyptest-latelate.py 22 'program', chdir='relocate/src', stdout='program.cc\n')
  /external/ltrace/testsuite/ltrace.main/
hello-vfork.c 8 fprintf(stdout, "vfork():%d\n", r);
  /external/lldb/test/
progress.py 75 Accepts an extra keyword argument named `stdout` (by default use sys.stdout)
87 stdout=sys.stdout):
89 self.stdout = stdout
92 if hasattr(self.stdout, 'isatty') and self.stdout.isatty():
93 self.stdout.write('\r')
95 self.stdout.write('\n'
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
putchar.c 43 FILE *so = stdout;
56 FILE *so = stdout;
  /external/chromium_org/tools/gyp/test/cxxflags/
gyptest-cxxflags.py 31 test.run_built_executable('cxxflags', stdout=expect)
43 test.run_built_executable('cxxflags', stdout=expect)
  /external/chromium_org/tools/gyp/test/defines/
gyptest-defines-env-regyp.py 37 test.run_built_executable('defines', stdout=expect)
49 test.run_built_executable('defines', stdout=expect)
  /external/chromium_org/tools/gyp/test/home_dot_gyp/
gyptest-home-includes-regyp.py 31 stdout='FOO is fromhome\n') variable
42 stdout='FOO is fromhome2\n') variable
  /external/chromium_org/tools/gyp/test/library_dirs/
gyptest-library-dirs.py 32 'libraries-search-path-test', chdir='subdir', stdout=expect)
46 'libraries-search-path-test-lib-suffix', chdir='subdir', stdout=expect)
  /external/chromium_org/tools/gyp/test/same-gyp-name/
gyptest-all.py 35 test.run_built_executable('program1', chdir=chdir1, stdout=expect1)
36 test.run_built_executable('program2', chdir=chdir2, stdout=expect2)
gyptest-default.py 35 test.run_built_executable('program1', chdir=chdir1, stdout=expect1)
36 test.run_built_executable('program2', chdir=chdir2, stdout=expect2)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
debug.c 60 color_fprintf(stdout, color, "\n. ... raw event: size %d bytes\n",
66 color_fprintf(stdout, color, " %04x: ", i);
69 color_fprintf(stdout, color, " %02x", raw_event[i]);
72 color_fprintf(stdout, color, " ");
74 color_fprintf(stdout, color, " ");
76 color_fprintf(stdout, color, "%c",
80 color_fprintf(stdout, color, "\n");
  /external/chromium_org/third_party/libxml/src/
testSAX.c 261 fprintf(stdout, "SAX.isStandalone()\n");
279 fprintf(stdout, "SAX.hasInternalSubset()\n");
297 fprintf(stdout, "SAX.hasExternalSubset()\n");
314 fprintf(stdout, "SAX.internalSubset(%s,", name);
316 fprintf(stdout, " ,");
318 fprintf(stdout, " %s,", ExternalID);
320 fprintf(stdout, " )\n");
322 fprintf(stdout, " %s)\n", SystemID);
338 fprintf(stdout, "SAX.externalSubset(%s,", name);
340 fprintf(stdout, " ,");
    [all...]
  /external/chromium_org/third_party/icu/source/samples/legacy/
legacy.cpp 31 fprintf(stdout, "%c", (*str) & 0xFF);
33 fprintf(stdout, "\\u%04X", *str);
40 fprintf (stdout, "%s\n", comment);
43 fprintf(stdout, "%d ", i);
45 fprintf(stdout, "\n");
52 fprintf(stdout, "%s\n", comment);
57 fprintf(stdout, "01 ");
59 fprintf(stdout, "%02X", *currentKey);
63 fprintf(stdout, " 00\n");
  /external/icu/icu4c/source/samples/legacy/
legacy.cpp 31 fprintf(stdout, "%c", (*str) & 0xFF);
33 fprintf(stdout, "\\u%04X", *str);
40 fprintf (stdout, "%s\n", comment);
43 fprintf(stdout, "%d ", i);
45 fprintf(stdout, "\n");
52 fprintf(stdout, "%s\n", comment);
57 fprintf(stdout, "01 ");
59 fprintf(stdout, "%02X", *currentKey);
63 fprintf(stdout, " 00\n");
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-depth.py 48 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
52 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
56 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')
gyptest-relocate.py 50 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
54 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
58 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')

Completed in 341 milliseconds

1 23 4 5 6 7 8 91011>>