Home
last modified time | relevance | path

Searched full:avoid (Results 1 – 25 of 15885) sorted by relevance

12345678910>>...636

/external/clang/test/Sema/
Dattr-deprecated-message.c4 typedef int INT1 __attribute__((deprecated("Please avoid INT1"))); // expected-note 3 {{'INT1' has …
6 typedef INT1 INT2 __attribute__ ((__deprecated__("Please avoid INT2")));
8 typedef INT1 INT1a; // expected-warning {{'INT1' is deprecated: Please avoid INT1}}
10 typedef INT1 INT1b __attribute__ ((deprecated("Please avoid INT1b")));
12 INT1 should_be_unavailable; // expected-warning {{'INT1' is deprecated: Please avoid INT1}}
15 INT1 f1(void) __attribute__ ((deprecated("Please avoid f1"))); // expected-note {{'f1' has been exp…
16 INT1 f2(void); // expected-warning {{'INT1' is deprecated: Please avoid INT1}}
18 typedef enum {red, green, blue} Color __attribute__((deprecated("Please avoid Color"))); // expecte…
21 Color c1; // expected-warning {{'Color' is deprecated: Please avoid Color}}
24 int g2 __attribute__ ((deprecated("Please avoid g2"))); // expected-note {{'g2' has been explicitly…
[all …]
/external/google-styleguide/
Dobjcguide.md172 Avoid non-standard abbreviations (including non-standard acronyms and
190 // AVOID:
192 // Names to avoid.
235 Prefixes are commonly required in Objective-C to avoid naming collisions in a
356 // AVOID:
358 - (Sandwich *)makeSandwich; // AVOID.
371 // AVOID:
373 - (id)getDelegate; // AVOID.
392 // AVOID:
394 BOOL isGood = object.isGlorious; // AVOID.
[all …]
/external/rust/crates/libz-sys/src/zlib/
DChangeLog9 - Avoid warnings on snprintf() return value
25 - Avoid uninitialized access by gzclose_w()
64 - Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]
79 - Avoid shift equal to bits in type (caused endless loop)
120 - Avoid using __int64 for gcc or solo compilation
121 - Cast to char * in gzprintf to avoid warnings [Zinser]
140 - Avoid the use of the -u option with mktemp
151 - Avoid race condition for parallel make (-j) running example
155 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
159 - Avoid the use of the Objective-C reserved name "id"
[all …]
/external/python/cpython2/Modules/zlib/
DChangeLog9 - Avoid warnings on snprintf() return value
25 - Avoid uninitialized access by gzclose_w()
64 - Avoid including stddef.h on Windows for Z_SOLO compile [Niessink]
79 - Avoid shift equal to bits in type (caused endless loop)
120 - Avoid using __int64 for gcc or solo compilation
121 - Cast to char * in gzprintf to avoid warnings [Zinser]
140 - Avoid the use of the -u option with mktemp
151 - Avoid race condition for parallel make (-j) running example
155 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe]
159 - Avoid the use of the Objective-C reserved name "id"
[all …]
/external/pandora/bt-test-interfaces/doc/
Dstyle-guide.md28 rpc OpenServer(Empty) returns (Empty); // ✗ Avoid
43 service A2DPServer {} // ✗ Avoid
45 service BluetoothHost {} // ✗ Avoid
48 ### Avoid long package names
54 package test.interfaces.bluetooth.bredr.l2cap; // ✗ Avoid
66 Send(MyData) returns (MyEmpty); // ✗ Avoid
91 ### Avoid gRPC streaming if possible
94 streaming) and you should avoid it otherwise.
102 // ✗ Avoid
/external/perfetto/protos/perfetto/config/sys_stats/
Dsys_stats_config.proto26 // *_counters fields. This is to avoid spamming the trace with all counters
34 // This is required to be > 10ms to avoid excessive CPU usage.
43 // This is required to be > 10ms to avoid excessive CPU usage.
49 // This is required to be > 10ms to avoid excessive CPU usage.
62 // This is required to be > 10ms to avoid excessive CPU usage.
68 // This is required to be > 10ms to avoid excessive CPU usage.
72 // This is required to be > 10ms to avoid excessive CPU usage.
76 // This is required to be > 10ms to avoid excessive CPU usage.
80 // This is required to be > 10ms to avoid excessive CPU usage.
/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-macro.cpp11 …LINE_FALLTHROUGH;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_from_command_line()
29 …LITY_FALLTHROUGH;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_from_source()
56 …note{{insert 'M1;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_in_macro()
74 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_undefined()
76 …'[[fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_undefined()
97 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_history()
99 …'[[fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_history()
120 …CRO_WITH_HISTORY;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_history2()
138 …RO_WITH_HISTORY2;' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_compatibility_macro_history_template()
Dswitch-implicit-fallthrough-cxx98.cpp16 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
18 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
20 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
22 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
25 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
28 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
37 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
Dswitch-implicit-fallthrough.cpp15 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
17 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
19 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
22 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
25 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
34 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
36 …notated fall-through between switch labels}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough()
189 …g::fallthrough]];' to silence this warning}} expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_position()
242 expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_in_local_class()
262 expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_in_lambda()
/external/clang/test/Parser/
Dwarn-dangling-else.cpp6 …{ if (a) if (b) d++; else e++; } // expected-warning {{add explicit braces to avoid dangling else}} in f()
7 …{ if (a) while (b) if (c) d++; else e++; } // expected-warning {{add explicit braces to avoid dang… in f()
8 …{ if (a) switch (b) if (c) d++; else e++; } // expected-warning {{add explicit braces to avoid dan… in f()
9 …{ if (a) for (;;) if (c) d++; else e++; } // expected-warning {{add explicit braces to avoid dangl… in f()
10 …f (d) d++; else e++; else d--; } // expected-warning {{add explicit braces to avoid dangling else}} in f()
15 } else e++; // expected-warning {{add explicit braces to avoid dangling else}} in f()
/external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/
DRpcViews.java165 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
185 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
203 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
221 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
239 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
259 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
277 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
295 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
317 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
340 * <p>It is recommended to call this method before doing any RPC call to avoid missing stats.
/external/rust/crates/zerocopy/
DCONTRIBUTING.md66 ### Avoid Duplication
68 Avoid duplicating code whenever possible. In cases where existing code is not
77 always better; for example, avoid comments that repeat the code they're anchored
82 structures. Avoid documentation comments on types which describe _instances_ of
87 Phrase your comments to avoid references that might become stale; for example:
89 are necessary exceptions). Also avoid references to past or future versions of
112 1. Avoid [change detector tests][change_detector_tests]; tests that are
130 Commits should be thoughtfully sized; avoid overly large or complex commits
131 which can be logically separated, but also avoid overly separated commits that
137 Commit messages should be _concise_ but self-contained (avoid relying on issue
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_wtengine.c125 /*lint -e{704} <avoid divide>*/ in WT_VoiceGain()
134 /*lint -e{704} <avoid divide>*/ in WT_VoiceGain()
142 /*lint -e{704} <avoid divide>*/ in WT_VoiceGain()
152 /*lint -e{704} <avoid divide>*/ in WT_VoiceGain()
162 /*lint -e{704} <avoid divide>*/ in WT_VoiceGain()
218 /*lint -e{701} <avoid multiply for performance>*/ in WT_Interpolate()
220 /*lint -e{701} <avoid multiply for performance>*/ in WT_Interpolate()
234 /*lint -e{704} <avoid divide>*/ in WT_Interpolate()
238 /*lint -e{704} <avoid divide>*/ in WT_Interpolate()
243 /*lint -e{704} <avoid divide>*/ in WT_Interpolate()
[all …]
/external/cronet/base/memory/
Dsafe_ref.h59 // Avoid use-after-move. in SafeRef()
65 // Avoid use-after-move.
73 // Avoid use-after-move. in SafeRef()
79 // Avoid use-after-move.
92 // Avoid use-after-move. in SafeRef()
99 // Avoid use-after-move.
111 // Avoid use-after-move. in SafeRef()
118 // Avoid use-after-move.
/external/rust/crates/log/.github/workflows/
Dmain.yml72 - run: cargo build --verbose -Z avoid-dev-deps --features kv_unstable
73 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable std"
74 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_sval"
75 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_serde"
76 - run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_std"
77 …- run: cargo build --verbose -Z avoid-dev-deps --features "kv_unstable kv_unstable_sval kv_unstabl…
/external/crosvm/docs/book/src/testing/
Dindex.md13 Unit tests **cannot make any guarantees on the runtime environment**. Avoid doing the following in
16 - Avoid kernel features such as io_uring or userfaultfd, which may not be available on all kernels.
17 - Avoid functionality that requires privileges (e.g. CAP_NET_ADMIN)
18 - Avoid spawning threads or processes
19 - Avoid accessing kernel devices
20 - Avoid global state in unit tests
/external/e2fsprogs/doc/RelNotes/
Dv1.46.3.txt31 Fix mke2fs to avoid discarding blocks beyond the end of the file system
36 Teach mke2fs to avoid giving a spurious warning about a pre-existing
55 Fix lsattr and chattr to avoid opening or calling EXT2_IOC_[GS]ETFLAGS
66 Avoid forking an unnecessary thread in ext2fs_rw_bitmaps().
68 Avoid unnecessary stat(2) calls on mountpoints when checking if a file
/external/mesa3d/docs/relnotes/
D10.5.7.rst57 - nv50/ir: avoid messing up arg1 of PFETCH
59 - nv30: avoid leaking render state and draw shaders
61 - nv30/draw: avoid leaving stale pointers in draw state
64 - glsl: avoid leaking linked gl_shader when there's a late linker error
71 - nv30: avoid doing extra work on clear and hitting unexpected states
/external/robolectric/errorprone/src/main/java/org/robolectric/errorprone/bugpatterns/
DRobolectricShadow.java114 public Void visitStartElement(StartElementTree startElementTree, Void aVoid) { in visitStartElement() argument
125 return super.visitStartElement(startElementTree, aVoid); in visitStartElement()
129 public Void visitEndElement(EndElementTree endElementTree, Void aVoid) { in visitEndElement() argument
130 return super.visitEndElement(endElementTree, aVoid); in visitEndElement()
134 public Void visitText(TextTree textTree, Void aVoid) { in visitText() argument
136 return super.visitText(textTree, aVoid); in visitText()
177 public Void visitMethod(MethodTree methodTree, Void aVoid) { in visitMethod() argument
181 return super.visitMethod(methodTree, aVoid); in visitMethod()
/external/tensorflow/tensorflow/core/util/
Dtensor_format.h130 return -1; // Avoid compiler warning about missing return value in GetTensorSpatialDims()
157 return -1; // Avoid compiler warning about missing return value in GetTensorDimsFromSpatialDims()
186 return -1; // Avoid compiler warning about missing return value in GetTensorBatchDimIndex()
206 return -1; // Avoid compiler warning about missing return value in GetTensorFeatureDimIndex()
243 return -1; // Avoid compiler warning about missing return value in GetTensorSpatialDimIndex()
259 return -1; // Avoid compiler warning about missing return value in GetFilterTensorSpatialDimIndex()
283 return -1; // Avoid compiler warning about missing return value in GetFilterTensorInputChannelsDimIndex()
298 return -1; // Avoid compiler warning about missing return value in GetFilterTensorOutputChannelsDimIndex()
326 return -1; // Avoid compiler warning about missing return value in GetTensorDimIndex()
339 return -1; // Avoid compiler warning about missing return value in GetTensorDimIndex()
[all …]
/external/libevent/
DChangeLog24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh…
60 o cmake: avoid problems from use of CMAKE_USE_PTHREADS_INIT (a62ec765 Paul Osborne)
153 o kqueue: Avoid undefined behaviour. (e70e18e9 Tobias Stoeckmann)
232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
246 o be_openssl: avoid leaking of SSL structure (e86ccfe5)
268 o Avoid possible SEGVs in select() (in unit tests) (8818c86c)
339 o test/dns: run async resolving after sync one (to avoid timeouts) (07862531 Azat Khuzhin)
445 o evdns: avoid double-free in evdns_base_free() for probing requests (4db15e0 Azat Khuzhin)
452 o be_filter: avoid data stuck under active watermarks (b627ad8 Eduardo Panisset)
472 o http: set fd to -1 unconditioally, to avoid leaking of DNS requests (7a4b472 Azat Khuzhin)
[all …]
/external/angle/third_party/abseil-cpp/absl/log/
Dvlog_is_on_test.cc97 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
112 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
127 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
142 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
155 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
168 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
/external/abseil-cpp/absl/log/
Dvlog_is_on_test.cc97 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
112 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
127 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
142 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
155 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
168 // Set an arbitrary high value to avoid filtering VLOGs in tests by default. in TEST()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCMachineScheduler.cpp65 // Avoid exceeding the target's limit. in tryCandidate()
71 // Avoid increasing the max critical pressure in the scheduled region. in tryCandidate()
118 // Avoid increasing the max pressure of the entire region. in tryCandidate()
125 // Avoid critical resource consumption and balance the schedule. in tryCandidate()
135 // Avoid serializing long latency dependence chains. in tryCandidate()
197 // Avoid critical resource consumption and balance the schedule. in tryCandidate()
206 // Avoid serializing long latency dependence chains. in tryCandidate()
223 // to avoid stalled by vector instructions which take up all the hw units. in tryCandidate()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DInstSimplifyFolder.h122 return C; // avoid calling Fold in CreateCast()
128 return C; // avoid calling Fold in CreateIntCast()
133 return C; // avoid calling Fold in CreatePointerCast()
138 return C; // avoid calling Fold in CreateFPCast()
152 return C; // avoid calling Fold in CreateZExtOrBitCast()
157 return C; // avoid calling Fold in CreateSExtOrBitCast()
162 return C; // avoid calling Fold in CreateTruncOrBitCast()
169 return C; // avoid calling Fold in CreatePointerBitCastOrAddrSpaceCast()

12345678910>>...636