Home
last modified time | relevance | path

Searched refs:must_not_contain (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/tools/gyp/test/win/
Dgyptest-cl-optimizations.py38 test.must_not_contain(ninja_file, '/Od')
39 test.must_not_contain(ninja_file, '/O1')
40 test.must_not_contain(ninja_file, '/Ox')
46 test.must_not_contain(ninja_file, '/Oy-')
54 test.must_not_contain(ninja_file, '/Oi-')
74 test.must_not_contain(ninja_file, '/Os')
75 test.must_not_contain(ninja_file, '/Ot')
95 test.must_not_contain(ninja_file, '/GF')
103 test.must_not_contain(ninja_file, '/GT')
Dgyptest-cl-debug-format.py27 test.must_not_contain(ninja_file, '/Z7')
28 test.must_not_contain(ninja_file, '/Zi')
29 test.must_not_contain(ninja_file, '/ZI')
Dgyptest-link-mapfile.py28 test.must_not_contain(map_file, 'void __cdecl AnExportedFunction(void)')
42 test.must_not_contain(map_file, 'void __cdecl AnExportedFunction(void)')
/external/chromium_org/tools/gyp/test/msvs/express/
Dgyptest-express.py23 test.must_not_contain('express.sln', '(base)')
26 test.must_not_contain('express.sln', '(base)')
/external/chromium_org/tools/gyp/test/msvs/list_excluded/
Dgyptest-all.py26 test.must_not_contain('hello.vcxproj', 'hello_mac')
28 test.must_not_contain('hello.vcproj', 'hello_mac')
/external/chromium_org/tools/gyp/test/gyp-defines/
Dgyptest-regyp.py28 test.must_not_contain(
/external/chromium_org/tools/gyp/test/mac/
Dgyptest-app.py57 test.must_not_contain(info_plist, '${MACOSX_DEPLOYMENT_TARGET}');
/external/chromium_org/tools/gyp/test/lib/
DTestCommon.py336 def must_not_contain(self, file, banned, mode = 'rb'): member in TestCommon
DTestGyp.py166 return self.must_not_contain(self.built_file_path(name, **kw), contents)