/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
MapModeTest.java | 29 * java.nio.channels.FileChannel.MapMode#PRIVATE,READONLY,READWRITE
|
/external/clang/test/Index/ |
comment-misc-tags.m | 119 @property (nonatomic, copy, readwrite) NSString * property1; 120 @property (nonatomic, copy, readwrite) NSString * property2; ///< This is the second property and it does not work. 121 @property (nonatomic, copy, readwrite) NSString * property3; /**< This is the third property and it does not work. */
|
overrides.m | 65 @property (readwrite) id prop1; 70 @property (readwrite) id prop2; 71 @property (readwrite) id bar;
|
properties-class-extensions.m | 19 @property (readwrite) id bar; 31 @property (readwrite) Rdar8467189_Bar *Rdar8467189_Bar; 38 @property (assign, readwrite) id qux; 68 // CHECK: properties-class-extensions.m:19:26: ObjCPropertyDecl=bar:19:26 [readwrite,] Extent=[19:1 - 19:29] 85 // CHECK: properties-class-extensions.m:31:40: ObjCPropertyDecl=Rdar8467189_Bar:31:40 [readwrite,] Extent=[31:1 - 31:55] 93 // CHECK: properties-class-extensions.m:38:34: ObjCPropertyDecl=qux:38:34 [assign,readwrite,] Extent=[38:1 - 38:37]
|
/frameworks/compile/mclinker/unittests/ |
MemoryAreaTest.cpp | 112 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadWrite); 140 MemoryArea* area = AreaFactory->produce(path, FileHandle::ReadWrite) ; 153 area->handler()->open(path, FileHandle::ReadWrite);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRLookaheadStream.h | 47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
|
/external/chromium_org/chrome/installer/util/ |
registry_key_backup_unittest.cc | 55 TEST_F(RegistryKeyBackupTest, ReadWrite) {
|
/external/chromium_org/content/test/data/indexeddb/ |
quota_test.js | 61 var trans = db.transaction(['test123'], 'readwrite');
|
/external/clang/test/ARCMT/ |
GC-no-finalize-removal.m | 67 @property (readwrite) I4Impl * pds3;
|
GC-no-finalize-removal.m.result | 75 @property (readwrite) I4Impl * pds3;
|
GC.m | 67 @property (readwrite) I4Impl * pds3;
|
GC.m.result | 62 @property (readwrite) I4Impl * pds3;
|
/external/chromium_org/tools/perf/page_sets/endure/ |
indexeddb_app.js | 166 var transaction = db.transaction(['user-events'], 'readwrite'); 220 var transaction = db.transaction(['user-events'], 'readwrite');
|
indexeddb_app_worker.js | 140 var transaction = db.transaction('sync-chunks', 'readwrite'); 171 var transaction = db.transaction(['sync-chunks', 'docs'], 'readwrite');
|
/external/clang/test/Misc/ |
ast-dump-decl.m | 102 // CHECK: ObjCPropertyDecl{{.*}} foo 'int' assign readwrite atomic unsafe_unretained 105 // CHECK-NEXT: ObjCPropertyDecl{{.*}} bar 'int' assign readwrite atomic unsafe_unretained
|
/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/third_party/WebKit/Source/modules/indexeddb/ |
IDBTransaction.cpp | 67 DEFINE_STATIC_LOCAL(AtomicString, readwrite, ("readwrite", AtomicString::ConstructFromLiteral)); 68 return readwrite;
|
/external/clang/test/Analysis/ |
properties.m | 149 @property (readwrite,assign) id x;
|
/external/clang/test/CodeGenObjCXX/ |
property-reference.mm | 14 @property (assign, readwrite) const MyStruct& foo;
|
/external/clang/test/PCH/ |
chain-categories2.m | 40 @property (readwrite,assign) id prop1;
|
/external/clang/test/SemaObjC/ |
default-synthesize-1.m | 90 // No default synthesis if implementation has getter (readonly) and setter(readwrite) methods.
|
property-user-setter.m | 144 @property(assign, readwrite, getter=formatter, setter=setFormatter:) BridgeFormatter* cppFormatter;
|