HomeSort by relevance Sort by last modified time
    Searched refs:readwrite (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 33 @property(nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode;
34 @property(nonatomic, readwrite, assign) int startingChildIndex;
35 @property(nonatomic, readwrite, assign) BOOL drawFolderArrow;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeIterator.h 51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeIterator.h 51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeIterator.h 51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
ANTLRLookaheadStream.h 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeIterator.h 56 @property(retain, readwrite) id<ANTLRBaseTree> up;
57 @property(retain, readwrite) id<ANTLRBaseTree> down;
58 @property(retain, readwrite) id<ANTLRBaseTree> eof;
ANTLRLookaheadStream.h 47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 80 @property(readwrite, nonatomic) int tabId;
93 @property(readwrite, nonatomic) int tabId;
94 @property(readwrite, nonatomic) ExtensionAction* extensionAction;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 39 @property(nonatomic, readwrite, assign) const BookmarkNode* bookmarkNode;
40 @property(nonatomic, readwrite, assign) int startingChildIndex;
41 @property(nonatomic, readwrite, assign) BOOL drawFolderArrow;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 72 @property(readwrite, nonatomic) int tabId;
85 @property(readwrite, nonatomic) int tabId;
86 @property(readwrite, nonatomic) ExtensionAction* extensionAction;
  /external/chromium_org/content/test/data/indexeddb/
cursor_prefetch.js 27 var trans = db.transaction(['store'], 'readwrite');
46 var trans = db.transaction(['store'], 'readwrite');
79 var trans = db.transaction(['store'], 'readwrite');
129 var trans = db.transaction(['store'], 'readwrite');
165 var trans = db.transaction(['store'], 'readwrite');
238 var trans = db.transaction(['store'], 'readwrite');
270 var trans = db.transaction(['store'], 'readwrite');
348 var trans = db.transaction(['store'], 'readwrite');
383 var trans = db.transaction(['store'], 'readwrite');
transaction_not_blocked.js 21 var transaction = db.transaction('store', 'readwrite');
key_types_test.js 114 var trans = db.transaction('store', 'readwrite');
131 var trans = db.transaction('store', 'readwrite');
value_size_test.js 44 var transaction = db.transaction("store", 'readwrite');
101 var transaction = db.transaction("store", 'readwrite');
transaction_run_forever.js 37 var transaction = db.transaction('store', 'readwrite');
transaction_test.js 51 'readwrite');
quota_test.js 61 var trans = db.transaction(['test123'], 'readwrite');
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 79 FD, true, mapped_file_region::readwrite, Size, 0, EC));
  /external/netcat/
netcat.c 107 void readwrite(int);
407 readwrite(s);
412 readwrite(connfd);
430 readwrite(s);
488 readwrite(s);
756 * readwrite()
760 readwrite(int nfd) function
  /external/chromium_org/chrome/browser/resources/image_loader/
cache.js 109 this.db_.transaction(['settings'], 'readwrite');
127 this.db_.transaction(['settings', 'metadata', 'data'], 'readwrite');
158 this.db_.transaction(['settings', 'metadata', 'data'], 'readwrite');
235 'readwrite');
269 'readwrite');
353 this.db_.transaction(['settings', 'metadata', 'data'], 'readwrite');
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 68 DEFINE_STATIC_LOCAL(AtomicString, readwrite, ("readwrite", AtomicString::ConstructFromLiteral));
69 return readwrite;
86 DEFINE_STATIC_LOCAL(AtomicString, readwrite, ("1", AtomicString::ConstructFromLiteral));
87 return readwrite;
  /external/valgrind/main/exp-sgcheck/
pc_common.c 296 static Char* readwrite(SSizeT sszB) function
363 readwrite(xe->XE.Heap.sszB),
373 readwrite(xe->XE.Heap.sszB),
398 readwrite(xe->XE.Heap.sszB),
415 readwrite(xe->XE.Heap.sszB),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 105 def readwrite(obj, flags): function
201 readwrite(obj, flags)

Completed in 238 milliseconds

1 2