Searched refs:test (Results 101 - 125 of 6019) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/variables/variable-in-path/
H A Dgyptest-variable-in-path.py15 test = TestGyp.TestGyp() variable
16 test.set_configuration('C1')
18 test.run_gyp('variable-in-path.gyp')
19 test.build('variable-in-path.gyp', 'hello1')
20 test.build('variable-in-path.gyp', 'hello2')
23 test.pass_test()
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-131923.js28 assertFalse(/\u9999{4}/.test(""));
29 assertTrue(/\u9999{0,4}/.test(""));
30 assertFalse(/\u9999{4,}/.test(""));
H A Dregress-2226.js32 var test = foo.test = bar.test = baz;
34 assertEquals(baz, test);
35 assertEquals(baz, foo.test);
36 assertEquals(baz, bar.test);
H A Dregress-148378.js30 function test() { function
32 test();
38 test();
H A Dregress-1132.js33 // If the test starts to fail in Genesis, consider increasing this constant.
35 function test() { function
37 test(1, test(1));
46 test();
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Ddefault.pass.cpp22 test() function
29 test<input_iterator<char*> >();
30 test<forward_iterator<char*> >();
31 test<bidirectional_iterator<char*> >();
32 test<random_access_iterator<char*> >();
33 test<char*>();
/external/chromium_org/tools/gyp/test/copies/
H A Dgyptest-all.py13 test = TestGyp.TestGyp() variable
15 test.run_gyp('copies.gyp', chdir='src')
17 test.relocate('src', 'relocate/src')
19 test.build('copies.gyp', test.ALL, chdir='relocate/src')
21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n')
23 test.built_file_must_match('copies-out/file2',
27 test.built_file_must_match('copies-out/directory/file3',
30 test.built_file_must_match('copies-out/directory/file4',
33 test
[all...]
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-subdir2-deep.py16 test = TestGyp.TestGyp(formats=['!android']) variable
18 test.writable(test.workpath('src'), False)
20 test.writable(test.workpath('src/subdir2/deeper/build'), True)
22 test.run_gyp('deeper.gyp',
24 '--generator-output=' + test.workpath('gypfiles'),
27 test.build('deeper.gyp', test.ALL, chdir='gypfiles')
31 if test
[all...]
/external/chromium_org/tools/gyp/test/hello/
H A Dgyptest-regyp-output.py16 # by Android and ninja, so we can only test for make.
17 test = TestGyp.TestGyp(formats=['make']) variable
21 test.run_gyp('hello.gyp', '--generator-output=%s' % CHDIR)
23 test.build('hello.gyp', test.ALL, chdir=CHDIR)
25 test.run_built_executable('hello', stdout="Hello, world!\n", chdir=CHDIR)
29 test.sleep()
30 test.write('hello.gyp', test.read('hello2.gyp'))
32 test
[all...]
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-app-ios.py16 test = TestGyp.TestGyp(formats=['xcode', 'ninja']) variable
18 test.run_gyp('test.gyp', chdir='app-bundle')
20 test.build('test.gyp', test.ALL, chdir='app-bundle')
23 test.built_file_must_exist('Test App Gyp.app/Test App Gyp',
27 info_plist = test.built_file_path('Test App Gyp.app/Info.plist',
30 test.built_file_must_exist(
33 test
[all...]
/external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
H A Dgyptest-make_global_settings.py20 test = TestGyp.TestGyp(formats=['ninja']) variable
21 # Must set the test format to something with a flavor (the part after the '-')
22 # in order to test the desired behavior. Since we want to run a non-host
28 # constructor above, because then this test wouldn't be recognized as a ninja
29 # format test.
30 test.formats = ['ninja-some_flavor']
34 test.run_gyp(gyp_file,
37 '-Dworkdir=%s' % test.workdir,
39 test.build(gyp_file, arguments=['-v'])
42 test
[all...]
/external/chromium_org/tools/gyp/test/same-gyp-name/
H A Dgyptest-library.py16 test = TestGyp.TestGyp() variable
18 test.run_gyp('test.gyp', chdir='library')
20 test.pass_test()
/external/libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/
H A Dflags_fmtflags.pass.cpp19 class test class in inherits:std::ios
23 test() function in class:test
31 test t;
32 assert(t.flags() == (test::skipws | test::dec));
33 test::fmtflags f = t.flags(test::hex | test::right);
34 assert(f == (test::skipws | test
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_datatype_helper.cc5 #include "chrome/browser/sync/test/integration/sync_datatype_helper.h"
7 #include "chrome/browser/sync/test/integration/sync_test.h"
12 static SyncTest* test = NULL; member in namespace:__anon4831
18 void AssociateWithTest(SyncTest* test) { argument
19 ASSERT_TRUE(test != NULL) << "Cannot associate with null test.";
20 ASSERT_TRUE(::test == NULL) << "Already associated with a test.";
21 ::test = test;
24 SyncTest* test() { function in namespace:sync_datatype_helper
[all...]
/external/chromium_org/tools/gyp/test/custom-generator/
H A Dgyptest-custom-generator.py11 test = TestGyp.TestGypCustom(format='mygenerator.py') variable
12 test.run_gyp('test.gyp')
16 test.must_match('MyBuildFile', 'Testing...\n')
18 test.pass_test()
/external/chromium_org/tools/gyp/test/empty-target/
H A Dgyptest-empty-target.py15 test = TestGyp.TestGyp() variable
16 test.run_gyp('empty-target.gyp')
17 test.build('empty-target.gyp', target='empty_target')
18 test.pass_test()
/external/chromium_org/tools/gyp/test/link-dependency/
H A Dgyptest-link-dependency.py17 test = TestGyp.TestGyp(formats=['!cmake']) variable
19 test.run_gyp('test.gyp')
20 test.build('test.gyp', 'main')
23 test.pass_test()
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-depend-on-bundle.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode']) variable
18 test.run_gyp('test.gyp', chdir='depend-on-bundle')
20 test.build('test.gyp', 'dependent_on_bundle', chdir='depend-on-bundle')
23 test.built_file_must_exist('dependent_on_bundle', chdir='depend-on-bundle')
26 test.built_file_must_exist(
29 test.built_file_must_exist( # package_framework
32 test.built_file_must_exist( # plist
35 test
[all...]
/external/chromium_org/tools/gyp/test/make/
H A Dgyptest-dependencies.py14 test = TestGyp.TestGyp(formats=['make']) variable
16 test.run_gyp('dependencies.gyp')
18 test.build('dependencies.gyp', test.ALL)
20 deps_file = test.built_file_path(".deps/out/Default/obj.target/main/main.o.d")
21 test.must_contain(deps_file, "main.h")
24 test.build('dependencies.gyp', test.ALL)
26 test.pass_test()
/external/chromium_org/tools/gyp/test/subdirectory/
H A Dgyptest-top-all.py23 test = TestGyp.TestGyp() variable
25 test.run_gyp('prog1.gyp', chdir='src')
27 test.relocate('src', 'relocate/src')
29 test.build('prog1.gyp', test.ALL, chdir='relocate/src')
31 test.run_built_executable('prog1',
35 if test.format == 'xcode':
39 test.run_built_executable('prog2',
43 test.pass_test()
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-midl-rules.py16 test = TestGyp.TestGyp(formats=['msvs', 'ninja']) variable
19 test.run_gyp('basic-idl.gyp', chdir=CHDIR)
21 test.set_configuration('Debug|%s' % platform)
22 test.build('basic-idl.gyp', test.ALL, chdir=CHDIR)
25 if test.format == 'ninja' and 'Processing' in test.stdout():
26 test.fail_test()
28 test.pass_test()
/external/chromium_org/v8/test/mjsunit/
H A Dmath-sqrt.js30 function test(expected_sqrt, value) { function
42 test(2, 4);
43 test(0.1, 0.01);
46 test(NaN, NaN);
47 test(NaN, -1);
48 test(+0, +0);
49 test(-0, -0);
50 test(Infinity, Infinity);
52 test(NaN, -Infinity);
/external/clang/test/CodeGen/
H A D2003-08-20-vfork-bug.c4 test() { function
H A D2004-05-21-IncompleteEnum.c3 void test(enum foo *X) { function
H A Dint-to-pointer.c3 void *test(int i) function

Completed in 1773 milliseconds

1234567891011>>