OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delete
(Results
401 - 425
of
27793
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Analysis/
NewDeleteLeaks-PR18394.cpp
15
delete
a;
/external/clang/test/CodeGenCXX/
destructor-debug-info.cpp
7
~B() {
delete
a; }
/external/compiler-rt/test/asan/TestCases/Linux/
malloc_delete_mismatch.cc
1
// Check that we detect malloc/
delete
mismatch only if the approptiate flag
24
delete
x;
26
// CHECK: ERROR: AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator
delete
) on 0x
27
// CHECK-NEXT: #0{{.*}}operator
delete
/external/compiler-rt/test/tsan/
atomic_free.cc
16
delete
a;
atomic_free2.cc
15
delete
a;
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
vptr-virtual-base-construction.cpp
13
int main() {
delete
new D; }
/external/curl/docs/examples/
imap-delete.c
24
* IMAP example showing how to
delete
a folder
31
/* This is a simple example showing how to
delete
an existing mailbox folder
51
/* Set the
DELETE
command specifying the existing folder */
52
curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "
DELETE
FOLDER");
/external/curl/lib/
makefile.dj
53
- $(
DELETE
) curl_config.h
58
- $(
DELETE
) $(OBJ_DIR)$(DS)*.o
64
- $(
DELETE
) depend.dj
69
- $(
DELETE
) $(CURL_LIB)
/external/curl/projects/Windows/VC6/
curl-all.dsw
2
# WARNING: DO NOT EDIT OR
DELETE
THIS WORKSPACE FILE!
/external/icu/icu4c/source/i18n/
decfmtst.cpp
173
delete
fDotEquivalents; fDotEquivalents = NULL;
174
delete
fCommaEquivalents; fCommaEquivalents = NULL;
175
delete
fOtherGroupingSeparators; fOtherGroupingSeparators = NULL;
176
delete
fDashEquivalents; fDashEquivalents = NULL;
177
delete
fStrictDotEquivalents; fStrictDotEquivalents = NULL;
178
delete
fStrictCommaEquivalents; fStrictCommaEquivalents = NULL;
179
delete
fStrictOtherGroupingSeparators; fStrictOtherGroupingSeparators = NULL;
180
delete
fStrictDashEquivalents; fStrictDashEquivalents = NULL;
181
delete
fDefaultGroupingSeparators; fDefaultGroupingSeparators = NULL;
182
delete
fStrictDefaultGroupingSeparators; fStrictDefaultGroupingSeparators = NULL
[
all
...]
sharedbreakiterator.cpp
24
delete
ptr;
/external/jline/src/src/main/resources/jline/
windowsbindings.properties
25
# CTRL-H:
delete
the previous character
52
# CTRL-U:
delete
all the characters before the cursor position
58
# CTRL-W:
delete
the word directly before the cursor
67
# CTRL-?:
delete
the previous character
/external/libcxx/cmake/Modules/
MacroEnsureOutOfSourceBuild.cmake
14
Please
delete
them."
/external/libcxxabi/cmake/Modules/
MacroEnsureOutOfSourceBuild.cmake
14
Please
delete
them."
/external/libcxxabi/test/support/
timer.hpp
27
timer(timer const &) =
delete
;
28
timer & operator=(timer const &) =
delete
;
48
timer(timer const &) =
delete
;
49
timer & operator=(timer const &) =
delete
;
/external/libnl/tests/
test-delete-link.c
20
nl_perror(err, "Unable to
delete
link");
/external/libxml2/win32/wince/
libxml2.vcw
2
# WARNING: DO NOT EDIT OR
DELETE
THIS WORKSPACE FILE!
/external/llvm/test/Transforms/GlobalOpt/
deadglobal-2.ll
2
; This is a harder case to
delete
as the GEP has a variable index.
/external/llvm/test/Transforms/Inline/
2004-04-15-InlineDeletesCall.ll
3
; Inlining the first call caused the inliner function to
delete
the second
/external/llvm/test/Transforms/LoopUnswitch/
cleanuppad.ll
16
br i1 %y, label %for.inc, label %
delete
.notnull
18
delete
.notnull: ; preds = %if.then
22
invoke.cont: ; preds = %
delete
.notnull
25
lpad: ; preds = %
delete
.notnull
/external/mockito/src/main/java/org/mockito/internal/util/
Supplier.java
10
*
Delete
when we move to Java 8 and use built-in type.
/external/perfetto/include/perfetto/base/
temp_file.h
50
TempFile(const TempFile&) =
delete
;
51
TempFile& operator=(const TempFile&) =
delete
;
69
TempDir(const TempDir&) =
delete
;
70
TempDir& operator=(const TempDir&) =
delete
;
/external/python/cpython2/Doc/includes/sqlite3/
shortcut_methods.py
20
print "I just deleted", con.execute("
delete
from person").rowcount, "rows"
/external/python/cpython3/Doc/includes/sqlite3/
shortcut_methods.py
20
print("I just deleted", con.execute("
delete
from person").rowcount, "rows")
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
TempDirectory.java
22
// This is necessary because File.deleteOnExit won't
delete
non empty directories
56
Files.
delete
(basePath);
65
Files.
delete
(file);
72
Files.
delete
(dir);
Completed in 1777 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>