HomeSort by relevance Sort by last modified time
    Searched defs:readonly (Results 51 - 75 of 78) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /external/icu4c/samples/ustring/
ustring.cpp 403 static const UChar readonly[]={ variable
429 // set "one" to contain the 3 UChars from readonly
431 one.setTo(readonly, LENGTHOF(readonly));
444 // * UnicodeString using readonly-alias to a const UChar array
445 // construct a string that aliases a readonly buffer
446 UnicodeString three(FALSE, readonly, LENGTHOF(readonly));
447 printUnicodeString("readonly-alias string: ", three);
451 printUnicodeString("readonly-aliasing string after modification: ", three)
    [all...]
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 682 BOOLEAN readonly; local
693 readonly = (p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].flags & NFC_CE_LISTEN_INFO_READONLY_NDEF) ? TRUE : FALSE;
702 status = CE_T3tSetLocalNDEFMsg (readonly,
712 status = CE_T4tSetLocalNDEFMsg (readonly,
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 437 fs::mapped_file_region::readonly, member in class:__anon25203::fs::mapped_file_region
450 fs::mapped_file_region::readonly, member in class:__anon25203::fs::mapped_file_region
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 514 int readonly = 0; local
517 error = ioctl(data->dev, BLKROGET, &readonly);
518 if (!error && readonly) {
  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 65 bool readonly)
66 : policy_(policy.DeepCopy()), value_(value), readonly_(readonly) {}
73 bool readonly() const { return readonly_; } function in class:policy::__anon8105::IndicatorTestCase
309 bool readonly = false; local
310 indicator_test_dict->GetBoolean("readonly", &readonly);
312 new IndicatorTestCase(*policy, value, readonly));
366 bool readonly) {
377 << " indicator.readOnly = node.readOnly || false;
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 66 * Database in readonly mode.
68 private boolean readonly = false; field in class:JDBCConnection
108 private DatabaseX open(boolean readonly) throws SQLException {
112 dbx.open(dbfile, readonly ? SQLite.Constants.SQLITE_OPEN_READONLY :
158 db = open(readonly);
235 return readonly;
341 if (ro != readonly) {
348 readonly = ro;
  /external/llvm/include/llvm/Support/
FileSystem.h 695 readonly, ///< May only access map via const_data as read only. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
    [all...]
  /external/openssh/
sftp-server.c 74 int readonly; variable
562 if (readonly &&
660 else if (readonly)
774 if (readonly) {
828 else if (readonly)
978 if (readonly)
1003 if (readonly)
1024 if (readonly)
1074 if (readonly)
1160 if (readonly)
    [all...]
  /external/qemu/
qemu-io.c 1653 int readonly = 0; local
1731 int readonly = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 132 <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('mailbox status changed to READ-ONLY'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 132 <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('mailbox status changed to READ-ONLY'
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 1327 int alloc = 0, load = 0, readonly = 0, code = 0, datasect = 0; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 170 int readonly; member in struct:bufferinfo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 170 int readonly; member in struct:bufferinfo
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 78 int readonly; member in struct:__anon13826
    [all...]
qavltree.c 78 int readonly; member in struct:__anon13830
    [all...]
qbintree.c 78 int readonly; member in struct:__anon13834
    [all...]
qrbtree.c 78 int readonly; member in struct:__anon13838
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 

Completed in 581 milliseconds

1 23 4