OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delete
(Results
301 - 325
of
17828
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/include/gpu/gl/angle/
SkANGLEGLContext.h
22
delete
ctx;
31
delete
ctx;
/external/skia/src/views/
SkTagList.cpp
46
delete
rec;
59
delete
rec;
/external/valgrind/memcheck/tests/
doublefree.stderr.exp
1
Invalid free() /
delete
/
delete
[] / realloc()
/external/zlib/src/contrib/iostream2/
zstream_test.cpp
24
delete
[] x;
delete
[] y;
/frameworks/native/services/inputflinger/
InputApplication.cpp
32
delete
mInfo;
37
delete
mInfo;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait.exception.pass.cpp
18
Mutex(const Mutex&) =
delete
;
19
Mutex& operator=(const Mutex&) =
delete
;
wait_for.exception.pass.cpp
18
Mutex(const Mutex&) =
delete
;
19
Mutex& operator=(const Mutex&) =
delete
;
/ndk/tests/device/test-stlport_shared-exception/jni/
p9706.cpp
10
void operator
delete
(void *p) throw() { --count; free (p); }
22
// The standard library may have called new and/or
delete
during
/ndk/tests/device/test-stlport_static-exception/jni/
p9706.cpp
10
void operator
delete
(void *p) throw() { --count; free (p); }
22
// The standard library may have called new and/or
delete
during
/packages/apps/Bluetooth/res/values-en-rAU/
test_strings.xml
9
<string name="deleteAll_record" msgid="4383349788485210582">"
Delete
all record"</string>
11
<string name="delete_record" msgid="4645040331967533724">"
Delete
record"</string>
/packages/apps/Bluetooth/res/values-en-rGB/
test_strings.xml
9
<string name="deleteAll_record" msgid="4383349788485210582">"
Delete
all record"</string>
11
<string name="delete_record" msgid="4645040331967533724">"
Delete
record"</string>
/packages/apps/Bluetooth/res/values-en-rIN/
test_strings.xml
9
<string name="deleteAll_record" msgid="4383349788485210582">"
Delete
all record"</string>
11
<string name="delete_record" msgid="4645040331967533724">"
Delete
record"</string>
/packages/apps/Bluetooth/res/values-tl/
test_strings.xml
9
<string name="deleteAll_record" msgid="4383349788485210582">"I-
delete
ang lahat ng tala"</string>
11
<string name="delete_record" msgid="4645040331967533724">"I-
delete
ang tala"</string>
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DeleteMessageAction.java
34
* Action used to
delete
a single message.
56
// slow (on the order of seconds) so this was modified to first
delete
locally, trigger
57
// the UI update, then
delete
from telephony.
69
//
Delete
from local DB
75
LogUtil.w(TAG, "DeleteMessageAction: Could not
delete
local message "
84
//
Delete
from telephony DB
90
LogUtil.w(TAG, "DeleteMessageAction: Could not
delete
message from "
106
*
Delete
the message.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
mutex
26
mutex(const mutex&) =
delete
;
27
mutex& operator=(const mutex&) =
delete
;
43
recursive_mutex(const recursive_mutex&) =
delete
;
44
recursive_mutex& operator=(const recursive_mutex&) =
delete
;
60
timed_mutex(const timed_mutex&) =
delete
;
61
timed_mutex& operator=(const timed_mutex&) =
delete
;
78
recursive_timed_mutex(const recursive_timed_mutex&) =
delete
;
79
recursive_timed_mutex& operator=(const recursive_timed_mutex&) =
delete
;
108
lock_guard(lock_guard const&) =
delete
;
109
lock_guard& operator=(lock_guard const&) =
delete
;
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
mutex
26
mutex(const mutex&) =
delete
;
27
mutex& operator=(const mutex&) =
delete
;
43
recursive_mutex(const recursive_mutex&) =
delete
;
44
recursive_mutex& operator=(const recursive_mutex&) =
delete
;
60
timed_mutex(const timed_mutex&) =
delete
;
61
timed_mutex& operator=(const timed_mutex&) =
delete
;
78
recursive_timed_mutex(const recursive_timed_mutex&) =
delete
;
79
recursive_timed_mutex& operator=(const recursive_timed_mutex&) =
delete
;
108
lock_guard(lock_guard const&) =
delete
;
109
lock_guard& operator=(lock_guard const&) =
delete
;
[
all
...]
/bionic/libc/bionic/
new.cpp
41
void operator
delete
(void* ptr) throw() {
45
void operator
delete
[](void* ptr) throw() {
57
void operator
delete
(void* ptr, const std::nothrow_t&) throw() {
61
void operator
delete
[](void* ptr, const std::nothrow_t&) throw() {
/developers/build/prebuilts/androidtv/leanback/
.gitignore
33
#.idea/workspace.xml - remove # and
delete
.idea if it better suit your needs.
/development/tutorials/NotepadCodeLab/Notepadv2/res/values/
strings.xml
6
<string name="menu_delete">
Delete
Note</string>
/development/tutorials/NotepadCodeLab/Notepadv2Solution/res/values/
strings.xml
6
<string name="menu_delete">
Delete
Note</string>
/development/tutorials/NotepadCodeLab/Notepadv3/res/values/
strings.xml
6
<string name="menu_delete">
Delete
Note</string>
/development/tutorials/NotepadCodeLab/Notepadv3Solution/res/values/
strings.xml
6
<string name="menu_delete">
Delete
Note</string>
/external/autotest/frontend/migrations/
078_add_tko_iteration_perf_value.py
14
REFERENCES tko_tests (test_idx) ON
DELETE
CASCADE
/external/autotest/tko/migrations/
017_add_embedded_graph_caching.py
8
DELETE
FROM embedded_graphing_queries;
028_add_tests_jobs_foreign_key.py
4
DELETE
FROM tests WHERE job_idx NOT IN (SELECT job_idx FROM jobs);
Completed in 1203 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>