/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
H A D | OutputStorageConfig.java | 345 * Store findings in an existing table or a new table in an existing 350 * For Inspect, each column in an existing output table must have the same 352 * For Risk, an existing output table should be the output of a previous 371 * Store findings in an existing table or a new table in an existing 376 * For Inspect, each column in an existing output table must have the same 378 * For Risk, an existing output table should be the output of a previous 400 * Store findings in an existing table or a new table in an existing 405 * For Inspect, each column in an existing output table must have the same 407 * For Risk, an existing output table should be the output of a previous 432 * from the `Finding` object. If appending to an existing table, any columns [all …]
|
H A D | OutputStorageConfigOrBuilder.java | 30 * Store findings in an existing table or a new table in an existing 35 * For Inspect, each column in an existing output table must have the same 37 * For Risk, an existing output table should be the output of a previous 53 * Store findings in an existing table or a new table in an existing 58 * For Inspect, each column in an existing output table must have the same 60 * For Risk, an existing output table should be the output of a previous 76 * Store findings in an existing table or a new table in an existing 81 * For Inspect, each column in an existing output table must have the same 83 * For Risk, an existing output table should be the output of a previous 100 * from the `Finding` object. If appending to an existing table, any columns [all …]
|
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/ |
H A D | LongLongScatterMap.kt | 91 var existing = keys[slot] in set() variable 92 while (existing != 0L) { in set() 93 if (existing == key) { in set() 99 existing = keys[slot] in set() 125 var existing = keys[slot] in remove() variable 126 while (existing != 0L) { in remove() 127 if (existing == key) { in remove() 133 existing = keys[slot] in remove() 154 var existing = keys[slot] in getSlot() variable 155 while (existing != 0L) { in getSlot() [all …]
|
H A D | LongObjectScatterMap.kt | 87 var existing = keys[slot] in set() variable 88 while (existing != 0L) { in set() 89 if (existing == key) { in set() 95 existing = keys[slot] in set() 121 var existing = keys[slot] in remove() variable 122 while (existing != 0L) { in remove() 123 if (existing == key) { in remove() 129 existing = keys[slot] in remove() 144 var existing = keys[slot] in get() variable 145 while (existing != 0L) { in get() [all …]
|
H A D | LongScatterSet.kt | 68 var existing: Long in elementSequence() variable 71 existing = keys[slot] in elementSequence() 72 if (existing != 0L) { in elementSequence() 73 return@generateSequence existing in elementSequence() 104 var existing = keys[slot] in add() variable 105 while (existing != 0L) { in add() 106 if (existing == key) { in add() 110 existing = keys[slot] in add() 131 var existing = keys[slot] in contains() variable 132 while (existing != 0L) { in contains() [all …]
|
/aosp_15_r20/external/fonttools/Lib/fontTools/misc/ |
H A D | filenames.py | 9 characters, and clashes with existing files. 32 def userNameToFileName(userName, existing=[], prefix="", suffix=""): argument 36 upper- and lower-case characters, and clashes with existing files. 40 existing: A case-insensitive list of all existing file names. 130 if fullName.lower() in existing: 131 fullName = handleClash1(userName, existing, prefix, suffix) 136 def handleClash1(userName, existing=[], prefix="", suffix=""): argument 138 existing should be a case-insensitive list 139 of all existing file names. 143 >>> existing = ["a" * 5] [all …]
|
/aosp_15_r20/external/flac/include/FLAC/ |
H A D | metadata.h | 116 * Unless you will be using the level 1 or 2 interfaces to modify existing 154 * an existing structure. It need not be initialized. 374 * \param iterator A pointer to an existing iterator. 384 * \param iterator A pointer to an existing iterator. 400 * \param iterator A pointer to an existing iterator. 422 * \param iterator A pointer to an existing iterator. 433 * \param iterator A pointer to an existing initialized iterator. 447 * \param iterator A pointer to an existing initialized iterator. 460 * \param iterator A pointer to an existing initialized iterator. 475 * \param iterator A pointer to an existing initialized iterator. [all …]
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ufoLib/ |
H A D | filenames.py | 95 def userNameToFileName(userName: str, existing=(), prefix="", suffix=""): argument 97 `existing` should be a set-like object. 177 if fullName.lower() in existing: 178 fullName = handleClash1(userName, existing, prefix, suffix) 183 def handleClash1(userName, existing=[], prefix="", suffix=""): argument 185 existing should be a case-insensitive list 186 of all existing file names. 190 >>> existing = ["a" * 5] 192 >>> e = list(existing) 193 >>> handleClash1(userName="A" * 5, existing=e, [all …]
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IntRangeManager.java | 78 * Create a new IntRange for an existing ClientRange. 89 * Create a new IntRange from an existing IntRange. This is used for 110 * existing ClientRanges, or at a particular index, it can be added 130 // new [1, 5] existing [1, 2] [1, 4] [1, 7] in insert() 225 // exact same range: new [1, 1] existing [1, 1] in enableRange() 226 // range already enclosed in existing: new [3, 3], [1,3] in enableRange() 232 // new [3, x] existing [1, 2] OR new [2, 2] existing [1, 1] in enableRange() 239 // new [3, x] existing [1, 2] [5, 7] OR new [2 , 2] existing [1, 1] [3, 5] in enableRange() 241 // new [3, 6] existing [1, 2] [5, 7] in enableRange() 256 // new [3, 6] existing [1, 2] [5, 10] in enableRange() [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/ |
H A D | bitfield-insert.ll | 26 define void @test_whole32(i32* %existing, i32* %new) { 31 %oldval = load volatile i32, i32* %existing 39 store volatile i32 %combined, i32* %existing 44 define void @test_whole64(i64* %existing, i64* %new) { 50 %oldval = load volatile i64, i64* %existing 58 store volatile i64 %combined, i64* %existing 63 define void @test_whole32_from64(i64* %existing, i64* %new) { 71 %oldval = load volatile i64, i64* %existing 78 store volatile i64 %combined, i64* %existing 83 define void @test_32bit_masked(i32 *%existing, i32 *%new) { [all …]
|
/aosp_15_r20/external/mesa3d/src/util/tests/ |
H A D | cache_test.cpp | 206 << "disk_cache_create with XDG_CACHE_HOME set with a non-existing parent directory"; in test_disk_cache_create() 221 << "disk_cache_create with MESA_SHADER_CACHE_DIR set with a non-existing parent directory"; in test_disk_cache_create() 234 …xists(cache)) << "disk_cache_create with MESA_SHADER_CACHE_DIR set with existing parent directory"; in test_disk_cache_create() 277 EXPECT_STREQ(blob, result) << "disk_cache_get of existing item (pointer)"; in test_put_and_get() 278 EXPECT_EQ(size, sizeof(blob)) << "disk_cache_get of existing item (size)"; in test_put_and_get() 290 EXPECT_STREQ(result, string) << "2nd disk_cache_get of existing item (pointer)"; in test_put_and_get() 291 EXPECT_EQ(size, sizeof(string)) << "2nd disk_cache_get of existing item (size)"; in test_put_and_get() 334 EXPECT_NE(result, nullptr) << "3rd disk_cache_get of existing item (pointer)"; in test_put_and_get() 335 EXPECT_EQ(size, 1024) << "3rd disk_cache_get of existing item (size)"; in test_put_and_get() 454 /* Test that a key with the same two bytes as an existing key in test_put_key_and_get_key() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/ |
D | config.py | 173 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument 181 what was intended by the user. Also, allow existing loggers to NOT be 185 for log in existing: 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 227 existing = list(root.manager.loggerDict.keys()) 232 existing.sort() 233 #We'll keep the list of existing loggers 242 if qn in existing: [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/logging/ |
H A D | config.py | 173 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument 181 what was intended by the user. Also, allow existing loggers to NOT be 185 for log in existing: 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 227 existing = list(root.manager.loggerDict.keys()) 232 existing.sort() 233 #We'll keep the list of existing loggers 242 if qn in existing: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/ |
D | config.py | 173 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument 181 what was intended by the user. Also, allow existing loggers to NOT be 185 for log in existing: 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 227 existing = list(root.manager.loggerDict.keys()) 232 existing.sort() 233 #We'll keep the list of existing loggers 242 if qn in existing: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/ |
D | config.py | 173 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument 181 what was intended by the user. Also, allow existing loggers to NOT be 185 for log in existing: 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 227 existing = list(root.manager.loggerDict.keys()) 232 existing.sort() 233 #We'll keep the list of existing loggers 242 if qn in existing: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/logging/ |
D | config.py | 173 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument 181 what was intended by the user. Also, allow existing loggers to NOT be 185 for log in existing: 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 227 existing = list(root.manager.loggerDict.keys()) 232 existing.sort() 233 #We'll keep the list of existing loggers 242 if qn in existing: [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/logging/ |
D | config.py | 173 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument 181 what was intended by the user. Also, allow existing loggers to NOT be 185 for log in existing: 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 227 existing = list(root.manager.loggerDict.keys()) 232 existing.sort() 233 #We'll keep the list of existing loggers 242 if qn in existing: [all …]
|
/aosp_15_r20/external/icing/icing/file/ |
H A D | version-util_test.cc | 627 // - Existing version -1, max_version -1 (invalid) 628 // - Existing enabled features = {} 646 // - Existing version -1, max_version 2 (invalid) 647 // - Existing enabled features = {} 665 // - Existing version 3, max_version 3 (pre v2 version check) 666 // - Existing enabled features = {} 684 // - Existing version 3, max_version 3 (pre v2 version check) 685 // - Existing enabled features = {} 704 // - Existing version 3, max_version 3 (pre v2 version check) 705 // - Existing enabled features = {} [all …]
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | IConfiguration.java | 311 * Set the {@link ILeveledLogOutput}, replacing any existing value. 318 * Set the {@link IRetryDecision}, replacing any existing value. 325 * Set the {@link ILogSaver}, replacing any existing value. 332 * Set the {@link IDeviceRecovery}, replacing any existing value. 339 * Set the {@link ITargetPreparer}, replacing any existing value. 346 * Set the list of {@link ITargetPreparer}s, replacing any existing value. 353 * Set the {@link ITargetPreparer}, replacing any existing value. 360 * Set the list of {@link ITargetPreparer}s, replacing any existing value. 367 * Set a {@link IDeviceConfiguration}, replacing any existing value. 374 * Set the {@link IDeviceConfiguration}s, replacing any existing value. [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/logging/ |
D | config.py | 208 #we don't want to lose the existing loggers, 210 #existing is set to contain all existing loggers, 213 #what's left in existing is the set of loggers 216 existing = list(root.manager.loggerDict.keys()) 221 existing.sort() 222 #We'll keep the list of existing loggers 235 if qn in existing: 236 i = existing.index(qn) + 1 # start with the entry after qn 239 num_existing = len(existing) 241 if existing[i][:pflen] == prefixed: [all …]
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
H A D | Registry.java | 155 * <p>Adding a custom catalogue should be a one-time operaton. There is an existing catalogue, 156 * throw exception if {@code catalogue} and the existing catalogue aren't instances of the same 159 * @throws GeneralSecurityException if there's an existing catalogue and it is not an instance of 173 Catalogue<?> existing = catalogueMap.get(catalogueName.toLowerCase(Locale.US)); 174 if (!catalogue.getClass().getName().equals(existing.getClass().getName())) { 226 * <p>If there is an existing key manager, throws an exception if {@code manager} and the existing 227 * key manager aren't instances of the same class, or the existing key manager could not create 230 * @throws GeneralSecurityException if there's an existing key manager is not an instance of the 243 * <p>If there is an existing key manager, throws an exception if {@code manager} and the existing 245 * existing key manager could not create new keys. Otherwise registration succeeds. [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | linker.cpp | 191 ir_variable *const existing, in validate_intrastage_arrays() argument 199 if (glsl_type_is_array(var->type) && glsl_type_is_array(existing->type)) { in validate_intrastage_arrays() 201 const glsl_type *no_array_existing = existing->type->fields.array; in validate_intrastage_arrays() 209 ((var->type->length == 0)|| (existing->type->length == 0))) { in validate_intrastage_arrays() 211 if ((int)var->type->length <= existing->data.max_array_access) { in validate_intrastage_arrays() 217 existing->data.max_array_access); in validate_intrastage_arrays() 219 existing->type = var->type; in validate_intrastage_arrays() 221 } else if (existing->type->length != 0) { in validate_intrastage_arrays() 222 if((int)existing->type->length <= var->data.max_array_access && in validate_intrastage_arrays() 223 !existing->data.from_ssbo_unsized_array) { in validate_intrastage_arrays() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ |
H A D | UpdateAlertPolicyRequest.java | 75 * empty, each listed field in the existing alerting policy is set to the 83 * existing policy. It is the same as deleting the existing policy and 107 * empty, each listed field in the existing alerting policy is set to the 115 * existing policy. It is the same as deleting the existing policy and 139 * empty, each listed field in the existing alerting policy is set to the 147 * existing policy. It is the same as deleting the existing policy and 622 * empty, each listed field in the existing alerting policy is set to the 630 * existing policy. It is the same as deleting the existing policy and 653 * empty, each listed field in the existing alerting policy is set to the 661 * existing policy. It is the same as deleting the existing policy and [all …]
|
H A D | UpdateSnoozeRequest.java | 133 * value for that field, the value of the field in the existing `Snooze` 136 * in the existing `Snooze` is set to its default value. 137 * Fields not listed retain their existing value. 164 * value for that field, the value of the field in the existing `Snooze` 167 * in the existing `Snooze` is set to its default value. 168 * Fields not listed retain their existing value. 195 * value for that field, the value of the field in the existing `Snooze` 198 * in the existing `Snooze` is set to its default value. 199 * Fields not listed retain their existing value. 808 * value for that field, the value of the field in the existing `Snooze` [all …]
|
/aosp_15_r20/external/fonttools/Tests/ufoLib/ |
H A D | filenames_test.py | 57 existing = ["a" * 5] 59 e = list(existing) 61 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 65 e = list(existing) 68 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 72 e = list(existing) 75 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 82 existing = [prefix + str(i) + suffix for i in range(100)] 84 e = list(existing) 86 handleClash2(existing=e, prefix=prefix, suffix=suffix), [all …]
|