Searched defs:stdout (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/tools/gyp/test/configurations/inheritance/
H A Dgyptest-inheritance.py26 stdout=('Base configuration\n' variable
34 stdout=('Base configuration\n' variable
/external/chromium_org/tools/gyp/test/dependency-copy/
H A Dgyptest-copy.py21 stdout="Hello from file1.c\n") variable
24 stdout="Hello from file2.c\n") variable
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-subdir2-deep.py35 stdout="Hello from deeper.c\n") variable
H A Dgyptest-symlink.py42 stdout="Hello from deeper.c\n") variable
/external/chromium_org/tools/gyp/test/rules-variables/
H A Dgyptest-rules-variables.py23 stdout="input_root\ninput_dirname\ninput_path\n" + variable
/external/chromium_org/tools/gyp/test/sibling/
H A Dgyptest-all.py31 stdout="Hello from prog1.c\n") variable
37 stdout="Hello from prog2.c\n") variable
H A Dgyptest-relocate.py33 stdout="Hello from prog1.c\n") variable
39 stdout="Hello from prog2.c\n") variable
/external/chromium_org/tools/gyp/test/subdirectory/
H A Dgyptest-SYMROOT-all.py30 stdout="Hello from prog1.c\n", variable
33 stdout="Hello from prog2.c\n", variable
H A Dgyptest-SYMROOT-default.py30 stdout="Hello from prog1.c\n", variable
34 stdout="Hello from prog2.c\n", variable
H A Dgyptest-subdir2-deep.py23 stdout="Hello from prog3.c\n") variable
H A Dgyptest-top-all.py32 stdout="Hello from prog1.c\n", variable
41 stdout="Hello from prog2.c\n") variable
H A Dgyptest-top-default.py32 stdout="Hello from prog1.c\n", variable
41 stdout="Hello from prog2.c\n") variable
H A Dgyptest-subdir-all.py33 stdout="Hello from prog2.c\n") variable
H A Dgyptest-subdir-default.py33 stdout="Hello from prog2.c\n") variable
/external/chromium_org/third_party/libvpx/
H A Dobj_int_extract.py29 stdout=fh) variable
/external/chromium_org/tools/gyp/test/home_dot_gyp/
H A Dgyptest-home-includes-config-arg.py29 stdout='FOO is fromhome3\n') variable
H A Dgyptest-home-includes-config-env.py31 stdout='FOO is fromhome3\n') variable
H A Dgyptest-home-includes-regyp.py31 stdout='FOO is fromhome\n') variable
42 stdout='FOO is fromhome2\n') variable
H A Dgyptest-home-includes.py28 stdout='FOO is fromhome\n') variable
/external/chromium_org/tools/gyp/test/make/
H A Dgyptest-noload.py26 stdout='Hello from shared.c.\n') variable
32 stdout='Hello from shared.c.\n') variable
36 stdout='Hello from shared.c.\n') variable
44 stdout='Hello from shared.c.\n') variable
55 stdout='Hello from shared.c.\n') variable
/external/chromium_org/tools/gyp/test/actions-multiple/
H A Dgyptest-all.py61 stdout=( variable
/external/chromium_org/tools/gyp/test/rules-dirname/
H A Dgyptest-dirname.py32 test.run_built_executable('gencc_int_output', chdir=chdir, stdout=expect)
35 stdout=expect) variable
/external/chromium_org/tools/gyp/test/toplevel-dir/
H A Dgyptest-toplevel-dir.py29 stdout="Hello from prog1.c\n") variable
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-enable-enhanced-instruction-set.py25 stdout='/arch:SSE\n') variable
27 stdout='/arch:SSE2\n') variable
32 stdout='/arch:AVX\n') variable
37 stdout='/arch:IA32\n') variable
/external/protobuf/examples/
H A DAddPerson.java16 PrintStream stdout) throws IOException {
19 stdout.print("Enter person ID: ");
22 stdout.print("Enter name: ");
25 stdout.print("Enter email address (blank for none): ");
32 stdout.print("Enter a phone number (or leave blank to finish): ");
41 stdout.print("Is this a mobile, home, or work phone? ");
50 stdout.println("Unknown phone type. Using default.");
15 PromptForAddress(BufferedReader stdin, PrintStream stdout) argument

Completed in 542 milliseconds

123