/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/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/llvm/test/CodeGen/SPARC/ |
D | stack-align.ll | 8 ;; andn), that the local var is accessed via stack pointer (to %o0), and that 9 ;; the argument is accessed via frame pointer not stack pointer (to %o1).
|
/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 | HashedSession.java | 62 …protected HashedSession(HashSessionManager hashSessionManager, long created, long accessed, String… in HashedSession() argument 64 super(hashSessionManager,created, accessed, clusterId); in HashedSession()
|
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()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 223 bool accessed = true); 252 : id(id), addr(addr), size(size), accessed(true) { } in EntryInfo() 253 EntryInfo(SnapshotObjectId id, Address addr, unsigned int size, bool accessed) in EntryInfo() 254 : id(id), addr(addr), size(size), accessed(accessed) { } in EntryInfo() 258 bool accessed; member
|
/external/v8/test/webkit/fast/js/ |
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 …caller' and 'arguments' are restricted function properties and cannot be accessed in this context.. 85 …caller' and 'arguments' are restricted function properties and cannot be accessed in this context.. 86 …caller' and 'arguments' are restricted function properties and cannot be accessed in this context.. 87 …caller' and 'arguments' are restricted function properties and cannot be accessed in this context.. 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 …caller' and 'arguments' are restricted function properties and cannot be accessed in this context.. 91 …caller' and 'arguments' are restricted function properties and cannot be accessed in this context.. [all …]
|
/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/clang/docs/ |
D | SafeStack.rst | 15 register spills, and local variables that are always accessed in a safe way, 37 stack increases the locality of frequently accessed values on the stack, such 72 are always accessed in a safe way by separating them in a dedicated safe stack 75 is always accessed in a safe way. In the current implementation, the safe stack
|
/external/mesa3d/src/glsl/ |
D | TODO | 5 also trivial for arrays, matrices, and vectors that are accessed with
|
/external/curl/tests/data/ |
D | test75 | 28 "http://a-site-never-accessed.example.org/[2-1]" -o "log/weee#1.dump" --stderr -
|
/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/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/chromium-trace/catapult/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/srtp/doc/ |
D | crypto_kernel.txt | 16 Ciphers can be used through the crypto kernel, or can be accessed
|