HomeSort by relevance Sort by last modified time
    Searched full:delete (Results 226 - 250 of 27793) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
pcctslib50.dsw 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
pcctslib60.dsw 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/autotest/database/server_db_migrations/
002_add_server_attributes.py 10 CONSTRAINT `fk_server_attributes_server_server_id` FOREIGN KEY (`server_id`) REFERENCES `servers` (`id`) ON DELETE CASCADE ON UPDATE NO ACTION
  /external/autotest/frontend/migrations/
106_update_test_job_keyvals_foreign_keys.py 4 FOREIGN KEY (job_id) REFERENCES tko_jobs (job_idx) ON DELETE CASCADE;
125_add_replaced_labels_tables.py 8 REFERENCES afe_labels (id) ON DELETE CASCADE
127_add_afe_static_host_attributes.py 8 REFERENCES afe_hosts (id) ON DELETE CASCADE,
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage_global_lock.py 5 # This file is used by cloud_storage._FileLock implementation, don't delete it!
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
media-empty-class.css 5 /* I'm empty - delete me */
  /external/clang/test/Analysis/
Malloc+MismatchedDeallocator+NewDelete.cpp 40 delete x; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not 'delete'}}
48 delete p;
49 delete p; // expected-warning{{Attempt to free released memory}}
61 delete p;
67 delete &i; // expected-warning{{Argument to 'delete' is the address of the local variable 'i', which is not memory allocated by 'new'}}
72 operator delete(++p); // expected-warning{{Argument to operator delete is offset by 4 bytes from the start of memory allocated by 'new'}}
85 delete p; // no-warning the value of the pointer might have change
    [all...]
  /external/clang/test/CXX/drs/
dr412.cpp 16 inline void operator delete(void*) NOEXCEPT; // expected-error {{cannot be declared 'inline'}}
17 inline void operator delete[](void*) NOEXCEPT; // expected-error {{cannot be declared 'inline'}}
19 inline void operator delete(void*, size_t) NOEXCEPT; // expected-error {{cannot be declared 'inline'}}
20 inline void operator delete[](void*, size_t) NOEXCEPT; // expected-error {{cannot be declared 'inline'}}
  /external/clang/test/CXX/expr/expr.unary/expr.delete/
p5.cpp 9 void f0(T0 *a) { delete a; } // expected-warning {{deleting pointer to incomplete type}}
14 struct T1_A { T *x; ~T1_A() { delete x; } }; // expected-warning {{deleting pointer to incomplete type}}
21 struct T2_B { void f0(T *a) { delete a; } };
31 delete a; // expected-error{{calling a private destructor of class 'T3_A'}}
  /external/clang/test/CodeGenCXX/
mangle-system-header.cpp 7 void operator delete (void*, void*) {}
  /external/clang/test/Sema/
PR2727.c 7 // sizeof applied to a type should not delete the type.
  /external/clang/test/SemaCXX/
deleted-function-access.cpp 4 virtual void f() = delete; //expected-note{{'f' has been explicitly marked deleted here}}
unused-functions.cpp 11 namespace { void f() = delete; }
  /external/compiler-rt/test/asan/TestCases/Posix/
new_array_cookie_uaf_test.cc 17 __attribute__((noinline)) void Delete(C *c) { delete[] c; }
25 delete [] buffer;
27 delete [] buffer;
  /external/compiler-rt/test/scudo/
double-free.cpp 28 delete p;
29 delete p;
35 delete[] p;
36 delete[] p;
  /external/curl/projects/Windows/VC6/lib/
libcurl.dsw 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/curl/projects/Windows/VC6/src/
curl.dsw 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/freetype/builds/windows/visualc/
freetype.dsw 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/freetype/builds/windows/visualce/
freetype.dsw 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/honggfuzz/examples/apache-httpd/corpus_http2/
5b9bb8d25f95ea4d87f17f67ee0187eb.000001ad.honggfuzz.cov 10  1-???????? ??a??lY mG?A??\ ?p?xS*/*?z??i???W ?????? `DELETE???&?_*???J<??G??,Fu?x?o?8O???B?????Q?9??T?I??W;?w??DMAZj????8???v4????2?x?hhhhhhhhhhhhhhhhhhhhhh^?o??}??????DZ ???f????W???
  /external/icu/icu4c/source/extra/scrptrun/
srtest.dsw 2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  /external/icu/icu4c/source/samples/layout/
gdiglue.cpp 37 delete gs;
56 delete rs;
68 delete fm;
80 delete fi;
gnomeglue.cpp 40 delete gs;
52 delete rs;
64 delete fm;
76 delete fi;

Completed in 1385 milliseconds

1 2 3 4 5 6 7 8 91011>>