OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entries
(Results
126 - 150
of
4497
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit/mac/History/
WebHistory.mm
87
- (BOOL)removeItems:(NSArray *)
entries
;
200
// The
entries
for each day are stored in a sorted array with the most recent entry first
201
// Check for the common cases of the entry being newer than all existing
entries
or the first entry of the day
206
// .. or older than all existing
entries
238
// remove this date entirely if there are no other
entries
on it
274
// other
entries
already exist for this date
277
// no other
entries
exist for this date
278
NSMutableArray *
entries
= [[NSMutableArray alloc] initWithObjects:&entry count:1];
279
_entriesByDate->set(dateKey,
entries
);
280
[
entries
release]
[
all
...]
/dalvik/dx/src/com/android/dx/cf/attrib/
AttInnerClasses.java
28
/** {@code non-null;} list of inner class
entries
*/
34
* @param innerClasses {@code non-null;} list of inner class
entries
57
* Gets the list of "inner class"
entries
associated with this instance.
AttLineNumberTable.java
29
/** {@code non-null;} list of line number
entries
*/
35
* @param lineNumbers {@code non-null;} list of line number
entries
58
* Gets the list of "line number"
entries
associated with this instance.
BaseLocalVariables.java
27
/** {@code non-null;} list of local variable
entries
*/
34
* @param localVariables {@code non-null;} list of local variable
entries
58
* Gets the list of "local variable"
entries
associated with this instance.
/external/chromium/chrome/browser/net/
chrome_net_log_unittest.cc
70
ChromeNetLog::EntryList
entries
;
local
71
log.GetAllPassivelyCapturedEvents(&
entries
);
72
EXPECT_EQ(0u,
entries
.size());
/external/e2fsprogs/lib/ext2fs/
brel.h
47
* Initialize for iterating over the block relocation
entries
.
52
* The iterator function for the inode relocation
entries
.
53
* Returns an inode number of 0 when out of
entries
.
/external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h
212
/* Number of
entries
*/
215
/* Size of
entries
. */
228
/* Number of
entries
*/
231
/* Total size of new
entries
*/
240
/* Information about old
entries
: */
241
/* Number of counters (must be equal to current number of
entries
). */
243
/* The old
entries
' counters. */
246
/* The
entries
(hang off end: not really an array). */
247
struct ip6t_entry
entries
[0];
member in struct:ip6t_replace
261
/* The
entries
. *
[
all
...]
/external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h
161
/* Number of
entries
*/
164
/* Size of
entries
. */
178
/* Number of
entries
*/
181
/* Total size of new
entries
*/
190
/* Information about old
entries
: */
191
/* Number of counters (must be equal to current number of
entries
). */
193
/* The old
entries
' counters. */
196
/* The
entries
(hang off end: not really an array). */
197
struct ipt_entry
entries
[0];
member in struct:ipt_replace
212
/* The
entries
. *
[
all
...]
/external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h
174
/* Number of
entries
*/
177
/* Size of
entries
. */
191
/* Number of
entries
*/
194
/* Total size of new
entries
*/
203
/* Information about old
entries
: */
204
/* Number of counters (must be equal to current number of
entries
). */
206
/* The old
entries
' counters. */
209
/* The
entries
(hang off end: not really an array). */
210
struct ip6t_entry
entries
[0];
member in struct:ip6t_replace
225
/* The
entries
. *
[
all
...]
/external/pcre/doc/html/
pcre_get_stringtable_entries.html
30
entries
for a given name in the table that translates capturing parenthesis
36
<i>name</i> Name whose
entries
required
45
the table
entries
, in the
/external/proguard/src/proguard/io/
JarReader.java
27
* This DataEntryReader lets a given DataEntryReader read all data
entries
of
28
* the read jar/war/zip data
entries
.
54
// Get all
entries
from the input jar.
/external/qemu/
gen-skin.py
29
entries
= []
variable
39
entries
.append( (file, data_name, len(data)) )
76
for e in
entries
:
/packages/apps/Email/res/xml/
senders.xml
23
and are appropriate for *all* android platform devices. These
entries
must be accessible
25
networks, and test accounts must be easily obtainable. No
entries
should be added
28
Entries
that are device, product or carrier-specific should be added as overlays
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h
216
/* Number of
entries
*/
219
/* Size of
entries
. */
233
/* Number of
entries
*/
236
/* Total size of new
entries
*/
245
/* Information about old
entries
: */
246
/* Number of counters (must be equal to current number of
entries
). */
248
/* The old
entries
' counters. */
251
/* The
entries
(hang off end: not really an array). */
252
struct ip6t_entry
entries
[0];
member in struct:ip6t_replace
267
/* The
entries
. *
[
all
...]
/external/chromium/net/data/cache_tests/dirty_entry3/
contents.txt
4
entries
: 3 <---- there is an extra entry on the lru.
37
current
entries
: 3
38
max
entries
: 1024
56
current
entries
: 4
57
max
entries
: 1024
75
current
entries
: 0
76
max
entries
: 0
94
current
entries
: 0
95
max
entries
: 0
/external/chromium/net/data/cache_tests/dirty_entry4/
contents.txt
4
entries
: 3
37
current
entries
: 3
38
max
entries
: 1024
56
current
entries
: 4
57
max
entries
: 1024
75
current
entries
: 0
76
max
entries
: 0
94
current
entries
: 0
95
max
entries
: 0
/external/chromium/net/data/cache_tests/dirty_entry5/
contents.txt
4
entries
: 2 <---- there is an extra entry on the lru.
37
current
entries
: 2
38
max
entries
: 1024
56
current
entries
: 4
57
max
entries
: 1024
75
current
entries
: 0
76
max
entries
: 0
94
current
entries
: 0
95
max
entries
: 0
/external/chromium/net/data/cache_tests/list_loop2/
contents.txt
4
entries
: 2
37
current
entries
: 2
38
max
entries
: 1024
56
current
entries
: 3
57
max
entries
: 1024
75
current
entries
: 0
76
max
entries
: 0
94
current
entries
: 0
95
max
entries
: 0
/external/chromium/net/ftp/
ftp_directory_listing_parser_ls.h
24
std::vector<FtpDirectoryListingEntry>*
entries
);
ftp_directory_listing_parser_netware.h
25
std::vector<FtpDirectoryListingEntry>*
entries
);
/external/doclava/src/com/google/doclava/
JarUtils.java
59
for (Enumeration<JarEntry>
entries
= fromJar.
entries
();
entries
.hasMoreElements();) {
60
JarEntry entry =
entries
.nextElement();
/external/e2fsprogs/tests/progs/test_data/
test.brel
24
# Test getting existing and non-existent
entries
/external/kernel-headers/original/asm-arm/
sigcontext.h
6
* before the signal handler was invoked. Note: only add new
entries
/external/kernel-headers/original/asm-x86/
io_apic_32.h
34
entries
: 8,
member in struct:IO_APIC_reg_01::__anon7086
107
/* I/O APIC
entries
*/
110
/* # of MP IRQ source
entries
*/
113
/* MP IRQ source
entries
*/
/external/qemu/hw/
fw_cfg.c
49
FWCfgEntry
entries
[2][FW_CFG_MAX_ENTRY];
member in struct:_FWCfgState
57
FWCfgEntry *e = &s->
entries
[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
91
FWCfgEntry *e = &s->
entries
[arch][s->cur_entry & FW_CFG_ENTRY_MASK];
198
s->
entries
[arch][key].data = data;
199
s->
entries
[arch][key].len = len;
245
s->
entries
[arch][key].data = data;
246
s->
entries
[arch][key].len = len;
247
s->
entries
[arch][key].callback_opaque = callback_opaque;
248
s->
entries
[arch][key].callback = callback;
Completed in 361 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>