HomeSort by relevance Sort by last modified time
    Searched refs:run_built_executable (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/tools/gyp/test/dependencies/
gyptest-none-traversal.py 22 test.run_built_executable('needs_chain', stdout="2\n")
23 test.run_built_executable('doesnt_need_chain', stdout="3\n")
  /external/chromium_org/tools/gyp/test/dependency-copy/
gyptest-copy.py 19 test.run_built_executable('proj1',
22 test.run_built_executable('proj2',
  /external/chromium_org/tools/gyp/test/subdirectory/
gyptest-SYMROOT-default.py 29 test.run_built_executable('prog1',
33 test.run_built_executable('prog2',
gyptest-SYMROOT-all.py 29 test.run_built_executable('prog1',
32 test.run_built_executable('prog2',
gyptest-top-all.py 31 test.run_built_executable('prog1',
39 test.run_built_executable('prog2',
gyptest-top-default.py 31 test.run_built_executable('prog1',
39 test.run_built_executable('prog2',
  /external/chromium_org/tools/gyp/test/cflags/
gyptest-cflags.py 29 test.run_built_executable('cflags', stdout=expect)
30 test.run_built_executable('cflags_host', stdout=expect)
40 test.run_built_executable('cflags', stdout=expect)
44 test.run_built_executable('cflags_host', stdout=expect)
53 test.run_built_executable('cflags', stdout=expect)
62 test.run_built_executable('cflags', stdout=expect)
  /external/chromium_org/tools/gyp/test/configurations/inheritance/
gyptest-inheritance.py 25 test.run_built_executable('configurations',
33 test.run_built_executable('configurations',
  /external/chromium_org/tools/gyp/test/hello/
gyptest-disable-regyp.py 20 test.run_built_executable('hello', stdout="Hello, world!\n")
30 test.run_built_executable('hello', stdout="Hello, world!\n")
gyptest-regyp.py 21 test.run_built_executable('hello', stdout="Hello, world!\n")
30 test.run_built_executable('hello', stdout="Hello, two!\n")
  /external/chromium_org/tools/gyp/test/include_dirs/
gyptest-all.py 28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
gyptest-default.py 28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src')
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
  /external/chromium_org/tools/gyp/test/multiple-targets/
gyptest-all.py 30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
gyptest-default.py 30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
  /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 29 test.run_built_executable('program1',
35 test.run_built_executable('program2',
gyptest-relocate.py 31 test.run_built_executable('program1',
37 test.run_built_executable('program2',
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-enable-enhanced-instruction-set.py 24 test.run_built_executable('sse_extensions', chdir=CHDIR,
26 test.run_built_executable('sse2_extensions', chdir=CHDIR,
31 test.run_built_executable('no_extensions', chdir=CHDIR,
36 test.run_built_executable('no_extensions', chdir=CHDIR,
  /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/gyp/test/make/
gyptest-noload.py 25 test.run_built_executable('exe', chdir='relocate/noload',
31 test.run_built_executable('exe', chdir='relocate/noload',
35 test.run_built_executable('exe', chdir='relocate/noload',
43 test.run_built_executable('exe', chdir='relocate/noload',
54 test.run_built_executable('exe', chdir='relocate/noload',
  /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)
  /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)

Completed in 248 milliseconds

1 2 3 4