Home
last modified time | relevance | path

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

123456789

/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}}
Derr-ivar-access-in-class-method.m24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
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}}
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/chromium_org/v8/test/webkit/fast/js/
Dcaller-property-expected.txt33 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
35 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
37 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
39 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
42 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
43 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
46 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
47 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
Dbasic-strict-mode-expected.txt82 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
83 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
84 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
85 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
86 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
87 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
88 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
89 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
90 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
91 …on TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode fu…
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.synchronization.txt43 buffer within a single invocation. Data accessed by a single invocation is not
44 accessed by other invocations. Image accesses are synchronized using
49 buffer within a single work group. Data accessed by a single invocation is also
50 accessed by another invocation within the work group. Accesses are synchronized
/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/chromium_org/v8/src/
Dheap-snapshot-generator.h213 bool accessed = true);
240 : id(id), addr(addr), size(size), accessed(true) { } in EntryInfo()
241 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo()
242 : id(id), addr(addr), size(size), accessed(accessed) { } in EntryInfo()
246 bool accessed; member
/external/chromium_org/chrome/browser/net/
Dcert_logger.proto10 // report from the user will include the hostname being accessed,
26 // The hostname being accessed (required as the cert could be valid for
/external/llvm/test/Instrumentation/AddressSanitizer/
Dinstrument_global.ll30 ; GlobSt is accessed out of bounds -- can't optimize
40 ; GlobSt is accessed with Gep that has non-0 first index -- can't optimize.
/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/Verifier/
Dbitcast-address-space-through-gep.ll12 ; Make sure we still reject the bitcast after the value is accessed through a GEP
/external/chromium_org/third_party/mesa/src/src/glsl/
DTODO5 also trivial for arrays, matrices, and vectors that are accessed with
/external/mesa3d/src/glsl/
DTODO5 also trivial for arrays, matrices, and vectors that are accessed with
/external/deqp/doc/testspecs/GLES3/
Dfunctional.ubo.txt57 subsets are computed: uniforms accessed from vertex shader and uniforms accessed
/external/proguard/examples/
Dscala.pro47 # Preserve some classes and class members that are accessed by means of
80 # Preserve some classes and class members that are accessed by means of
/external/chromium_org/third_party/libphonenumber/
DREADME.chromium33 PhoneNumberUtil and the other singletons should be accessed from a single
/external/proguard/examples/gradle/
Dscala.gradle67 // Preserve some classes and class members that are accessed by means of
100 // Preserve some classes and class members that are accessed by means of
/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

123456789