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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/external-cross-compile/
gyptest-cross.py 28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
  /external/chromium_org/tools/gyp/test/hello/
gyptest-default.py 20 test.run_built_executable('hello', stdout="Hello, world!\n")
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 34 test.run_built_executable('gc_req_exe', chdir=CHDIR, stdout="gc on: 1\n")
37 test.run_built_executable('gc_exe_req_lib', chdir=CHDIR, stdout="gc on: 1\n")
40 test.run_built_executable('gc_exe', chdir=CHDIR, stdout="gc on: 1\n")
43 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')
  /ndk/sources/android/support/src/musl-stdio/
vwprintf.c 6 return vfwprintf(stdout, fmt, ap);
  /external/chromium_org/tools/gyp/test/actions/
gyptest-generated-header.py 23 test.run_built_executable('program', chdir=CHDIR, stdout=expect)
36 test.run_built_executable('program', chdir=CHDIR, 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/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/valgrind/main/none/tests/
resolv.c 9 fflush(stdout);
12 fflush(stdout);
  /external/tcpdump/
print-timed.c 55 fputs("[|timed]", stdout);
64 fputs(" [|timed]", stdout);
70 fputs(" [|timed]", stdout);
77 fputs(" [|timed]", stdout);
86 fputs(" [|timed]", stdout);
94 fputs(" time ", stdout);
98 fputc('-', stdout);
106 fputs(" [|timed]", stdout);
108 fputs(" name ", stdout);
109 fwrite(tsp->tsp_name, end - (u_char *)tsp->tsp_name, 1, stdout);
    [all...]
  /frameworks/compile/libbcc/tools/build/
gen-sha1-stamp.py 52 sys.stdout.write("""
62 sys.stdout.write("""
69 sys.stdout.write("""
82 sys.stdout.write(".byte ")
84 sys.stdout.write(", ")
86 sys.stdout.write(",")
87 sys.stdout.write("0x%02x" % ord(c))
90 sys.stdout.write("\n")
93 sys.stdout.write("\n")
96 sys.stdout.write(""
    [all...]
  /external/qemu/android/utils/
debug.c 22 fprintf( stdout, "emulator: ");
23 vfprintf( stdout, format, args );
24 fprintf( stdout, "\n" );
33 vfprintf( stdout, format, args );
40 vfprintf( stdout, format, args );
67 /** STDOUT/STDERR REDIRECTION
69 ** allows you to shut temporarily shutdown stdout/stderr
83 fflush(stdout);
84 out_fd = _fileno(stdout);
100 fflush(stdout);
    [all...]
  /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/icu4c/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/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 34 sys.stdout.write(struct.pack("I", len(response)))
35 sys.stdout.write(response)
36 sys.stdout.flush()

Completed in 1032 milliseconds

1 23 4 5 6 7 8 91011>>