Searched defs:readonly (Results 1 - 25 of 54) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DFileSystem.h747 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DFileSystem.h747 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DFileSystem.h747 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DFileSystem.h747 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DFileSystem.h769 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dimaplib.py132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
137 "readonly" exceptions imply the command should be re-tried.
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY class in class:IMAP4
631 def select(self, mailbox='INBOX', readonly=False):
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
644 self.is_readonly = readonly
645 if readonly:
655 and not readonly:
659 raise self.readonly('%s is not writable' % mailbox)
833 raise self.readonly('mailbo
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dimaplib.py132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
137 "readonly" exceptions imply the command should be re-tried.
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY class in class:IMAP4
631 def select(self, mailbox='INBOX', readonly=False):
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
644 self.is_readonly = readonly
645 if readonly:
655 and not readonly:
659 raise self.readonly('%s is not writable' % mailbox)
833 raise self.readonly('mailbo
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dimaplib.py132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
137 "readonly" exceptions imply the command should be re-tried.
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY class in class:IMAP4
631 def select(self, mailbox='INBOX', readonly=False):
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
644 self.is_readonly = readonly
645 if readonly:
655 and not readonly:
659 raise self.readonly('%s is not writable' % mailbox)
833 raise self.readonly('mailbo
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dimaplib.py132 <instance>.readonly("<reason>"), which is a sub-class of 'abort'.
137 "readonly" exceptions imply the command should be re-tried.
147 class readonly(abort): pass # Mailbox status changed to READ-ONLY class in class:IMAP4
631 def select(self, mailbox='INBOX', readonly=False):
636 (typ, [data]) = <instance>.select(mailbox='INBOX', readonly=False)
644 self.is_readonly = readonly
645 if readonly:
655 and not readonly:
659 raise self.readonly('%s is not writable' % mailbox)
833 raise self.readonly('mailbo
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFileSystem.h800 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DFileSystem.h800 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslGrammar.cpp616 qualifier.readonly = type.getQualifier().readonly;
1917 bool readonly = false; local
1925 readonly = true;
1983 postDeclQualifier.readonly = readonly;
2070 bool readonly = false; local
2081 readonly = true;
2096 readonly = true;
2145 blockType.getQualifier().readonly
[all...]
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslGrammar.cpp616 qualifier.readonly = type.getQualifier().readonly;
1917 bool readonly = false; local
1925 readonly = true;
1983 postDeclQualifier.readonly = readonly;
2070 bool readonly = false; local
2081 readonly = true;
2096 readonly = true;
2145 blockType.getQualifier().readonly
[all...]
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dobject.h170 int readonly; member in struct:bufferinfo
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dobject.h170 int readonly; member in struct:bufferinfo
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dobject.h170 int readonly; member in struct:bufferinfo
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dobject.h170 int readonly; member in struct:bufferinfo
/prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
H A Dantlr4-runtime-4.5.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/antlr/ org/antlr/v4/ ...

Completed in 509 milliseconds

123