HomeSort by relevance Sort by last modified time
    Searched full:entries (Results 1 - 25 of 3082) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_baddir/
name 1 corrupted directory entries
  /external/e2fsprogs/tests/f_badinode/
name 1 corrupted inode entries
  /external/e2fsprogs/tests/f_dup_de/
name 1 duplicate directory entries
  /external/e2fsprogs/tests/f_baddotdir/
name 1 bad '.' and '..' entries
  /external/e2fsprogs/tests/f_dupdot/
name 1 duplicate '.' and '..' entries
  /external/webkit/LayoutTests/http/tests/appcache/
fallback-expected.txt 1 Test application cache fallback entries.
  /external/webkit/LayoutTests/storage/
hash-change-with-xhr-expected.txt 1 Changing the hash to create history entries.
  /external/chromium/net/data/url_request_unittest/
with-headers.html.mock-http-headers 4 X-Multiple-Entries: a
5 X-Multiple-Entries: b
  /dalvik/dx/tests/004-cp-bottom-up/
info.txt 7 entries that are referred to by other entries always occur before the
8 referring entries.
  /dalvik/dx/tests/005-cp-top-down/
info.txt 7 entries that are referred to by other entries always occur after the
8 referring entries.
  /external/e2fsprogs/lib/ext2fs/
brel_ma.c 43 struct ext2_block_relocate_entry *entries; member in struct:brel_ma
79 sizeof(struct ext2_block_relocate_entry), &ma->entries);
82 memset(ma->entries, 0, size);
112 ma->entries[(unsigned)old] = *ent;
124 if (ma->entries[(unsigned)old].new == 0)
126 *ent = ma->entries[old];
143 if (ma->entries[(unsigned)brel->current].new == 0)
146 *ent = ma->entries[(unsigned)brel->current];
160 if (ma->entries[(unsigned)old].new == 0)
162 ma->entries[(unsigned)new] = ma->entries[old]
    [all...]
valid_blk.c 24 * This function returns 1 if the inode's block entries actually
25 * contain block entries.
31 * have valid block entries.
39 * target is stored in the block entries.
  /dalvik/dx/tests/080-dex-exception-tables/
info.txt 2 exception handler tables get built reasonably (combining entries that
3 ought to be combined, listing entries in a correct and sensible order,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
e820.h 4 #define E820MAX 128 /* number of entries in E820MAP */
5 #define E820NR 0x1e8 /* # entries in E820MAP */
  /external/proguard/src/proguard/io/
DataEntryPump.java 27 * This interface provides a method to pump data entries. The implementation
28 * determines the source and the type of the data entries. Typical examples
29 * are zip entries coming from a zip file of file entries coming from a
38 * Applies the given DataEntryReader to all data entries that the
  /dalvik/dx/src/com/android/dx/rop/cst/
StdConstantPool.java 29 /** {@code non-null;} array of entries */
30 private final Constant[] entries; field in class:StdConstantPool
47 entries = new Constant[size];
52 return entries.length;
58 return entries[n];
77 Constant result = entries[n];
107 if (n == (entries.length - 1)) {
111 entries[n + 1] = null;
114 if ((cst != null) && (entries[n] == null)) {
119 Constant prev = entries[n - 1]
    [all...]
  /external/icu4c/layout/
SingleTableProcessor.cpp 38 const LookupSingle *entries = singleTableLookupTable->entries; local
43 const LookupSingle *lookupSingle = singleTableLookupTable->lookupSingle(entries, glyphStorage[glyph]);
  /external/kernel-headers/original/asm-arm/
scatterlist.h 16 * to get bus addresses of each of the SG entries and their lengths.
17 * You should only work with the number of sg entries pci_map_sg
  /external/kernel-headers/original/asm-x86/
e820.h 4 #define E820MAX 128 /* number of entries in E820MAP */
5 #define E820NR 0x1e8 /* # entries in E820MAP */
scatterlist_32.h 19 * to get bus addresses of each of the SG entries and their lengths.
20 * You should only work with the number of sg entries pci_map_sg
  /packages/apps/Email/res/xml/
senders_product.xml 6 Entries that are device, product or carrier-specific should be added as overlays
16 <!-- Actual entries should be in the overlay files found elsewhere -->
stores_product.xml 6 Entries that are device, product or carrier-specific should be added as overlays
16 <!-- Actual entries should be in the overlay files found elsewhere -->
  /external/dnsmasq/contrib/dns-loc/
README 4 entries in order to assign location information to dns records
  /external/kernel-headers/original/linux/
stacktrace.h 7 unsigned long *entries; member in struct:stack_trace
  /packages/apps/Browser/src/com/android/browser/search/
SearchEnginePreference.java 40 ArrayList<CharSequence> entries = new ArrayList<CharSequence>(); local
47 entries.add(defaultSearchEngine.getLabel());
54 entries.add(searchEngineInfo.getLabel());
59 setEntries(entries.toArray(new CharSequence[entries.size()]));

Completed in 228 milliseconds

1 2 3 4 5 6 7 8 91011>>