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

<<11121314151617181920>>

  /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_define_rule.cc 19 BlockNode* block,
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();
diagonalmatrices.cpp 49 sq_m1.block(0,0,rows,rows) = ldm1;
70 big.block(i,j,rows,cols) = m1;
71 big.block(i,j,rows,cols) = v1.asDiagonal() * big.block(i,j,rows,cols);
73 VERIFY_IS_APPROX((big.block(i,j,rows,cols)) , v1.asDiagonal() * m1 );
75 big.block(i,j,rows,cols) = m1;
76 big.block(i,j,rows,cols) = big.block(i,j,rows,cols) * rv1.asDiagonal();
77 VERIFY_IS_APPROX((big.block(i,j,rows,cols)) , m1 * rv1.asDiagonal() );
  /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
  /external/valgrind/main/memcheck/tests/
err_disable3.stderr.exp 15 Address 0x........ is 5 bytes inside a block of size 10 free'd
32 Address 0x........ is 5 bytes inside a block of size 10 free'd
malloc1.stderr.exp 4 Address 0x........ is 1 bytes inside a block of size 10 free'd
12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /frameworks/av/services/audioflinger/
StateQueue.cpp 92 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block)
101 if (block == BLOCK_UNTIL_ACKED) {
124 if (block == BLOCK_NEVER) {
156 if (block == BLOCK_UNTIL_ACKED) {
  /frameworks/base/core/java/android/speech/tts/
SilencePlaybackQueueItem.java 36 mCondVar.block(mSilenceDurationMs);
  /libcore/luni/src/main/java/java/nio/
Buffer.java 95 final MemoryBlock block; field in class:Buffer
97 Buffer(int elementSizeShift, int capacity, MemoryBlock block) {
103 this.block = block;

Completed in 1759 milliseconds

<<11121314151617181920>>