/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/ |
rule_list.css | 14 display: inline-block;
|
/external/chromium_org/testing/gtest/samples/ |
sample10_unittest.cc | 61 void operator delete(void* block, size_t /* allocation_size */) { 63 free(block);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderSelectionInfo.h | 86 , m_rects(b->canUpdateSelectionOnRootLineBoxes() ? block()->selectionGapRectsForRepaint(m_repaintContainer) : GapRects()) 95 RenderBlock* block() const { return toRenderBlock(m_object); } function in class:WebCore::RenderBlockSelectionInfo
|
RenderVideo.cpp | 285 if (const RenderBlock* block = rendererPlaceholder(this)) 286 return block->offsetLeft(); 292 if (const RenderBlock* block = rendererPlaceholder(this)) 293 return block->offsetTop(); 299 if (const RenderBlock* block = rendererPlaceholder(this)) 300 return block->offsetWidth(); 306 if (const RenderBlock* block = rendererPlaceholder(this)) 307 return block->offsetHeight();
|
/external/chromium_org/third_party/freetype/src/raster/ |
ftmisc.h | 65 void* block ); 70 void* block );
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMConstraint.h | 53 BOOL (^block)(id); 56 - (id)initWithConstraintBlock:(BOOL (^)(id))block; variable
|
/external/chromium_org/third_party/skia/src/pipe/utils/ |
SamplePipeControllers.h | 75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
|
/external/chromium_org/ui/webui/resources/css/ |
expandable_bubble.css | 13 display: inline-block; 22 display: block; 30 display: inline-block; 40 display: block;
|
list.css | 7 display: block; 31 display: block; 35 display: inline-block; 88 display: block;
|
/external/chromium_org/v8/src/ |
hydrogen-mark-deoptimize.cc | 70 const HBasicBlock* block(blocks->at(i)); 71 for (HInstruction* current = block->first(); current != NULL; ) {
|
hydrogen-removable-simulates.cc | 36 HBasicBlock* block = graph()->blocks()->at(i); local 37 // Make sure the merge list is empty at the start of a block. 39 // Nasty heuristic: Never remove the first simulate in a block. This 42 for (HInstructionIterator it(block); !it.Done(); it.Advance()) { 87 // Merge the accumulated simulates at the end of the block.
|
/external/clang/test/CodeGen/ |
blocksignature.c | 27 rand_r(^(char x, float y){ return x + (int)y + param + rand(); }); // generate a local block binding param 63 const char *getBlockSignature(void *block) { 64 struct block_layout_abi *layout = (struct block_layout_abi *)block;
|
/external/clang/test/SemaCXX/ |
blocks.cpp | 25 int repeat(int value, int (^block)(int), unsigned n) { 26 while (n--) value = block(value); 84 // Don't crash after failing to build a block due to a capture of an
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_init.c | 92 zeromem(omac->block, sizeof(omac->block));
|
/external/e2fsprogs/lib/ext2fs/ |
newdir.c | 2 * newdir.c --- create a new directory block 26 * Create new directory block 29 ext2_ino_t parent_ino, char **block) 75 *block = buf;
|
/external/gtest/samples/ |
sample10_unittest.cc | 61 void operator delete(void* block, size_t /* allocation_size */) { 63 free(block);
|
/external/libvpx/libvpx/third_party/googletest/src/samples/ |
sample10_unittest.cc | 61 void operator delete(void* block, size_t /* allocation_size */) { 63 free(block);
|
/external/llvm/utils/ |
profile.pl | 11 # -block - Enable basicblock profiling 32 if (/^-?-block$/) { $ProfilePass = "-insert-block-profiling"; next; } 46 print " -block - Enable basicblock profiling\n";
|
/external/openfst/src/extensions/ngram/ |
bitmap-index.cc | 74 // search primary index for the relevant block 76 const uint32 block = find_primary_block(bit_index + 1); local 78 if (block > 0) { 79 rembits -= primary_index_[block - 1]; 80 offset += block * kSecondaryBlockSize; 94 // search inverted primary index for relevant block 97 const uint32 block = find_inverted_primary_block(bit_index + 1); local 98 if (block > 0) { 99 remzeros -= *primary_index_inverted(primary_index_.begin() + block - 1, 101 offset += block * kSecondaryBlockSize [all...] |
/external/protobuf/gtest/samples/ |
sample10_unittest.cc | 61 void operator delete(void* block, size_t allocation_size) { 63 free(block);
|
/external/skia/src/pipe/utils/ |
SamplePipeControllers.h | 75 PipeBlock(void* block, size_t bytes) { fBlock = block, fBytes = bytes; }
|
/external/valgrind/main/coregrind/ |
m_libcassert.c | 120 { UInt block[6]; \ 129 : /* in */ "r"(&block[0]) \ 132 (srP)->r_pc = block[0] - 8; \ 133 (srP)->r_sp = block[1]; \ 134 (srP)->misc.ARM.r14 = block[2]; \ 135 (srP)->misc.ARM.r12 = block[3]; \ 136 (srP)->misc.ARM.r11 = block[4]; \ 137 (srP)->misc.ARM.r7 = block[5]; \
|
/external/valgrind/main/memcheck/tests/ |
doublefree.stderr.exp | 4 Address 0x........ is 0 bytes inside a block of size 177 free'd
|
err_disable1.stderr.exp | 10 Address 0x........ is 5 bytes inside a block of size 10 free'd 23 Address 0x........ is 5 bytes inside a block of size 10 free'd 33 Address 0x........ is 5 bytes inside a block of size 10 free'd 40 Address 0x........ is 5 bytes inside a block of size 10 free'd
|
memalign_test.stderr.exp | 4 Address 0x........ is 0 bytes inside a block of size 111,110 free'd
|