Home
last modified time | relevance | path

Searched refs:directly (Results 1 – 25 of 2309) sorted by relevance

12345678910>>...93

/external/clang/test/SemaObjC/
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 …if (p->_myIntProp) // expected-warning {{instance variable '_myIntProp' is being directly accessed…
40 …p->_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}}
Dobjcbridge-attribute-arc.m50 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
76 // expected-note {{__bridge to convert directly (no change in ownership)}} \
79 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
82 // expected-note {{__bridge to convert directly (no change in ownership)}} \
86 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
89 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
93 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
97 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
101 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
108 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
[all …]
Darc-bridged-cast.m41 …// expected-note{{use __bridge to convert directly (no change in ownership)}} expected-note{{use C…
46 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
52 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
60 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
/external/clang/test/SemaObjCXX/
Dobjcbridge-attribute.mm32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
58 // expected-note {{__bridge to convert directly (no change in ownership)}} \
61 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
64 // expected-note {{__bridge to convert directly (no change in ownership)}} \
68 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
71 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
75 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
79 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
83 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
90 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
[all …]
Dobjcbridge-attribute-arc.mm32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
58 // expected-note {{__bridge to convert directly (no change in ownership)}} \
61 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
64 // expected-note {{__bridge to convert directly (no change in ownership)}} \
68 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
71 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
75 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \
79 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
83 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
90 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
[all …]
Dobjcbridge-static-cast.mm32 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
58 … // expected-note {{__bridge with C-style cast to convert directly (no change in ownership)}} \
61 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
64 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
68 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
71 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
75 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
79 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
83 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
90 // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowView.java134 directly().setOnFocusChangeListener(l); in setOnFocusChangeListener()
140 directly().setOnClickListener(onClickListener); in setOnClickListener()
146 directly().setOnLongClickListener(onLongClickListener); in setOnLongClickListener()
153 directly().setOnSystemUiVisibilityChangeListener(onSystemUiVisibilityChangeListener); in setOnSystemUiVisibilityChangeListener()
160 directly().setOnCreateContextMenuListener(onCreateContextMenuListener); in setOnCreateContextMenuListener()
191 directly().requestLayout(); in requestLayout()
211 directly().invalidate(); in invalidate()
217 return directly().onTouchEvent(event); in onTouchEvent()
223 directly().setOnTouchListener(onTouchListener); in setOnTouchListener()
436 directly().setAnimation(animation); in setAnimation()
[all …]
/external/protobuf/objectivec/Tests/
DGPBMessageTests+Merge.m269 // This block of code is generated, do not edit it directly.
278 // This block of code is generated, do not edit it directly.
287 // This block of code is generated, do not edit it directly.
296 // This block of code is generated, do not edit it directly.
305 // This block of code is generated, do not edit it directly.
314 // This block of code is generated, do not edit it directly.
323 // This block of code is generated, do not edit it directly.
332 // This block of code is generated, do not edit it directly.
341 // This block of code is generated, do not edit it directly.
350 // This block of code is generated, do not edit it directly.
[all …]
/external/clang/test/ARCMT/
Dnonobjc-to-objc-cast-2.m31 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
39 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
48 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
62 // expected-note{{use __bridge to convert directly (no change in ownership)}} \
Dno-canceling-bridge-to-bridge-cast.m26 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
30 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
34 // expected-note {{use __bridge to convert directly (no change in ownership)}} \
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m48 // We only suppress on nil receiver if the nil value is directly causing the bug.
100 // directly related to the value that triggers the warning.
112 // directly related to the value that triggers the warning.
124 // directly related to the value that triggers the warning.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ReadVariableOp.pbtxt20 writes on which this operation depends directly or indirectly, and to not be
21 influenced by any of the writes which depend directly or indirectly on this
/external/protobuf/objectivec/
DGPBCodedOutputStream.m293 // add to it directly.
463 // This block of code is generated, do not edit it directly.
490 // This block of code is generated, do not edit it directly.
517 // This block of code is generated, do not edit it directly.
544 // This block of code is generated, do not edit it directly.
571 // This block of code is generated, do not edit it directly.
598 // This block of code is generated, do not edit it directly.
625 // This block of code is generated, do not edit it directly.
652 // This block of code is generated, do not edit it directly.
679 // This block of code is generated, do not edit it directly.
[all …]
/external/openssh/
Dscp.030 host. Without this option the data is copied directly between
46 option is directly passed to ssh(1).
50 This option is directly passed to ssh(1).
54 key authentication is read. This option is directly passed to
/external/v8/testing/gmock/
DBUILD.gn6 # it stabilizes, Chromium code MUST use this target instead of reaching directly
30 # it stabilizes, Chromium code MUST use this target instead of reaching directly
/external/tensorflow/tensorflow/lite/experimental/kernels/
DBUILD9 # ctc support classes imported directly from TensorFlow.
26 # top_n support classes imported directly from TensorFlow.
/external/python/cpython3/Doc/library/
Dtkinter.scrolledtext.rst17 setting up a text widget and scroll bar directly. The constructor is the same
23 be used directly to achieve most normal geometry management behavior.
Dpkgutil.rst88 Updated to be based directly on :mod:`importlib` rather than relying
105 Updated to be based directly on :mod:`importlib` rather than relying
120 Updated to be based directly on :mod:`importlib` rather than relying
141 Updated to be based directly on :mod:`importlib` rather than relying
162 Updated to be based directly on :mod:`importlib` rather than relying
201 Updated to be based directly on :mod:`importlib` rather than relying
/external/python/cpython2/Doc/library/
Dscrolledtext.rst13 setting up a text widget and scroll bar directly. The constructor is the same
25 be used directly to achieve most normal geometry management behavior.
/external/clang/test/SemaOpenCL/
Dhalf.cl11 *p; // expected-error{{loading directly from pointer to type 'half' is not allowed}}
12 p[1]; // expected-error{{loading directly from pointer to type 'half' is not allowed}}
/external/clang/test/Analysis/
Duninit-msg-expr.m8 // Not directly including Foundation.h directly makes this test case
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll17 ; Expect argument 4 to be moved directly to register edx.
20 ; Expect argument 6 to be moved directly to register r8.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtailcallbyval64.ll17 ; Expect argument 4 to be moved directly to register edx.
20 ; Expect argument 6 to be moved directly to register r8.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll17 ; Expect argument 4 to be moved directly to register edx.
20 ; Expect argument 6 to be moved directly to register r8.
/external/compiler-rt/lib/tsan/
DCMakeLists.txt108 # Pass ASM file directly to the C++ compiler.
141 # Pass ASM file directly to the C++ compiler.
155 # Pass ASM file directly to the C++ compiler.
160 # Pass ASM file directly to the C++ compiler.

12345678910>>...93