/external/chromium_org/tools/gyp/test/same-source-file-name/ |
gyptest-all.py | 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1) 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
gyptest-default.py | 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1) 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
/external/chromium_org/tools/gyp/test/sibling/ |
gyptest-all.py | 31 stdout="Hello from prog1.c\n") variable 37 stdout="Hello from prog2.c\n") variable
|
gyptest-relocate.py | 33 stdout="Hello from prog1.c\n") variable 39 stdout="Hello from prog2.c\n") variable
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-SYMROOT-all.py | 30 stdout="Hello from prog1.c\n", variable 33 stdout="Hello from prog2.c\n", variable
|
gyptest-top-all.py | 32 stdout="Hello from prog1.c\n", variable 41 stdout="Hello from prog2.c\n") variable
|
gyptest-top-default.py | 32 stdout="Hello from prog1.c\n", variable 41 stdout="Hello from prog2.c\n") variable
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vprintf.c | 39 return (vfprintf(stdout, fmt, ap));
|
puts.c | 40 * Write the given string to stdout, appending a newline. 57 FLOCKFILE(stdout); 58 _SET_ORIENTATION(stdout, -1); 59 ret = __sfvwrite(stdout, &uio); 60 FUNLOCKFILE(stdout);
|
putwchar.c | 44 return fputwc(wc, stdout);
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-enable-enhanced-instruction-set.py | 25 stdout='/arch:SSE\n') variable 27 stdout='/arch:SSE2\n') variable 32 stdout='/arch:AVX\n') variable 37 stdout='/arch:IA32\n') variable
|
gyptest-link-ltcg.py | 28 test.must_not_contain_any_line(test.stdout(), [INLINE_MARKER]) 32 test.must_contain_any_line(test.stdout(), ['Generating code']) 34 test.must_contain_any_line(test.stdout(), [INLINE_MARKER])
|
/external/libexif/test/ |
test-mnote.c | 35 fprintf (stdout, "Byte order: %s\n", 38 fprintf (stdout, "Parsing maker note...\n"); 46 fprintf (stdout, "Increasing ref-count...\n"); 49 fprintf (stdout, "Decreasing ref-count...\n"); 52 fprintf (stdout, "Counting entries...\n"); 54 fprintf (stdout, "Found %i entries.\n", c); 56 fprintf (stdout, "Dumping entry number %i...\n", i); 57 fprintf (stdout, " Name: '%s'\n", 59 fprintf (stdout, " Title: '%s'\n", 61 fprintf (stdout, " Description: '%s'\n" [all...] |
/external/chromium_org/tools/gyp/test/configurations/basics/ |
gyptest-configurations.py | 25 test.run_built_executable('configurations', stdout="Release configuration\n") 29 test.run_built_executable('configurations', stdout="Debug configuration\n") 33 test.run_built_executable('configurations', stdout="Foo configuration\n")
|
/external/chromium_org/tools/ |
diagnose-me.py | 25 proc = subprocess.Popen(['/usr/bin/ld', '-v'], stdout=subprocess.PIPE) 26 stdout = proc.communicate()[0] 27 if 'GNU gold' in stdout: 36 proc = subprocess.Popen(['which', '-a', 'ld'], stdout=subprocess.PIPE) 37 stdout = proc.communicate()[0] 38 instances = stdout.split() 72 proc = subprocess.Popen(['which', 'ninja'], stdout=subprocess.PIPE) 73 stdout = proc.communicate()[0] 74 if not 'depot_tools' in stdout: 76 + " " + stdout [all...] |
/external/chromium_org/tools/gyp/test/make/ |
gyptest-noload.py | 26 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/antlr/antlr-3.4/runtime/Python/tests/ |
t054main.py | 38 stdout = StringIO() 65 stdout = StringIO() 70 stdout=stdout 73 self.failUnlessEqual(len(stdout.getvalue().splitlines()), 3) 90 stdout = StringIO() 96 stdout=stdout 99 self.failUnlessEqual(len(stdout.getvalue().splitlines()), 3) 116 stdout = StringIO( [all...] |
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-top-all.py | 44 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c') 48 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c') 52 test.run_built_executable('prog3', chdir=chdir, stdout=expect % 'prog3.c')
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-all.py | 34 test.run_built_executable('program', chdir=chdir, stdout=expect) 45 test.run_built_executable('program2', chdir=chdir, stdout=expect) 71 test.run_built_executable('program4', chdir=chdir, stdout=expect)
|
/bootable/recovery/ |
common.h | 28 #define LOGW(...) fprintf(stdout, "W:" __VA_ARGS__) 29 #define LOGI(...) fprintf(stdout, "I:" __VA_ARGS__) 32 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__) 33 #define LOGD(...) fprintf(stdout, "D:" __VA_ARGS__)
|
/external/chromium_org/tools/gyp/test/android/ |
gyptest-settings-list.py | 20 test.run_built_executable('hello.foo', stdout="Hello, world!\n")
|
gyptest-settings.py | 20 test.run_built_executable('hello.foo', stdout="Hello, world!\n")
|
/external/chromium_org/tools/gyp/test/compilable/ |
gyptest-headers.py | 26 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
|
/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")
|