OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keep
(Results
151 - 175
of
3382
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Mms/src/com/android/mms/util/
Recycler.java
126
abstract protected void deleteMessagesForThread(Context context, long threadId, int
keep
);
191
protected void deleteMessagesForThread(Context context, long threadId, int
keep
) {
208
int numberToDelete = count -
keep
;
210
Log.v(TAG, "SMS: deleteMessagesForThread
keep
: " +
keep
+
217
// Move to the
keep
limit and then delete everything older than that one.
218
cursor.move(
keep
);
347
int
keep
= getMessageLimit(context);
local
348
int numberToDelete = count -
keep
;
350
Log.v(TAG, "MMS: deleteOldMessagesByUri
keep
: " + keep
[
all
...]
/external/dbus/
cleanup-man-pages.sh
24
test -d
keep
|| mkdir
keep
|| die "Could not create $MANDIR/
keep
directory"
65
(find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS
keep
) || die "could not move all dbus-prefixed items"
66
(find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS
keep
) || die "could not move all DBUS_-prefixed items"
67
(find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS
keep
) || die "could not move all DBus-prefixed items"
74
KEEP_COUNT=`find
keep
-type f -name "*" | wc -l`
80
(find
keep
-type f -name "*" | xargs -I ITEMS /bin/mv ITEMS .) || die "could not move kept items back"
82
rmdir
keep
|| die "could not remove $MANDIR/
keep
"
[
all
...]
/external/webkit/WebCore/css/
view-source.css
46
/*
Keep
this in sync with inspector.css (.webkit-line-gutter-backdrop) */
56
/*
Keep
this in sync with inspector.css (.webkit-line-gutter-backdrop) */
84
/*
Keep
this in sync with inspector.css (.webkit-html-tag) */
89
/*
Keep
this in sync with inspector.css (.webkit-html-attribute-name) */
94
/*
Keep
this in sync with inspector.css (.webkit-html-attribute-value) */
99
/*
Keep
this in sync with inspector.css (.webkit-html-external-link, .webkit-html-resource-link) */
104
/*
Keep
this in sync with inspector.css (.webkit-html-external-link) */
109
/*
Keep
this in sync with inspector.css (.webkit-html-external-link:hover) */
114
/*
Keep
this in sync with inspector.css (.webkit-html-comment) */
119
/*
Keep
this in sync with inspector.css (.webkit-html-doctype) *
[
all
...]
/external/qemu/
x86_64.ld
43
KEEP
(*(.init))
54
KEEP
(*(.fini))
62
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
89
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
103
KEEP
(*crtbegin.o(.ctors))
108
KEEP
(*(EXCLUDE_FILE (*crtend.o ) .ctors))
109
KEEP
(*(SORT(.ctors.*)))
110
KEEP
(*(.ctors))
114
KEEP
(*crtbegin.o(.dtors))
115
KEEP
(*(EXCLUDE_FILE (*crtend.o ) .dtors)
[
all
...]
m68k.ld
52
KEEP
(*(.init))
63
KEEP
(*(.fini))
96
.eh_frame : {
KEEP
(*(.eh_frame)) }
110
KEEP
(*crtbegin.o(.ctors))
115
KEEP
(*(EXCLUDE_FILE (*crtend.o ) .ctors))
116
KEEP
(*(SORT(.ctors.*)))
117
KEEP
(*(.ctors))
121
KEEP
(*crtbegin.o(.dtors))
122
KEEP
(*(EXCLUDE_FILE (*crtend.o ) .dtors))
123
KEEP
(*(SORT(.dtors.*))
[
all
...]
/frameworks/base/core/java/android/text/
InputFilter.java
69
return null; //
keep
original
84
int
keep
= mMax - (dest.length() - (dend - dstart));
local
86
if (
keep
<= 0) {
88
} else if (
keep
>= end - start) {
89
return null; //
keep
original
91
return source.subSequence(start, start +
keep
);
/external/proguard/examples/
applications.pro
64
# -
keep
public class mypackage.MyClass
65
# -
keep
public interface mypackage.MyInterface
66
# -
keep
public class * implements mypackage.MyInterface
proguard.pro
36
-
keep
public class proguard.ProGuard {
46
#-
keep
,allowobfuscation class proguard.ant.*
57
#-
keep
public class proguard.wtk.ProGuardObfuscator
/bionic/libc/arch-sh/syscalls/
__brk.S
19
/*
keep
error number */
__fcntl.S
19
/*
keep
error number */
__fcntl64.S
19
/*
keep
error number */
__fork.S
19
/*
keep
error number */
__getcwd.S
19
/*
keep
error number */
__getpriority.S
19
/*
keep
error number */
__ioctl.S
19
/*
keep
error number */
__llseek.S
22
/*
keep
error number */
__open.S
19
/*
keep
error number */
__openat.S
19
/*
keep
error number */
__pread64.S
22
/*
keep
error number */
__ptrace.S
19
/*
keep
error number */
__pwrite64.S
22
/*
keep
error number */
__reboot.S
19
/*
keep
error number */
__rt_sigaction.S
19
/*
keep
error number */
__rt_sigprocmask.S
19
/*
keep
error number */
__rt_sigtimedwait.S
19
/*
keep
error number */
Completed in 48 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>