HomeSort by relevance Sort by last modified time
    Searched full:readwrite (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /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');
fill_up_5k.html 29 var trans = db.transaction(['test123'], 'readwrite');
transaction_run_forever.js 37 var transaction = db.transaction('store', 'readwrite');
transaction_test.js 51 'readwrite');
key_types_test.js 114 var trans = db.transaction('store', 'readwrite');
131 var trans = db.transaction('store', 'readwrite');
  /external/clang/test/Index/
comment-objc-decls.m 35 // CHECK: <Declaration>@optional\n@property(readwrite, copy, atomic) id PropertyMyProto;</Declaration>
80 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClass;</Declaration
113 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClassCategory;</Declaration>
comment-unqualified-objc-pointer.m 22 // CHECK: <Declaration>@property(readwrite, copy, atomic) NSString *Name;</Declaration>
index-decls.m 7 @property (assign,readwrite) id prop;
20 @property (assign,readwrite) id auto_prop;
  /external/clang/test/SemaObjC/
arc-property-decl-attrs.m 77 @property (readwrite) id foo;
78 @property (readwrite) id fee;
79 @property (readwrite) id frr;
property-category-4.m 10 @property (readwrite, retain) id selectedObjects; // expected-note {{property declared here}}
11 @property (readwrite, retain) id d_selectedObjects; // expected-note {{property declared here}}
property-impl-misuse.m 25 @property (readwrite, assign, nonatomic) id gradientStyle;
protocol-implementing-class-methods.m 36 @property (nonatomic, assign, readwrite) BOOL allowsDeleting;
property-10.m 6 @property(readonly, readwrite) int p0; // expected-error {{property attributes 'readonly' and 'readwrite' are mutually exclusive}}
property-8.m 65 @property(readwrite, retain) _XCOQQuery *query;
property-9.m 33 @property (readwrite, retain) id<MyProtocol> myIvar;
  /external/chromium_org/tools/page_cycler/indexed_db/basic_insert/
index.html 63 var transaction = db.transaction(['store'], 'readwrite');
66 console.log("readwrite transaction aborted");
  /external/clang/test/CodeGenObjC/
debug-info-block-captured-self.m 18 @property (nonatomic, readwrite, strong) Context *context;
28 @property(readwrite, nonatomic) State state;
protocols.m 24 //@property(readwrite) int x;
  /frameworks/compile/mclinker/unittests/
MCRegionFragmentTest.cpp 49 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
64 MemoryArea* area = areaFactory->produce(path, MemoryArea::ReadWrite);
  /external/clang/test/Rewriter/
rewrite-foreach-in-block.mm 16 @property (readwrite, copy, nonatomic) CoreDAVCompletionBlock c;
  /external/clang/test/SemaCXX/
bool.cpp 5 ReadWrite = false,
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 48 if (FileHandle::ReadWrite == (pMode & FileHandle::ReadWrite))
244 return (FileHandle::ReadWrite == (m_OpenMode & FileHandle::ReadWrite));
  /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/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_view_unittest.mm 31 @property (readwrite) BOOL dropIndicatorShown;
32 @property (readwrite) BOOL draggingEnteredCalled;
  /external/clang/test/CodeGenObjCXX/
property-object-reference-2.mm 23 @property (assign, readwrite, atomic) const TCPPObject MyProperty;
24 @property (assign, readwrite, atomic) const TCPPObject MyProperty1;

Completed in 370 milliseconds

1 23 4 5 6 7 8