/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.css | 20 display: block; 42 display: block; 51 display: block; 59 display: block; 69 display: block;
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
cbc128.c | 68 unsigned char ivec[16], block128_f block) 81 (*block)(out, out, key); 92 (*block)(out, out, key); 105 (*block)(out, out, key); 117 unsigned char ivec[16], block128_f block) 131 (*block)(in, out, key); 142 (*block)(in, out, key); 157 (*block)(in, tmp.c, key); 171 (*block)(in, tmp.c, key); 187 (*block)(in, tmp.c, key) [all...] |
ccm128.c | 64 unsigned int M,unsigned int L,void *key,block128_f block) 69 ctx->block = block; 107 block128_f block = ctx->block; local 112 (*block)(ctx->nonce.c,ctx->cmac.c,ctx->key), 146 (*block)(ctx->cmac.c,ctx->cmac.c,ctx->key), 177 block128_f block = ctx->block; local 182 (*block)(ctx->nonce.c,ctx->cmac.c,key) 252 block128_f block = ctx->block; local 331 block128_f block = ctx->block; local 388 block128_f block = ctx->block; local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
ext2_io.h | 39 unsigned long block, 46 unsigned long block, 72 errcode_t (*read_blk)(io_channel channel, unsigned long block, 74 errcode_t (*write_blk)(io_channel channel, unsigned long block, 82 errcode_t (*read_blk64)(io_channel channel, unsigned long long block, 84 errcode_t (*write_blk64)(io_channel channel, unsigned long long block, 110 unsigned long long block, 113 unsigned long long block, 127 (unsigned long block, int count, errcode_t err); 129 (unsigned long block, int count, errcode_t err) [all...] |
mkdir.c | 41 char *block = 0; local 56 * Allocate a data block for the directory 65 retval = ext2fs_new_dir_block(fs, ino, parent, &block); 91 * Write out the inode and inode data block 93 retval = ext2fs_write_dir_block(fs, blk, block); 135 if (block) 136 ext2fs_free_mem(&block);
|
/external/openssl/crypto/modes/ |
cbc128.c | 68 unsigned char ivec[16], block128_f block) 81 (*block)(out, out, key); 92 (*block)(out, out, key); 105 (*block)(out, out, key); 117 unsigned char ivec[16], block128_f block) 131 (*block)(in, out, key); 142 (*block)(in, out, key); 157 (*block)(in, tmp.c, key); 171 (*block)(in, tmp.c, key); 187 (*block)(in, tmp.c, key) [all...] |
/external/flac/libFLAC/ |
metadata_iterators.c | 90 static FLAC__bool read_metadata_block_data_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block); 92 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata *block); 93 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_StreamInfo *block); 94 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_padding_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata_Padding *block, unsigned block_length); 95 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Application *block, unsigned block_length); 96 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_SeekTable *block, unsigned block_length); 98 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment *block); 100 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet *block); 101 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_picture_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Picture *block); 102 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_unknown_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Unknown *block, unsigned block_length) 646 FLAC__StreamMetadata *block = FLAC__metadata_object_new(iterator->type); local [all...] |
/external/chromium_org/v8/src/ |
hydrogen-escape-analysis.cc | 67 HBasicBlock* block = graph()->blocks()->at(i); local 68 for (HInstructionIterator it(block); !it.Done(); it.Advance()) { 111 HBasicBlock* block = previous->block(); local 115 HPhi* phi = NewPhiAndInsert(block, operand, index); 135 // Insert a newly created phi into the given block and fill all incoming 137 HPhi* HEscapeAnalysisPhase::NewPhiAndInsert(HBasicBlock* block, 142 for (int i = 0; i < block->predecessors()->length(); i++) { 145 block->AddPhi(phi); 169 HBasicBlock* allocate_block = allocate->block(); 176 HBasicBlock* block = graph()->blocks()->at(i); local [all...] |
hydrogen-environment-liveness.cc | 71 HBasicBlock* block, BitVector* live) { 74 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) { 88 block->last_environment()->closure())); 107 HBasicBlock* block, 109 // Liveness at the end of each block: union of liveness in successors. 111 for (HSuccessorIterator it(block->end()); !it.Done(); it.Advance()) { 158 // target block. Here we make use of the fact that the end of an 160 // HGoto (to return_target block), with no environment lookups in 185 // for each block until it doesn't change any more. For efficiency, visit 186 // blocks in reverse order and walk backwards through each block. W 201 HBasicBlock* block = graph()->blocks()->at(block_id); local 233 HBasicBlock* block = graph()->blocks()->at(block_id); local [all...] |
/external/eigen/doc/ |
tutorial.cpp | 19 // demo fixed-size block() expression as lvalue and as rvalue 20 m4.block<3,3>(0,1) = m3; 21 m3.row(2) = m4.block<1,3>(2,0); 25 // demo dynamic-size block() 28 m4.block(0,1,3,3).setIdentity(); 33 m4.diagonal().block(1,2).setOnes(); 55 m3 = m3 * m4.block<3,3>(1,1); // here Eigen chooses NOT to evaluate block() into a temporary 56 // because accessing coefficients of that block expression is not more costly than accessing
|
/external/valgrind/main/memcheck/tests/amd64/ |
bt_everything.c | 409 UChar* block; local 416 block = calloc(200,1); 417 block += 100; 425 case 0: c = btsl_mem(block, bitoff); break; 426 case 1: c = btrl_mem(block, bitoff); break; 427 case 2: c = btcl_mem(block, bitoff); break; 428 case 3: c = btl_mem(block, bitoff); break; 429 case 4: c = btsq_mem(block, bitoff); break; 430 case 5: c = btrq_mem(block, bitoff); break; 431 case 6: c = btcq_mem(block, bitoff); break [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_mm.c | 72 struct mem_block *heap, *block; local 81 block = CALLOC_STRUCT(mem_block); 82 if (!block) { 87 heap->next = block; 88 heap->prev = block; 89 heap->next_free = block; 90 heap->prev_free = block; 92 block->heap = heap; 93 block->next = heap; 94 block->prev = heap [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
mm.c | 63 struct mem_block *heap, *block; local 72 block = (struct mem_block *) calloc(1, sizeof(struct mem_block)); 73 if (!block) { 78 heap->next = block; 79 heap->prev = block; 80 heap->next_free = block; 81 heap->prev_free = block; 83 block->heap = heap; 84 block->next = heap; 85 block->prev = heap [all...] |
/external/eigen/test/eigen2/ |
eigen2_submatrices.cpp | 25 VERIFY_IS_APPROX(mi, m1.block(1,1,rows-1,cols-1)); 42 Row.h Column.h Block.h Minor.h DiagonalCoeffs.h 79 //check block() 81 RowVectorType br1(m1.block(r1,0,1,cols)); 82 VectorType bc1(m1.block(0,c1,rows,1)); 83 VERIFY_IS_APPROX(b1, m1.block(r1,c1,1,1)); 86 //check operator(), both constant and non-constant, on block() 87 m1.block(r1,c1,r2-r1+1,c2-c1+1) = s1 * m2.block(0, 0, r2-r1+1,c2-c1+1); 88 m1.block(r1,c1,r2-r1+1,c2-c1+1)(r2-r1,c2-c1) = m2.block(0, 0, r2-r1+1,c2-c1+1)(0,0) [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_mm.c | 72 struct mem_block *heap, *block; local 81 block = CALLOC_STRUCT(mem_block); 82 if (!block) { 87 heap->next = block; 88 heap->prev = block; 89 heap->next_free = block; 90 heap->prev_free = block; 92 block->heap = heap; 93 block->next = heap; 94 block->prev = heap [all...] |
/external/mesa3d/src/mesa/main/ |
mm.c | 63 struct mem_block *heap, *block; local 72 block = (struct mem_block *) calloc(1, sizeof(struct mem_block)); 73 if (!block) { 78 heap->next = block; 79 heap->prev = block; 80 heap->next_free = block; 81 heap->prev_free = block; 83 block->heap = heap; 84 block->next = heap; 85 block->prev = heap [all...] |
/external/ceres-solver/internal/ceres/ |
partitioned_matrix_view.cc | 75 const Block& block = bs->cols[c]; local 77 num_cols_e_ += block.size; 79 num_cols_f_ += block.size; 98 // by the first cell in each row block. 102 const int row_block_pos = bs->rows[r].block.position; 103 const int row_block_size = bs->rows[r].block.size; 117 // Iterate over row blocks, and if the row block is in E, then 119 // E. If the row block is not in E (i.e its in the bottom 124 const int row_block_pos = bs->rows[r].block.position 201 const Block& block = bs->cols[c]; local [all...] |
/external/eigen/test/ |
product_notemporary.cpp | 71 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() += -m1.block(r0,c0,r1,c1) * (s2*m2.block(r0,c0,r1,c1)).adjoint() ), 0); 72 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() -= s1 * m1.block(r0,c0,r1,c1) * m2.block(c0,r0,c1,r1) ), 0); 74 // NOTE this is because the Block expression is not handled yet by our expression analyser 75 VERIFY_EVALUATION_COUNT(( m3.block(r0,r0,r1,r1).noalias() = s1 * m1.block(r0,c0,r1,c1) * (s1*m2).block(c0,r0,c1,r1) ), 1) [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
form_data_parser_unittest.cc | 40 for (size_t block = 0; block < bytes.size(); ++block) { 41 if (!parser->SetSource(*(bytes[block]))) 61 for (size_t block = 0; block < bytes.size(); ++block) { 62 if (!parser->SetSource(*(bytes[block]))) 121 #define BYTES_FROM_BLOCK(bytes, block) \ 122 const base::StringPiece bytes(block, sizeof(block) - 1 [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
modes.h | 28 unsigned char ivec[16], block128_f block); 31 unsigned char ivec[16], block128_f block); 36 unsigned int *num, block128_f block); 46 block128_f block); 51 int enc, block128_f block); 55 int enc, block128_f block); 59 int enc, block128_f block); 63 unsigned char ivec[16], block128_f block); 69 unsigned char ivec[16], block128_f block); 76 unsigned char ivec[16], block128_f block); [all...] |
/external/openssl/include/openssl/ |
modes.h | 28 unsigned char ivec[16], block128_f block); 31 unsigned char ivec[16], block128_f block); 36 unsigned int *num, block128_f block); 46 block128_f block); 51 int enc, block128_f block); 55 int enc, block128_f block); 59 int enc, block128_f block); 63 unsigned char ivec[16], block128_f block); 69 unsigned char ivec[16], block128_f block); 76 unsigned char ivec[16], block128_f block); [all...] |
/external/valgrind/main/helgrind/tests/ |
annotate_hbefore.c | 95 UWord block[4] = { (UWord)addr, expected, nyu, 2 }; local 105 : /*in*/ "S"(&block[0]) 108 assert(block[3] == 0 || block[3] == 1); 109 return block[3] & 1; 118 UWord block[4] = { (UWord)addr, expected, nyu, 2 }; local 130 : /*in*/ "S"(&block[0]) 133 assert(block[3] == 0 || block[3] == 1); 134 return block[3] & 1 144 UWord block[2] = { (UWord)addr, nyu }; local 196 UWord block[3] = { (UWord)addr, nyu, expected}; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.c | 47 /* x- and y-coordinates for each block, defined in h264bsd_intra_prediction.c */ 183 u32 block; local 209 for (block = 0; block < 16; block++) 211 x = h264bsdBlockX[block]; 212 y = h264bsdBlockY[block]; 214 pRes = residual[block]; 230 /* Residual is zero => copy prediction block to output */ 274 for (block = 16; block <= 23; block++ [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
charger_replacement.css | 22 display: block; 25 display: block; 28 display: block; 31 display: block; 34 display: block; 37 display: block; 40 display: block; 81 display: block; 85 display: block;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
driver.py | 116 # stderr reading is scoped on a per-test (not per-block) basis, so we store the accumulated 155 text, audio = self._read_first_block(deadline) # First block is either text or audio 156 image, actual_image_hash = self._read_optional_image_block(deadline) # The second (optional) block is image data. 375 block = self._read_block(deadline) 376 if block.malloc: 377 self._measurements['Malloc'] = float(block.malloc) 378 if block.js_heap: 379 self._measurements['JSHeap'] = float(block.js_heap) 380 if block.content_type == 'audio/wav': 381 return (None, block.decoded_content [all...] |