/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}}
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | array_refcount_test.cpp | 307 const bool accessed = (j == 1) && (k == 0); in TEST_F() local 310 EXPECT_EQ(accessed, in TEST_F() 335 const bool accessed = (i == 1) && (k == 0); in TEST_F() local 338 EXPECT_EQ(accessed, in TEST_F() 363 const bool accessed = (i == 1) && (j == 2); in TEST_F() local 366 EXPECT_EQ(accessed, in TEST_F() 391 const bool accessed = (j == 3); in TEST_F() local 394 EXPECT_EQ(accessed, in TEST_F() 573 const bool accessed = (i == 2) && (k == 1); in TEST_F() local 576 EXPECT_EQ(accessed, in TEST_F() [all …]
|
/external/tensorflow/tensorflow/python/eager/ |
D | tape.py | 100 accessed = [] 102 accessed = [strategy.extended.value_container(variable) 107 accessed.extend(strategy.unwrap(variable)) 109 for var in accessed:
|
/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/opencensus-java/contrib/log_correlation/log4j2/ |
D | README.md | 15 ID, span ID, and sampling decision to each `LogEvent`, so that they can be accessed with 76 These values can be accessed from layouts with 78 example, the trace ID can be accessed with `$${ctx:opencensusTraceId}`. The values can also be 79 accessed with the `X` conversion character in
|
/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/curl/tests/data/ |
D | test75 | 28 "http://a-site-never-accessed.example.org/[2-1]" -o "log/weee#1.dump" --stderr - 48 http://a-site-never-accessed.example.org/[2-1]
|
D | test1592 | 24 http://a-site-never-accessed.example.org/1592
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | stack-align.ll | 7 ;; andn), that the local var is accessed via stack pointer (to %o1), and that 8 ;; the argument is accessed via frame pointer not stack pointer (to %o0).
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MatrixTriangularSolve.pbtxt | 45 of each inner-most matrix is assumed to be zero and not accessed. 47 matrix is assumed to be zero and not accessed.
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/ |
D | Example4_original.java.txt | 182 * @throws IOException the path could not be accessed 197 * @throws IOException the path could not be accessed 209 * accessed through a class loader, a leading "/" is not allowed in pathToResource 212 * @throws IOException the path could not be accessed 223 * accessed through a class loader, a leading "/" is not allowed in pathToResource 227 * @throws IOException the path could not be accessed 239 * accessed through a class loader, a leading "/" is not allowed in pathToResource 242 * @throws IOException the path could not be accessed
|
/external/u-boot/drivers/i2c/muxes/ |
D | Kconfig | 7 bus select is handled automatically when that bus is accessed, 16 bus select is handled automatically when that bus is accessed,
|
/external/python/cpython2/Doc/c-api/ |
D | cell.rst | 12 accessed, the value contained in the cell is used instead of the cell object 14 generated byte-code; these are not automatically de-referenced when accessed.
|
/external/python/cpython3/Doc/c-api/ |
D | cell.rst | 12 accessed, the value contained in the cell is used instead of the cell object 14 generated byte-code; these are not automatically de-referenced when accessed.
|
D | allocation.rst | 56 the object should not be accessed after this call as the memory is no 62 Object which is visible in Python as ``None``. This should only be accessed
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.h | 246 bool accessed = true); 272 bool accessed) in EntryInfo() 273 : id(id), addr(addr), size(size), accessed(accessed) {} in EntryInfo() 277 bool accessed; member
|
/external/python/cpython3/Doc/library/ |
D | shelve.rst | 34 optional *writeback* parameter is set to ``True``, all entries accessed are also 37 the persistent dictionary, but, if many entries are accessed, it can consume 39 very slow since all accessed entries are written back (there is no way to 40 determine which accessed entries are mutable, nor which ones were actually 116 entries accessed and write them back to the *dict* at sync and close times.
|
D | fractions.rst | 145 also be accessed through the :func:`math.floor` function: 155 also be accessed through the :func:`math.ceil` function. 165 method can also be accessed through the :func:`round` function.
|
/external/python/cpython2/Doc/library/ |
D | shelve.rst | 38 optional *writeback* parameter is set to ``True``, all entries accessed are also 41 the persistent dictionary, but, if many entries are accessed, it can consume 43 very slow since all accessed entries are written back (there is no way to 44 determine which accessed entries are mutable, nor which ones were actually 122 entries accessed and write them back to the *dict* at sync and close times.
|
/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/freetype/docs/ |
D | formats.txt | 18 How the font is to be accessed, possibly after converting the file 34 accessed in a tree-like structure. 49 be accessed with a proper face index. 53 accessed with the standard MM interface).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrument_global.ll | 31 ; GlobSt is accessed out of bounds -- can't optimize 41 ; GlobSt is accessed with Gep that has non-0 first index -- can't optimize.
|