/external/chromium_org/chrome/browser/sync/test/integration/ |
D | profile_sync_service_harness.cc | 115 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/ |
D | signalthread_unittest.cc | 38 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/ |
D | README.harness | 4 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/ |
D | README | 2 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
|
D | testcfg.py | 79 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/ |
D | README | 2 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
|
D | testcfg.py | 82 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/ |
D | README | 2 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
|
D | testcfg.py | 50 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/ |
D | Makefile.in | 118 @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/ |
D | unittest.css | 6 #test-harness h1 { 12 #test-harness h1 a {
|
D | unittest.js | 99 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/ |
D | device_enumeration_resource_helper_unittest.cc | 31 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()
|
D | ppapi_proxy_test.cc | 79 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/ |
D | OGLESContext.java | 287 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/ |
D | BidiResolverTest.cpp | 275 bidi_test::Harness<BidiTestRunner> harness(runner); in TEST() local 276 harness.parse(bidiTestFile); in TEST()
|
/external/valgrind/main/helgrind/ |
D | README_YARD.txt | 19 be built as a standalone executable with test harness using "make -f
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
D | harness.js | 5 var harness = { variable
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | autofill_sign_in_container_unittest.mm | 39 container_.reset(); // must reset at teardown - depends on test harness.
|
/external/chromium_org/native_client_sdk/src/doc/ |
D | nacl-and-pnacl.rst | 22 developers with the ability to harness a client machine's computational power
|
D | overview.rst | 42 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/ |
D | layer_tree_host_impl_unittest.cc | 3624 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/ |
D | Changes | 7 - Minor cleanups of the test harness.
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_mac_unittest.mm | 702 // 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/ |
D | Changes | 43 - Minor cleanups of the test harness.
|