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

1 2 3 4 5 6 7 8 910

  /external/e2fsprogs/tests/f_big_sparse/
name 1 big sparse file
  /dalvik/tests/015-switch/
expected.txt 9 CORRECT big sparse / first
10 CORRECT big sparse / last
  /dalvik/vm/mterp/c/
OP_SPARSE_SWITCH.c 9 ILOGV("|sparse-switch v%d +0x%04x", vsrc1, vsrc2);
17 dvmThrowException("Ljava/lang/InternalError;", "bad sparse switch");
  /dalvik/docs/opcodes/
opcode-2c-sparse-switch.html 6 <title>sparse-switch</title>
12 <h1>sparse-switch</h1>
41 <td>sparse-switch vAA, +BBBBBBBB <i>(with supplemental data as
42 specified below in "<code>sparse-switch</code> Format")</i></td>
66 T must point to a sparse-switch data table.
76 The value of vA is used as a lookup key inside the sparse table data.
91 Otherwise execution continues at the instruction following the sparse-switch
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 4 * Handle a packed-switch or sparse-switch instruction. In both cases
10 * for: packed-switch, sparse-switch
  /system/extras/ext4_utils/
make_ext4fs_main.c 48 int sparse = 0; local
87 sparse = 1;
95 if (gzip && sparse) {
96 fprintf(stderr, "Cannot specify both gzip and sparse\n");
118 return make_ext4fs(filename, directory, mountpoint, android, gzip, sparse);
  /external/chromium/net/disk_cache/
sparse_control.h 27 // This class provides support for the sparse capabilities of the disk cache.
28 // Basically, sparse IO is directed from EntryImpl to this class, and we split
31 // used directly for sparse operations (the entry passed in to the constructor).
51 // sparse data, or can be used to do it, it updates the relevant information
55 // Performs an actual sparse read or write operation for this entry. |op| is
56 // the operation to perform, |offset| is the desired sparse offset, |buf| and
67 // Cancels the current sparse operation (if any).
79 // Creates a new sparse entry or opens an aready created entry from disk.
124 // Initializes the sparse info for the current child.
148 EntryImpl* entry_; // The sparse entry
    [all...]
mem_entry_impl.h 19 // types of entries, parent and child to support sparse caching.
21 // A parent entry is non-sparse until a sparse method is invoked (i.e.
22 // ReadSparseData, WriteSparseData, GetAvailableRange) when sparse information
24 // sparse API calls to the child entries. It creates and deletes child entries
27 // A child entry is used to carry partial cache content, non-sparse methods like
34 // A sparse entry has a fixed maximum size and can be partially filled. There
35 // can only be one continous filled region in a sparse entry, as illustrated by
42 // region. The book keeping for filled region in a sparse entry is done by using
121 // Initializes the children map and sparse info. This method is only calle
    [all...]
  /external/e2fsprogs/lib/ext2fs/
sparse.c 2 * sparse.c --- find the groups in an ext2 filesystem with metadata backups
47 * calling this for the first time. In a sparse filesystem it will be the
49 * For a non-sparse filesystem it will be every group: 1, 2, 3, 4, ...
  /external/e2fsprogs/tests/m_no_opt/
expect.1 1 mke2fs: reserved online resize blocks not supported on non-sparse filesystem
  /cts/tools/vm-tests/src/dot/junit/opcodes/sparse_switch/d/
T_sparse_switch_1.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_11.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_12.d 29 sparse-switch v4
33 sparse-switch-end
T_sparse_switch_13.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_14.d 31 sparse-switch v4
35 sparse-switch-end
T_sparse_switch_2.d 31 sparse-switch v4
35 sparse-switch-end
T_sparse_switch_3.d 31 sparse-switch v5
35 sparse-switch-end
T_sparse_switch_4.d 31 sparse-switch v3
35 sparse-switch-end
T_sparse_switch_5.d 31 sparse-switch v3
35 sparse-switch-end
T_sparse_switch_6.d 31 sparse-switch v3
35 sparse-switch-end
T_sparse_switch_7.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_8.d 30 sparse-switch v4
34 sparse-switch-end
T_sparse_switch_9.d 30 sparse-switch v4
34 sparse-switch-end
  /dalvik/dx/tests/072-dex-switch-edge-cases/
expected.txt 56 0003: sparse-switch v2, 0010 // +000d
67 0010: sparse-switch-data // for switch @ 0003
75 0003: sparse-switch v2, 0010 // +000d
86 0010: sparse-switch-data // for switch @ 0003
94 0003: sparse-switch v2, 0010 // +000d
105 0010: sparse-switch-data // for switch @ 0003
113 0003: sparse-switch v2, 0010 // +000d
124 0010: sparse-switch-data // for switch @ 0003
  /dalvik/vm/mterp/armv5te/
OP_PACKED_SWITCH.S 4 * Handle a packed-switch or sparse-switch instruction. In both cases
10 * for: packed-switch, sparse-switch

Completed in 855 milliseconds

1 2 3 4 5 6 7 8 910