Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 25 of 172) sorted by relevance

1234567

/external/clang/test/SemaObjC/
Darc-repeated-weak.mm22 …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 …]
Dwarn-direct-ivar-access.m22 … _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}}
Divar-lookup.m46 return a + b; // expected-error{{instance variable 'a' accessed in class method}} \
47 // expected-error{{instance variable 'b' accessed in class method}}
Derr-ivar-access-in-class-method.m24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
Divar-lookup-resolution-builtin.m18 return index; // expected-error {{instance variable 'index' accessed in class method}}
Divar-ref-misuse.m18 sprite = foo; // expected-error {{instance variable 'sprite' accessed in class method}}
/external/oprofile/daemon/liblegacy/
Dopd_proc.c79 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()
Dopd_proc.h39 int accessed; member
/external/webkit/LayoutTests/storage/
Dchange-version-handle-reuse-expected.txt1 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/
DSkBitmapRef.h53 bool accessed() { bool result = fAccessed; in accessed() function
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutine.java55 public Collection accessed() { in accessed() method in Subroutine
/external/bison/m4/
Dsig_atomic_t.m412 accessed atomically even in the presence of asynchronous signals.])],
/external/llvm/test/Analysis/BasicAA/
Dglobal-size.ll1 ; A store or load cannot alias a global if the accessed amount is larger then
/external/srtp/doc/
Dcrypto_kernel.txt16 Ciphers can be used through the crypto kernel, or can be accessed
/external/v8/src/
Dprofile-generator.h718 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/
DREADME.txt26 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/
Dppc64-toc.ll60 ; * static int64_t 'x' accessed within '@internal_static_var'
/external/iptables/extensions/
Dlibxt_connbytes.man11 `conntrack \-L` and accessed via ctnetlink.
/external/webrtc/test/functional_test/
DREADME33 accessed once, even if in the same browser instance. Hence the need to use two
/external/valgrind/main/docs/internals/
Dperformance.txt24 as they were accessed. This sped up perf/heap by 25--50%, and some big
/external/quake/quake/src/QW/
Dqw2do.txt53 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/
DHTMLSelectElement.idl66 … // "The contained options can be directly accessed through the select element as a collection."
/external/skia/tests/
DDeferredCanvasTest.cpp35 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/
DMainThreadMac.mm55 static bool isTimerPosted; // This is only accessed on the 'main' thread.
/external/dnsmasq/contrib/wrt/
DREADME9 storage, accessed with the nvram command:

1234567