/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared.py | 38 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 60 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
gyptest-static.py | 38 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 60 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/rules-rebuild/ |
gyptest-all.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)
|
/external/openssl/crypto/lhash/ |
lh_test.c | 84 lh_node_stats(conf,stdout); 85 lh_stats(conf,stdout); 86 lh_node_usage_stats(conf,stdout);
|
/external/chromium_org/third_party/libxml/src/ |
testHTML.c | 108 fprintf(stdout, "SAX.isStandalone()\n"); 123 fprintf(stdout, "SAX.hasInternalSubset()\n"); 138 fprintf(stdout, "SAX.hasExternalSubset()\n"); 152 fprintf(stdout, "SAX.internalSubset(%s,", name); 154 fprintf(stdout, " ,"); 156 fprintf(stdout, " %s,", ExternalID); 158 fprintf(stdout, " )\n"); 160 fprintf(stdout, " %s)\n", SystemID); 183 fprintf(stdout, "SAX.resolveEntity("); 185 fprintf(stdout, "%s", (char *)publicId) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
printf.c | 45 ret = vfprintf(stdout, fmt, ap);
|
vwprintf.c | 41 return (vfwprintf(stdout, fmt, ap));
|
/external/chromium_org/build/ |
check_return_value.py | 14 if not subprocess.call(sys.argv[1:], stdout=devnull, stderr=devnull):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
import-w3c-tests | 35 sys.exit(test_importer.main(sys.argv[1:], sys.stdout, sys.stderr))
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/ |
debug_main.cc | 33 fprintf(stdout, "Usage: %s <input_font_file>\n", program_name); 53 fprintf(stdout, "Cannot create subset.\n"); 58 subtly::PrintComparison(stdout, font, new_font); 60 fprintf(stdout, "Went from %d to %d: %lf%% of original\n",
|
/external/chromium_org/tools/gyp/test/assembly/ |
gyptest-assembly.py | 28 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/build-option/ |
gyptest-build.py | 24 test.run_built_executable('hello', stdout="Hello, world!\n")
|
/external/chromium_org/tools/gyp/test/defines/ |
gyptest-defines-env.py | 28 test.run_built_executable('defines', stdout=expect) 46 test.run_built_executable('defines', stdout=expect) 64 test.run_built_executable('defines', stdout=expect) 82 test.run_built_executable('defines', stdout=expect)
|
gyptest-defines.py | 37 test.run_built_executable('defines', stdout=expect)
|
/external/chromium_org/tools/gyp/test/dependencies/ |
gyptest-sharedlib-linksettings.py | 20 test.run_built_executable('program', stdout="1\n2\n", chdir=CHDIR)
|
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-subdir2-deep.py | 35 stdout="Hello from deeper.c\n") variable
|
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-all.py | 20 test.run_built_executable('hello', stdout="Hello, world!\n")
|
/external/chromium_org/tools/gyp/test/home_dot_gyp/ |
gyptest-home-includes-config-arg.py | 29 stdout='FOO is fromhome3\n') variable
|
gyptest-home-includes.py | 28 stdout='FOO is fromhome\n') variable
|
/external/chromium_org/tools/gyp/test/link-objects/ |
gyptest-all.py | 24 test.run_built_executable('link-objects', stdout="PASS\n")
|
/external/chromium_org/tools/gyp/test/module/ |
gyptest-default.py | 27 test.run_built_executable('program', chdir='src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-subdir-all.py | 33 stdout="Hello from prog2.c\n") variable
|
gyptest-subdir-default.py | 33 stdout="Hello from prog2.c\n") variable
|
/external/chromium_org/tools/gyp/test/toplevel-dir/ |
gyptest-toplevel-dir.py | 29 stdout="Hello from prog1.c\n") variable
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-lib-ltcg.py | 21 test.must_not_contain_any_line(test.stdout(), ['restarting link with /LTCG'])
|