Searched refs:directly (Results 1 – 25 of 2309) sorted by relevance
12345678910>>...93
/external/clang/test/SemaObjC/ |
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 …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}}
|
D | objcbridge-attribute-arc.m | 50 … // 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 …]
|
D | arc-bridged-cast.m | 41 …// 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/ |
D | objcbridge-attribute.mm | 32 … // 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 …]
|
D | objcbridge-attribute-arc.mm | 32 … // 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 …]
|
D | objcbridge-static-cast.mm | 32 … // 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/ |
D | ShadowView.java | 134 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/ |
D | GPBMessageTests+Merge.m | 269 // 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/ |
D | nonobjc-to-objc-cast-2.m | 31 // 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)}} \
|
D | no-canceling-bridge-to-bridge-cast.m | 26 // 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/ |
D | inline-defensive-checks.m | 48 // 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/ |
D | api_def_ReadVariableOp.pbtxt | 20 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/ |
D | GPBCodedOutputStream.m | 293 // 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/ |
D | scp.0 | 30 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/ |
D | BUILD.gn | 6 # 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/ |
D | BUILD | 9 # ctc support classes imported directly from TensorFlow. 26 # top_n support classes imported directly from TensorFlow.
|
/external/python/cpython3/Doc/library/ |
D | tkinter.scrolledtext.rst | 17 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.
|
D | pkgutil.rst | 88 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/ |
D | scrolledtext.rst | 13 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/ |
D | half.cl | 11 *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/ |
D | uninit-msg-expr.m | 8 // Not directly including Foundation.h directly makes this test case
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 17 ; 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/ |
D | tailcallbyval64.ll | 17 ; 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/ |
D | tailcallbyval64.ll | 17 ; 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/ |
D | CMakeLists.txt | 108 # 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