Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 25 of 1220) sorted by relevance

12345678910>>...49

/external/clang/test/SemaObjC/
Dcircular-container.m57 …[_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 …]
Dwarn-unreachable.m56 …/ 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/
Dih264_weighted_pred_a9q.s151 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 …]
Dih264_weighted_bi_pred_a9q.s193 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/
Dhigher-highest-addressing.s32 # 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/
Dhigher-highest-addressing.s32 # 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/
Dsandboxing.ll29 ; 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/
Dipfou.c47 bool adding) in fou_parse_opt() argument
91 if (!ipproto_set && !gue_set && adding) { in fou_parse_opt()
Dipila.c150 bool adding) in ila_parse_opt() argument
194 if (adding) { in ila_parse_opt()
/external/linux-kselftest/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt14 - 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/
Dstack-no-redzone.ll9 ; - by adding an immediate value:
11 ; - by adding another register:
15 ; - by adding an immediate value to it:
/external/iptables/extensions/
Dlibxt_SET.man21 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/
DREADME.hwconfig37 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/
Dv1.25.txt14 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/
Dver_functions.sh29 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/
DREADME4 Please talk to the maintainers before adding any new dependencies.
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcu/
Dver_functions.sh41 echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
/external/protobuf/csharp/protos/
Dunittest_issues.proto100 // TODO: Consider adding oneofs to TestFieldOrderings, although
102 // Alternatively, consider just adding this to
/external/tensorflow/tensorflow/contrib/model_pruning/
DREADME.md11 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/
Dlow-precision.md97 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/
Ddefset-typeerror.td4 // CHECK: error: adding record of incompatible type 'A' to defset
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystemTest.groovy47 // Try adding entry that already exists
50 // Try adding entry for path whose parent does not already exist
/external/ltp/testcases/kernel/controllers/cpuset/
DREADME11 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/
Dblacklist.txt6 # adding WebRTC-specific blacklist entries.
/external/libyuv/files/tools_libyuv/ubsan/
Dblacklist.txt6 # adding WebRTC-specific blacklist entries.

12345678910>>...49