/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/subzero/tests_lit/assembler/arm32/ |
D | sandboxing.ll | 29 ; Same as above, but force bundle padding by adding three (branch) instruction 52 ; Same as above, but force bundle padding by adding two (branch) instruction 74 ; Same as above, but force bundle padding by adding single (branch) instruction 137 ; Forces bundling by adding three (branch) instructions befor the tested call. 168 ; Forces bundling by adding two (branch) instructions befor the tested call. 248 ; Store with bundle padding. Force padding by adding a single branch
|
/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()
|
D | ipila.c | 150 bool adding) in ila_parse_opt() argument 194 if (adding) { in ila_parse_opt()
|
/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/swiftshader/third_party/llvm-7.0/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/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/u-boot/doc/ |
D | README.hwconfig | 37 experience by adding more mature interfaces, like a hwconfig 38 command with bells and whistles. Or not adding, if we feel
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.25.txt | 14 Updated tune2fs man page to reflect the fact that adding or removing a 40 Make UUID library C++ friendly by adding appropriate extern "C"
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 29 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
|
/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/ |
D | README | 4 Please talk to the maintainers before adding any new dependencies.
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 41 echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
|
/external/protobuf/csharp/protos/ |
D | unittest_issues.proto | 100 // TODO: Consider adding oneofs to TestFieldOrderings, although 102 // Alternatively, consider just adding this to
|
/external/tensorflow/tensorflow/contrib/model_pruning/ |
D | README.md | 11 3. [Adding pruning ops to the training graph](#adding-pruning-ops) 17 The first step involves adding mask and threshold variables to the layers that 50 | name | string | model_pruning | Name of the pruning specification. Used for adding summaries and … 81 ### Adding pruning ops to the training graph <a name="adding-pruning-ops"></a> 83 The final step involves adding ops to the training graph that monitor the
|
/external/gemmlowp/doc/ |
D | low-precision.md | 97 scheme requires adding the lhs_offset and rhs_offset to each of the lhs and rhs 105 One may then consider adding the lhs_offset and rhs_offset once and for all to 118 Adding lhs_offset to each entry of `lhs`, means adding `lhs_offset * P` to 121 Adding rhs_offset to each entry of `rhs`, means adding `rhs_offset * Q` to 163 fourth term is simply the rank zero update adding this constant to each matrix
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | defset-typeerror.td | 4 // CHECK: error: adding record of incompatible type 'A' to defset
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystemTest.groovy | 47 // Try adding entry that already exists 50 // Try adding entry for path whose parent does not already exist
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | README | 11 cpuset, such as: adding/removing cpus/mems, setting flags, exclusive function, 26 operation of cpuset. such as: adding/removing cpus/mems, setting flags.
|
/external/webrtc/tools/ubsan/ |
D | blacklist.txt | 6 # adding WebRTC-specific blacklist entries.
|
/external/libyuv/files/tools_libyuv/ubsan/ |
D | blacklist.txt | 6 # adding WebRTC-specific blacklist entries.
|