Home
last modified time | relevance | path

Searched refs:updated_contents (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/tools_webrtc/autoroller/unittests/
H A Droll_deps_test.py139 updated_contents = deps_file.read()
141 return webrtc_contents, updated_contents
144 _, updated_contents = self._UpdateDepsSetup()
148 self.assertTrue(changed in updated_contents)
149 self.assertTrue(changed_version in updated_contents)
152 webrtc_contents, updated_contents = self._UpdateDepsSetup()
156 self.assertTrue(added in updated_contents)
159 webrtc_contents, updated_contents = self._UpdateDepsSetup()
163 self.assertFalse(removed in updated_contents)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/tools_webrtc/autoroller/unittests/
H A Droll_deps_test.py136 updated_contents = deps_file.read()
138 return webrtc_contents, updated_contents
141 _, updated_contents = self._UpdateDepsSetup()
145 self.assertTrue(changed in updated_contents)
146 self.assertTrue(changed_version in updated_contents)
149 webrtc_contents, updated_contents = self._UpdateDepsSetup()
153 self.assertTrue(added in updated_contents)
156 webrtc_contents, updated_contents = self._UpdateDepsSetup()
160 self.assertFalse(removed in updated_contents)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dencrypted_configuration.rb80 updated_contents = yield contents
82 write(updated_contents) if updated_contents != contents
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/tests/integration/
H A Dtest_lock.py75 updated_contents = """
80 f.write(updated_contents)
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Util/
H A DGitHub.php408 …$updated_contents = preg_replace("/const VERSION = '[^']+';/", "const VERSION = '$this->tag';", $c…
410 … return $this->pushFileContents($version_file, $updated_contents, "Bump version to $this->tag");
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/session/phone/
H A Dcall.cc726 const ContentInfos& updated_contents) { in OnRemoteDescriptionUpdate() argument
733 const ContentInfo* audio_content = GetFirstAudioContent(updated_contents); in OnRemoteDescriptionUpdate()
747 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); in OnRemoteDescriptionUpdate()
761 const ContentInfo* data_content = GetFirstDataContent(updated_contents); in OnRemoteDescriptionUpdate()
H A Dcall.h145 BaseSession* session, const ContentInfos& updated_contents);
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/p2p/base/
H A Dsession.cc1051 ContentInfos updated_contents = description_info.ClearContents(); in OnDescriptionInfoMessage() local
1078 SignalRemoteDescriptionUpdate(this, updated_contents); in OnDescriptionInfoMessage()
/dports/devel/py-black/black-21.7b0/tests/
H A Dtest_black.py1802 updated_contents: bytes = test_file.read_bytes()
1803 self.assertIn(nl.encode(), updated_contents)
1805 self.assertNotIn(b"\r\n", updated_contents)