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

<<41424344454647484950>>

  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 13 <!-- start breadcrumb block -->
14 <div id="api-info-block">
29 </div><!-- end breadcurmb block -->
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg 197 @block.predecision() ::= "<enterSubRule()><enterDecision()>"
199 @block.postdecision() ::= "<exitDecision()>"
201 @block.postbranch() ::= "<exitSubRule()>"
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map.cc 298 void HostContentSettingsMap::SetBlockThirdPartyCookies(bool block) {
309 // If the preference block-third-party-cookies is managed then do not allow to
318 block_third_party_cookies_ = block;
321 if (block)
327 void HostContentSettingsMap::SetBlockNonsandboxedPlugins(bool block) {
339 block_nonsandboxed_plugins_ = block;
343 if (block) {
371 // Don't reset block third party cookies if they are managed.
380 // If the block third party cookies preference is managed we still must
  /external/chromium/chrome/browser/resources/ntp4/
most_visited_page.css 85 display: block;
141 display: block;
172 display: block;
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.cc 65 scoped_ptr<URLBlacklist> BuildBlacklist(scoped_ptr<base::ListValue> block,
70 blacklist->Block(block.get());
122 void URLBlacklist::Block(const base::ListValue* filters) {
339 scoped_ptr<base::ListValue> block(
350 base::Passed(&block),
354 void URLBlacklistManager::UpdateOnIO(scoped_ptr<base::ListValue> block,
362 base::Passed(&block),
  /external/chromium_org/chrome/browser/resources/ntp4/
footer_menu.css 15 display: block;
78 display: block;
153 display: inline-block;
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.css 12 display: block;
130 display: inline-block;
140 display: inline-block;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
panelEnablerView.css 46 display: block;
100 display: inline-block;
110 display: block;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
message_pool.py 128 self._loop(block=False)
130 self._loop(block=True)
170 def _loop(self, block):
174 block = False
175 message = self._messages_to_manager.get(block)
282 self._manager._loop(block=False)
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniforms.cpp 232 struct gl_uniform_block *block = local
246 ubo_var = &block->Uniforms[var->location];
389 * Merges a uniform block into an array of uniform blocks that may or
392 * Returns the index of the new block in the array.
452 * would point at the uniform block list in one of the pre-linked
489 struct gl_uniform_block *block = &shader->UniformBlocks[b]; local
492 for (unsigned int i = 0; i < block->NumUniforms; i++) {
493 struct gl_uniform_buffer_variable *ubo_var = &block->Uniforms[i];
510 * last uniform of the uniform block (including any
515 block->UniformBufferSize = align(offset, 16)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-evaluate-with.js 42 // Break point in first with block.
46 // Break point in second with block.
50 // Break point in eval with block.
  /external/clang/lib/CodeGen/
CGCleanup.h 110 void setCachedLandingPad(llvm::BasicBlock *block) {
111 CachedLandingPad = block;
118 void setCachedEHDispatchBlock(llvm::BasicBlock *block) {
119 CachedEHDispatchBlock = block;
123 if (llvm::BasicBlock *block = getCachedEHDispatchBlock())
124 return !block->use_empty();
151 llvm::BasicBlock *Block;
182 void setCatchAllHandler(unsigned I, llvm::BasicBlock *Block) {
183 setHandler(I, /*catchall*/ 0, Block);
186 void setHandler(unsigned I, llvm::Value *Type, llvm::BasicBlock *Block) {
    [all...]
  /external/e2fsprogs/debugfs/
htree.c 50 "while mapping logical block %u\n", blk);
54 printf("Reading directory block %lu, phys %lu\n",
59 "while reading block %lu (%lu)\n",
73 "while getting rec_len for block %lu",
81 fprintf(pager, "Corrupted directory block (%u)!\n", blk);
135 fprintf(pager, "Entry #%d: Hash 0x%08x%s, block %u\n", i,
137 ext2fs_le32_to_cpu(ent[i].block));
144 e.block = ext2fs_le32_to_cpu(ent[i].block);
145 fprintf(pager, "Entry #%d: Hash 0x%08x, block %u\n", i
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
MD5.java 43 private final byte[] block = new byte[64]; field in class:MD5
200 block[64 - space] = b;
203 transform(block, 0);
216 System.arraycopy(buff, pos, block, 64 - space, len);
226 System.arraycopy(buff, pos, block, 64 - space, space);
227 transform(block, 0);
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 153 BLOCK *b = &x->block[0];
154 BLOCKD *d = &x->e_mbd.block[0];
259 * therefore only extended by 8. The largest mv that a UV block
289 mbd->block[0].bmi.mv.as_mv.row = 0;
290 mbd->block[0].bmi.mv.as_mv.col = 0;
327 mbd->block[0].bmi.mv.as_mv.row,
328 mbd->block[0].bmi.mv.as_mv.col,
  /external/mesa3d/src/glsl/
link_uniforms.cpp 232 struct gl_uniform_block *block = local
246 ubo_var = &block->Uniforms[var->location];
389 * Merges a uniform block into an array of uniform blocks that may or
392 * Returns the index of the new block in the array.
452 * would point at the uniform block list in one of the pre-linked
489 struct gl_uniform_block *block = &shader->UniformBlocks[b]; local
492 for (unsigned int i = 0; i < block->NumUniforms; i++) {
493 struct gl_uniform_buffer_variable *ubo_var = &block->Uniforms[i];
510 * last uniform of the uniform block (including any
515 block->UniformBufferSize = align(offset, 16)
    [all...]
  /external/qemu/
exec.c 2 * virtual page mapping and translated block handling
1042 /* we generate a block containing just the instruction
2484 RAMBlock *block, *next_block; local
2510 RAMBlock *block; local
2522 RAMBlock *new_block, *block; local
2620 RAMBlock *block; local
2656 RAMBlock *block; local
2724 RAMBlock *block; local
2748 RAMBlock *block; local
2764 RAMBlock *block; local
    [all...]
  /external/v8/test/mjsunit/
debug-evaluate-with.js 42 // Break point in first with block.
46 // Break point in second with block.
50 // Break point in eval with block.
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 122 display:block;
158 display:block;
223 display:block;
303 display:block;
340 #api-info-block {
368 #api-info-block div.api-level {
381 #api-info-block div.api-level a:link {
598 /* API reference: a block containing
610 the detailed description block */
1010 display: block;
    [all...]
  /external/checkpolicy/
module_compiler.c 31 int type; /* for above union: 1 = avrule block, 2 = conditional */
32 avrule_decl_t *decl; /* if in an avrule block, which
35 int in_else; /* if in an avrule block, within ELSE branch */
36 int require_given; /* 1 if this block had at least one require */
89 block will always have an id of 1 */
299 return dest_role; /* role already declared for this block */
498 return dest_user; /* user already declared for this block */
1416 avrule_block_t *block = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 40 * processing unit is a quad (2x2 pixel block) we store the depth/stencil
312 assert(format_desc->block.width == 1);
313 assert(format_desc->block.height == 1);
319 type.width = format_desc->block.bits;
324 assert(format_desc->channel[swizzle].size == format_desc->block.bits);
327 assert(format_desc->block.bits <= 32);
329 if (format_desc->channel[swizzle].size < format_desc->block.bits) {
358 const unsigned total_bits = format_desc->block.bits;
364 assert(format_desc->block.width == 1);
365 assert(format_desc->block.height == 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 40 * processing unit is a quad (2x2 pixel block) we store the depth/stencil
312 assert(format_desc->block.width == 1);
313 assert(format_desc->block.height == 1);
319 type.width = format_desc->block.bits;
324 assert(format_desc->channel[swizzle].size == format_desc->block.bits);
327 assert(format_desc->block.bits <= 32);
329 if (format_desc->channel[swizzle].size < format_desc->block.bits) {
358 const unsigned total_bits = format_desc->block.bits;
364 assert(format_desc->block.width == 1);
365 assert(format_desc->block.height == 1)
    [all...]
  /external/opencv/cv/src/
cvconvhull.cpp 212 CvSeqBlock* block = ptseq->first; local
213 while( (unsigned)(idx = (int)(ptr - (CvPoint*)block->data)) >= (unsigned)block->count )
215 block = block->next;
216 if( block == ptseq->first )
219 idx += block->start_index - first_idx;
247 CvSeqBlock block, hullblock; local
269 CV_SEQ_KIND_GENERIC, array, &contour_header, &block ));
535 CvSeqBlock block, hullblock local
742 CvSeqBlock block; local
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 1027 UChar* block; member in struct:__anon30301
2693 UChar* block = s->block; local
2942 UChar* block = s->block; local
    [all...]
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 41 display: block;
48 display: inline-block; }
51 display: block;
154 display: inline-block;
158 display: block;
291 display: block;
300 display: block;
313 display:block;
343 display:inline-block;
388 display:block; }
    [all...]

Completed in 895 milliseconds

<<41424344454647484950>>