/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | project.csv | 2 2018/03/02,platform/frameworks/multidex,platform/frameworks/multidex,Modified Projects,34,707,540,1… 4 2018/03/02,platform/external/safe-iop,platform/external/safe-iop,Modified Projects,2,8,1,9,1 6 2018/03/02,platform/external/mmc-utils,platform/external/mmc-utils,Modified Projects,2,22,21,43,1 7 2018/03/02,platform/frameworks/compile/libbcc,platform/frameworks/compile/libbcc,Modified Projects,… 8 2018/03/02,platform/pdk,platform/pdk,Modified Projects,7,48,2,50,6 9 2018/03/02,platform/system/keymaster,platform/system/keymaster,Modified Projects,82,1701,698,2399,59 10 2018/03/02,platform/external/compiler-rt,platform/external/compiler-rt,Modified Projects,829,26574,… 11 2018/03/02,platform/external/lzma,platform/external/lzma,Modified Projects,374,22457,14584,37041,10 12 2018/03/02,platform/tools/external/gradle,platform/tools/external/gradle,Modified Projects,29,77,10… 14 2018/03/02,platform/external/squashfs-tools,platform/external/squashfs-tools,Modified Projects,7,34… [all …]
|
/aosp_15_r20/external/boringssl/src/third_party/wycheproof_testvectors/ |
H A D | kwp_test.txt | 212 # 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 …]
|
H A D | kwp_test.json | 301 "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 …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/wycheproof_testvectors/ |
H A D | kwp_test.txt | 212 # 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 …]
|
H A D | kwp_test.json | 301 "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 …]
|
/aosp_15_r20/external/python/python-api-core/tests/unit/ |
D | test_protobuf_helpers.py | 276 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 …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/data/ |
H A D | kwp_test.json | 301 "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 …]
|
/aosp_15_r20/external/wycheproof/keystore-cts/testvectors/ |
H A D | kwp_test.json | 301 "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 …]
|
/aosp_15_r20/external/licenseclassifier/licenses/ |
H A D | Artistic-2.0.txt | 11 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 …]
|
/aosp_15_r20/external/licenseclassifier/v2/assets/License/Artistic-2.0/ |
H A D | license.txt | 11 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 …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | warn-loop-analysis.cpp | 17 …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 …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | convert_to_half_pass.cpp | 173 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 …]
|
H A D | invocation_interlock_placement_pass.cpp | 171 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 …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | convert_to_half_pass.cpp | 173 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 …]
|
H A D | invocation_interlock_placement_pass.cpp | 171 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 …]
|
H A D | remove_duplicates_pass.cpp | 31 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 …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 173 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 …]
|
D | invocation_interlock_placement_pass.cpp | 171 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 …]
|
D | remove_duplicates_pass.cpp | 31 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 …]
|
/aosp_15_r20/build/blueprint/bpmodify/ |
H A D | bpmodify_test.go | 48 modified bool 64 modified: true, 84 modified: true, 109 modified: true, 141 modified: true, 175 modified: false, 209 modified: false, 227 modified: false, 247 modified: false, 272 modified: true, [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
D | core_arch_ops_gcc_alpha.hpp | 211 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 …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | containers.py | 78 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 …]
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | containers.py | 78 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 …]
|
/aosp_15_r20/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
H A D | x16788.htm | 81 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 …]
|
/aosp_15_r20/prebuilts/vndk/v34/common/NOTICE_FILES/external/freetype/ |
D | LICENSE | 303 modified, and distributed under the terms of the FreeType project 314 modified, and distributed under the terms of the FreeType project 325 modified, and distributed under the terms of the FreeType project 336 modified, and distributed under the terms of the FreeType project 347 modified, and distributed under the terms of the FreeType project 358 modified and distributed under the terms of the FreeType project 369 modified, and distributed under the terms of the FreeType project 379 This file is part of the FreeType project, and may only be used, modified, 393 modified, and distributed under the terms of the FreeType project 405 modified, and distributed under the terms of the FreeType project [all …]
|