/external/clang/test/SemaObjC/ |
D | circular-container.m | 57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular … 58 …[_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '… 59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen… 60 …[_countedSet addObject:_countedSet]; // expected-warning {{adding '_countedSet' to '_countedSet' m… 61 …[_orderedSet addObject:_orderedSet]; // expected-warning {{adding '_orderedSet' to '_orderedSet' m… 65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai… 69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend… 73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… 77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… 81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… [all …]
|
D | warn-unreachable.m | 56 …/ expected-warning {{will never be executed}} expected-note {{silence by adding parentheses to mar… 59 if (YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}} 69 if (!YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
|
/external/llvm-project/clang/test/SemaObjC/ |
D | circular-container.m | 57 …[_array addObject:_array]; // expected-warning {{adding '_array' to '_array' might cause circular … 58 …[_dictionary setObject:_dictionary forKey:@"key"]; // expected-warning {{adding '_dictionary' to '… 59 …[_set addObject:_set]; // expected-warning {{adding '_set' to '_set' might cause circular dependen… 60 …[_countedSet addObject:_countedSet]; // expected-warning {{adding '_countedSet' to '_countedSet' m… 61 …[_orderedSet addObject:_orderedSet]; // expected-warning {{adding '_orderedSet' to '_orderedSet' m… 65 …[a addObject:a]; // expected-warning {{adding 'a' to 'a' might cause circular dependency in contai… 69 …[d setObject:d forKey:@"key"]; // expected-warning {{adding 'd' to 'd' might cause circular depend… 73 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… 77 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… 81 …[s addObject:s]; // expected-warning {{adding 's' to 's' might cause circular dependency in contai… [all …]
|
D | warn-unreachable.m | 56 …/ expected-warning {{will never be executed}} expected-note {{silence by adding parentheses to mar… 59 if (YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}} 69 if (!YES) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
|
/external/libavc/common/arm/ |
D | ih264_weighted_pred_a9q.s | 151 vaddw.s8 q2, q2, d3 @adding offset for rows 1,2 152 vaddw.s8 q3, q3, d3 @adding offset for rows 3,4 185 vaddw.s8 q2, q2, d3 @adding offset for row 1 187 vaddw.s8 q3, q3, d3 @adding offset for row 2 189 vaddw.s8 q4, q4, d3 @adding offset for row 3 191 vaddw.s8 q5, q5, d3 @adding offset for row 4 234 vaddw.s8 q6, q6, d3 @adding offset for row 1L 236 vaddw.s8 q7, q7, d3 @adding offset for row 1H 239 vaddw.s8 q8, q8, d3 @adding offset for row 2L 242 vaddw.s8 q9, q9, d3 @adding offset for row 2H [all …]
|
D | ih264_weighted_bi_pred_a9q.s | 193 vaddw.s8 q2, q2, d3 @adding offset for rows 1,2 194 vaddw.s8 q4, q4, d3 @adding offset for rows 3,4 241 vaddw.s8 q2, q2, d3 @adding offset for row 1 243 vaddw.s8 q4, q4, d3 @adding offset for row 2 245 vaddw.s8 q6, q6, d3 @adding offset for row 3 247 vaddw.s8 q8, q8, d3 @adding offset for row 4 318 vaddw.s8 q10, q10, d3 @adding offset for row 1L 320 vaddw.s8 q2, q2, d3 @adding offset for row 1H 322 vaddw.s8 q12, q12, d3 @adding offset for row 2L 324 vaddw.s8 q4, q4, d3 @adding offset for row 2H [all …]
|
/external/llvm/test/MC/Mips/ |
D | higher-highest-addressing.s | 32 # Check the case where relocations are not modified by adding +1. The constant 43 # Check the case where %higher is modified by adding +1. 50 # Check the case where both %higher and %highest are modified by adding +1.
|
/external/llvm-project/llvm/test/MC/Mips/ |
D | higher-highest-addressing.s | 32 # Check the case where relocations are not modified by adding +1. The constant 43 # Check the case where %higher is modified by adding +1. 50 # Check the case where both %higher and %highest are modified by adding +1.
|
/external/perfetto/docs/data-sources/ |
D | gpu.md | 7 GPU frequency can be included in the trace by adding the ftrace category. 22 GPU counters can be configured by adding the data source to the trace config as follows:
|
/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/ |
D | LocalDependencyPropagation.s | 10 # CHECK-DAG: In main adding dependencies for _foo: { (main, { _external_func }) } 11 # CHECK-DAG: In main adding dependencies for _baz: { (main, { _foo }) }
|
/external/llvm-project/mlir/test/mlir-tblgen/ |
D | op-format-spec.td | 463 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($result)' direc… 468 // CHECK: note: suggest adding a '$operand' directive to the custom assembly format 473 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($operand)' dire… 478 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($operand)' dire… 483 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($result)' direc… 488 // CHECK: note: suggest adding a '$successor' directive to the custom assembly format 495 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($operand)' dire… 500 // CHECK: note: suggest adding a type constraint to the operation or adding a 'type($result)' direc…
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.1.rst | 87 - egl/x11/dri3: adding missing \__DRI_BACKGROUND_CALLABLE extension 153 - glsl: stop adding pointers from gl_shader_variable to the cache 154 - glsl: stop adding pointers from glsl_struct_field to the cache 159 - glsl: stop adding pointers from shader_info to the cache 160 - glsl: stop adding pointers from bindless structs to the cache
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | ax_set_warning_flags.m4 | 3 dnl warnings that did not trigger at the time of adding these flags. 13 dnl adding for example -Wno-return-type). To temporarily disable
|
D | ax_cxx_compile_stdcxx_11_no_override.m4 | 1 # Check if $CXX does or can be made to support C++11 by adding switches. 14 # Check if $CXX supports C++11 by default (without adding switches).
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 69 // NOTE: always must be equal to largest flag, check this when adding new flag 90 // May also utilize this Flag in future, when adding support 97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoFlags.def | 69 // NOTE: always must be equal to largest flag, check this when adding new flag 90 // May also utilize this Flag in future, when adding support 97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
|
/external/iproute2/ip/ |
D | ipfou.c | 47 bool adding) in fou_parse_opt() argument 91 if (!ipproto_set && !gue_set && adding) { in fou_parse_opt()
|
/external/rust/crates/grpcio-sys/grpc/third_party/ |
D | README.md | 15 ## Considerations when adding a new third-party dependency 22 …We currently support multiple build systems (BAZEL, cmake, make, ...) so adding a new dependency u… 25 Also keep in mind that adding a new dependency can be quite disruptive 29 ## Checklist for adding a new third-party dependency 33 - [ ] Make sure you understand the hidden costs of adding a dependency (see section above) and that…
|
/external/llvm-project/llvm/test/Analysis/MemorySSA/ |
D | update_unroll.ll | 8 ; Check verification passes after loop rotate, when adding phis in blocks 9 ; receiving incoming edges and adding phis in IDF blocks.
|
/external/rust/crates/libc/ |
D | CONTRIBUTING.md | 22 platforms of that level. For example, when adding a Unix API it should be added 23 to `src/unix/mod.rs`, but when adding a Linux-only API it should be added to 38 With that in mind, the steps for adding a new API are: 41 2. Add the API, including adding new symbol(s) to the semver lists.
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 14 - adding commands to be run before and/or after the test suite 15 - adding commands to be run before and/or after the test cases 16 - adding commands to be run before and/or after the execute phase of the test cases
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 16 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
|
/external/iptables/extensions/ |
D | libxt_SET.man | 21 when adding an entry, the timeout value to use instead of the default 25 when adding an entry if it already exists, reset the timeout value
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | stack-no-redzone.ll | 9 ; - by adding an immediate value: 11 ; - by adding another register: 15 ; - by adding an immediate value to it:
|
/external/wayland/ |
D | README.android.md | 102 - A commit removing all existing files, and adding in a clean import of the 105 - A commit adding (back) the various required Android files 116 - A commit removing all existing files, and adding in a clean import of 119 - A commit adding (back) the various required Android files, including
|