/external/strace/ |
D | config.h.in | 61 if you don't. */ 65 if you don't. */ 69 if you don't. */ 73 don't. */ 77 don't. */ 80 /* Define to 1 if you have the declaration of `CTL_PM', and to 0 if you don't. 85 don't. */ 89 don't. */ 93 don't. */ 97 don't. */ [all …]
|
D | config.h | 62 if you don't. */ 66 if you don't. */ 70 if you don't. */ 74 don't. */ 78 don't. */ 81 /* Define to 1 if you have the declaration of `CTL_PM', and to 0 if you don't. 86 don't. */ 90 don't. */ 94 don't. */ 98 don't. */ [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | misc-static-assert.cpp | 79 assert(!"Don't report me!"); in main() 80 // CHECK-FIXES: {{^ }}assert(!"Don't report me!"); in main() 82 assert(0 && "Don't report me!"); in main() 83 // CHECK-FIXES: {{^ }}assert(0 && "Don't report me!"); in main() 85 assert(false && "Don't report me!"); in main() 86 // CHECK-FIXES: {{^ }}assert(false && "Don't report me!"); in main() 89 assert(NULL && "Don't report me!"); in main() 90 // CHECK-FIXES: {{^ }}assert(NULL && "Don't report me!"); in main() 92 assert(NULL == "Don't report me!"); in main() 93 // CHECK-FIXES: {{^ }}assert(NULL == "Don't report me!"); in main() [all …]
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | grpc.pxi | 37 # We don't care about the internals 44 # don't worry about writing out the members of grpc_slice; we never access 90 # We don't care about the internals. 146 # We don't care about the internals (and in fact don't know them) 150 # We don't care about the internals (and in fact don't know them) 154 # We don't care about the internals (and in fact don't know them) 158 # We don't care about the internals (and in fact don't know them) 415 # We don't care about the internals 419 # We don't care about the internals 450 # We don't care about the internals (and in fact don't know them) [all …]
|
/external/yapf/ |
D | CHANGELOG | 48 - Don't split ellipses. 57 operation: `**foo`. Take that into accound and don't split after the 62 - Don't treat 'None' as a keyword if calling a function on it, like '__ne__()'. 86 - Don't enforce a split before a comment after the opening of a container if it 104 itself. Don't add a newline after the string when retaining the vertical 109 lists from being separated when they don't need to be. 110 - Don't place a dictionary argument on its own line if it's the last argument 128 - Don't remove needed spacing before a comment in a dict when in "chromium" 179 - Don't make splitting penalty decisions based on the original formatting. This 189 so don't force the split here. It's forced elsewhere. [all …]
|
/external/llvm-project/polly/lib/External/ |
D | isl_config.h.cmake | 8 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 12 don't. */ 16 you don't. */ 21 don't. */ 25 don't. */ 30 don't. */ 34 don't. */ 39 don't. */ 43 don't. */
|
/external/clang/test/SemaCXX/ |
D | warn-missing-prototypes.cpp | 10 // Don't warn about functions in anonymous namespaces. 15 // Don't warn about member functions. 19 // Don't warn about inline functions. 22 // Don't warn about function templates. 25 // Don't warn when instantiating function templates. 28 // PR9519: don't warn about friend functions. 33 // Don't warn on explicitly deleted functions.
|
/external/autotest/client/cros/graphics/ |
D | graphics_uinput.py | 15 # Don't create a device during build_packages or for tests that don't need it. 20 # Don't add more events to this list than are used. For a complete list of 60 Lazy initialize device and return it. We don't want to create a device 61 during build_packages or for tests that don't need it, hence init with None. 71 Lazy initialize device and return it. We don't want to create a device 72 during build_packages or for tests that don't need it, hence init with None. 82 Lazy initialize device and return it. We don't want to create a device 83 during build_packages or for tests that don't need it, hence init with None.
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_config.h.in | 10 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 14 to 0 if you don't. */ 18 don't. */ 22 don't. */ 26 don't. */ 30 you don't. */ 34 don't. */ 38 don't. */ 42 don't. */ 46 don't. */
|
/external/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 We don't care if as leaks 36 We don't care if bash leaks 44 We don't care of cmp 50 We don't care if grep leaks 56 We don't care if python leaks 63 We don't care if sed leaks 71 We don't care about anything ld.so does.
|
/external/llvm-project/llvm/utils/valgrind/ |
D | x86_64-pc-linux-gnu.supp | 30 We don't care if as leaks 36 We don't care if bash leaks 44 We don't care of cmp 50 We don't care if grep leaks 56 We don't care if python leaks 63 We don't care if sed leaks 71 We don't care about anything ld.so does.
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/ |
D | p2.cpp | 84 struct[[nodiscard("Don't throw me away!")]] ConvertTo{}; 87 [[nodiscard("Don't let that S-Char go!")]] S(char); 92 [[nodiscard("Don't throw away as a double")]] operator double(); 95 struct[[nodiscard("Don't throw me away either!")]] Y{}; 99 …ng temporary created by a constructor declared with 'nodiscard' attribute: Don't let that S-Char g… in usage() 102 …ng temporary created by a constructor declared with 'nodiscard' attribute: Don't throw me away eit… in usage() 104 …ing {{ignoring return value of function declared with 'nodiscard' attribute: Don't throw me away!}} in usage() 109 // expected-warning@+4 {{ignoring return value of function declared with 'nodiscard' attribute: Don… in usage() 111 …ring temporary created by a constructor declared with 'nodiscard' attribute: Don't throw me away!}} in usage() 115 …ng temporary created by a constructor declared with 'nodiscard' attribute: Don't let that S-Char g… in usage() [all …]
|
/external/yapf/yapf/yapflib/ |
D | unwrapped_line.py | 264 # Don't merge two keywords/identifiers. 278 # If there is a type hint, then we don't want to add a space between the 315 # Don't add a space after a vararg's star or a keyword's star-star. 324 # Don't place spaces between dots. 343 # Don't separate the opening bracket from the first item. 346 # Don't separate a call or array access from the name. 349 # Don't separate the closing bracket from the last item. 356 # Don't separate a unary operator from the opening bracket. 361 # Don't separate a '*' or '**' from the opening bracket. 367 # Special support for the 'await' keyword. Don't separate the 'await' [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 10.1.1.rst | 10 used. Some drivers don't support all the features required in OpenGL 76 - mesa: don't call ctx->Driver.ClearBufferSubData() if size==0 80 - c11/threads: don't include assert.h if the assert macro is already 123 - util: don't define isfinite(), isnan() for MSVC >= 1800 124 - mesa: don't define c99 math functions for MSVC >= 1800 158 - loader: don't limit the non-udev path to only android 159 - megadriver_stub.c: don't use \_GNU_SOURCE to gate the compat code 160 - egl/dri2: don't require libudev to build drm/wayland platforms 162 - configure: don't require libudev for gbm or egl drm/wayland 168 - c11/threads: Don't implement thrd_current on Windows. [all …]
|
D | 17.2.3.rst | 10 used. Some drivers don't support all the features required in OpenGL 61 - egl/wayland: Don't use dmabuf with no modifiers 90 - intel/compiler: Don't cmod propagate into a saturated operation 91 - intel/compiler: Don't propagate cmod into integer multiplies 110 - st/vdpau: don't re-allocate interlaced buffer with packed YUV format 111 - st/va: don't re-allocate interlaced buffer with pakced format 123 - st/mesa: don't use pipe_surface for passing information about 136 - radeonsi: don't discard points and lines 139 - st/mesa: don't clobber glGetInternalformat\* buffer for
|
D | 10.2.5.rst | 10 used. Some drivers don't support all the features required in OpenGL 54 - mesa: Don't use memcpy() in \_mesa_texstore() for float depth texture 83 - mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile 84 - mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_\* queries outside 111 - i965: Don't copy propagate abs into Broadwell logic instructions. 147 - i965/vec4: Don't return void from a void function. 148 - i965/vec4: Don't fix_math_operand() on Gen >= 8. 149 - i965/fs: Don't fix_math_operand() on Gen >= 8. 153 - i965/fs: Don't use brw_imm\_\* unnecessarily.
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest_pred_impl.h | 56 // If you don't care about formatting, you can use the more 72 // in this file reduce. Don't use this in your code. 82 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use 98 // Don't use this in your code. 103 // Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use 123 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use 144 // Don't use this in your code. 149 // Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use 171 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use 197 // Don't use this in your code. [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest_pred_impl.h | 55 // If you don't care about formatting, you can use the more 73 // in this file reduce. Don't use this in your code. 83 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use 100 // Don't use this in your code. 105 // Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use 125 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use 147 // Don't use this in your code. 152 // Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use 174 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use 200 // Don't use this in your code. [all …]
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest_pred_impl.h | 55 // If you don't care about formatting, you can use the more 73 // in this file reduce. Don't use this in your code. 83 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use 100 // Don't use this in your code. 105 // Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use 125 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use 147 // Don't use this in your code. 152 // Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use 174 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use 200 // Don't use this in your code. [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest_pred_impl.h | 55 // If you don't care about formatting, you can use the more 73 // in this file reduce. Don't use this in your code. 82 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use 96 // Don't use this in your code. 100 // Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use 113 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use 130 // Don't use this in your code. 134 // Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use 150 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use 168 // Don't use this in your code. [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 55 // If you don't care about formatting, you can use the more 73 // in this file reduce. Don't use this in your code. 83 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use 99 // Don't use this in your code. 104 // Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use 124 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use 145 // Don't use this in your code. 150 // Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use 172 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use 198 // Don't use this in your code. [all …]
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 55 // If you don't care about formatting, you can use the more 73 // in this file reduce. Don't use this in your code. 83 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use 99 // Don't use this in your code. 104 // Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use 124 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use 145 // Don't use this in your code. 150 // Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use 172 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use 198 // Don't use this in your code. [all …]
|
/external/googletest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 55 // If you don't care about formatting, you can use the more 73 // in this file reduce. Don't use this in your code. 83 // Helper function for implementing {EXPECT|ASSERT}_PRED1. Don't use 100 // Don't use this in your code. 105 // Internal macro for implementing {EXPECT|ASSERT}_PRED1. Don't use 125 // Helper function for implementing {EXPECT|ASSERT}_PRED2. Don't use 147 // Don't use this in your code. 152 // Internal macro for implementing {EXPECT|ASSERT}_PRED2. Don't use 174 // Helper function for implementing {EXPECT|ASSERT}_PRED3. Don't use 200 // Don't use this in your code. [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-missing-prototypes.cpp | 14 // Don't warn about functions in anonymous namespaces. 19 // Don't warn about member functions. 23 // Don't warn about inline functions. 26 // Don't warn about function templates. 29 // Don't warn when instantiating function templates. 32 // PR9519: don't warn about friend functions. 37 // Don't warn on explicitly deleted functions.
|
/external/llvm-project/flang/docs/ |
D | C++style.md | 48 extension ".cpp", not ".C" or ".cc" or ".cxx". Don't create needless 60 interface to the module foo, you don't have to redundantly `#include "bar.h"` 66 1. Don't use `#include <iostream>`. If you need it for temporary debugging, 80 don't have class functions from which data members need to be distinguishable. 83 and should return `*this`. Don't define accessors or mutators needlessly. 106 1. Don't indent public:, protected:, and private: 109 1. Don't use tabs. 110 1. Don't indent the bodies of namespaces, even when nested. 114 Don't try to make columns of variable names or comments 129 Don't waste space on the screen with needless blank lines or elaborate block [all …]
|