/aosp_15_r20/tools/acloud/delete/ |
H A D | delete_test.py | 14 """Tests for delete.""" 22 from acloud.delete import delete 34 """Test delete functions.""" 44 delete_report = report.Report(command="delete") 45 delete.DeleteLocalCuttlefishInstance(instance_object, delete_report) 59 delete.DeleteLocalCuttlefishInstance(instance_object, delete_report) 66 instance_object.Delete.side_effect = subprocess.CalledProcessError( 72 delete_report = report.Report(command="delete") 73 delete.DeleteLocalCuttlefishInstance(instance_object, delete_report) 93 delete_report = report.Report(command="delete") [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | delete.cpp | 2 // RUN: %clang_cc1 -fsyntax-only -include %S/delete-mismatch.h -fdiagnostics-parseable-fixits -std=… 5 // RUN: %clang_cc1 -x c++-header -std=c++11 -emit-pch -o %t %S/delete-mismatch.h 9 delete a; // expected-warning {{'delete' applied to a pointer-to-array type}} in f() 21 …delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did… in ~S() 22 …delete b; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; d… in ~S() 23 …delete[] c; // expected-warning {{'delete[]' applied to a pointer that was allocated with 'new'; d… in ~S() 30 …delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did… in f() 31 …delete b; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did… in f() 44 …delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did… in ~S2() 50 …delete a; // expected-warning {{'delete' applied to a pointer that was allocated with 'new[]'; did… in f() [all …]
|
H A D | new-delete.cpp | 21 inline void operator delete(void *); // expected-warning {{replacement function 'operator delete' c… 103 delete (int*)0; in good_deletes() 104 delete [](int*)0; in good_deletes() 105 delete (S*)0; in good_deletes() 106 ::delete (int*)0; in good_deletes() 111 delete 0; // expected-error {{cannot delete expression of type 'int'}} in bad_deletes() 112 delete [0] (int*)0; // expected-error {{expected expression}} in bad_deletes() 113 …delete (void*)0; // expected-warning {{cannot delete expression with pointer-to-'void' type 'void … in bad_deletes() 114 delete (T*)0; // expected-warning {{deleting pointer to incomplete type}} in bad_deletes() 115 ::S::delete (int*)0; // expected-error {{expected unqualified-id}} in bad_deletes() [all …]
|
/aosp_15_r20/external/curl/packages/vms/ |
H A D | clean_gnv_curl.com | 43 $ if f$search(file) .nes. "" then delete 'file';* 46 $ if f$search(file) .nes. "" then delete 'file';* 49 $ if f$search(file) .nes. "" then delete 'file';* 52 $ if f$search(file) .nes. "" then delete 'file';* 55 $ if f$search(file) .nes. "" then delete 'file';* 58 $ if f$search(file) .nes. "" then delete 'file';* 62 $ if f$search(file) .nes. "" then delete 'file';* 64 $ if f$search(file) .nes. "" then delete 'file';* 68 $ if f$search(file) .nes. "" then delete 'file';* 70 $ if f$search(file) .nes. "" then delete 'file';* [all …]
|
/aosp_15_r20/external/skia/modules/canvaskit/tests/ |
H A D | core_test.js | 39 spr.delete(); 40 paint.delete(); 61 paint2.delete(); 62 shader.delete(); 63 pic.delete(); 130 paint.delete(); 131 img.delete(); 184 img.delete(); 203 img.delete(); 222 aImg.delete(); [all …]
|
H A D | paragraph_test.js | 169 paint.delete(); 170 fontMgr.delete(); 171 paragraph.delete(); 172 builder.delete(); 200 fontMgr.delete(); 201 paragraph.delete(); 202 builder.delete(); 238 fg.delete(); 239 bg.delete(); 240 fontMgr.delete(); [all …]
|
H A D | canvas_test.js | 39 font.delete(); 40 blob.delete(); 41 paint.delete(); 66 dpe.delete(); 67 path.delete(); 68 paint.delete(); 69 textFont.delete(); 70 textPaint.delete(); 92 cornerEffect.delete(); 93 path.delete(); [all …]
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | MismatchedDeallocator-checker-test.mm | 23 …delete p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not '… 29 …delete q; // expected-warning{{Memory allocated by realloc() should be deallocated by free(), not … 34 …delete p; // expected-warning{{Memory allocated by calloc() should be deallocated by free(), not '… 39 …delete p; // expected-warning{{Memory allocated by strdup() should be deallocated by free(), not '… 44 …delete p; // expected-warning{{Memory allocated by my_malloc() should be deallocated by free(), no… 49 …operator delete(p); // expected-warning{{Memory allocated by malloc() should be deallocated by fre… 54 …delete[] p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not… 59 …operator delete[](p); // expected-warning{{Memory allocated by malloc() should be deallocated by f… 64 delete p; // expected-warning{{Memory allocated by alloca() should not be deallocated}} 70 …free(p); // expected-warning{{Memory allocated by 'new' should be deallocated by 'delete', not fre… [all …]
|
H A D | NewDelete-checker-test.cpp | 97 delete p; in testUseZeroAlloc1() 103 delete[] p; in testUseZeroAlloc2() 111 delete[] p; in testUseZeroAlloc3() 128 delete p; in testUseFirstArgAfterDelete() 133 delete p; in testUseMiddleArgAfterDelete() 138 delete p; in testUseLastArgAfterDelete() 143 delete p; in testUseSeveralArgsAfterDelete() 148 delete &c; in testUseRefArgAfterDelete() 155 delete p; in testVariadicArgAfterDelete() 161 delete p; in testUseMethodArgAfterDelete() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.h | 42 OperandARM32() = delete; 43 OperandARM32(const OperandARM32 &) = delete; 44 OperandARM32 &operator=(const OperandARM32 &) = delete; 80 OperandARM32Mem() = delete; 81 OperandARM32Mem(const OperandARM32Mem &) = delete; 82 OperandARM32Mem &operator=(const OperandARM32Mem &) = delete; 168 OperandARM32ShAmtImm() = delete; 169 OperandARM32ShAmtImm(const OperandARM32ShAmtImm &) = delete; 170 OperandARM32ShAmtImm &operator=(const OperandARM32ShAmtImm &) = delete; 198 OperandARM32Flex() = delete; [all …]
|
H A D | IceInst.h | 41 Inst() = delete; 42 Inst(const Inst &) = delete; 43 Inst &operator=(const Inst &) = delete; 199 void operator delete(void *Ptr, std::size_t Size) { in delete() function 268 InstHighLevel() = delete; 269 InstHighLevel(const InstHighLevel &) = delete; 270 InstHighLevel &operator=(const InstHighLevel &) = delete; 287 InstAlloca() = delete; 288 InstAlloca(const InstAlloca &) = delete; 289 InstAlloca &operator=(const InstAlloca &) = delete; [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | language_y.yy | 106 %destructor { std::cout << "DESTROYING STRING " << *$$ << "\n"; delete $$; } IDENTIFIER STRING SIZE… 168 delete $2; 169 delete $6; 178 delete $1; 185 delete $3; 194 delete $1; 201 delete $2; 209 delete $2; 210 delete $5; 217 delete $2; [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.monadic/ |
H A D | and_then.pass.cpp | 25 std::optional<int> operator()(const int&) = delete; 26 std::optional<int> operator()(int&&) = delete; 27 std::optional<int> operator()(const int&&) = delete; 31 std::optional<int> operator()(int&) = delete; 33 std::optional<int> operator()(int&&) = delete; 34 std::optional<int> operator()(const int&&) = delete; 38 std::optional<int> operator()(int&) = delete; 39 std::optional<int> operator()(const int&) = delete; 41 std::optional<int> operator()(const int&&) = delete; 45 std::optional<int> operator()(int&) = delete; [all …]
|
/aosp_15_r20/system/tools/aidl/ |
D | aidl_language_y.yy | 99 %destructor { delete ($$); } <*> 202 delete $1; 203 delete $2; 204 delete $3; 227 delete $2; 243 delete $1; 244 delete $2; 255 delete $3; 281 delete $1; 296 delete $1; [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/fdts/ |
H A D | stm32mp15-bl2.dtsi | 9 /delete-property/ mmc0; 14 /delete-node/ cpu@1; 17 /delete-node/ psci; 20 /delete-node/ timer@40006000; 21 /delete-node/ timer@44006000; 23 /delete-node/ usb-otg@49000000; 25 /delete-node/ pwr_mcu@50001014; 26 /delete-node/ cryp@54001000; 27 /delete-node/ rng@54003000; 29 /delete-node/ memory-controller@58002000; [all …]
|
H A D | stm32mp15-bl32.dtsi | 8 /delete-property/ mmc0; 9 /delete-property/ mmc1; 13 /delete-node/ cpu@1; 16 /delete-node/ psci; 19 /delete-node/ usb-otg@49000000; 20 /delete-node/ hash@54002000; 21 /delete-node/ memory-controller@58002000; 22 /delete-node/ spi@58003000; 23 /delete-node/ mmc@58005000; 24 /delete-node/ mmc@58007000; [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/monadic/ |
H A D | and_then.pass.cpp | 29 std::expected<int, int> operator()(const int&) = delete; 30 std::expected<int, int> operator()(int&&) = delete; 31 std::expected<int, int> operator()(const int&&) = delete; 35 std::expected<int, int> operator()(int&) = delete; 37 std::expected<int, int> operator()(int&&) = delete; 38 std::expected<int, int> operator()(const int&&) = delete; 42 std::expected<int, int> operator()(int&) = delete; 43 std::expected<int, int> operator()(const int&) = delete; 45 std::expected<int, int> operator()(const int&&) = delete; 49 std::expected<int, int> operator()(int&) = delete; [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/compute/v1/ |
H A D | compute_gapic.yaml | 29 - name: Delete 55 - name: Delete 87 - name: Delete 131 - name: Delete 193 - name: Delete 249 - name: Delete 287 - name: Delete 331 - name: Delete 357 - name: Delete 389 - name: Delete [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | itercoll.cpp | 31 delete en_us; in CollationIteratorTest() 41 delete en_us; in ~CollationIteratorTest() 74 delete iter; in TestUnicodeChar() 91 delete iter; in TestPrevious() 102 delete c1; in TestPrevious() 109 delete iter; in TestPrevious() 110 delete c1; in TestPrevious() 119 delete c2; in TestPrevious() 126 delete iter; in TestPrevious() 127 delete c2; in TestPrevious() [all …]
|
H A D | srchtest.cpp | 56 delete m_en_us_; in StringSearchTest() 57 delete m_fr_fr_; in StringSearchTest() 58 delete m_de_; in StringSearchTest() 59 delete m_es_; in StringSearchTest() 74 delete m_de_; in StringSearchTest() 81 delete m_es_; in StringSearchTest() 97 delete m_en_us_; in ~StringSearchTest() 98 delete m_fr_fr_; in ~StringSearchTest() 99 delete m_de_; in ~StringSearchTest() 100 delete m_es_; in ~StringSearchTest() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | itercoll.cpp | 31 delete en_us; in CollationIteratorTest() 41 delete en_us; in ~CollationIteratorTest() 74 delete iter; in TestUnicodeChar() 91 delete iter; in TestPrevious() 102 delete c1; in TestPrevious() 109 delete iter; in TestPrevious() 110 delete c1; in TestPrevious() 119 delete c2; in TestPrevious() 126 delete iter; in TestPrevious() 127 delete c2; in TestPrevious() [all …]
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | mock_callback.h | 63 MockCallback(const MockCallback&) = delete; 64 MockCallback& operator=(const MockCallback&) = delete; 78 MockCallback(const MockCallback&) = delete; 79 MockCallback& operator=(const MockCallback&) = delete; 93 MockCallback(const MockCallback&) = delete; 94 MockCallback& operator=(const MockCallback&) = delete; 108 MockCallback(const MockCallback&) = delete; 109 MockCallback& operator=(const MockCallback&) = delete; 123 MockCallback(const MockCallback&) = delete; 124 MockCallback& operator=(const MockCallback&) = delete; [all …]
|
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/selectabledeletion/ |
D | DeletionFragmentTest.kt | 103 onView(withText("Permanently delete selected data?")) in deletePermissionTypes_oneSelected_confirmationDialog_showsCorrectText() 114 onView(withText("Delete")).inRoot(isDialog()).check(matches(isDisplayed())) in deletePermissionTypes_oneSelected_confirmationDialog_showsCorrectText() 135 onView(withText("Permanently delete selected data?")) in deletePermissionTypes_someSelected_confirmationDialog_showsCorrectText() 146 onView(withText("Delete")).inRoot(isDialog()).check(matches(isDisplayed())) in deletePermissionTypes_someSelected_confirmationDialog_showsCorrectText() 167 onView(withText("Permanently delete all data?")) in deletePermissionTypes_allSelected_confirmationDialog_showsCorrectText() 178 onView(withText("Delete")).inRoot(isDialog()).check(matches(isDisplayed())) in deletePermissionTypes_allSelected_confirmationDialog_showsCorrectText() 204 onView(withText("Permanently delete selected $TEST_APP_NAME data?")) in deletePermissionTypesFromApp_oneSelected_confirmationDialog_showsCorrectText() 217 onView(withText("Delete")).inRoot(isDialog()).check(matches(isDisplayed())) in deletePermissionTypesFromApp_oneSelected_confirmationDialog_showsCorrectText() 240 onView(withText("Permanently delete selected $TEST_APP_NAME data?")) in deletePermissionTypesFromApp_someSelected_confirmationDialog_showsCorrectText() 253 onView(withText("Delete")).inRoot(isDialog()).check(matches(isDisplayed())) in deletePermissionTypesFromApp_someSelected_confirmationDialog_showsCorrectText() [all …]
|
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/deletion/ |
D | DeletionFragmentTest.kt | 77 // Delete all data flow 95 onView(withText("Choose data to delete from Health Connect")) in deleteAllData_timeRangeDialog_showsCorrectText() 106 onView(withText("Delete last 24 hours")) in deleteAllData_timeRangeDialog_showsCorrectText() 110 onView(withText("Delete last 7 days")) in deleteAllData_timeRangeDialog_showsCorrectText() 114 onView(withText("Delete last 30 days")) in deleteAllData_timeRangeDialog_showsCorrectText() 118 onView(withText("Delete all data")) in deleteAllData_timeRangeDialog_showsCorrectText() 144 onView(withText("Choose data to delete from Health Connect")) in deleteCategoryData_timeRangeDialog_showsCorrectText() 155 onView(withText("Delete last 24 hours")) in deleteCategoryData_timeRangeDialog_showsCorrectText() 159 onView(withText("Delete last 7 days")) in deleteCategoryData_timeRangeDialog_showsCorrectText() 163 onView(withText("Delete last 30 days")) in deleteCategoryData_timeRangeDialog_showsCorrectText() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | grpc_tls_credentials_options_comparator_test.cc | 41 delete options_1; in TEST() 42 delete options_2; in TEST() 51 delete options_1; in TEST() 52 delete options_2; in TEST() 61 delete options_1; in TEST() 62 delete options_2; in TEST() 71 delete options_1; in TEST() 72 delete options_2; in TEST() 81 delete options_1; in TEST() 82 delete options_2; in TEST() [all …]
|