/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 | err-ivar-access-in-class-method.m | 24 foo = 0; // expected-error {{instance variable 'foo' accessed in class method}}
|
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 | 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/chromium_org/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/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/oprofile/daemon/liblegacy/ |
D | opd_proc.c | 79 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()
|
D | opd_proc.h | 39 int accessed; member
|
/external/chromium_org/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/chromium_org/chrome/browser/net/ |
D | cert_logger.proto | 10 // 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/ |
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/chromium_org/third_party/mesa/src/src/glsl/ |
D | TODO | 5 also trivial for arrays, matrices, and vectors that are accessed with
|
/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_org/third_party/libphonenumber/ |
D | README.chromium | 33 PhoneNumberUtil and the other singletons should be accessed from a single
|
/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/llvm/test/Analysis/BasicAA/ |
D | global-size.ll | 1 ; A store or load cannot alias a global if the accessed amount is larger then
|
/external/srtp/doc/ |
D | crypto_kernel.txt | 16 Ciphers can be used through the crypto kernel, or can be accessed
|