HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 376 - 400 of 2292) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gn/
import_manager.cc 23 const BlockNode* block = node->AsBlock(); local
24 CHECK(block);
29 block->ExecuteBlockInScope(scope.get(), err);
  /external/e2fsprogs/lib/ext2fs/
inode_io.c 52 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
54 static errcode_t inode_write_blk(io_channel channel, unsigned long block,
60 unsigned long long block, int count, void *data);
62 unsigned long long block, int count, const void *data);
209 unsigned long long block, int count, void *buf)
219 block * channel->block_size,
228 static errcode_t inode_read_blk(io_channel channel, unsigned long block,
231 return inode_read_blk64(channel, block, count, buf);
235 unsigned long long block, int count, const void *buf)
245 block * channel->block_size
    [all...]
unix_io.c 5 * Implements a one-block write-through cache.
56 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */
73 unsigned long block; member in struct:unix_cache
101 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
103 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
113 struct unix_cache *cache, unsigned long long block);
114 static errcode_t unix_read_blk64(io_channel channel, unsigned long long block,
116 static errcode_t unix_write_blk64(io_channel channel, unsigned long long block,
158 unsigned long long block,
168 location = ((ext2_loff_t) block * channel->block_size) + data->offset
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci_ci.c 41 void nfc_hal_nv_ci_read (UINT16 num_bytes_read, tNFC_HAL_NV_CO_STATUS status, UINT8 block)
60 p_msg->nv_read.block = block;
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 4 @ Ill-formed IT block instructions.
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 41 fs_bblock *block = link->block; local
44 return block;
106 /* Set up the block just after the endif. Don't know when exactly
111 /* Set up our immediately following block, full of "then"
153 /* Set up the block just after the while. Don't know when exactly
158 /* Set up our immediately following block, full of "then"
220 fs_bblock *block = new(mem_ctx) fs_bblock(); local
222 return block;
226 fs_cfg::set_next_block(fs_bblock *block)
    [all...]
  /external/skia/tools/copyright/
fileparser.py 32 """Given a list of comment block strings, return the one that seems
33 like the most likely copyright block.
36 a comment block that contains copyright info."""
39 for block in comment_blocks:
40 if self._copyright_pattern.search(block):
41 return block
44 """Given a comment block, return a tuple of attributes: (year, holder).
82 """Returns a copyright block suitable for this language, with the
  /external/valgrind/main/memcheck/tests/
badrw.stderr.exp 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
mismatches.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 10 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
32 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
39 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
custom_alloc.stderr.exp 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
9 Address 0x........ is 0 bytes after a block of size 20 alloc'd
18 Address 0x........ is 0 bytes after a block of size 28 alloc'd
24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd
36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
42 Address 0x........ is 0 bytes inside a block of size 28 free'd
49 Address 0x........ is 1 bytes before a block of size 20 alloc'd
56 Address 0x........ is 8 bytes before a block of size 20 alloc'd
63 Address 0x........ is 0 bytes after a block of size 20 alloc'd
70 Address 0x........ is 7 bytes after a block of size 20 alloc'
    [all...]
  /external/libpcap/
optimize.c 85 * A block is marked if only if its mark equals the current mark.
94 static void opt_init(struct block *);
97 static void make_marks(struct block *);
98 static void mark_code(struct block *);
100 static void intern_blocks(struct block *);
104 static void find_levels_r(struct block *);
106 static void find_levels(struct block *);
107 static void find_dom(struct block *);
109 static void find_edom(struct block *);
110 static void find_closure(struct block *);
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 152 int block = loadResourceValue(ident, (short) 0, tmpValue, true); local
153 if (block >= 0) {
155 return mStringBlocks[block].get(tmpValue.data);
170 int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true); local
171 if (block >= 0) {
173 return mStringBlocks[block].get(tmpValue.data);
197 int block = loadResourceValue(ident, (short) density, outValue, resolveRefs); local
198 if (block >= 0) {
202 outValue.string = mStringBlocks[block].get(outValue.data);
217 int block; local
230 int block = loadThemeAttributeValue(theme, ident, outValue, resolveRefs); local
456 XmlBlock block = openXmlBlockAsset(cookie, fileName); local
    [all...]
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 225 Long block[4]; \
248 block[0] = flags_in; \
249 block[1] = g_val; \
250 block[2] = (long)&e_val; \
251 block[3] = 0; \
262 : : "r"(&block[0]) : "rax","rbx","cc","memory" \
269 e_val, block[3] & CC_MASK)); \
320 Long block[3]; \
341 block[0] = flags_in; \
342 block[1] = (long)&e_val;
656 UChar* block; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utrie2_builder.c 53 * including the bad-UTF-8-data block is not a multiple of UTRIE2_DATA_BLOCK_LENGTH
54 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction
58 * assumes that a single index-2 block is used for 0x400 code points
61 * Requires UTRIE2_SHIFT_1<=16. Otherwise one single index-2 block contains
74 /** The null index-2 block, following the gap in the index-2 table. */
81 * The null data block.
92 * Below, compaction uses a block length of 64 for 2-byte UTF-8.
141 newTrie->firstFreeBlock=0; /* no free block in the list */
147 * - the bad-UTF-8-data block
148 * - the null data block
460 int32_t i2, block; local
619 int32_t block; local
705 int32_t block, rest, repeatBlock; local
866 int32_t block; local
881 int32_t block; local
904 int32_t i1, i2, j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; local
    [all...]
  /external/icu4c/common/
utrie2_builder.cpp 53 * including the bad-UTF-8-data block is not a multiple of UTRIE2_DATA_BLOCK_LENGTH
54 * and map[block>>UTRIE2_SHIFT_2] (used in reference counting and compaction
58 * assumes that a single index-2 block is used for 0x400 code points
61 * Requires UTRIE2_SHIFT_1<=16. Otherwise one single index-2 block contains
74 /** The null index-2 block, following the gap in the index-2 table. */
81 * The null data block.
92 * Below, compaction uses a block length of 64 for 2-byte UTF-8.
141 newTrie->firstFreeBlock=0; /* no free block in the list */
147 * - the bad-UTF-8-data block
148 * - the null data block
460 int32_t i2, block; local
619 int32_t block; local
705 int32_t block, rest, repeatBlock; local
866 int32_t block; local
881 int32_t block; local
904 int32_t i1, i2, j, i2Block, prevI2Block, index2NullOffset, block, prevBlock, nullBlock; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 57 * a mapping table for the current block being processed. Once the
58 * current block has been processed, this mapping table is then copied
78 * indexed by block index; register version state for each block start.
141 // Initial state for entry block
162 // Rename each block in dom-tree DFS order.
164 public void visitBlock (SsaBasicBlock block,
166 new BlockRenamer(block).process();
273 * Processes all insns in a block and renames their registers
277 /** {@code non-null;} block we're processing. *
278 private final SsaBasicBlock block; field in class:SsaRenamer.BlockRenamer
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaRenamer.java 58 * a mapping table for the current block being processed. Once the
59 * current block has been processed, this mapping table is then copied
79 * indexed by block index; register version state for each block start.
142 // Initial state for entry block
163 // Rename each block in dom-tree DFS order.
165 public void visitBlock (SsaBasicBlock block,
167 new BlockRenamer(block).process();
274 * Processes all insns in a block and renames their registers
278 /** {@code non-null;} block we're processing. *
279 private final SsaBasicBlock block; field in class:SsaRenamer.BlockRenamer
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 30 /** {@code non-null;} block list for the method */
87 * Processes a single block.
89 * @param label {@code >= 0;} label of the block to process
93 BasicBlock block = blocks.labelToBlock(label); local
94 InsnList insns = block.getInsns();
104 boolean canThrowDuringLastInsn = block.hasExceptionHandlers() &&
174 * where the start state for a block changes).
177 IntList successors = block.getSuccessors();
179 int primarySuccessor = block.getPrimarySuccessor();
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 30 /** {@code non-null;} block list for the method */
87 * Processes a single block.
89 * @param label {@code >= 0;} label of the block to process
93 BasicBlock block = blocks.labelToBlock(label); local
94 InsnList insns = block.getInsns();
104 boolean canThrowDuringLastInsn = block.hasExceptionHandlers() &&
174 * where the start state for a block changes).
177 IntList successors = block.getSuccessors();
179 int primarySuccessor = block.getPrimarySuccessor();
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 26 * either the ';' or the '{' of the block and then it picks
36 | functionHeader block
64 block
73 | block
79 : 'for' '(' assignStat ';' expr ';' assignStat ')' block
  /external/ceres-solver/internal/ceres/
block_jacobi_preconditioner.cc 73 // Compute the diagonal blocks by block inner products.
77 const int row_block_size = bs->rows[r].block.size;
102 // Add the diagonal and invert each block.
106 MatrixRef block(blocks_[c], size, size);
109 block.diagonal() +=
113 block = block.selfadjointView<Eigen::Upper>()
block_random_access_crs_matrix_test.cc 82 // Write into the block.
83 MatrixRef(cell->values, row_stride, col_stride).block(
98 EXPECT_NEAR((dense.block(0, 0, 3, 3) - Matrix::Ones(3, 3)).norm(),
102 EXPECT_NEAR((dense.block(3, 3, 4, 4) - 2 * 2 * Matrix::Ones(4, 4)).norm(),
106 EXPECT_NEAR((dense.block(3, 3 + 4, 4, 5) - 2 * 3 * Matrix::Ones(4, 5)).norm(),
110 EXPECT_NEAR((dense.block(3 + 4, 0, 5, 3) - 3 * 1 * Matrix::Ones(5, 3)).norm(),
block_random_access_sparse_matrix_test.cc 84 // Write into the block
85 MatrixRef(cell->values, row_stride, col_stride).block(
101 EXPECT_NEAR((dense.block(0, 0, 3, 3) - Matrix::Ones(3, 3)).norm(),
105 EXPECT_NEAR((dense.block(3, 3, 4, 4) - 2 * 2 * Matrix::Ones(4, 4)).norm(),
109 EXPECT_NEAR((dense.block(3, 3 + 4, 4, 5) - 2 * 3 * Matrix::Ones(4, 5)).norm(),
113 EXPECT_NEAR((dense.block(3 + 4, 0, 5, 3) - 3 * 1 * Matrix::Ones(5, 3)).norm(),
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableExtractor.java 30 /** {@code non-null;} block list for the method */
87 * Processes a single block.
89 * @param label {@code >= 0;} label of the block to process
93 BasicBlock block = blocks.labelToBlock(label); local
94 InsnList insns = block.getInsns();
104 boolean canThrowDuringLastInsn = block.hasExceptionHandlers() &&
174 * where the start state for a block changes).
177 IntList successors = block.getSuccessors();
179 int primarySuccessor = block.getPrimarySuccessor();
  /external/markdown/markdown/extensions/
tables.py 24 def test(self, parent, block):
25 rows = block.split('\n')
31 """ Parse a table block and build table. """
32 block = blocks.pop(0).split('\n')
33 header = block[:2]
34 rows = block[2:]

Completed in 445 milliseconds

<<11121314151617181920>>