Home
last modified time | relevance | path

Searched full:modified (Results 1 – 25 of 11651) sorted by relevance

12345678910>>...467

/external/boringssl/src/third_party/wycheproof_testvectors/
Dkwp_test.txt212 # Modified IV
219 # Modified IV
226 # Modified IV
233 # Modified IV
240 # Modified IV
247 # Modified IV
254 # Modified IV
261 # Modified IV
268 # Modified IV
275 # Modified IV
[all …]
Dkwp_test.json301 "comment" : "Modified IV",
310 "comment" : "Modified IV",
319 "comment" : "Modified IV",
328 "comment" : "Modified IV",
337 "comment" : "Modified IV",
346 "comment" : "Modified IV",
355 "comment" : "Modified IV",
364 "comment" : "Modified IV",
373 "comment" : "Modified IV",
382 "comment" : "Modified IV",
[all …]
/external/cronet/third_party/boringssl/src/third_party/wycheproof_testvectors/
Dkwp_test.txt212 # Modified IV
219 # Modified IV
226 # Modified IV
233 # Modified IV
240 # Modified IV
247 # Modified IV
254 # Modified IV
261 # Modified IV
268 # Modified IV
275 # Modified IV
[all …]
Dkwp_test.json301 "comment" : "Modified IV",
310 "comment" : "Modified IV",
319 "comment" : "Modified IV",
328 "comment" : "Modified IV",
337 "comment" : "Modified IV",
346 "comment" : "Modified IV",
355 "comment" : "Modified IV",
364 "comment" : "Modified IV",
373 "comment" : "Modified IV",
382 "comment" : "Modified IV",
[all …]
/external/python/python-api-core/tests/unit/
Dtest_protobuf_helpers.py276 modified = struct_pb2.Value(number_value=1.0)
277 assert protobuf_helpers.field_mask(original, modified).paths == []
280 modified = color_pb2.Color(alpha=wrappers_pb2.FloatValue(value=1.0))
281 assert protobuf_helpers.field_mask(original, modified).paths == []
284 modified = struct_pb2.ListValue(values=[struct_pb2.Value(number_value=1.0)])
285 assert protobuf_helpers.field_mask(original, modified).paths == []
288 modified = struct_pb2.Struct(fields={"bar": struct_pb2.Value(number_value=1.0)})
289 assert protobuf_helpers.field_mask(original, modified).paths == []
295 modified = None
296 assert protobuf_helpers.field_mask(original, modified).paths == []
[all …]
/external/wycheproof/keystore-cts/testvectors/
Dkwp_test.json301 "comment" : "Modified IV",
310 "comment" : "Modified IV",
319 "comment" : "Modified IV",
328 "comment" : "Modified IV",
337 "comment" : "Modified IV",
346 "comment" : "Modified IV",
355 "comment" : "Modified IV",
364 "comment" : "Modified IV",
373 "comment" : "Modified IV",
382 "comment" : "Modified IV",
[all …]
/external/licenseclassifier/v2/assets/License/Artistic-2.0/
Dlicense.txt11 may be copied, modified, distributed, and/or redistributed. The intent is that
35 consist of either the Standard Version, or a Modified Version.
45 "Standard Version" refers to the Package if it has not been modified, or has
46 been modified only in ways explicitly requested by the Copyright Holder.
48 "Modified Version" means the Package, if it has been changed, and such changes
53 modified by The Perl Foundation in the future.
64 (1) You are permitted to use the Standard Version and create and use Modified
66 Distribute the Modified Version.
81 Distribution of Modified Versions of the Package as Source
83 (4) You may Distribute your Modified Version as Source (either gratis or for a
[all …]
/external/licenseclassifier/licenses/
DArtistic-2.0.txt11 may be copied, modified, distributed, and/or redistributed. The intent is that
35 consist of either the Standard Version, or a Modified Version.
45 "Standard Version" refers to the Package if it has not been modified, or has
46 been modified only in ways explicitly requested by the Copyright Holder.
48 "Modified Version" means the Package, if it has been changed, and such changes
53 modified by The Perl Foundation in the future.
64 (1) You are permitted to use the Standard Version and create and use Modified
66 Distribute the Modified Version.
81 Distribution of Modified Versions of the Package as Source
83 (4) You may Distribute your Modified Version as Source (either gratis or for a
[all …]
/external/clang/test/SemaCXX/
Dwarn-loop-analysis.cpp17 …for (int i; i < 1; ) {} // expected-warning {{variable 'i' used in loop condition not modified in… in test1()
24 …_value(i); } // expected-warning {{variable 'i' used in loop condition not modified in loop body}} in test1()
31 …for (int j; j < 1; ++i) // expected-warning {{variable 'j' used in loop condition not modified in… in test1()
34 …for (int j; i < 1; ++j) // expected-warning {{variable 'i' used in loop condition not modified in… in test1()
38 … {} // expected-warning {{variables 'i' and 'j' used in loop condition not modified in loop body}} in test1()
49 …for (; i; ) {} // expected-warning {{variable 'i' used in loop condition not modified in loop body… in test2()
53 …) {} // expected-warning {{variables 'i' and 'j' used in loop condition not modified in loop body}} in test2()
58 …for (; i < 5; ) {} // expected-warning {{variable 'i' used in loop condition not modified in loop … in test2()
62 …for (; i < 5.0; ) {} // expected-warning {{variable 'i' used in loop condition not modified in loo… in test2()
66 …for (; i == 'a'; ) {} // expected-warning {{variable 'i' used in loop condition not modified in lo… in test2()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp31 bool modified = RemoveDuplicateCapabilities(); in Process() local
32 modified |= RemoveDuplicatesExtInstImports(); in Process()
33 modified |= RemoveDuplicateTypes(); in Process()
34 modified |= RemoveDuplicateDecorations(); in Process()
36 return modified ? Status::SuccessWithChange : Status::SuccessWithoutChange; in Process()
40 bool modified = false; in RemoveDuplicateCapabilities() local
43 return modified; in RemoveDuplicateCapabilities()
56 modified = true; in RemoveDuplicateCapabilities()
60 return modified; in RemoveDuplicateCapabilities()
64 bool modified = false; in RemoveDuplicatesExtInstImports() local
[all …]
Dconvert_to_half_pass.cpp173 bool modified = false; in GenHalfArith() local
189 inst->ForEachInId([&inst, &modified, this](uint32_t* idp) { in GenHalfArith()
193 modified = true; in GenHalfArith()
198 modified = true; in GenHalfArith()
200 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in GenHalfArith()
201 return modified; in GenHalfArith()
211 bool modified = false; in ProcessPhi() local
212 inst->ForEachInId([&ocnt, &prev_idp, &from_width, &to_width, &modified, in ProcessPhi()
228 modified = true; in ProcessPhi()
236 modified = true; in ProcessPhi()
[all …]
Dinvocation_interlock_placement_pass.cpp171 bool modified = false; in removeBeginAndEndInstructionsFromFunction() local
172 func->ForEachInst([this, &modified](Instruction* inst) { in removeBeginAndEndInstructionsFromFunction()
176 modified = true; in removeBeginAndEndInstructionsFromFunction()
180 modified = true; in removeBeginAndEndInstructionsFromFunction()
186 return modified; in removeBeginAndEndInstructionsFromFunction()
191 bool modified = false; in extractInstructionsFromCalls() local
194 block->ForEachInst([this, &modified](Instruction* inst) { in extractInstructionsFromCalls()
205 modified = true; in extractInstructionsFromCalls()
211 modified = true; in extractInstructionsFromCalls()
216 return modified; in extractInstructionsFromCalls()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp31 bool modified = RemoveDuplicateCapabilities(); in Process() local
32 modified |= RemoveDuplicatesExtInstImports(); in Process()
33 modified |= RemoveDuplicateTypes(); in Process()
34 modified |= RemoveDuplicateDecorations(); in Process()
36 return modified ? Status::SuccessWithChange : Status::SuccessWithoutChange; in Process()
40 bool modified = false; in RemoveDuplicateCapabilities() local
43 return modified; in RemoveDuplicateCapabilities()
56 modified = true; in RemoveDuplicateCapabilities()
60 return modified; in RemoveDuplicateCapabilities()
64 bool modified = false; in RemoveDuplicatesExtInstImports() local
[all …]
Dconvert_to_half_pass.cpp173 bool modified = false; in GenHalfArith() local
189 inst->ForEachInId([&inst, &modified, this](uint32_t* idp) { in GenHalfArith()
193 modified = true; in GenHalfArith()
198 modified = true; in GenHalfArith()
200 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in GenHalfArith()
201 return modified; in GenHalfArith()
211 bool modified = false; in ProcessPhi() local
212 inst->ForEachInId([&ocnt, &prev_idp, &from_width, &to_width, &modified, in ProcessPhi()
228 modified = true; in ProcessPhi()
236 modified = true; in ProcessPhi()
[all …]
Dinvocation_interlock_placement_pass.cpp171 bool modified = false; in removeBeginAndEndInstructionsFromFunction() local
172 func->ForEachInst([this, &modified](Instruction* inst) { in removeBeginAndEndInstructionsFromFunction()
176 modified = true; in removeBeginAndEndInstructionsFromFunction()
180 modified = true; in removeBeginAndEndInstructionsFromFunction()
186 return modified; in removeBeginAndEndInstructionsFromFunction()
191 bool modified = false; in extractInstructionsFromCalls() local
194 block->ForEachInst([this, &modified](Instruction* inst) { in extractInstructionsFromCalls()
205 modified = true; in extractInstructionsFromCalls()
211 modified = true; in extractInstructionsFromCalls()
216 return modified; in extractInstructionsFromCalls()
[all …]
/external/angle/third_party/spirv-tools/src/source/opt/
Dremove_duplicates_pass.cpp31 bool modified = RemoveDuplicateCapabilities(); in Process() local
32 modified |= RemoveDuplicatesExtInstImports(); in Process()
33 modified |= RemoveDuplicateTypes(); in Process()
34 modified |= RemoveDuplicateDecorations(); in Process()
36 return modified ? Status::SuccessWithChange : Status::SuccessWithoutChange; in Process()
40 bool modified = false; in RemoveDuplicateCapabilities() local
43 return modified; in RemoveDuplicateCapabilities()
56 modified = true; in RemoveDuplicateCapabilities()
60 return modified; in RemoveDuplicateCapabilities()
64 bool modified = false; in RemoveDuplicatesExtInstImports() local
[all …]
Dconvert_to_half_pass.cpp173 bool modified = false; in GenHalfArith() local
189 inst->ForEachInId([&inst, &modified, this](uint32_t* idp) { in GenHalfArith()
193 modified = true; in GenHalfArith()
198 modified = true; in GenHalfArith()
200 if (modified) get_def_use_mgr()->AnalyzeInstUse(inst); in GenHalfArith()
201 return modified; in GenHalfArith()
211 bool modified = false; in ProcessPhi() local
212 inst->ForEachInId([&ocnt, &prev_idp, &from_width, &to_width, &modified, in ProcessPhi()
228 modified = true; in ProcessPhi()
236 modified = true; in ProcessPhi()
[all …]
Dinvocation_interlock_placement_pass.cpp171 bool modified = false; in removeBeginAndEndInstructionsFromFunction() local
172 func->ForEachInst([this, &modified](Instruction* inst) { in removeBeginAndEndInstructionsFromFunction()
176 modified = true; in removeBeginAndEndInstructionsFromFunction()
180 modified = true; in removeBeginAndEndInstructionsFromFunction()
186 return modified; in removeBeginAndEndInstructionsFromFunction()
191 bool modified = false; in extractInstructionsFromCalls() local
194 block->ForEachInst([this, &modified](Instruction* inst) { in extractInstructionsFromCalls()
205 modified = true; in extractInstructionsFromCalls()
211 modified = true; in extractInstructionsFromCalls()
216 return modified; in extractInstructionsFromCalls()
[all …]
/external/licenseclassifier/v2/assets/License/Vim/
Dlicense.txt9 II) It is allowed to distribute a modified (or extended) version of Vim ,
15 2) The modified Vim must be distributed in one of the following five ways:
19 the modified Vim you distributed, you must make your changes, including source
31 b) If you have received a modified Vim that was distributed as mentioned under
36 modified Vim you distribute. This may be done in the form of a context diff.
41 d) When you have a modified Vim which includes changes as mentioned under
50 corresponding modified Vim . When the maintainer or someone who you distributed
51 the modified Vim to asks you (in any way) for the changes within this period,
56 the corresponding modified Vim , or as long as possible.
59 distribute the modified Vim under the GNU GPL version 2 or any later version.
[all …]
/external/licenseclassifier/v2/assets/License/CERN-OHL-v1.2/
Dlicense.txt33 the Documentation or the modified Documentation.
62 the Documentation, the modified Documentation or with Products, unless
75 modified Documentation, that he communicates to the public or
84 shall make the modified Documentation available from a Documentation
87 modified Documentation under section 3.4, and, where required by
93 modified Documentation (thereby in addition to being a Licensee also
98 b) cause the modified Documentation to carry prominent notices stating
99 that the Licensee has modified the Documentation, with the date and
102 c) cause the modified Documentation to carry a new Documentation
105 d) make available the modified Documentation at the same level of
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dx16788.htm81 HREF="x16743.htm#FDL-MODIFIED"
82 >Modified Version</A
94 the Modified Version under precisely this License, with the
95 Modified Version filling the role of the Document, thus
96 licensing distribution and modification of the Modified Version
98 these things in the Modified Version:
140 HREF="x16743.htm#FDL-MODIFIED"
141 >Modified Version</A
164 HREF="x16743.htm#FDL-MODIFIED"
165 >Modified Version</A
[all …]
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DBesselFunctionsPacketMath.h17 /** \internal \returns the exponentially scaled modified Bessel function of
25 /** \internal \returns the exponentially scaled modified Bessel function of
33 /** \internal \returns the exponentially scaled modified Bessel function of
41 /** \internal \returns the exponentially scaled modified Bessel function of
49 /** \internal \returns the exponentially scaled modified Bessel function of
57 /** \internal \returns the exponentially scaled modified Bessel function of
65 /** \internal \returns the exponentially scaled modified Bessel function of
73 /** \internal \returns the exponentially scaled modified Bessel function of
81 /** \internal \returns the exponentially scaled modified Bessel function of
89 /** \internal \returns the exponentially scaled modified Bessel function of
[all …]
/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
DChangeRequestTest.java127 ChangeRequest modified = in testBuilder() local
129 assertEquals(ChangeRequest.Status.PENDING, modified.status()); in testBuilder()
130 modified = changeRequest.toBuilder().clearDeletions().build(); in testBuilder()
131 assertTrue(modified.getDeletions().isEmpty()); in testBuilder()
132 modified = changeRequest.toBuilder().clearAdditions().build(); in testBuilder()
133 assertTrue(modified.getAdditions().isEmpty()); in testBuilder()
134 modified = changeRequest.toBuilder().setAdditions(ImmutableList.<RecordSet>of()).build(); in testBuilder()
135 assertTrue(modified.getAdditions().isEmpty()); in testBuilder()
136 modified = changeRequest.toBuilder().setDeletions(ImmutableList.<RecordSet>of()).build(); in testBuilder()
137 assertTrue(modified.getDeletions().isEmpty()); in testBuilder()
[all …]
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dcore_arch_ops_gcc_alpha.hpp211 storage_type original, modified; in fetch_add() local
226 "=&r" (modified) // %1 in fetch_add()
237 storage_type original, modified; in fetch_sub() local
252 "=&r" (modified) // %1 in fetch_sub()
263 storage_type original, modified; in fetch_and() local
278 "=&r" (modified) // %1 in fetch_and()
289 storage_type original, modified; in fetch_or() local
304 "=&r" (modified) // %1 in fetch_or()
315 storage_type original, modified; in fetch_xor() local
330 "=&r" (modified) // %1 in fetch_xor()
[all …]
/external/protobuf/python/google/protobuf/internal/
Dcontainers.py78 Modified() method when it is modified.
140 RepeatedScalarFieldContainer will call this object's Modified() method
141 when it is modified.
152 self._message_listener.Modified()
158 self._message_listener.Modified()
176 self._message_listener.Modified()
186 self._message_listener.Modified()
191 self._message_listener.Modified()
213 self._message_listener.Modified()
216 self._message_listener.Modified()
[all …]

12345678910>>...467