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

1 2

  /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_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 76 @property(readwrite, nonatomic) int tabId;
89 @property(readwrite, nonatomic) int tabId;
90 @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');
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');
  /frameworks/compile/mclinker/lib/Support/
FileOutputBuffer.cpp 35 mapped_file_region::readwrite,
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 77 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/ui/file_manager/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/tools/perf/page_sets/endure/
indexeddb_app_worker.js 140 var transaction = db.transaction('sync-chunks', 'readwrite');
171 var transaction = db.transaction(['sync-chunks', 'docs'], 'readwrite');
indexeddb_app.js 166 var transaction = db.transaction(['user-events'], 'readwrite');
220 var transaction = db.transaction(['user-events'], 'readwrite');
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 69 DEFINE_STATIC_LOCAL(AtomicString, readwrite, ("readwrite", AtomicString::ConstructFromLiteral));
70 return readwrite;
310 exceptionState.throwTypeError("The mode provided ('" + modeString + "') is not one of 'readonly' or 'readwrite'.");
  /external/valgrind/main/exp-sgcheck/
pc_common.c 296 static const HChar* 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),
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.c     [all...]

Completed in 1240 milliseconds

1 2