/external/chromium_org/build/toolchain/win/ |
setup_toolchain.py | 82 """Format as an 'environment block' directly suitable for CreateProcess. 85 block = '' 88 block += key + '=' + value + nul 89 block += nul 90 return block
|
/external/chromium_org/chrome/browser/resources/ |
about_credits.js | 15 if (licence.style && licence.style.display == 'block') { 19 licence.style.display = 'block';
|
/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.css | 16 display: block; 33 display: block !important;
|
/external/chromium_org/third_party/freetype/src/base/ |
ftsystem.c | 66 /* The address of newly allocated block. */ 89 /* cur_size :: The current size of the allocated memory block. */ 93 /* block :: The current address of the block in memory. */ 96 /* The address of the reallocated memory block. */ 102 void* block ) 107 return ft_srealloc( block, new_size ); 122 /* block :: The address of block in memory to be freed. */ 126 void* block ) [all...] |
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
table_builder.h | 51 // the same data block. Most clients should not need to use this method. 79 void WriteBlock(BlockBuilder* block, BlockHandle* handle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_network.h | 23 void u_socket_block(int s, boolean block);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_hw_context_priv.h | 33 /* these flags are used in register flags and added into block flags */ 54 void r600_context_dirty_block(struct r600_context *ctx, struct r600_block *block,
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMArg.h | 19 + (id)checkWithBlock:(BOOL (^)(id))block; variable
|
OCMockRecorder.h | 26 - (id)andDo:(void (^)(NSInvocation *))block;
|
/external/chromium_org/tools/gn/ |
function_template.cc | 28 " with the name is called, the block following the invocation is\n" 87 BlockNode* block,
|
/external/chromium_org/ui/webui/resources/css/ |
trash.css | 10 display: inline-block; 18 display: inline-block;
|
/external/chromium_org/v8/src/ |
hydrogen-gvn.h | 63 void ProcessLoopBlock(HBasicBlock* block, 73 // A map of block IDs to their side effects. 76 // A map of loop header block IDs to their loop's side effects.
|
/external/compiler-rt/lib/asan/ |
asan_interceptors.h | 22 DECLARE_REAL(void*, memset, void *block, int c, uptr size)
|
/external/e2fsprogs/lib/ext2fs/ |
ext_attr.c | 63 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) 67 retval = io_channel_read_blk(fs->io, block, 1, buf); 76 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) 91 retval = io_channel_write_blk(fs->io, block, 1, write_buf); 100 * This function adjusts the reference count of the EA block.
|
/external/eigen/test/ |
bandmatrix.cpp | 52 if(a>0) dm1.block(0,d+supers,rows,a).setZero(); 53 dm1.block(0,supers+1,cols-supers-1-a,cols-supers-1-a).template triangularView<Upper>().setZero(); 54 dm1.block(subs+1,0,rows-subs-1-b,rows-subs-1-b).template triangularView<Lower>().setZero(); 55 if(b>0) dm1.block(d+subs,0,b,cols).setZero();
|
/external/freetype/src/base/ |
ftsystem.c | 66 /* The address of newly allocated block. */ 89 /* cur_size :: The current size of the allocated memory block. */ 93 /* block :: The current address of the block in memory. */ 96 /* The address of the reallocated memory block. */ 102 void* block ) 107 return ft_srealloc( block, new_size ); 122 /* block :: The address of block in memory to be freed. */ 126 void* block ) [all...] |
/external/llvm/include/llvm/Support/ |
MD5.h | 45 MD5_u32plus block[16]; member in class:llvm::MD5
|
/external/lzma/C/ |
XzEnc.c | 93 const CXzBlockSizes *block = &p->blocks[i];
local 94 pos = Xz_WriteVarInt(buf, block->totalSize);
95 pos += Xz_WriteVarInt(buf + pos, block->unpackSize);
145 CXzBlockSizes *block = &p->blocks[p->numBlocks++];
local 146 block->totalSize = totalSize;
147 block->unpackSize = unpackSize;
405 CXzBlock block;
local 408 XzBlock_ClearFlags(&block);
409 XzBlock_SetNumFilters(&block, 1 + (useSubblock ? 1 : 0));
413 CXzFilter *f = &block.filters[filterIndex++]; [all...] |
/external/marisa-trie/lib/marisa/ |
bitvector.cc | 444 UInt32 block = ~blocks_[block_id]; local 445 PopCount count(block); 449 block = ~blocks_[block_id]; 450 count = PopCount(block); 457 block >>= 8; 462 block >>= 16; 466 block >>= 24; 469 return bit_id + SelectTable[i][block & 0xFF]; 528 UInt32 block = blocks_[block_id]; local 529 PopCount count(block); [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
bitvector.cc | 445 UInt32 block = ~blocks_[block_id]; local 446 PopCount count(block); 450 block = ~blocks_[block_id]; 451 count = PopCount(block); 458 block >>= 8; 463 block >>= 16; 467 block >>= 24; 470 return bit_id + SelectTable[i][block & 0xFF]; 530 UInt32 block = blocks_[block_id]; local 531 PopCount count(block); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_network.h | 23 void u_socket_block(int s, boolean block);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_hw_context_priv.h | 33 /* these flags are used in register flags and added into block flags */ 54 void r600_context_dirty_block(struct r600_context *ctx, struct r600_block *block,
|
/external/openssh/ |
mdoc2man.awk | 33 block=0
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|
/external/valgrind/main/exp-bbv/tests/x86/ |
complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|