Home
last modified time | relevance | path

Searched refs:IsWritable (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_status_unittest.cc54 EXPECT_TRUE(status.IsWritable(URL(kFile))); in TEST_F()
55 EXPECT_TRUE(status.IsWritable(URL(kParent))); in TEST_F()
56 EXPECT_TRUE(status.IsWritable(URL(kChild))); in TEST_F()
57 EXPECT_TRUE(status.IsWritable(URL(kOther1))); in TEST_F()
58 EXPECT_TRUE(status.IsWritable(URL(kOther2))); in TEST_F()
79 EXPECT_FALSE(status.IsWritable(URL(kFile))); in TEST_F()
81 EXPECT_FALSE(status.IsWritable(URL(kChild))); in TEST_F()
82 EXPECT_TRUE(status.IsWritable(URL(kOther1))); in TEST_F()
83 EXPECT_TRUE(status.IsWritable(URL(kOther2))); in TEST_F()
94 EXPECT_TRUE(status.IsWritable(URL(kFile))); in TEST_F()
[all …]
H A Dsyncable_file_operation_runner_unittest.cc170 ASSERT_FALSE(sync_status()->IsWritable(URL(kFile))); in TEST_F()
191 ASSERT_TRUE(sync_status()->IsWritable(URL(kFile))); in TEST_F()
214 ASSERT_FALSE(sync_status()->IsWritable(URL(kDir))); in TEST_F()
242 ASSERT_TRUE(sync_status()->IsWritable(URL(kDir))); in TEST_F()
339 ASSERT_FALSE(sync_status()->IsWritable(URL(kFile))); in TEST_F()
371 ASSERT_FALSE(sync_status()->IsWritable(URL(kFile))); in TEST_F()
383 ASSERT_TRUE(sync_status()->IsWritable(URL(kFile))); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dcomposite_rtp_transport_test.cc175 EXPECT_FALSE(composite_->IsWritable(false)); in TEST_F()
176 EXPECT_FALSE(composite_->IsWritable(true)); in TEST_F()
187 EXPECT_FALSE(composite_->IsWritable(false)); in TEST_F()
188 EXPECT_FALSE(composite_->IsWritable(true)); in TEST_F()
195 EXPECT_FALSE(composite_->IsWritable(false)); in TEST_F()
196 EXPECT_FALSE(composite_->IsWritable(true)); in TEST_F()
203 EXPECT_TRUE(composite_->IsWritable(false)); in TEST_F()
204 EXPECT_TRUE(composite_->IsWritable(true)); in TEST_F()
216 EXPECT_TRUE(composite_->IsWritable(false)); in TEST_F()
217 EXPECT_TRUE(composite_->IsWritable(true)); in TEST_F()
H A Dcomposite_rtp_transport.cc64 SignalWritableState(send_transport_->IsWritable(/*rtcp=*/true) && in SetSendTransport()
65 send_transport_->IsWritable(/*rtcp=*/false)); in SetSendTransport()
122 bool CompositeRtpTransport::IsWritable(bool rtcp) const { in IsWritable() function in webrtc::CompositeRtpTransport
123 return send_transport_ && send_transport_->IsWritable(rtcp); in IsWritable()
H A Dsrtp_transport.cc271 SignalWritableState(IsWritable(/*rtcp=*/true) && IsWritable(/*rtcp=*/true)); in OnWritableState()
356 bool SrtpTransport::IsWritable(bool rtcp) const { in IsWritable() function in webrtc::SrtpTransport
357 return IsSrtpActive() && RtpTransport::IsWritable(rtcp); in IsWritable()
517 bool writable = IsWritable(/*rtcp=*/true) && IsWritable(/*rtcp=*/false); in MaybeUpdateWritableState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dcomposite_rtp_transport_test.cc175 EXPECT_FALSE(composite_->IsWritable(false)); in TEST_F()
176 EXPECT_FALSE(composite_->IsWritable(true)); in TEST_F()
187 EXPECT_FALSE(composite_->IsWritable(false)); in TEST_F()
188 EXPECT_FALSE(composite_->IsWritable(true)); in TEST_F()
195 EXPECT_FALSE(composite_->IsWritable(false)); in TEST_F()
196 EXPECT_FALSE(composite_->IsWritable(true)); in TEST_F()
203 EXPECT_TRUE(composite_->IsWritable(false)); in TEST_F()
204 EXPECT_TRUE(composite_->IsWritable(true)); in TEST_F()
216 EXPECT_TRUE(composite_->IsWritable(false)); in TEST_F()
217 EXPECT_TRUE(composite_->IsWritable(true)); in TEST_F()
H A Dcomposite_rtp_transport.cc64 SignalWritableState(send_transport_->IsWritable(/*rtcp=*/true) && in SetSendTransport()
65 send_transport_->IsWritable(/*rtcp=*/false)); in SetSendTransport()
122 bool CompositeRtpTransport::IsWritable(bool rtcp) const { in IsWritable() function in webrtc::CompositeRtpTransport
123 return send_transport_ && send_transport_->IsWritable(rtcp); in IsWritable()
H A Dsrtp_transport.cc271 SignalWritableState(IsWritable(/*rtcp=*/true) && IsWritable(/*rtcp=*/true)); in OnWritableState()
356 bool SrtpTransport::IsWritable(bool rtcp) const { in IsWritable() function in webrtc::SrtpTransport
357 return IsSrtpActive() && RtpTransport::IsWritable(rtcp); in IsWritable()
517 bool writable = IsWritable(/*rtcp=*/true) && IsWritable(/*rtcp=*/false); in MaybeUpdateWritableState()
/dports/misc/visp/visp-3.4.0/modules/sensor/src/framegrabber/pylon/
H A DvpPylonGrabberGigE.cpp379 if (GenApi::IsWritable(m_camera.GainAbs)) { in setGain()
382 } else if (GenApi::IsWritable(m_camera.GainRaw)) { in setGain()
407 if (GenApi::IsWritable(m_camera.BlackLevelAbs)) { in setBlackLevel()
410 } else if (GenApi::IsWritable(m_camera.BlackLevelRaw)) { in setBlackLevel()
448 if (GenApi::IsWritable(m_camera.ExposureTimeAbs)) { in setExposure()
451 } else if (GenApi::IsWritable(m_camera.ExposureTimeRaw)) { in setExposure()
474 if (GenApi::IsWritable(m_camera.GammaEnable)) in setGamma()
477 if (GenApi::IsWritable(m_camera.Gamma)) { in setGamma()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcDirectInterpretASTVisitor.h250 virtual bool IsWritable() = 0;
267 bool IsWritable() { return true; } in IsWritable() function
284 bool IsWritable() { return true; } in IsWritable() function
301 bool IsWritable() { return true; } in IsWritable() function
318 bool IsWritable() { return false; } in IsWritable() function
335 bool IsWritable() { return m_obj->IsWritable(); } in IsWritable() function
352 bool IsWritable() { return true; } in IsWritable() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.MemoryMappedFiles/tests/
H A DMemoryMappedFilesTestsBase.cs93 if (IsReadable(expectedAccess) && IsWritable(expectedAccess)) in ValidateMemoryMappedFile()
99 else if (IsWritable(expectedAccess)) in ValidateMemoryMappedFile()
161 if (IsWritable(access) || access == MemoryMappedFileAccess.CopyOnWrite) in ValidateMemoryMappedViewAccessor()
227 if (IsWritable(access) || access == MemoryMappedFileAccess.CopyOnWrite) in ValidateMemoryMappedViewStream()
259 protected static bool IsWritable(MemoryMappedFileAccess access) in IsWritable() method in System.IO.MemoryMappedFiles.Tests.MemoryMappedFilesTestBase
/dports/net/opennx/opennx-0.16/
H A DLoginDialog.cpp302 …artCard->Enable(::wxGetApp().NxSmartCardSupport() && m_pCurrentCfg && m_pCurrentCfg->IsWritable()); in CreateControls()
307 m_pCtrlGuestLogin->Enable(m_pCurrentCfg && m_pCurrentCfg->IsWritable()); in CreateControls()
308 m_pCtrlConfigure->Enable(m_pCurrentCfg && m_pCurrentCfg->IsWritable()); in CreateControls()
463 m_pCtrlUseSmartCard->Enable(m_pCurrentCfg && m_pCurrentCfg->IsWritable()); in OnComboboxSessionSelected()
464 m_pCtrlGuestLogin->Enable(m_pCurrentCfg && m_pCurrentCfg->IsWritable()); in OnComboboxSessionSelected()
465 m_pCtrlConfigure->Enable(m_pCurrentCfg && m_pCurrentCfg->IsWritable()); in OnComboboxSessionSelected()
468 if (m_pCurrentCfg->IsWritable()) { in OnComboboxSessionSelected()
532 if (m_pCurrentCfg->IsWritable()) { in OnOkClick()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/
H A DArrayCopy.h91 using IsWritable = vtkm::cont::internal::IsWritableArrayHandle<OutArrayType>; in ArrayCopyImpl() local
92 using JustCopyStorage = std::integral_constant<bool, SameTypes::value && !IsWritable::value>; in ArrayCopyImpl()
140 using IsWritable = vtkm::cont::internal::IsWritableArrayHandle<OutArrayType>; in ArrayCopy() local
151 VTKM_STATIC_ASSERT_MSG(IsWritable::value || SameTypes::value, in ArrayCopy()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp115 MOZ_ASSERT(mUsedShmems[i].IsWritable()); in AllocShmemSection()
120 if (!aShmemSection->shmem().IsWritable()) { in AllocShmemSection()
135 MOZ_ASSERT(aShmemSection->shmem().IsWritable()); in AllocShmemSection()
180 if (!aShmemSection.shmem().IsWritable()) { in FreeShmemSection()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp115 MOZ_ASSERT(mUsedShmems[i].IsWritable()); in AllocShmemSection()
120 if (!aShmemSection->shmem().IsWritable()) { in AllocShmemSection()
135 MOZ_ASSERT(aShmemSection->shmem().IsWritable()); in AllocShmemSection()
180 if (!aShmemSection.shmem().IsWritable()) { in FreeShmemSection()
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp98 MOZ_ASSERT(mUsedShmems[i].IsWritable()); in AllocShmemSection()
103 if (!aShmemSection->shmem().IsWritable()) { in AllocShmemSection()
118 MOZ_ASSERT(aShmemSection->shmem().IsWritable()); in AllocShmemSection()
163 if (!aShmemSection.shmem().IsWritable()) { in FreeShmemSection()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp115 MOZ_ASSERT(mUsedShmems[i].IsWritable()); in AllocShmemSection()
120 if (!aShmemSection->shmem().IsWritable()) { in AllocShmemSection()
135 MOZ_ASSERT(aShmemSection->shmem().IsWritable()); in AllocShmemSection()
180 if (!aShmemSection.shmem().IsWritable()) { in FreeShmemSection()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DISurfaceAllocator.cpp107 MOZ_ASSERT(mUsedShmems[i].IsWritable()); in AllocShmemSection()
112 if (!aShmemSection->shmem().IsWritable()) { in AllocShmemSection()
126 MOZ_ASSERT(aShmemSection->shmem().IsWritable()); in AllocShmemSection()
169 if (!aShmemSection.shmem().IsWritable()) { in FreeShmemSection()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DISurfaceAllocator.cpp115 MOZ_ASSERT(mUsedShmems[i].IsWritable()); in AllocShmemSection()
120 if (!aShmemSection->shmem().IsWritable()) { in AllocShmemSection()
135 MOZ_ASSERT(aShmemSection->shmem().IsWritable()); in AllocShmemSection()
180 if (!aShmemSection.shmem().IsWritable()) { in FreeShmemSection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Microsoft.Win32/
H A DRegistryKey.cs422 if (!IsWritable)
439 if (!IsWritable)
513 if (!IsWritable)
540 if (!IsWritable)
584 if (!IsWritable)
660 if (!IsWritable)
807 private bool IsWritable { property
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DPLDHashTable.h97 bool IsWritable() const { return !!mIsWritable; } in IsWritable() function
126 MOZ_ASSERT(IsWritable()); in StartWriteOp()
135 MOZ_ASSERT(IsWritable()); in EndWriteOp()
143 MOZ_ASSERT(IsWritable()); in StartIteratorRemovalOp()
152 MOZ_ASSERT(IsWritable()); in EndIteratorRemovalOp()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DPLDHashTable.h98 bool IsWritable() const { return !!mIsWritable; } in IsWritable() function
130 MOZ_ASSERT(IsWritable()); in StartWriteOp()
140 MOZ_ASSERT(IsWritable()); in EndWriteOp()
149 MOZ_ASSERT(IsWritable()); in StartIteratorRemovalOp()
159 MOZ_ASSERT(IsWritable()); in EndIteratorRemovalOp()
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Imap/
H A DFolderInformation.php28 public $IsWritable; variable in MailSo\\Imap\\FolderInformation
79 $this->IsWritable = $bIsWritable;
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Imap/
H A DFolderInformation.php28 public $IsWritable; variable in MailSo\\Imap\\FolderInformation
79 $this->IsWritable = $bIsWritable;
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dsrtp_transport.cc270 SignalWritableState(IsWritable(/*rtcp=*/false) && IsWritable(/*rtcp=*/true)); in OnWritableState()
355 bool SrtpTransport::IsWritable(bool rtcp) const { in IsWritable() function in webrtc::SrtpTransport
356 return IsSrtpActive() && RtpTransport::IsWritable(rtcp); in IsWritable()
516 bool writable = IsWritable(/*rtcp=*/true) && IsWritable(/*rtcp=*/false); in MaybeUpdateWritableState()

12345678910>>...32