Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/parameter-framework/utility/
DFullIo.cpp51 ssize_t accessed = accessor(fd, add(buf, done), count - done); in fullAccess() local
52 if (accessFailed(accessed)) { in fullAccess()
55 done += accessed; in fullAccess()
/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/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/jetty/src/java/org/eclipse/jetty/server/session/
DHashSessionManager.java428 protected AbstractSession newSession(long created, long accessed, String clusterId) in newSession() argument
430 return new HashedSession(this, created,accessed, clusterId); in newSession()
577 long accessed = in.readLong(); in restoreSession() local
581 session = (HashedSession)newSession(created, accessed, clusterId); in restoreSession()
DAbstractSession.java88 …ssion(AbstractSessionManager abstractSessionManager, long created, long accessed, String clusterId) in AbstractSession() argument
94 _accessed=accessed; in AbstractSession()
95 _lastAccessed=accessed; in AbstractSession()
DHashedSession.java62 …protected HashedSession(HashSessionManager hashSessionManager, long created, long accessed, String… in HashedSession() argument
64 super(hashSessionManager,created, accessed, clusterId); in HashedSession()
/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/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-trace/trace-viewer/third_party/webapp2/docs/guide/
Drequest.rst84 It is also a `MultiDict`_ and can be accessed in the same way as ``.GET``.
126 Cookies can be accessed in ``request.cookies``. It is a simple dictionary::
187 The active ``Request`` instance can be accessed during a request using the
/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/srtp/doc/
Dcrypto_kernel.txt16 Ciphers can be used through the crypto kernel, or can be accessed
/external/llvm/test/Analysis/BasicAA/
Dglobal-size.ll1 ; A store or load cannot alias a global if the accessed amount is larger then

12345678910>>...14