Searched defs:Test (Results 151 - 175 of 221) sorted by relevance

123456789

/external/v8/test/preparser/
H A Dtestcfg.py101 def Test(name, source, expectation): function in function:PreparserTestConfiguration.ParsePythonTestTemplates
118 Test(testname, testsource, expectation)
120 execfile(pathname, {"Test": Test, "Template": Template})
149 # created environment (defining the Template and Test functions)
/external/chromium_org/components/url_matcher/
H A Durl_matcher_factory_unittest.cc66 // Test wrong condition name passed.
73 // Test wrong datatype in hostSuffix.
80 // Test invalid regex in urlMatches.
93 // Test success.
188 void Test() const;
204 // Test the condition |condition_key_| = |value| against |url_|.
222 void UrlConditionCaseTest::Test() const { function in class:url_matcher::UrlConditionCaseTest
335 case_tests[i].Test();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Didnaconf.cpp280 void IdnaConfTest::Test(void){ function in class:IdnaConfTest
340 void IdnaConfTest::Test(void) function in class:IdnaConfTest
348 TESTCASE(0,Test);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp351 bool SkIntersections::Test(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
/external/chromium_org/third_party/skia/src/xml/
H A DSkJS.cpp206 void SkJS::Test(void* hwnd) { function in class:SkJS
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner_unittest.py54 class Test(page_test.PageTest): class in function:PageRunnerTests.testHandlingOfCrashedTab
60 results = page_runner.Run(Test('RunTest'), ps, expectations, options)
76 class Test(page_test.PageTest): class in function:PageRunnerTests.testHandlingOfTestThatRaisesWithNonFatalUnknownExceptions
78 super(Test, self).__init__(*args)
88 test = Test('RunTest')
101 class Test(page_test.PageTest): class in function:PageRunnerTests.testHandlingOfCrashedTabWithExpectedFailure
108 Test('RunTest'), ps, expectations, options)
288 # TODO(simonjam): Test that the profile is available.
/external/chromium_org/ui/gfx/
H A Drect_unittest.cc121 static const struct Test { struct
179 static const struct Test { struct
436 static const struct Test { struct
480 static const struct Test { struct
530 static const struct Test { struct
593 static const struct Test { struct
626 static const struct Test { struct
670 static const struct Test { struct
/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view_unittest.cc33 class Test { class in class:message_center::MockNotificationView
40 Test* test);
48 Test* test_;
55 Test* test)
81 /* Test fixture ***************************************************************/
83 class MessageCenterViewTest : public testing::Test,
84 public MockNotificationView::Test,
113 // Overridden from MockNotificationView::Test
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp62 void Test() { function
/external/clang/test/CodeGenCXX/
H A Dvalue-init.cpp88 struct Test { struct in namespace:PR9801
89 Test() : i(10) {} function in struct:PR9801::Test
90 Test(int i) : i(i) {} function in struct:PR9801::Test
97 Test t;
100 struct Test3 : public Test { };
108 Test partial[3] = { 1 };
113 Test empty[3] = {};
H A Ddebug-info-use-after-free.cpp278 Test { class in namespace:n1
287 n1::Test {
/external/clang/test/SemaCXX/
H A Dempty-class-layout.cpp77 // Test that we don't try to place both A subobjects at offset 0.
91 // Test that B::a isn't laid out at offset 0.
104 // Test that B::a isn't laid out at offset 0.
114 // Test that C::Empty isn't laid out at offset 0.
125 // Test that B::Empty isn't laid out at offset 0.
138 // Test that B::A isn't laid out at offset 0.
154 struct Test : Base1, Base2 { struct in namespace:Test7
157 SA(0, sizeof(Test) == 2);
161 // Test that type sugar doesn't make us incorrectly determine the size of an
H A Dqualified-id-lookup.cpp146 void Test() { function in namespace:PR6830
H A Dundefined-internal.cpp66 struct Test : A { struct in namespace:test4
67 Test() {} // expected-note 2 {{used here}} function in struct:test4::Test
H A Dnested-name-spec.cpp201 class Test { class in namespace:test1
/external/harfbuzz_ng/test/shaping/
H A Dhb_test_tools.py226 test = Test (lines)
247 class Test: class in inherits:
/external/icu4c/test/intltest/
H A Didnaconf.cpp280 void IdnaConfTest::Test(void){ function in class:IdnaConfTest
340 void IdnaConfTest::Test(void) function in class:IdnaConfTest
348 TESTCASE(0,Test);
/external/openfst/src/test/
H A Dalgo_test.h74 void Test(const Fst<Arc> &T1, const Fst<Arc> &T2, const Fst<Arc> &T3) { function in class:fst::WeightedTester
886 void Test(const Fst<Arc> &A1, const Fst<Arc> &A2, const Fst<Arc> &A3) {}
905 void Test(const Fst<Arc> &A1, const Fst<Arc> &A2, const Fst<Arc> &A3) {
1084 // Test equivalence using union-find algorithm
1087 // Test equivalence by checking if (S1 - S2) U (S2 - S1) is empty
1172 void Test() {
1186 weighted_tester.Test(T1, T2, T3);
1198 unweighted_tester.Test(A1, A2, A3);
/external/skia/src/pathops/
H A DSkDLineIntersection.cpp351 bool SkIntersections::Test(const SkDLine& a, const SkDLine& b) { function in class:SkIntersections
/external/skia/src/xml/
H A DSkJS.cpp206 void SkJS::Test(void* hwnd) { function in class:SkJS
/external/v8/test/cctest/
H A Dtest-alloc.cc109 // Test that we can allocate in old pointer space and code space.
119 static Handle<Object> Test() { function
128 Handle<Object> o = Test();
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move.cpp211 struct Test { struct in namespace:DR1402
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-4.cpp133 void Test() { function in namespace:PR5755
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.h32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
54 // The following platform macros are used throughout Google Test:
100 // This flag controls whether Google Test includes Google Test internal
193 // In Google Test, a unit test program contains one or many TestCases, and
197 // explicitly derive from Test - the TEST macro automatically does
200 // The only time you derive from Test i
214 class Test { class in namespace:testing
[all...]
/external/chromium_org/third_party/jinja2/
H A Dnodes.py584 class Test(Expr): class in inherits:Expr

Completed in 7423 milliseconds

123456789