OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delete
(Results
326 - 350
of
17828
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium-trace/catapult/dashboard/dashboard/
set_warning_message.py
19
"""Allows internal users to set and
delete
warning messages.
40
layered_cache.
Delete
('warning_message')
41
layered_cache.
Delete
('warning_bug')
51
layered_cache.
Delete
('warning_bug')
/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/projects/Windows/VC6/
curl-all.dsw
2
# WARNING: DO NOT EDIT OR
DELETE
THIS WORKSPACE FILE!
/external/curl/src/
makefile.dj
55
- $(
DELETE
) tool_hugehelp.c
60
- $(
DELETE
) $(OBJ_DIR)$(DS)*.o
66
- $(
DELETE
) depend.dj
71
- $(
DELETE
) $(PROGRAM)
/external/icu/icu4c/source/i18n/
decfmtst.cpp
171
delete
fDotEquivalents; fDotEquivalents = NULL;
172
delete
fCommaEquivalents; fCommaEquivalents = NULL;
173
delete
fOtherGroupingSeparators; fOtherGroupingSeparators = NULL;
174
delete
fDashEquivalents; fDashEquivalents = NULL;
175
delete
fStrictDotEquivalents; fStrictDotEquivalents = NULL;
176
delete
fStrictCommaEquivalents; fStrictCommaEquivalents = NULL;
177
delete
fStrictOtherGroupingSeparators; fStrictOtherGroupingSeparators = NULL;
178
delete
fStrictDashEquivalents; fStrictDashEquivalents = NULL;
179
delete
fDefaultGroupingSeparators; fDefaultGroupingSeparators = NULL;
180
delete
fStrictDefaultGroupingSeparators; fStrictDefaultGroupingSeparators = NULL
[
all
...]
/external/libchrome/base/
move.h
37
type(const type&) =
delete
; \
38
void operator=(const type&) =
delete
; \
47
type(const type&) =
delete
; \
48
void operator=(const type&) =
delete
; \
/external/libcxx/cmake/Modules/
MacroEnsureOutOfSourceBuild.cmake
14
Please
delete
them."
/external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxDefault.i
55
%typemap(javadestruct, methodname="
delete
", methodmodifiers="@Override protected synchronized") SWIGTYPE {
63
super.
delete
();
66
%typemap(javadestruct_derived, methodname="
delete
", methodmodifiers="@Override protected synchronized") SWIGTYPE {
74
super.
delete
();
/external/libweave/third_party/chromium/base/
move.h
37
type(const type&) =
delete
; \
38
void operator=(const type&) =
delete
; \
47
type(const type&) =
delete
; \
48
void operator=(const type&) =
delete
; \
/external/libxml2/win32/wince/
libxml2.vcw
2
# WARNING: DO NOT EDIT OR
DELETE
THIS WORKSPACE FILE!
/external/llvm/test/Transforms/GlobalOpt/
deadglobal-2.ll
3
; 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/ltrace/testsuite/ltrace.minor/
demangle.h
12
void operator
delete
(void *);
/external/pdfium/core/src/fpdfdoc/
doc_vtmodule.cpp
15
delete
(CPDF_VariableText*)pVT;
/external/skia/debugger/QT/Icons/
.qrc
4
<file>
delete
.png</file>
/external/skia/example/mac/
HelloWorldNSView.mm
23
delete
fWind;
/external/skia/src/views/unix/
skia_unix.cpp
23
delete
window;
/external/skia/tests/
PathOpsThreadedCommon.cpp
14
delete
fRunnables[index];
/external/toybox/toys/pending/
groupdel.c
1
/* groupdel.c -
delete
a group
17
Delete
a group or remove a user from a group
28
//
delete
user from group
47
//
delete
group
Completed in 1170 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>