/aosp_15_r20/external/cronet/base/functional/ |
H A D | bind_unittest.cc | 240 explicit DeleteCounter(int* deletes) : deletes_(deletes) {} in DeleteCounter() argument 820 int deletes = 0; in TEST_F() local 821 DeleteCounter* counter = new DeleteCounter(&deletes); in TEST_F() 829 EXPECT_EQ(0, deletes); in TEST_F() 831 EXPECT_EQ(1, deletes); in TEST_F() 833 deletes = 0; in TEST_F() 834 counter = new DeleteCounter(&deletes); in TEST_F() 838 EXPECT_EQ(0, deletes); in TEST_F() 840 EXPECT_EQ(1, deletes); in TEST_F() 844 int deletes = 0; in TEST_F() local [all …]
|
/aosp_15_r20/external/libchrome/base/ |
H A D | bind_unittest.cc | 238 explicit DeleteCounter(int* deletes) in DeleteCounter() argument 239 : deletes_(deletes) { in DeleteCounter() 704 int deletes = 0; in TEST_F() local 705 DeleteCounter* counter = new DeleteCounter(&deletes); in TEST_F() 713 EXPECT_EQ(0, deletes); in TEST_F() 715 EXPECT_EQ(1, deletes); in TEST_F() 717 deletes = 0; in TEST_F() 718 counter = new DeleteCounter(&deletes); in TEST_F() 722 EXPECT_EQ(0, deletes); in TEST_F() 724 EXPECT_EQ(1, deletes); in TEST_F() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/ |
D | CustomAudienceDao.java | 469 * Deletes all custom audiences which are expired, where the custom audiences' expiration times 481 * Deletes all expired entries of the {@code custom_audience_quarantine} table. 491 * Deletes all entries with the unique combination of owner and buyer. 500 * Deletes background fetch data for all custom audiences which are expired, where the custom 516 * Deletes all expired custom audience data in a single transaction, where the custom audiences' 532 * Deletes all custom audiences belonging to any app in the given set of {@code ownersToRemove}. 543 * Deletes all custom audience background fetch data belonging to any app in the given set of 554 * Deletes all custom audience data belonging to disallowed owner apps in a single transaction, 590 * Deletes all custom audiences belonging to any ad tech in the given set of {@code 603 * Deletes all custom audience background fetch data belonging to any ad tech in the given set [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/ |
D | FrequencyCapDao.java | 233 * Deletes all histogram event data older than the given {@code expiryTime}. 244 * Deletes the oldest {@code N} histogram events, where {@code N} is at most {@code 260 * Deletes the oldest {@code N} histogram events that belong to a given {@code buyer}, where 280 * Deletes histogram identifiers which have no associated event data. 296 * Deletes all histogram data older than the given {@code expiryTime} in a single database 314 * Deletes all histogram event data persisted by the given {@code sourceApp}. 331 * Deletes all histogram event data persisted by the given {@code sourceApp} in a single 349 * Deletes all histogram event data. 360 * Deletes all histogram identifiers. 371 * Deletes all histogram data and identifiers in a single database transaction. [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/ |
D | ProtectedSignalsDao.java | 79 * Deletes signals from the database. 90 * Inserts and deletes signals in a single transaction. 114 * Deletes all signals {@code expiryTime}. 127 * Deletes expired signals and updates buyer metadata. 148 * Deletes all signals belonging to disallowed buyer ad techs in a single transaction, where the 186 * Deletes all signals for the list of buyers. Helper method for {@link 195 * Deletes all signals belonging to disallowed source apps in a single transaction, where the 243 * Deletes all raw signals generated from the given packages. 257 * Deletes all raw signals generated from the given packages. 268 * Deletes encoded signals for all buyers who no longer have raw signals. [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/waf/src/main/resources/codegen-resources/wafregional/ |
H A D | examples-1.json | 221 …"description": "The following example deletes a byte match set with the ID exampleIDs3t-46da-4fdb-… 241 …"description": "The following example deletes an IP match set with the ID example1ds3t-46da-4fdb-… 261 "description": "The following example deletes a rule with the ID WAFRule-1-Example.", 281 …"description": "The following example deletes a size constraint set with the ID example1ds3t-46da… 301 …"description": "The following example deletes a SQL injection match set with the ID example1ds3t-… 321 …"description": "The following example deletes a web ACL with the ID example-46da-4444-5555-example… 341 …"description": "The following example deletes an XSS match set with the ID example1ds3t-46da-4fdb-… 822 …"description": "The following example deletes a ByteMatchTuple object (filters) in an byte match s… 851 …"description": "The following example deletes an IPSetDescriptor object in an IP match set with th… 881 …"description": "The following example deletes a Predicate object in a rule with the ID example1ds3… [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/waf/src/main/resources/codegen-resources/waf/ |
H A D | examples-1.json | 221 …"description": "The following example deletes a byte match set with the ID exampleIDs3t-46da-4fdb-… 241 …"description": "The following example deletes an IP match set with the ID example1ds3t-46da-4fdb-… 261 "description": "The following example deletes a rule with the ID WAFRule-1-Example.", 281 …"description": "The following example deletes a size constraint set with the ID example1ds3t-46da… 301 …"description": "The following example deletes a SQL injection match set with the ID example1ds3t-… 321 …"description": "The following example deletes a web ACL with the ID example-46da-4444-5555-example… 341 …"description": "The following example deletes an XSS match set with the ID example1ds3t-46da-4fdb-… 822 …"description": "The following example deletes a ByteMatchTuple object (filters) in an byte match s… 851 …"description": "The following example deletes an IPSetDescriptor object in an IP match set with th… 881 …"description": "The following example deletes a Predicate object in a rule with the ID example1ds3… [all …]
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/ |
D | CallLogMutations.java | 29 private final ArraySet<Long> deletes = new ArraySet<>(); field in CallLogMutations 39 Assert.checkArgument(!deletes.contains(id), "Can't insert row scheduled for delete"); in insert() 56 Assert.checkArgument(!deletes.contains(id), "Can't delete row scheduled for delete"); in update() 73 Assert.checkArgument(!deletes.contains(id), "Can't delete row already scheduled for delete"); in delete() 75 deletes.add(id); in delete() 79 return inserts.isEmpty() && updates.isEmpty() && deletes.isEmpty(); in isEmpty() 103 * Get the pending deletes. 108 return deletes; in getDeletes()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/ |
H A D | localpointer.h | 84 * Destructor deletes the object it owns. 147 * Deletes the object it owns, 173 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 242 * Destructor deletes the object it owns. 295 * Deletes the object it owns, 305 * Deletes the object it owns, 348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 417 * Destructor deletes the array it owns. 470 * Deletes the array it owns, 480 * Deletes the array it owns, [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | localpointer.h | 84 * Destructor deletes the object it owns. 147 * Deletes the object it owns, 173 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 242 * Destructor deletes the object it owns. 295 * Deletes the object it owns, 305 * Deletes the object it owns, 348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 417 * Destructor deletes the array it owns. 470 * Deletes the array it owns, 480 * Deletes the array it owns, [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | localpointer.h | 84 * Destructor deletes the object it owns. 147 * Deletes the object it owns, 173 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 242 * Destructor deletes the object it owns. 295 * Deletes the object it owns, 305 * Deletes the object it owns, 348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 417 * Destructor deletes the array it owns. 470 * Deletes the array it owns, 480 * Deletes the array it owns, [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/unicode/ |
H A D | localpointer.h | 84 * Destructor deletes the object it owns. 147 * Deletes the object it owns, 173 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 242 * Destructor deletes the object it owns. 295 * Deletes the object it owns, 305 * Deletes the object it owns, 348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 417 * Destructor deletes the array it owns. 470 * Deletes the array it owns, 480 * Deletes the array it owns, [all …]
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | localpointer.h | 84 * Destructor deletes the object it owns. 147 * Deletes the object it owns, 173 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 242 * Destructor deletes the object it owns. 295 * Deletes the object it owns, 305 * Deletes the object it owns, 348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 417 * Destructor deletes the array it owns. 470 * Deletes the array it owns, 480 * Deletes the array it owns, [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | localpointer.h | 84 * Destructor deletes the object it owns. 147 * Deletes the object it owns, 173 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 242 * Destructor deletes the object it owns. 295 * Deletes the object it owns, 305 * Deletes the object it owns, 348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 417 * Destructor deletes the array it owns. 470 * Deletes the array it owns, 480 * Deletes the array it owns, [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/ |
H A D | localpointer.h | 84 * Destructor deletes the object it owns. 147 * Deletes the object it owns, 173 * "Smart pointer" class, deletes objects via the standard C++ delete operator. 242 * Destructor deletes the object it owns. 295 * Deletes the object it owns, 305 * Deletes the object it owns, 348 * "Smart pointer" class, deletes objects via the C++ array delete[] operator. 417 * Destructor deletes the array it owns. 470 * Deletes the array it owns, 480 * Deletes the array it owns, [all …]
|
/aosp_15_r20/external/google-cloud-java/java-iam-admin/proto-google-iam-admin-v1/src/main/java/com/google/iam/admin/v1/ |
H A D | DeleteRoleRequest.java | 86 * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only 93 * deletes only [custom 128 * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only 135 * deletes only [custom 553 * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only 560 * deletes only [custom 594 * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only 601 * deletes only [custom 635 * `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method deletes only 642 * deletes only [custom [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | callback.h | 131 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 151 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 174 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 197 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 221 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 245 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 268 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 290 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 312 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 334 bool needs_delete = self_deleting_; // read in case callback deletes in Run()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | callback.h | 131 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 151 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 174 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 197 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 221 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 245 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 268 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 290 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 312 bool needs_delete = self_deleting_; // read in case callback deletes in Run() 334 bool needs_delete = self_deleting_; // read in case callback deletes in Run()
|
/aosp_15_r20/external/icing/icing/store/ |
H A D | document-store.h | 250 // Deletes the document identified by the given namespace and uri. The 265 // Deletes the document identified by the given document_id. The document 433 // Deletes all documents belonging to the given namespace. The documents will 446 // Deletes all documents belonging to the given schema type. The documents 728 // Resets the unique_ptr to the document_key_mapper, deletes the underlying 734 // Resets the unique_ptr to the document_id_mapper, deletes the underlying 740 // Resets the unique_ptr to the score_cache, deletes the underlying file, and 746 // Resets the unique_ptr to the |scorable_property_cache_|, deletes the 752 // Resets the unique_ptr to the corpus_score_cache, deletes the underlying 758 // Resets the unique_ptr to the filter_cache, deletes the underlying file, and [all …]
|
/aosp_15_r20/bionic/libc/kernel/tools/ |
H A D | utils.py | 113 """determine changes, returns (adds, deletes, edits)""" 116 deletes = set() 126 deletes.add(dst) 128 return (adds, deletes, edits) 138 adds, deletes, edits = self.getChanges() 146 for dst in sorted(deletes):
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | simple_ilist.h | 28 /// deletes values, and has no callback traits. 38 /// operations. None of these deletes any nodes; in particular, if there is a 145 /// Remove the node at the front; never deletes. 148 /// Remove the node at the back; never deletes. 175 /// Remove a node by reference; never deletes. 188 /// Remove a node by iterator; never deletes. 198 /// Remove a range of nodes; never deletes. 223 /// Clear the list; never deletes.
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | cmemory.h | 131 * "Smart pointer" class, deletes memory via uprv_free(). 155 * Destructor deletes the memory it owns. 190 * Deletes the array it owns, 199 * Deletes the array it owns, allocates a new one and reset its bytes to 0. 208 * Deletes the array it owns and allocates a new one, copying length T items. 312 * Destructor deletes the array (if owned). 355 * Deletes the array (if owned) and aliases another one, no transfer of ownership. 369 * Deletes the array (if owned) and allocates a new one, copying length T items. 533 * Destructor deletes the memory (if owned). 570 * Deletes the memory block (if owned) and aliases another one, no transfer of ownership. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | cmemory.h | 131 * "Smart pointer" class, deletes memory via uprv_free(). 155 * Destructor deletes the memory it owns. 190 * Deletes the array it owns, 199 * Deletes the array it owns, allocates a new one and reset its bytes to 0. 208 * Deletes the array it owns and allocates a new one, copying length T items. 312 * Destructor deletes the array (if owned). 355 * Deletes the array (if owned) and aliases another one, no transfer of ownership. 369 * Deletes the array (if owned) and allocates a new one, copying length T items. 533 * Destructor deletes the memory (if owned). 570 * Deletes the memory block (if owned) and aliases another one, no transfer of ownership. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | cmemory.h | 131 * "Smart pointer" class, deletes memory via uprv_free(). 155 * Destructor deletes the memory it owns. 190 * Deletes the array it owns, 199 * Deletes the array it owns, allocates a new one and reset its bytes to 0. 208 * Deletes the array it owns and allocates a new one, copying length T items. 312 * Destructor deletes the array (if owned). 355 * Deletes the array (if owned) and aliases another one, no transfer of ownership. 369 * Deletes the array (if owned) and allocates a new one, copying length T items. 533 * Destructor deletes the memory (if owned). 570 * Deletes the memory block (if owned) and aliases another one, no transfer of ownership. [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/ |
H A D | cmemory.h | 131 * "Smart pointer" class, deletes memory via uprv_free(). 155 * Destructor deletes the memory it owns. 190 * Deletes the array it owns, 199 * Deletes the array it owns, allocates a new one and reset its bytes to 0. 208 * Deletes the array it owns and allocates a new one, copying length T items. 312 * Destructor deletes the array (if owned). 355 * Deletes the array (if owned) and aliases another one, no transfer of ownership. 369 * Deletes the array (if owned) and allocates a new one, copying length T items. 533 * Destructor deletes the memory (if owned). 570 * Deletes the memory block (if owned) and aliases another one, no transfer of ownership. [all …]
|