/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/v8/test/webkit/fast/js/ |
D | caller-property-expected.txt | 33 …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…
|
D | basic-strict-mode-expected.txt | 82 …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/ |
D | FullIo.cpp | 51 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/ |
D | functional.synchronization.txt | 43 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/ |
D | heap-snapshot-generator.h | 213 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/ |
D | HashSessionManager.java | 428 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()
|
D | AbstractSession.java | 88 …ssion(AbstractSessionManager abstractSessionManager, long created, long accessed, String clusterId) in AbstractSession() argument 94 _accessed=accessed; in AbstractSession() 95 _lastAccessed=accessed; in AbstractSession()
|
D | HashedSession.java | 62 …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/ |
D | instrument_global.ll | 30 ; 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/ |
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/Verifier/ |
D | bitcast-address-space-through-gep.ll | 12 ; Make sure we still reject the bitcast after the value is accessed through a GEP
|
/external/mesa3d/src/glsl/ |
D | TODO | 5 also trivial for arrays, matrices, and vectors that are accessed with
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.ubo.txt | 57 subsets are computed: uniforms accessed from vertex shader and uniforms accessed
|
/external/proguard/examples/ |
D | scala.pro | 47 # 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/ |
D | request.rst | 84 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/ |
D | scala.gradle | 67 // 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/ |
D | crypto_kernel.txt | 16 Ciphers can be used through the crypto kernel, or can be accessed
|
/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
|