Searched refs:readwrite (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_button_cell.h33 @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/
H A DANTLRTreeIterator.h51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
H A DANTLRLookaheadStream.h45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeIterator.h51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
H A DANTLRLookaheadStream.h45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeIterator.h51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
H A DANTLRLookaheadStream.h45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeIterator.h56 @property(retain, readwrite) id<ANTLRBaseTree> up;
57 @property(retain, readwrite) id<ANTLRBaseTree> down;
58 @property(retain, readwrite) id<ANTLRBaseTree> eof;
H A DANTLRLookaheadStream.h47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_action_button.h80 @property(readwrite, nonatomic) int tabId;
93 @property(readwrite, nonatomic) int tabId;
94 @property(readwrite, nonatomic) ExtensionAction* extensionAction;
/external/netcat/
H A Dnetcat.c107 void readwrite(int);
407 readwrite(s);
412 readwrite(connfd);
430 readwrite(s);
488 readwrite(s);
756 * readwrite()
760 readwrite(int nfd) function
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c296 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/linux-tools-perf/util/
H A Dprobe-event.c1400 static int open_kprobe_events(bool readwrite) argument
1414 pr_debug("Opening %s write=%d\n", buf, readwrite);
1415 if (readwrite && !probe_event_dry_run)

Completed in 212 milliseconds