HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 351 - 375 of 2246) sorted by null

<<11121314151617181920>>

  /external/ceres-solver/internal/ceres/
low_rank_inverse_hessian.cc 65 delta_x_history_.block(0, 0, num_parameters_, max_num_corrections_ - 1) =
67 .block(0, 1, num_parameters_, max_num_corrections_ - 1);
70 .block(0, 0, num_parameters_, max_num_corrections_ - 1) =
72 .block(0, 1, num_parameters_, max_num_corrections_ - 1);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.css 18 display: block;
36 display: block;
  /external/chromium_org/third_party/leveldatabase/src/table/
table.cc 12 #include "table/block.h"
35 Block* index_block;
57 // Read the index block
59 Block* index_block = NULL;
63 index_block = new Block(contents);
68 // We've successfully read the footer and the index block: we're
93 // it is an empty block.
100 Block* meta = new Block(contents);
123 BlockContents block; local
142 Block* block = reinterpret_cast<Block*>(value); local
159 Block* block = NULL; local
    [all...]
  /external/clang/test/SemaCXX/
instantiate-blocks.cpp 9 T1 (^block)(T) = ^ T1 (T arg) {
22 return r; // expected-error {{return type 'double' must match previous return type 'float' when block literal has unspecified explicit return type}}
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_process.c 40 if ((pmac->buflen > (int)sizeof(pmac->block)) || (pmac->buflen < 0) ||
41 (pmac->block_len > (int)sizeof(pmac->block)) || (pmac->buflen > pmac->block_len)) {
66 /* ok if the block is full we xor in prev, encrypt and replace prev */
70 Z[x] = pmac->Li[x] ^ pmac->block[x];
83 XMEMCPY(pmac->block + pmac->buflen, in, n);
  /external/valgrind/main/memcheck/tests/
badaddrvalue.stderr.exp 3 Address 0x........ is 1 bytes before a block of size 8 alloc'd
9 Address 0x........ is 1 bytes before a block of size 8 alloc'd
badpoll.stderr.exp 4 Address 0x........ is 8 bytes inside a block of size 15 alloc'd
11 Address 0x........ is 0 bytes after a block of size 15 alloc'd
clireq_nofill.stderr.exp 3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
describe-block.stderr.exp 3 at 0x........: main (describe-block.c:8)
5 at 0x........: main (describe-block.c:6)
err_disable4.c 28 char* block = NULL; variable
41 usechar( block[5] );
67 block = malloc(10);
68 free(block);
malloc2.stderr.exp 3 Address 0x........ is 0 bytes inside a block of size 429 free'd
10 Address 0x........ is 0 bytes inside a block of size 429 free'd
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
  /frameworks/av/include/media/nbaio/
AudioBufferProviderSource.h 47 int64_t readPTS, size_t block);
  /ndk/sources/host-tools/make-3.81/
remote-stub.c 67 /* Get the status of a dead remote child. Block waiting for one to die
68 if BLOCK is nonzero. Set *EXIT_CODE_PTR to the exit status, *SIGNAL_PTR
71 0 if we would have to block and !BLOCK, or < 0 if there were none. */
75 int *coredump_ptr UNUSED, int block UNUSED)
81 /* Block asynchronous notification of remote child death.
83 signal, do not block that signal. */
  /external/chromium_org/third_party/mesa/src/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/chromium_org/tools/gn/
import_manager.cc 23 const BlockNode* block = node->AsBlock(); local
24 CHECK(block);
28 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...]
  /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/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...]

Completed in 1321 milliseconds

<<11121314151617181920>>