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

  /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/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/llvm/lib/Support/
FileOutputBuffer.cpp 74 FD, true, mapped_file_region::readwrite, Size, 0, EC));
  /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),
  /external/llvm/include/llvm/Support/
FileSystem.h 590 readwrite, ///< May access map via data and modify it. Written to path. enumerator in enum:llvm::sys::fs::mapped_file_region::mapmode
  /external/llvm/unittests/Support/
Path.cpp 366 fs::mapped_file_region::readwrite,
  /external/linux-tools-perf/util/
probe-event.c 1400 static int open_kprobe_events(bool readwrite)
1414 pr_debug("Opening %s write=%d\n", buf, readwrite);
1415 if (readwrite && !probe_event_dry_run)
    [all...]

Completed in 405 milliseconds