/external/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 23 use(a.weakProp); // expected-note{{also accessed here}} 28 use(a.weakProp); // expected-note{{also accessed here}} 56 a.weakProp = get(); // expected-note{{also accessed here}} 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} 66 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple… 67 use(a.strongProp.weakProp); // expected-note{{also accessed here}} 71 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple… 72 use(a.strongProp.weakProp); // expected-note{{also accessed here}} 76 …use(a.implicitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed multip… [all …]
|
D | warn-direct-ivar-access.m | 22 … _isTickledPink; // expected-warning {{instance variable '_myMaster' is being directly accessed}} \ 23 // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} 37 …._myMaster; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} \ 38 // expected-warning {{instance variable '_myMaster' is being directly accessed}} 39 …f (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed}} 40 …->_myIntProp = 0; // expected-warning {{instance variable '_myIntProp' is being directly accessed}} 41 …sTickledPink; // expected-warning {{instance variable '_isTickledPink' is being directly accessed}} 74 …col; } // expected-warning {{instance variable '_property_in_protocol' is being directly accessed}}
|
D | ivar-lookup.m | 46 return a + b; // expected-error{{instance variable 'a' accessed in class method}} \ 47 // expected-error{{instance variable 'b' accessed in class method}}
|
D | err-ivar-access-in-class-method.m | 24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
|
D | ivar-lookup-resolution-builtin.m | 18 return index; // expected-error {{instance variable 'index' accessed in class method}}
|
D | ivar-ref-misuse.m | 18 sprite = foo; // expected-error {{instance variable 'sprite' accessed in class method}}
|
/external/oprofile/daemon/liblegacy/ |
D | opd_proc.c | 79 proc->accessed = 0; in opd_new_proc() 169 proc->accessed = 1; in opd_lookup_maps() 326 proc->accessed = 1; in opd_handle_exit() 392 proc->dead += proc->accessed; in opd_age_proc() 393 proc->accessed = 0; in opd_age_proc()
|
D | opd_proc.h | 39 int accessed; member
|
/external/webkit/LayoutTests/storage/ |
D | change-version-handle-reuse-expected.txt | 1 This tests that a database can be accessed after changing its version. You should see an error abou…
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | SkBitmapRef.h | 53 bool accessed() { bool result = fAccessed; in accessed() function
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Subroutine.java | 55 public Collection accessed() { in accessed() method in Subroutine
|
/external/bison/m4/ |
D | sig_atomic_t.m4 | 12 accessed atomically even in the presence of asynchronous signals.])],
|
/external/llvm/test/Analysis/BasicAA/ |
D | global-size.ll | 1 ; A store or load cannot alias a global if the accessed amount is larger then
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 16 Ciphers can be used through the crypto kernel, or can be accessed
|
/external/v8/src/ |
D | profile-generator.h | 718 explicit EntryInfo(SnapshotObjectId id) : id(id), accessed(true) { } in EntryInfo() 719 EntryInfo(SnapshotObjectId id, bool accessed) in EntryInfo() 721 accessed(accessed) { } in EntryInfo() 723 bool accessed; member
|
/external/apache-harmony/luni/src/test/resources/net.resources/ |
D | README.txt | 26 Apache HTTP server). The intent is that this script can be accessed with the URL 52 The intent is that these resources can be accessed with URLs beginning
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-toc.ll | 60 ; * static int64_t 'x' accessed within '@internal_static_var'
|
/external/iptables/extensions/ |
D | libxt_connbytes.man | 11 `conntrack \-L` and accessed via ctnetlink.
|
/external/webrtc/test/functional_test/ |
D | README | 33 accessed once, even if in the same browser instance. Hence the need to use two
|
/external/valgrind/main/docs/internals/ |
D | performance.txt | 24 as they were accessed. This sped up perf/heap by 25--50%, and some big
|
/external/quake/quake/src/QW/ |
D | qw2do.txt | 53 but is local to the server and can only be accessed by the QC and the 58 accessed as serverinfo, i.e. infokey(world, "blah")
|
/external/webkit/Source/WebCore/html/ |
D | HTMLSelectElement.idl | 66 … // "The contained options can be directly accessed through the select element as a collection."
|
/external/skia/tests/ |
D | DeferredCanvasTest.cpp | 35 SkBitmap accessed = canvas.getDevice()->accessBitmap(false); in TestDeferredCanvasBitmapAccess() local 37 REPORTER_ASSERT(reporter, accessed.pixelRef() == store.pixelRef()); in TestDeferredCanvasBitmapAccess()
|
/external/webkit/Source/JavaScriptCore/wtf/mac/ |
D | MainThreadMac.mm | 55 static bool isTimerPosted; // This is only accessed on the 'main' thread.
|
/external/dnsmasq/contrib/wrt/ |
D | README | 9 storage, accessed with the nvram command:
|