HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 226 - 250 of 4734) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/src/tools/docmaker/
docbeauty.py 21 def beautify_block( block ):
22 if block.content:
25 markups = content_processor.process_content( block.content )
39 block.lines = lines
90 for block in source_processor.blocks:
91 beautify_block( block )
98 for block in source_processor.blocks:
99 for line in block.lines:
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 14 #include "vp8/encoder/block.h"
18 short *coeff_ptr = mb->block[0].coeff;
19 short *dcoef_ptr = mb->e_mbd.block[0].dqcoeff;
  /external/strace/tests/
set_sigblock.c 41 const int block = atoi(av[1]); local
48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL))
  /external/strace/tests-m32/
set_sigblock.c 41 const int block = atoi(av[1]); local
48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL))
  /external/strace/tests-mx32/
set_sigblock.c 41 const int block = atoi(av[1]); local
48 if (sigprocmask(block ? SIG_BLOCK : SIG_UNBLOCK, &mask, NULL))
  /external/v8/src/compiler/
unwinding-info-writer.h 37 void BeginInstructionBlock(int pc_offset, const InstructionBlock* block) {
40 void EndInstructionBlock(const InstructionBlock* block) {
  /external/webrtc/webrtc/video/
report_block_stats.cc 36 RTCPReportBlock block; local
37 block.cumulativeLost = rtcp_stats.cumulative_lost;
38 block.fractionLost = rtcp_stats.fraction_lost;
39 block.extendedHighSeqNum = rtcp_stats.extended_max_sequence_number;
40 block.jitter = rtcp_stats.jitter;
41 block.remoteSSRC = remote_ssrc;
42 block.sourceSSRC = source_ssrc;
46 block, &num_sequence_numbers, &num_lost_sequence_numbers);
70 // Fraction lost since previous report block.
82 // Get diff with previous report block
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/writer/
CallbackWrapperWriter.kt 48 block("public final class $className $extendsImplements ${klass.canonicalName}") {
52 block("public $className($listenerInterfaceName listener, int sourceId)") {
58 block("public ${method.returnType.canonicalName} ${method.name}(${wrapper.argsWithTypes()})") {
67 block("public interface $listenerInterfaceName") {
  /prebuilts/misc/common/swig/include/2.0.11/r/
exception.i 6 %block(switch (code) {case SWIG_IndexError: return Rf_ScalarLogical(NA_LOGICAL); default: %error(code, msg); SWIG_fail;} ))
  /system/libhidl/transport/memory/block/1.0/
types.hal 17 package android.hidl.memory.block@1.0;
  /system/update_engine/common/
terminator.h 36 // Set to true if the terminator should block termination requests in an
37 // attempt to block exiting.
38 static void set_exit_blocked(bool block) { exit_blocked_ = block ? 1 : 0; }
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
arm-it-bad-2.d 1 #name: Test unclosed IT block validation.
arm-it-bad.d 1 #name: Test IT block validation in ARM mode.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
block.s 3 ;;; block instructions
  /external/valgrind/none/tests/arm64/
fp_and_simd.c 85 static void showBlock ( const char* msg, V128* block, Int nBlock )
91 showV128(&block[i]);
205 void randBlock_Doubles ( V128* block, Int nBlock )
209 block[i].f64[0] = randDouble();
210 block[i].f64[1] = randDouble();
214 void randBlock_Floats ( V128* block, Int nBlock )
218 block[i].f32[0] = randFloat();
219 block[i].f32[1] = randFloat();
220 block[i].f32[2] = randFloat();
221 block[i].f32[3] = randFloat()
492 V128 block[2]; local
585 V128 block[2]; local
677 V128 block[3]; local
901 V128 block[2]; local
994 V128 block[2]; local
    [all...]
  /external/libdrm/intel/
intel_bufmgr_fake.c 92 struct block { struct
93 struct block *next, *prev;
97 * Marks that the block is currently in the aperture and has yet to be
102 * Marks that the block is currently fenced (being used by rendering)
107 /** Fence cookie for the block. */
131 struct block on_hardware;
136 struct block fenced;
141 struct block lru;
222 struct block *block; member in struct:_drm_intel_bo_fake
428 struct block *block = (struct block *)calloc(sizeof *block, 1); local
542 struct block *block, *tmp; local
569 struct block *block, *tmp; local
595 struct block *block, *tmp; local
638 struct block *block, *tmp; local
775 struct block *block, *tmp; local
1141 struct block *block, *tmp; local
1543 struct block *block, *tmp; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitops.h 67 extern int ext2fs_mark_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
69 blk_t block);
70 extern int ext2fs_test_block_bitmap(ext2fs_block_bitmap bitmap, blk_t block);
78 blk_t block);
80 blk_t block);
82 blk_t block);
96 blk_t block, int num);
98 blk_t block, int num);
100 blk_t block, int num);
105 blk_t block, int num)
    [all...]
test_io.c 50 unsigned long block; member in struct:test_private_data
52 void (*read_blk)(unsigned long block, int count, errcode_t err);
53 void (*write_blk)(unsigned long block, int count, errcode_t err);
55 void (*write_byte)(unsigned long block, int count, errcode_t err);
56 void (*read_blk64)(unsigned long long block, int count, errcode_t err);
57 void (*write_blk64)(unsigned long long block, int count, errcode_t err);
66 (unsigned long block, int count, errcode_t err) = 0;
68 (unsigned long block, int count, errcode_t err) = 0;
70 (unsigned long long block, int count, errcode_t err) = 0;
72 (unsigned long long block, int count, errcode_t err) = 0
    [all...]
  /external/eigen/test/
block.cpp 20 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMin(s1), m1.cwiseMin(s1).block(r1,c1,r2-r1+1,c2-c1+1));
21 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMax(s1), m1.cwiseMax(s1).block(r1,c1,r2-r1+1,c2-c1+1));
33 template<typename MatrixType> void block(const MatrixType& m) function
68 // check nested block xpr on lhs
78 //check block()
81 RowVectorType br1(m1.block(r1,0,1,cols));
82 VectorType bc1(m1.block(0,c1,rows,1));
83 VERIFY_IS_EQUAL(b1, m1.block(r1,c1,1,1))
    [all...]
  /external/clang/lib/Analysis/
CFGReachabilityAnalysis.cpp 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
55 const CFGBlock *block = worklist.pop_back_val(); local
57 if (visited[block->getBlockID()])
59 visited[block->getBlockID()] = true;
64 DstReachability[block->getBlockID()] = true;
70 for (CFGBlock::const_pred_iterator i = block->pred_begin(),
71 e = block->pred_end(); i != e; ++i) {
  /external/clang/www/
menu.css 22 display:block;
26 display:block;
33 display:block;
  /external/compiler-rt/www/
menu.css 22 display:block;
26 display:block;
33 display:block;
  /external/e2fsprogs/e2fsck/
extend.c 33 char *block; local
48 block = malloc(blocksize);
49 if (block == 0) {
50 fprintf(stderr, _("Couldn't allocate block buffer (size=%d)\n"),
54 memset(block, 0, blocksize);
66 ret = read(fd, block, blocksize);
76 ret = write(fd, block, blocksize);
  /external/libcxx/www/
menu.css 22 display:block;
26 display:block;
33 display:block;
  /external/libcxxabi/www/
menu.css 22 display:block;
26 display:block;
33 display:block;

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>