HomeSort by relevance Sort by last modified time
    Searched full:testfixture (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/sqlite/src/test/
lock6.test 20 # Launch another testfixture process to be controlled by this one. A
22 # 'testfixture' to execute a command. The child testfixture process is shut
27 set prg [file join . testfixture]
34 # Execute a command in a child testfixture process, connected by two-way
36 proc testfixture {chan cmd} {
49 # Write the main loop for the child testfixture processes into file
95 testfixture $::tf1 "sqlite3_test_control_pending_byte $::sqlite_pending_byte"
96 testfixture $::tf1 {
143 testfixture $::tf1
    [all...]
lock_common.tcl 12 # code in this file allows testfixture to control another process (or
22 proc code2 {tcl} { testfixture $::code2_chan $tcl }
23 proc code3 {tcl} { testfixture $::code3_chan $tcl }
66 # Launch another testfixture process to be controlled by this one. A
68 # 'testfixture' to execute a command. The child testfixture process is shut
73 if {$prg eq ""} { set prg testfixture }
78 testfixture $chan "sqlite3_test_control_pending_byte $::sqlite_pending_byte"
81 testfixture $chan "set ::sqlite_pending_byte $::sqlite_pending_byte"
86 # Execute a command in a child testfixture process, connected by two-wa
89 proc testfixture {chan cmd} { procedure
    [all...]
lock2.test 37 testfixture $::tf1 {
53 testfixture $::tf1 {
61 testfixture $::tf1 {
72 testfixture $::tf1 {
80 testfixture $::tf1 {
100 testfixture $::tf1 {
107 catch {testfixture $::tf1 {db close}}
tkt-fc62af4523.test 43 proc buddy {code} { testfixture $::chan $code }
45 testfixture $::chan {
73 testfixture $::chan sqlite_abort
  /external/chromium_org/chrome/test/base/
js2gtest.js 33 * C++ TestFixture's addLibrary method.
105 * @param {string?} testFixture Name of test fixture.
107 function maybeGenHeader(testFixture) {
142 if (testFixture && this[testFixture].prototype.testGenCppIncludes)
143 this[testFixture].prototype.testGenCppIncludes();
298 * will invoke the |testBody| for |testFixture|.|testFunction|.
299 * @param {string} testFixture The name of this test's fixture.
303 function TEST_F(testFixture, testFunction, testBody) {
304 maybeGenHeader(testFixture);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_e2e_test.js 59 * Similar to |TEST_F|. Generates a test for the given |testFixture|,
63 * @param {string} testFixture Fixture name.
67 function SYNC_TEST_F(testFixture, testName, testFunction) {
72 TEST_F(testFixture, testName, wrappedTestFunction);
  /external/chromium_org/base/strings/
string_piece_unittest.cc 43 TypeParam lhs(TestFixture::as_string(x)); \
44 TypeParam rhs(TestFixture::as_string(y)); \
53 TypeParam lhs(TestFixture::as_string(x)); \
54 TypeParam rhs(TestFixture::as_string(y)); \
136 TypeParam alphabet(TestFixture::as_string("abcdefghijklmnopqrstuvwxyz"));
137 TypeParam abc(TestFixture::as_string("abc"));
138 TypeParam xyz(TestFixture::as_string("xyz"));
139 TypeParam foobar(TestFixture::as_string("foobar"));
146 TypeParam temp(TestFixture::as_string("123"));
148 temp += TestFixture::as_string("456")
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
content_options_browsertest.js 6 * TestFixture for content options WebUI testing.
password_manager_browsertest.js 6 * TestFixture for password manager WebUI testing.
profile_settings_reset_browsertest.js 6 * TestFixture for profile settings reset WebUI testing.
cookies_view_browsertest.js 6 * TestFixture for cookies view WebUI testing.
search_engine_manager_browsertest.js 6 * TestFixture for search engine manager WebUI testing.
browser_options_browsertest.js 6 * TestFixture for browser options WebUI testing.
font_settings_browsertest.js 6 * TestFixture for font settings WebUI testing.
language_options_browsertest.js 6 * TestFixture for language options WebUI testing.
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 17 This script builds the testfixture program and runs the SQLite test suite
27 * The makefile should support the "testfixture" target.
34 make -f $::MAKEFILE testfixture OPTS="-DSQLITE_OMIT_ALTERTABLE=1"
42 # Build a testfixture executable and run quick.test using it. The first
51 set target "testfixture"
56 set target "testfixture.exe"
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.js 18 * TestFixture for extension settings WebUI testing.
64 * TestFixture for extension settings WebUI testing (commands config edition).
  /external/chromium_org/third_party/sqlite/src/
main.mk 525 # Rules to build the 'testfixture' application.
530 testfixture$(EXE): $(TESTSRC2) libsqlite3.a $(TESTSRC) $(TOP)/src/tclsqlite.c
533 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB) libsqlite3.a
535 amalgamation-testfixture$(EXE): sqlite3.c $(TESTSRC) $(TOP)/src/tclsqlite.c
538 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)
540 fts3-testfixture$(EXE): sqlite3.c fts3amal.c $(TESTSRC) $(TOP)/src/tclsqlite.c
544 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)
546 fulltest: testfixture$(EXE) sqlite3$(EXE)
547 ./testfixture$(EXE) $(TOP)/test/all.test
549 soaktest: testfixture$(EXE) sqlite3$(EXE
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/help/
help_browsertest.js 6 * TestFixture for extension settings WebUI testing.
  /external/chromium_org/testing/gtest/test/
gtest-typed-test_test.cc 100 // the TestFixture:: prefix.
101 EXPECT_EQ(5, *TestFixture::shared_);
104 // "typename TestFixture::" prefix.
105 typename TestFixture::Vector empty;
108 typename TestFixture::IntSet empty2;
245 // the TestFixture:: prefix.
246 EXPECT_EQ(5, *TestFixture::shared_);
  /external/gtest/test/
gtest-typed-test_test.cc 99 // the TestFixture:: prefix.
100 EXPECT_EQ(5, *TestFixture::shared_);
103 // "typename TestFixture::" prefix.
104 typename TestFixture::Vector empty;
107 typename TestFixture::IntSet empty2;
244 // the TestFixture:: prefix.
245 EXPECT_EQ(5, *TestFixture::shared_);
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 99 // the TestFixture:: prefix.
100 EXPECT_EQ(5, *TestFixture::shared_);
103 // "typename TestFixture::" prefix.
104 typename TestFixture::Vector empty;
107 typename TestFixture::IntSet empty2;
244 // the TestFixture:: prefix.
245 EXPECT_EQ(5, *TestFixture::shared_);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-typed-test_test.cc 99 // the TestFixture:: prefix.
100 EXPECT_EQ(5, *TestFixture::shared_);
103 // "typename TestFixture::" prefix.
104 typename TestFixture::Vector empty;
107 typename TestFixture::IntSet empty2;
244 // the TestFixture:: prefix.
245 EXPECT_EQ(5, *TestFixture::shared_);
  /external/chromium_org/testing/gtest/include/gtest/
gtest-typed-test.h 72 // To visit static members of the fixture, add the TestFixture::
74 n += TestFixture::shared_;
77 // TestFixture::" prefix.
78 typename TestFixture::List values;
174 typedef CaseName<gtest_TypeParam_> TestFixture; \
228 typedef CaseName<gtest_TypeParam_> TestFixture; \
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-typed-test.h 72 // To visit static members of the fixture, add the TestFixture::
74 n += TestFixture::shared_;
77 // TestFixture::" prefix.
78 typename TestFixture::List values;
174 typedef CaseName<gtest_TypeParam_> TestFixture; \
228 typedef CaseName<gtest_TypeParam_> TestFixture; \

Completed in 2270 milliseconds

1 2 3