Home
last modified time | relevance | path

Searched refs:ReadOnlyFlag (Results 1 – 24 of 24) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DSymbolTable.h75 if (m_bits & ReadOnlyFlag) in getAttributes()
89 return m_bits & ReadOnlyFlag; in isReadOnly()
93 static const unsigned ReadOnlyFlag = 0x1;
102 m_bits |= ReadOnlyFlag; in pack()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DSymbolTable.h75 if (m_bits & ReadOnlyFlag) in getAttributes()
89 return m_bits & ReadOnlyFlag; in isReadOnly()
93 static const unsigned ReadOnlyFlag = 0x1;
102 m_bits |= ReadOnlyFlag; in pack()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DSymbolTable.h75 if (m_bits & ReadOnlyFlag) in getAttributes()
89 return m_bits & ReadOnlyFlag; in isReadOnly()
93 static const unsigned ReadOnlyFlag = 0x1;
102 m_bits |= ReadOnlyFlag; in pack()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DSymbolTable.h75 if (m_bits & ReadOnlyFlag) in getAttributes()
89 return m_bits & ReadOnlyFlag; in isReadOnly()
93 static const unsigned ReadOnlyFlag = 0x1;
102 m_bits |= ReadOnlyFlag; in pack()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Dpropertydeclaration.h74 ReadOnlyFlag = 0x1, enumerator
H A Dbuiltindeclarations.cpp249 PropertyDeclaration::ReadOnlyFlag); in addDependsItem()
432 QString(), PropertyDeclaration::ReadOnlyFlag); in addProductItem()
435 PropertyDeclaration::ReadOnlyFlag); in addProductItem()
H A Ditemreaderastvisitor.cpp212 p.setFlags(PropertyDeclaration::ReadOnlyFlag); in visit()
330 if (pd.flags().testFlag(PropertyDeclaration::ReadOnlyFlag) in inheritItem()
H A Dmoduleloader.cpp3488 if (!pd.flags().testFlag(PropertyDeclaration::ReadOnlyFlag)) in instantiateModule()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/program/
H A Dprogramwindow.h55 ReadOnlyFlag = 8 enumerator
H A Dprogramwindow.cpp370 …eFlags & LinkedFile::InBundleFlag) && ((linkedFile->fileFlags & LinkedFile::ReadOnlyFlag) == 0)) { in linkFiles()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_NTAuthentication.cs992 securityBuffer[1].type |= BufferType.ReadOnlyFlag; in Encrypt()
1108 realDataType |= BufferType.ReadOnlyFlag; in DecryptNtlm()
H A DInternal.cs1165 ReadOnlyFlag = unchecked((int)0x80000000), enumerator
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrSyntax.g196 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
779 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g195 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1186 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1321 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1321 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1321 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1321 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1338 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1321 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1321 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1338 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g193 #token ReadOnlyFlag("READ_ONLY") "READ_ONLY"
1321 ReadOnlyFlag << $Flags |= 0x01; >>
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp3695 if (this->m_readOnly) linkedFile->fileFlags |= LinkedFile::ReadOnlyFlag; in loadedRootSlot()