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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/variables/latelate/
gyptest-latelate.py 11 import TestGyp
13 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/variables/variable-in-path/
gyptest-variable-in-path.py 11 import TestGyp
15 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/cxxflags/
gyptest-cxxflags.py 15 import TestGyp
19 test = TestGyp.TestGyp(formats=FORMATS)
23 with TestGyp.LocalEnv({'CXXFLAGS': ''}):
35 with TestGyp.LocalEnv({'CXXFLAGS': '-DABC'}):
  /external/chromium_org/tools/gyp/test/actions-subdir/
gyptest-action.py 11 import TestGyp
14 test = TestGyp.TestGyp(formats=['!xcode'])
  /external/chromium_org/tools/gyp/test/android/
gyptest-noalias.py 11 import TestGyp
13 test = TestGyp.TestGyp(formats=['android'])
  /external/chromium_org/tools/gyp/test/assembly/
gyptest-assembly.py 12 import TestGyp
16 test = TestGyp.TestGyp(formats=['!msvs'])
  /external/chromium_org/tools/gyp/test/build-option/
gyptest-build.py 12 import TestGyp
14 test = TestGyp.TestGyp(workdir='workarea_default')
  /external/chromium_org/tools/gyp/test/configurations/inheritance/
gyptest-duplicates.py 11 import TestGyp
13 test = TestGyp.TestGyp(format='gypd')
gyptest-inheritance.py 11 import TestGyp
13 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/configurations/invalid/
gyptest-configurations.py 11 import TestGyp
28 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/copies/
gyptest-all.py 11 import TestGyp
13 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/defines/
gyptest-defines.py 11 import TestGyp
13 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/dependencies/
gyptest-sharedlib-linksettings.py 12 import TestGyp
17 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-subdir2-deep.py 13 import TestGyp
16 test = TestGyp.TestGyp(formats=['!android'])
  /external/chromium_org/tools/gyp/test/hard_dependency/
gyptest-exported-hard-dependency.py 13 import TestGyp
15 test = TestGyp.TestGyp()
gyptest-no-exported-hard-dependency.py 13 import TestGyp
15 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/hello/
gyptest-all.py 12 import TestGyp
14 test = TestGyp.TestGyp(workdir='workarea_all')
gyptest-disable-regyp.py 12 import TestGyp
14 test = TestGyp.TestGyp()
gyptest-regyp.py 11 import TestGyp
15 test = TestGyp.TestGyp(formats=['make'])
  /external/chromium_org/tools/gyp/test/home_dot_gyp/
gyptest-home-includes-config-arg.py 13 import TestGyp
15 test = TestGyp.TestGyp()
gyptest-home-includes.py 12 import TestGyp
14 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/include_dirs/
gyptest-all.py 11 import TestGyp
13 test = TestGyp.TestGyp()
gyptest-default.py 11 import TestGyp
13 test = TestGyp.TestGyp()
  /external/chromium_org/tools/gyp/test/ios/
gyptest-xcode-ninja.py 11 import TestGyp
17 test = TestGyp.TestGyp(formats=['xcode'])
  /external/chromium_org/tools/gyp/test/link-objects/
gyptest-all.py 12 import TestGyp
18 test = TestGyp.TestGyp(formats=['make'])

Completed in 110 milliseconds

1 23 4 5 6 7 8 91011>>