Home
last modified time | relevance | path

Searched refs:up_to_date (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/tools/gyp/test/rules-rebuild/
Dgyptest-default.py31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
67 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
88 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
Dgyptest-all.py31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
67 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src')
/external/chromium_org/tools/gyp/test/mac/
Dgyptest-rebuild.py27 test.up_to_date('test.gyp', 'test_app', chdir=CHDIR)
34 test.up_to_date('test.gyp', 'test_framework_postbuilds', chdir=CHDIR)
39 test.up_to_date('test.gyp', 'test_app_postbuilds', chdir=CHDIR)
/external/chromium_org/tools/gyp/test/actions/
Dgyptest-generated-header.py20 test.up_to_date('test.gyp', 'program', chdir=CHDIR)
33 test.up_to_date('test.gyp', 'program', chdir=CHDIR)
/external/chromium_org/tools/gyp/test/win/
Dgyptest-link-defrelink.py25 test.up_to_date('deffile.gyp', target, chdir=CHDIR)
44 test.up_to_date('deffile.gyp', target, chdir=CHDIR)
Dgyptest-rc-build.py21 test.up_to_date('hello.gyp', 'resource_only_dll', chdir=CHDIR)
Dgyptest-link-restat-importlib.py37 test.up_to_date('importlib.gyp', test.ALL, chdir=CHDIR)
Dgyptest-link-update-manifest.py95 test.up_to_date(gypfile, test.ALL, chdir=CHDIR)
Dgyptest-link-generate-manifest.py57 test.up_to_date('generate-manifest.gyp', test.ALL, chdir=CHDIR)
/external/chromium_org/tools/gyp/test/build-option/
Dgyptest-build.py20 test.up_to_date('hello.gyp', test.DEFAULT)
/external/chromium_org/tools/gyp/test/hello/
Dgyptest-target.py22 test.up_to_date('hello.gyp', 'hello')
Dgyptest-default.py22 test.up_to_date('hello.gyp', test.DEFAULT)
Dgyptest-all.py22 test.up_to_date('hello.gyp', test.ALL)
/external/chromium_org/tools/gyp/test/win/precompiled/
Dgyptest-all.py20 test.up_to_date('hello.gyp', test.ALL)
/external/chromium_org/tools/gyp/test/link-objects/
Dgyptest-all.py26 test.up_to_date('link-objects.gyp', test.ALL)
/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py346 def up_to_date(self, gyp_file, target=None, **kw): member in TestGypBase
525 def up_to_date(self, gyp_file, target=None, **kw): member in TestGypAndroid
629 def up_to_date(self, gyp_file, target=None, **kw): member in TestGypCMake
665 def up_to_date(self, gyp_file, target=None, **kw): member in TestGypMake
878 def up_to_date(self, gyp_file, target=None, **kw): member in TestGypNinja
931 def up_to_date(self, gyp_file, target=None, **kw): member in TestGypMSVS
951 up_to_date = m and int(m.group(1)) > 0
952 if not up_to_date:
1053 def up_to_date(self, gyp_file, target=None, **kw): member in TestGypXcode