Home
last modified time | relevance | path

Searched refs:harness (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/sync/test/integration/
Dprofile_sync_service_harness.cc115 const ProfileSyncServiceHarness* harness) { in DoneWaitingForBackendInitialization() argument
116 DCHECK(harness); in DoneWaitingForBackendInitialization()
118 if (harness->service()->sync_initialized()) in DoneWaitingForBackendInitialization()
121 if (harness->HasAuthError()) in DoneWaitingForBackendInitialization()
124 if (harness->service()->IsRetryingAccessTokenFetchForTest()) in DoneWaitingForBackendInitialization()
132 bool DoneWaitingForInitialSync(const ProfileSyncServiceHarness* harness) { in DoneWaitingForInitialSync() argument
133 DCHECK(harness); in DoneWaitingForInitialSync()
135 if (harness->IsFullySynced()) in DoneWaitingForInitialSync()
138 if (harness->service()->passphrase_required_reason() == in DoneWaitingForInitialSync()
143 if (harness->HasAuthError()) in DoneWaitingForInitialSync()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsignalthread_unittest.cc38 SlowSignalThread(SignalThreadTest* harness) : harness_(harness) { in SlowSignalThread() argument
46 const SignalThreadTest* harness() { return harness_; } in harness() function in SignalThreadTest::SlowSignalThread
81 EXPECT_EQ(t->harness(), this); in OnWorkComplete()
118 explicit OwnerThread(SignalThreadTest* harness) in OwnerThread() argument
119 : harness_(harness), in OwnerThread()
/external/chromium/chrome/browser/resources/file_manager/
DREADME.harness4 The File Manager harness hosts file manager dialogs as a regular web page. It's
7 In order to use the harness, you must start chrome with the following
11 To view the harness, visit:
12 file://PATH/TO/src/chrome/browser/resources/file_manager/harness.html
37 `harness.fileManager`.
/external/v8/test/es5conform/
DREADME2 into the v8 test harness. To use the tests check out the es5conform
12 harness adapter code since it uses internal functionality from the
13 harness that comes bundled with the tests. You will most likely also
Dtestcfg.py79 harness = []
80 harness += [join(self.root, 'data', 'SimpleTestHarness', f) for f in HARNESS_FILES]
81 harness += [join(self.root, 'harness-adapt.js')]
95 self.root, mode, harness)
/external/v8/test/test262/
DREADME2 into the v8 test harness. To use the tests check out the test262
14 harness adapter code since it uses internal functionality from the
15 harness that comes bundled with the tests. You will most likely also
Dtestcfg.py82 harness = [join(self.root, 'data', 'test', 'harness', f)
84 harness += [join(self.root, 'harness-adapt.js')]
98 self.root, mode, harness)
/external/chromium_org/v8/test/test262/
DREADME2 into the v8 test harness. To use the tests check out the test262
14 harness adapter code since it uses internal functionality from the
15 harness that comes bundled with the tests. You will most likely also
Dtestcfg.py50 self.harness = [os.path.join(self.root, "data", "test", "harness", f)
52 self.harness += [os.path.join(self.root, "harness-adapt.js")]
75 return (testcase.flags + context.mode_flags + self.harness +
/external/chromium_org/third_party/icu/source/test/hdrtst/
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-trace/trace-viewer/src/base/
Dunittest.css6 #test-harness h1 {
12 #test-harness h1 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/ppapi/proxy/
Ddevice_enumeration_resource_helper_unittest.cc31 Connection GetConnection(PluginProxyTestHarness* harness) { in GetConnection() argument
32 CHECK(harness->GetGlobals()->IsPluginGlobals()); in GetConnection()
35 static_cast<PluginGlobals*>(harness->GetGlobals())->GetBrowserSender(), in GetConnection()
36 harness->plugin_dispatcher()); in GetConnection()
Dppapi_proxy_test.cc79 void SetUpRemoteHarness(ProxyTestHarnessBase* harness, in SetUpRemoteHarness() argument
84 harness->SetUpHarnessWithChannel(handle, ipc_message_loop_proxy, in SetUpRemoteHarness()
89 void TearDownRemoteHarness(ProxyTestHarnessBase* harness, in TearDownRemoteHarness() argument
91 harness->TearDownHarness(); in TearDownRemoteHarness()
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
DOGLESContext.java287 AndroidHarness harness = (AndroidHarness) ctx; in deinitInThread() local
288 if (harness.isFinishOnAppStop()) { in deinitInThread()
289 harness.finish(); in deinitInThread()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiResolverTest.cpp275 bidi_test::Harness<BidiTestRunner> harness(runner); in TEST() local
276 harness.parse(bidiTestFile); in TEST()
/external/valgrind/main/helgrind/
DREADME_YARD.txt19 be built as a standalone executable with test harness using "make -f
/external/chromium/chrome/browser/resources/file_manager/js/
Dharness.js5 var harness = { variable
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_sign_in_container_unittest.mm39 container_.reset(); // must reset at teardown - depends on test harness.
/external/chromium_org/native_client_sdk/src/doc/
Dnacl-and-pnacl.rst22 developers with the ability to harness a client machine's computational power
Doverview.rst42 software---it provides the means to fully harness the client's computational
67 Native Client also allows applications to harness all available CPU cores via
/external/chromium_org/cc/trees/
Dlayer_tree_host_impl_unittest.cc3624 MockContextHarness harness(mock_context); in TEST_F() local
3633 harness.MustDrawSolidQuad(); in TEST_F()
3634 harness.MustSetNoScissor(); in TEST_F()
3646 harness.MustDrawSolidQuad(); in TEST_F()
3647 harness.MustSetScissor(0, 0, 10, 10); in TEST_F()
3662 MockContextHarness harness(mock_context); in TEST_F() local
3670 harness.MustSetScissor(0, 0, 10, 10); in TEST_F()
3671 harness.MustDrawSolidQuad(); in TEST_F()
3685 harness.MustSetScissor(0, 7, 2, 3); in TEST_F()
3686 harness.MustDrawSolidQuad(); in TEST_F()
/external/chromium_org/third_party/expat/files/
DChanges7 - Minor cleanups of the test harness.
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac_unittest.mm702 // the MockRenderProcessHost that is set up by the test harness which mocks
741 // the MockRenderProcessHost that is set up by the test harness which mocks
/external/expat/
DChanges43 - Minor cleanups of the test harness.

12