Home
last modified time | relevance | path

Searched refs:IsReadable (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/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()
103 else if (IsReadable(expectedAccess)) in ValidateMemoryMappedFile()
148 if (IsReadable(access)) in ValidateMemoryMappedViewAccessor()
170 if (IsReadable(access)) in ValidateMemoryMappedViewAccessor()
202 if (IsReadable(access)) in ValidateMemoryMappedViewStream()
238 if (IsReadable(access)) in ValidateMemoryMappedViewStream()
273 protected static bool IsReadable(MemoryMappedFileAccess access) in IsReadable() method in System.IO.MemoryMappedFiles.Tests.MemoryMappedFilesTestBase
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/tests/nacl_io_test/
H A Dtty_test.cc181 static int IsReadable(int fd) { in IsReadable() function
240 ASSERT_EQ(IsReadable(tty_fd), 0); in TEST_F()
244 ASSERT_EQ(1, IsReadable(tty_fd)); in TEST_F()
252 ASSERT_EQ(0, IsReadable(tty_fd)); in TEST_F()
259 ASSERT_EQ(0, IsReadable(tty_fd)); in TEST_F()
266 ASSERT_EQ(1, IsReadable(tty_fd)); in TEST_F()
273 ASSERT_EQ(0, IsReadable(tty_fd)); in TEST_F()
349 ASSERT_EQ(0, IsReadable(tty_fd)); in TEST_F()
355 ASSERT_EQ(0, IsReadable(tty_fd)); in TEST_F()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/iterator/
H A Dbasic_iterator.hpp102 template<typename Cur, bool IsReadable>
143 template<typename Cur, bool IsReadable>
152 template<typename Cur, bool IsReadable /*= (bool) readable_cursor<Cur>*/>
160 basic_proxy_reference_<Cur, IsReadable>>>>
290 template(typename Cur, bool IsReadable)(
298 template(typename Cur, bool IsReadable)(
306 template(typename Cur, bool IsReadable)(
314 template(typename Cur, bool IsReadable)(
322 template(typename Cur, bool IsReadable)(
330 template(typename Cur, bool IsReadable)(
[all …]
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/iterator/
H A Dbasic_iterator.hpp102 template<typename Cur, bool IsReadable>
143 template<typename Cur, bool IsReadable>
152 template<typename Cur, bool IsReadable /*= (bool) readable_cursor<Cur>*/>
160 basic_proxy_reference_<Cur, IsReadable>>>>
290 template(typename Cur, bool IsReadable)(
298 template(typename Cur, bool IsReadable)(
306 template(typename Cur, bool IsReadable)(
314 template(typename Cur, bool IsReadable)(
322 template(typename Cur, bool IsReadable)(
330 template(typename Cur, bool IsReadable)(
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
156 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
156 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
156 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
156 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
156 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/misc/visp/visp-3.4.0/modules/sensor/src/framegrabber/pylon/
H A DvpPylonGrabberGigE.cpp148 if (GenApi::IsReadable(m_camera.GainAbs)) in getGain()
150 else if (GenApi::IsReadable(m_camera.GainRaw)) in getGain()
171 if (GenApi::IsReadable(m_camera.BlackLevelAbs)) in getBlackLevel()
173 else if (GenApi::IsReadable(m_camera.BlackLevelRaw)) in getBlackLevel()
194 if (GenApi::IsReadable(m_camera.ExposureTimeAbs)) in getExposure()
196 else if (GenApi::IsReadable(m_camera.ExposureTimeRaw)) in getExposure()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/file_sys/
H A Dvfs_vector.h44 bool IsReadable() const override { in IsReadable() function
87 bool IsReadable() const override;
112 bool IsReadable() const override;
H A Dvfs_real.h24 bool IsReadable() const override;
55 bool IsReadable() const override;
92 bool IsReadable() const override;
H A Dvfs.h42 virtual bool IsReadable() const;
99 virtual bool IsReadable() const = 0;
211 virtual bool IsReadable() const = 0;
282 bool IsReadable() const override;
H A Dvfs_offset.cpp48 bool OffsetVfsFile::IsReadable() const { in IsReadable() function in FileSys::OffsetVfsFile
49 return file->IsReadable(); in IsReadable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
192 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
192 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
192 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBMemoryRegionInfo.cpp89 bool SBMemoryRegionInfo::IsReadable() {
90 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable);
192 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ());
/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/
H A Dap_reactor.cpp83 inputs[obj]->mode|=Input::IsReadable|Input::Writable; in dispatch()
95 inputs[i]->mode|=((pfds[i].revents&POLLIN ) ? Input::IsReadable : 0); in dispatch()
171 inputs[i]->mode&=~(Input::IsReadable|Input::IsWritable|Input::IsException);
198 inputs[i]->mode&=~(Input::IsReadable|Input::IsWritable|Input::IsException);
H A Dap_reactor.h69 IsReadable = (1<<3), enumerator
83 FXbool readable() const { return (mode&IsReadable); } in readable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeHeader.cpp294 auto ReportProblem = [&](bool IsReadable) { in InstallFields() argument
297 IsReadableFlag = IsReadableFlag && IsReadable; in InstallFields()
301 bool IsReadable) { in InstallFields() argument
304 ReportProblem(IsReadable); in InstallFields()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/streams/
H A Dreadable_stream.h162 bool IsReadable() const { return IsReadable(this); } in IsReadable() function
205 static bool IsReadable(const ReadableStream* stream) { in IsReadable() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/streams/
H A Dreadable_stream.h154 base::Optional<bool> IsReadable(ScriptState*, ExceptionState&) const { in IsReadable() function
155 return IsReadable(this); in IsReadable()
205 static bool IsReadable(const ReadableStream* stream) { in IsReadable() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/
H A DSBMemoryRegionInfo.cpp107 bool SBMemoryRegionInfo::IsReadable() { in IsReadable() function in SBMemoryRegionInfo
108 LLDB_RECORD_METHOD_NO_ARGS(bool, SBMemoryRegionInfo, IsReadable); in IsReadable()
214 LLDB_REGISTER_METHOD(bool, SBMemoryRegionInfo, IsReadable, ()); in RegisterMethods()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_definitions_import_local_filesystem.erl42IsReadable = (element(4, FileInfo) == read) or (element(4, FileInfo) == read_write),
43 case IsReadable of

12345678910>>...21