/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 41 display: block; 48 display: inline-block; } 51 display: block; 129 display: inline-block; 133 display: block; 263 display: block; 329 display: inline-block; 339 display: inline-block; 547 display: inline-block; 588 display: inline-block; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
e_aes.c | 66 block128_f block; member in struct:__anon15541 240 dat->block = (block128_f)aesni_decrypt; 247 dat->block = (block128_f)aesni_encrypt; 509 dat->block = (block128_f)AES_decrypt; 518 dat->block = (block128_f)vpaes_decrypt; 527 dat->block = (block128_f)AES_decrypt; 537 dat->block = (block128_f)AES_encrypt; 546 dat->block = (block128_f)vpaes_encrypt; 555 dat->block = (block128_f)AES_encrypt; 582 CRYPTO_cbc128_encrypt(in,out,len,&dat->ks,ctx->iv,dat->block); [all...] |
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 928 class Block { 930 Block(const Environment& in, 939 ~Block() { 998 Block* parent_; 1024 Block block (env, this); 1026 block.Loop(stmt->getCond(), stmt->getBody()); 1027 } while (block.changed()); 1028 return block.out(); 1032 Block block (env, this) [all...] |
/external/openssl/crypto/evp/ |
e_aes.c | 66 block128_f block; member in struct:__anon26010 240 dat->block = (block128_f)aesni_decrypt; 247 dat->block = (block128_f)aesni_encrypt; 509 dat->block = (block128_f)AES_decrypt; 518 dat->block = (block128_f)vpaes_decrypt; 527 dat->block = (block128_f)AES_decrypt; 537 dat->block = (block128_f)AES_encrypt; 546 dat->block = (block128_f)vpaes_encrypt; 555 dat->block = (block128_f)AES_encrypt; 582 CRYPTO_cbc128_encrypt(in,out,len,&dat->ks,ctx->iv,dat->block); [all...] |
/external/v8/src/ |
hydrogen.h | 113 void set_parent_loop_header(HBasicBlock* block) { 115 parent_loop_header_ = block; 124 void Goto(HBasicBlock* block, bool drop_extra = false); 141 // If a target block is tagged as an inline function return, all 146 // Goto (target block) 168 void AddDominatedBlock(HBasicBlock* block); 184 // Outgoing parameter count at block exit, set during lithium translation. 199 explicit HPredecessorIterator(HBasicBlock* block) 200 : predecessor_list_(block->predecessors()), current_(0) { } 227 void RegisterBackEdge(HBasicBlock* block); [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 930 class Block { 932 Block(const Environment& in, 941 ~Block() { 1000 Block* parent_; 1026 Block block (env, this); 1028 block.Loop(stmt->getCond(), stmt->getBody()); 1029 } while (block.changed()); 1030 return block.out(); 1034 Block block (env, this) [all...] |
/build/tools/droiddoc/templates-ds/assets/ |
android-developer-docs.css | 76 display:block; 84 display: inline-block; /* needed to apply padding to line-wraps */ 122 display:block; 158 display:block; 223 display:block; 300 display:block; 337 #api-info-block { 366 #api-info-block div.api-level { 379 #api-info-block div.api-level a:link { 622 /* API reference: a block containin [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 76 display:block; 84 display: inline-block; /* needed to apply padding to line-wraps */ 122 display:block; 158 display:block; 223 display:block; 300 display:block; 337 #api-info-block { 366 #api-info-block div.api-level { 379 #api-info-block div.api-level a:link { 622 /* API reference: a block containin [all...] |
/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | 249 display: block; 585 display : block; 691 #announcement-block { 698 #announcement-block>* { 702 #announcement-block img { 811 display:block; 1024 display:block; 1054 display:block; 1268 display:block; 1276 display: inline-block; /* needed to apply padding to line-wraps * [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | 249 display: block; 585 display : block; 691 #announcement-block { 698 #announcement-block>* { 702 #announcement-block img { 811 display:block; 1024 display:block; 1054 display:block; 1268 display:block; 1276 display: inline-block; /* needed to apply padding to line-wraps * [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
sorttable.js | 446 Array.forEach = function(array, block, context) { 448 block.call(context, array[i], i, array); 454 Function.prototype.forEach = function(object, block, context) { 457 block.call(context, object[key], key, object); 463 String.forEach = function(string, block, context) { 465 block.call(context, chr, index, string); 470 var forEach = function(object, block, context) { 478 object.forEach(block, context); 487 resolve.forEach(object, block, context);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
sorttable.js | 444 Array.forEach = function(array, block, context) { 446 block.call(context, array[i], i, array); 452 Function.prototype.forEach = function(object, block, context) { 455 block.call(context, object[key], key, object); 461 String.forEach = function(string, block, context) { 463 block.call(context, chr, index, string); 468 var forEach = function(object, block, context) { 476 object.forEach(block, context); 485 resolve.forEach(object, block, context);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
rbug_context.c | 115 rbug_block_t block, 125 LEN(4); /* block */ 137 WRITE(4, rbug_block_t, block); /* block */ 242 rbug_block_t block, 256 LEN(4); /* block */ 272 WRITE(4, rbug_block_t, block); /* block */ 432 rbug_block_t block, 442 LEN(4); /* block */ [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 259 # Sort document, block, and span gamut in ascendent priority order. 319 # Turn block-level HTML blocks into hash entries 380 return ''; # String that will replace the block 390 # We only want to do this for block-level HTML tags, such as headers, 392 # "paragraphs" that are wrapped in non-block-level tags, such as anchors, 396 # * List "a" is made of tags which can be both inline or block-level. 397 # These will be treated block-level when the start tag is alone on 400 # * List "b" is made of tags which are always block-level; 406 # Regular expression for the content of a block tag. 447 # tags for inner block must be indented 930 $block = "<h$level>".$this->runSpanGamut($matches[1])."<\/h$level>"; variable 935 $block = "<h$level>".$this->runSpanGamut($matches[2])."<\/h$level>"; variable 1352 $block = $this->html_hashes[$graf]; variable 2249 $block = "<h$level$attr>".$this->runSpanGamut($matches[1])."<\/h$level>"; variable 2255 $block = "<h$level$attr>".$this->runSpanGamut($matches[2])."<\/h$level>"; variable [all...] |
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug_context.c | 115 rbug_block_t block, 125 LEN(4); /* block */ 137 WRITE(4, rbug_block_t, block); /* block */ 242 rbug_block_t block, 256 LEN(4); /* block */ 272 WRITE(4, rbug_block_t, block); /* block */ 432 rbug_block_t block, 442 LEN(4); /* block */ [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/ |
basic.rb | 478 BLOCK; 488 | functionHeader block -> ^(FUNC_DEF functionHeader block) 515 block 520 -> ^(BLOCK[$lc,"BLOCK"] variable* stat*) 525 | block 531 : 'for' '(' start=assignStat ';' expr ';' next=assignStat ')' block 532 -> ^('for' $start expr $next block) 609 | ^(FUNC_DEF functionHeader block) [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
common.css | 84 display: block; 136 display: inline-block; 157 display: inline-block; 179 display: block !important; /* Overrides default [hidden] for animation. */ 430 display: block; 448 display: block; 483 display: inline-block;
|
/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.c | 84 table->block = 0; 102 FT_PtrDist delta = table->block - old_base; 120 FT_Byte* old_base = table->block; 124 /* allocate new base block */ 125 if ( FT_ALLOC( table->block, new_size ) ) 127 table->block = old_base; 134 FT_MEM_COPY( table->block, old_base, table->capacity ); 151 /* Adds an object to a PS_Table, possibly growing its memory block. */ 185 /* grow the base block if needed */ 193 in_offset = (FT_Byte*)object - table->block; [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
debugallocation.cc | 173 void Push(const QueueEntry& block) { 174 q_[q_front_] = block; 199 MallocBlockQueueEntry() : block(NULL), size(0), 201 MallocBlockQueueEntry(MallocBlock* b, size_t s) : block(b), size(s) { 218 MallocBlock* block; member in struct:MallocBlockQueueEntry 270 // order to remember which one of the two was used for any block, we store an 271 // appropriate magic word next to the block. 288 // block, at &size2_. 357 // NOTE: if the block is mmapped (that is, we're using the 496 // Put the block towards the end of the page and make the next pag 1182 void* block = do_debug_malloc_or_debug_cpp_alloc(total_size); local [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
debugallocation.cc | 175 void Push(const QueueEntry& block) { 176 q_[q_front_] = block; 201 MallocBlockQueueEntry() : block(NULL), size(0), 203 MallocBlockQueueEntry(MallocBlock* b, size_t s) : block(b), size(s) { 220 MallocBlock* block; member in struct:MallocBlockQueueEntry 272 // order to remember which one of the two was used for any block, we store an 273 // appropriate magic word next to the block. 290 // block, at &size2_. 359 // NOTE: if the block is mmapped (that is, we're using the 498 // Put the block towards the end of the page and make the next pag 1175 void* block = do_debug_malloc_or_debug_cpp_alloc(total_size); local [all...] |
/external/chromium_org/v8/src/ |
global-handles.cc | 293 // Index in the containing handle block. 366 // Next block in the list of all blocks. 369 // Next/previous block in the list of blocks with used nodes. 391 NodeBlock* block = reinterpret_cast<NodeBlock*>(ptr); 392 ASSERT(block->node_at(index_) == this); 393 return block; 456 NodeBlock* block = first_block_; 457 while (block != NULL) { 458 NodeBlock* tmp = block->next(); 459 delete block; [all...] |
/external/freetype/src/psaux/ |
psobjs.c | 84 table->block = 0; 102 FT_PtrDist delta = table->block - old_base; 120 FT_Byte* old_base = table->block; 124 /* allocate new base block */ 125 if ( FT_ALLOC( table->block, new_size ) ) 127 table->block = old_base; 134 FT_MEM_COPY( table->block, old_base, table->capacity ); 151 /* Adds an object to a PS_Table, possibly growing its memory block. */ 185 /* grow the base block if needed */ 193 in_offset = (FT_Byte*)object - table->block; [all...] |
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.cpp | 101 const mkvparser::Block *block() const; 306 } while (!eos() && block()->GetTrackNumber() != mTrackNum); 328 } while (!eos() && block()->GetTrackNumber() != mTrackNum); 409 if (isAudio || block()->IsKey()) { 411 *actualFrameTimeUs = (block()->GetTime(mCluster) + 500LL) / 1000LL; 419 const mkvparser::Block *BlockIterator::block() const { function in class:android::BlockIterator 463 const mkvparser::Block *block = mBlockIter.block() local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | 43 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, 70 BLOCK *b = &mb->block[0]; 71 BLOCKD *d = &mb->e_mbd.block[0]; 120 static int get_prediction_error(BLOCK *be, BLOCKD *b) 141 BLOCKD *b = &x->e_mbd.block[ib]; 142 BLOCK *be = &x->block[ib]; 250 unsigned char *usrc_ptr = (mb->block[16].src + *mb->block[16].base_src) [all...] |
/bionic/libc/bionic/ |
malloc_debug_check.cpp | 503 // The sentinel tail is written just after the request block bytes 533 hdr_t* block = head; local 534 log_message("+++ %s leaked block of size %d at %p (leak %d of %d)", 535 exe, block->size, user(block), index++, total); 536 if (del_leak(block, &safe)) { 538 log_backtrace(block->bt, block->bt_depth);
|