Home
last modified time | relevance | path

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

12345678910>>...33

/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}}
/external/llvm-project/clang/test/SemaObjC/
Darc-repeated-weak.mm23 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this …
24 use(a.weakProp); // expected-note{{also accessed here}}
29 use(a.weakProp); // expected-note{{also accessed here}}
57 a.weakProp = get(); // expected-note{{also accessed here}}
58 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}}
67 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
68 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
72 …use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple…
73 use(a.strongProp.weakProp); // expected-note{{also accessed here}}
77 …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}}
/external/mesa3d/src/compiler/glsl/tests/
Darray_refcount_test.cpp312 const bool accessed = (j == 1) && (k == 0); in TEST_F() local
315 EXPECT_EQ(accessed, in TEST_F()
341 const bool accessed = (i == 1) && (k == 0); in TEST_F() local
344 EXPECT_EQ(accessed, in TEST_F()
370 const bool accessed = (i == 1) && (j == 2); in TEST_F() local
373 EXPECT_EQ(accessed, in TEST_F()
399 const bool accessed = (j == 3); in TEST_F() local
402 EXPECT_EQ(accessed, in TEST_F()
581 const bool accessed = (i == 2) && (k == 1); in TEST_F() local
584 EXPECT_EQ(accessed, in TEST_F()
[all …]
/external/tensorflow/tensorflow/python/eager/
Dtape.py135 accessed = []
137 accessed = [strategy.extended.value_container(variable)
142 accessed.extend(strategy.experimental_local_results(variable))
144 for var in accessed:
/external/exoplayer/tree/library/core/
Dproguard-rules.txt8 # Methods accessed via reflection in DefaultExtractorsFactory
14 # Some members of this class are being accessed from native methods. Keep them unobfuscated.
19 # Constructors accessed via reflection in DefaultRenderersFactory
45 # Constructors accessed via reflection in DefaultDataSource
51 # Constructors accessed via reflection in DefaultDownloaderFactory
65 # Constructors accessed via reflection in DefaultMediaSourceFactory and DownloadHelper
/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/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-static-accessed-through-instance.rst1 .. title:: clang-tidy - readability-static-accessed-through-instance
3 readability-static-accessed-through-instance
Dreadability-convert-member-functions-to-static.rst13 `readability-static-accessed-through-instance <readability-static-accessed-through-instance.html>`_…
/external/curl/tests/data/
Dtest7528 "http://a-site-never-accessed.example.org/[2-1]" -o "log/weee#1.dump" --stderr -
40 http://a-site-never-accessed.example.org/[2-1]
/external/llvm/test/CodeGen/SPARC/
Dstack-align.ll8 ;; 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/opencensus-java/contrib/log_correlation/log4j2/
DREADME.md15 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-project/polly/test/Isl/CodeGen/MemAccess/
Dbad_alignment.ll3 ; Check that we do not allow to access elements not accessed before because the
6 ; CHECK: JScop file changes the accessed memory
/external/llvm-project/llvm/test/CodeGen/SPARC/
Dstack-align.ll7 ;; 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/capstone/
DCREDITS.TXT67 Bui Dinh Cuong: Explicit registers accessed for Arm64.
68 Vincent Bénony: Explicit registers accessed for X86.
72 Pranith Kumar: Explicit registers accessed for Arm64.
/external/rust/crates/gdbstub/examples/armv4t_multicore/
DREADME.md21 … magic memory location `0xffff_4200` returns `0xaa` if accessed by the CPU, and `0x55` if accessed
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixTriangularSolve.pbtxt44 of each inner-most matrix is assumed to be zero and not accessed.
46 matrix is assumed to be zero and not accessed.
/external/python/cpython3/Doc/c-api/
Dcell.rst12 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/cpython2/Doc/c-api/
Dcell.rst12 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/perfetto/docs/instrumentation/
Dinterceptors.md21 // bytes, accessed through the |context.packet_data| field.
80 In the interceptor function this data must be accessed through a scoped
119 This per-thread state can then be accessed and maintained in
/external/javaparser/javaparser-core-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/
DExample4_original.java.txt182 * @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/webrtc/api/task_queue/
DDEPS4 # accessed on specific task queue.
/external/tpm2-tss/dist/
Dtpm-udev.rules1 # tpm devices can only be accessed by the tss user but the tss
/external/exoplayer/tree/demos/main/
Dproguard-rules.txt3 # Constructor accessed via reflection in PlayerActivity

12345678910>>...33