Searched refs:harness (Results 1 - 13 of 13) sorted by path

/external/chromium-trace/trace-viewer/src/base/
H A Dunittest.css6 #test-harness h1 {
12 #test-harness h1 a {
H A Dunittest.js99 var harness = document.querySelector('#test-results');
100 harness.appendChild(document.createElement('br'));
101 harness.appendChild(document.createTextNode('Test Run Complete'));
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl_unittest.cc4370 MockContextHarness harness(mock_context);
4379 harness.MustDrawSolidQuad();
4380 harness.MustSetNoScissor();
4392 harness.MustDrawSolidQuad();
4393 harness.MustSetScissor(0, 0, 10, 10);
4408 MockContextHarness harness(mock_context);
4416 harness.MustSetScissor(0, 0, 10, 10);
4417 harness.MustDrawSolidQuad();
4431 harness.MustSetScissor(0, 7, 2, 3);
4432 harness
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_test.cc74 explicit MigrationChecker(ProfileSyncServiceHarness* harness) argument
75 : SingleClientStatusChangeChecker(harness->service()),
76 harness_(harness) {
297 // TODO(rlarocque, 97780): Remove the if condition when the test harness
/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper_unittest.cc31 Connection GetConnection(PluginProxyTestHarness* harness) { argument
32 CHECK(harness->GetGlobals()->IsPluginGlobals());
35 static_cast<PluginGlobals*>(harness->GetGlobals())->GetBrowserSender(),
36 harness->plugin_dispatcher());
H A Dppapi_proxy_test.cc57 // We assume that only 1 harness's GetInterface function will ever support a
79 void SetUpRemoteHarness(ProxyTestHarnessBase* harness, argument
84 harness->SetUpHarnessWithChannel(handle, ipc_message_loop_proxy,
89 void TearDownRemoteHarness(ProxyTestHarnessBase* harness, argument
91 harness->TearDownHarness();
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolverTest.cpp276 bidi_test::Harness<BidiTestRunner> harness(runner);
277 harness.parse(bidiTestFile);
285 // The unittest harness only pays attention to GTest output, so we verify
/external/chromium_org/third_party/icu/source/test/hdrtst/
H A DMakefile.in118 @echo Building test harness for header files in ../../common and ../../i18n
134 @echo Building test harness for header files in ../../common and ../../i18n
151 @echo Building test harness for header files in ../../common and ../../i18n
168 @echo Building test harness for header files in ../../common and ../../i18n
185 @echo Building test harness for header files in ../../common and ../../i18n
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsignalthread_unittest.cc38 SlowSignalThread(SignalThreadTest* harness) : harness_(harness) { argument
46 const SignalThreadTest* harness() { return harness_; } function in class:SignalThreadTest::SlowSignalThread
81 EXPECT_EQ(t->harness(), this);
118 explicit OwnerThread(SignalThreadTest* harness) argument
119 : harness_(harness),
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread_unittest.cc21 SlowSignalThread(SignalThreadTest* harness) : harness_(harness) { argument
29 const SignalThreadTest* harness() { return harness_; } function in class:SignalThreadTest::SlowSignalThread
64 EXPECT_EQ(t->harness(), this);
101 explicit OwnerThread(SignalThreadTest* harness) argument
102 : harness_(harness),
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
H A Drun_audio_test.py43 parser.add_option('--harness',
46 help='path to audio harness executable')
64 # need to do this rather than select the devices directly through the harness
75 command = [options.harness, '--render=' + options.rec_sink,
/external/chromium_org/v8/test/test262/
H A Dtestcfg.py51 self.harness = [os.path.join(self.root, "data", "test", "harness", f)
53 self.harness += [os.path.join(self.root, "harness-adapt.js")]
76 return (testcase.flags + context.mode_flags + self.harness +
/external/icu/icu4c/source/test/hdrtst/
H A DMakefile.in108 @echo Building test harness for header files in ../../common and ../../i18n

Completed in 842 milliseconds