Searched refs:block (Results 176 - 200 of 863) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb26 * either the ';' or the '{' of the block and then it picks
36 | functionHeader block
64 block
73 | block
79 : 'for' '(' assignStat ';' expr ';' assignStat ')' block
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DLocalVariableExtractor.java30 /** {@code non-null;} block list for the method */
87 * Processes a single block.
89 * @param label {@code >= 0;} label of the block to process
93 BasicBlock block = blocks.labelToBlock(label);
94 InsnList insns = block.getInsns();
104 boolean canThrowDuringLastInsn = block.hasExceptionHandlers() &&
174 * where the start state for a block changes).
177 IntList successors = block.getSuccessors();
179 int primarySuccessor = block.getPrimarySuccessor();
/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c5 * Implements a one-block write-through cache.
56 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */
73 unsigned long block; member in struct:unix_cache
101 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
103 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
113 struct unix_cache *cache, unsigned long long block);
114 static errcode_t unix_read_blk64(io_channel channel, unsigned long long block,
116 static errcode_t unix_write_blk64(io_channel channel, unsigned long long block,
158 unsigned long long block,
168 location = ((ext2_loff_t) block * channe
156 raw_read_blk(io_channel channel, struct unix_private_data *data, unsigned long long block, int count, void *buf) argument
216 raw_write_blk(io_channel channel, struct unix_private_data *data, unsigned long long block, int count, const void *buf) argument
349 find_cached_block(struct unix_private_data *data, unsigned long long block, struct unix_cache **eldest) argument
379 reuse_cache(io_channel channel, struct unix_private_data *data, struct unix_cache *cache, unsigned long long block) argument
624 unix_read_blk64(io_channel channel, unsigned long long block, int count, void *buf) argument
705 unix_read_blk(io_channel channel, unsigned long block, int count, void *buf) argument
711 unix_write_blk64(io_channel channel, unsigned long long block, int count, const void *buf) argument
763 unix_write_blk(io_channel channel, unsigned long block, int count, const void *buf) argument
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_hci.c41 static void nfc_hal_hci_set_next_hci_netwk_config (UINT8 block);
42 static void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size);
60 nfc_hal_hci_handle_nv_read (p_evt_data->nv_read.block, p_evt_data->nv_read.status, p_evt_data->nv_read.size);
217 NCI_TRACE_DEBUG1 ("nfc_hal_hci_handle_hcp_pkt(): Sent command to reset nv file for block: 0x%02x", HC_F3_NV_BLOCK);
225 NCI_TRACE_DEBUG1 ("nfc_hal_hci_handle_hcp_pkt(): Sent command to reset nv file for block: 0x%02x", HC_F4_NV_BLOCK);
241 void nfc_hal_hci_handle_nv_read (UINT8 block, tHAL_NFC_STATUS status, UINT16 size) argument
250 switch (block)
259 nfc_hal_cb.hci_cb.p_hci_netwk_info_buf[0] = (block == HC_F3_NV_BLOCK) ? NFC_HAL_HCI_UICC0_TARGET_HANDLE : NFC_HAL_HCI_UICC1_TARGET_HANDLE;
293 nfc_hal_cb.hci_cb.hci_netwk_config_block = block;
298 nfc_hal_hci_set_next_hci_netwk_config (block);
342 nfc_hal_hci_set_next_hci_netwk_config(UINT8 block) argument
[all...]
/external/libvpx/vp8/common/
H A Dreconinter.c221 int mv_row = x->block[16].bmi.mv.as_mv.row;
222 int mv_col = x->block[16].bmi.mv.as_mv.col;
224 int pre_stride = x->block[16].pre_stride;
245 BLOCKD *d0 = &x->block[i];
246 BLOCKD *d1 = &x->block[i+1];
271 int pre_stride = x->block[0].pre_stride;
293 BLOCKD *d = &x->block[bbb[i]];
302 BLOCKD *d0 = &x->block[i];
303 BLOCKD *d1 = &x->block[i+1];
334 int pre_stride = x->block[
[all...]
/external/libpcap/
H A Dgencode.c140 static struct block *root;
175 static inline struct block *new_block(int);
177 static struct block *gen_retblk(int);
180 static void backpatch(struct block *, struct block *);
181 static void merge(struct block *, struct block *);
182 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32);
183 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32);
184 static struct block *gen_cmp_g
[all...]
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c83 nandemul_Block**block; member in struct:__anon16067
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
119 p = &ned.block[blk]->page[pg]->data[start];
141 blk = ned.block[blockNumber];
179 ned.block = ALLOCATE(sizeof(nandemul_Block*) * nBlocks );
181 if(!ned.block) return ENOMEM;
192 if(!(blk = ned.block[i] = ALLOCATE(sizeof(nandemul_Block))))
206 ned.block[i]->damaged = 0;
217 FREE(ned.block[i]);
219 FREE(ned.block);
534 int i, nBlocks,block; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DCCMBlockCipher.java37 * @param c the block cipher to be used.
47 throw new IllegalArgumentException("cipher required with a block size of 16.");
52 * return the underlying block cipher that we are wrapping.
54 * @return the underlying block cipher that we are wrapping.
199 byte[] block = new byte[blockSize];
201 System.arraycopy(in, index, block, 0, inLen - index);
203 ctrCipher.processBlock(block, 0, block, 0);
205 System.arraycopy(block, 0, out, outOff, inLen - index);
234 byte[] block
[all...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
H A Dfeed.css35 display: block;
50 display: block;
56 display: block;
64 display: block;
77 display: block;
/external/valgrind/main/memcheck/tests/
H A Dfprw.stderr.exp9 Address 0x........ is 0 bytes inside a block of size 8 free'd
15 Address 0x........ is 0 bytes inside a block of size 8 free'd
21 Address 0x........ is 0 bytes inside a block of size 4 free'd
27 Address 0x........ is 0 bytes inside a block of size 4 free'd
38 Address 0x........ is 0 bytes inside a block of size 4 alloc'd
H A Dholey_buffer_too_small.stderr.exp6 Address 0x........ is 4 bytes inside a block of size 8 alloc'd
15 Address 0x........ is 0 bytes after a block of size 8 alloc'd
24 Address 0x........ is 1 bytes before a block of size 8 alloc'd
33 Address 0x........ is 0 bytes after a block of size 8 alloc'd
42 Address 0x........ is 1 bytes before a block of size 8 alloc'd
H A Dpartial_load_ok.stderr.exp4 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
10 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
16 Address 0x........ is 0 bytes inside a block of size 4 free'd
H A Dbig_blocks_freed_list.stderr.exp4 Address 0x........ is 1,000 bytes inside a block of size 1,000,001 free'd
10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
32 Address 0x........ is 10 bytes inside a block of size 1,000,001 free'd
38 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
H A Dcustom_alloc.stderr.exp3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
9 Address 0x........ is 0 bytes after a block of size 20 alloc'd
18 Address 0x........ is 0 bytes after a block of size 28 alloc'd
24 Address 0x........ is 4 bytes inside a block of size 28 alloc'd
36 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
42 Address 0x........ is 0 bytes inside a block of size 28 free'd
/external/freetype/src/base/
H A Dftdbgmem.c86 * memory block. If KEEPALIVE is defined, blocks that are freed by
94 FT_Long size; /* < 0 if the block was freed */
230 FT_Pointer block; local
234 block = table->alloc( memory, size );
237 return block;
243 FT_Pointer block )
249 table->free( memory, block );
371 "leaked memory block at address %p, size %8ld in (%s:%ld)\n",
528 /* This block was already freed. Our memory is now completely */
532 "memory heap corrupted (allocating freed block)" );
684 FT_Byte* block; local
[all...]
/external/webkit/Source/WebCore/css/
H A Dhtml.css27 display: block
55 /* generic block-level elements */
58 display: block;
63 display: block;
71 display: block
75 display: block
79 display: block
83 display: inline-block;
88 display: block
92 display: block;
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java89 private Rectangle getBound(StringBlock block) { argument
90 if (block.getTextBox() != null) {
91 return block.getTextBox();
124 boolean isInvalid(StringBlock block) { argument
125 return isInvalid(block, 0);
128 boolean isInvalid(StringBlock block, float gap) { argument
134 Rectangle bound = block.getTextBox();
250 void update(StringBlock block) { argument
251 final float[] tabs = block.getTabPosition();
252 final float tabWidth = block
352 computeLineY(StringBlock block) argument
[all...]
/external/valgrind/main/none/tests/x86/
H A Dx86locked.c210 int block[4]; \
233 block[0] = flags_in; \
234 block[1] = g_val; \
235 block[2] = (int)(long)&e_val; \
236 block[3] = 0; \
247 : : "r"(&block[0]) : "eax","ebx","cc","memory" \
254 e_val, block[3] & CC_MASK) ); \
298 int block[3]; \
319 block[0] = flags_in; \
320 block[
563 UChar* block; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DIdenticalBlockCombiner.java34 * block and the now-unused blocks are deleted. These identical blocks
55 * a hash. In particular, hash the contents of each block and only
65 // For each non-deleted block...
70 // doomed block
124 * @param a {@code non-null;} a block to compare
125 * @param b {@code non-null;} another block to compare
133 * Combines blocks proven identical into one alpha block, re-writing
135 * to the alpha block instead.
137 * @param alphaLabel block that will replace all the beta block
164 replaceSucc(BasicBlock block, int oldLabel, int newLabel) argument
[all...]
H A DSsaToRop.java135 * there. Furthermore, any no-op block between the exit block and
164 * predecessor block.
169 for (SsaBasicBlock block : blocks) {
171 block.forEachPhiInsn(new PhiVisitor(blocks));
174 block.removeAllPhiInsns();
181 for (SsaBasicBlock block : blocks) {
182 block.scheduleMovesFromPhis();
240 * @return rop-form basic block list
245 // Exit block ma
298 convertBasicBlock(SsaBasicBlock block) argument
[all...]
/external/markdown/markdown/extensions/
H A Dheaderid.py80 # Detect a header at start of any line in block
92 def test(self, parent, block):
93 return bool(self.RE.search(block))
96 block = blocks.pop(0)
97 m = self.RE.search(block)
99 before = block[:m.start()] # All lines before header
100 after = block[m.end():] # All lines after header
102 # As the header was not the first line of the block and the
104 # recursively parse this lines as a block.
118 # Insert remaining lines as first block fo
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp114 ValueVector &getValueVector(const CFGBlock *block) { argument
115 return *vals[block->getBlockID()];
120 bool updateValueVectorWithScratch(const CFGBlock *block);
130 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, argument
134 return getValueVector(block)[idx.getValue()];
160 static void printVector(const CFGBlock *block, ValueVector &bv, argument
162 llvm::errs() << block->getBlockID() << " :";
183 bool CFGBlockValues::updateValueVectorWithScratch(const CFGBlock *block) { argument
184 ValueVector &dst = getValueVector(block);
189 printVector(block, scratc
220 enqueueSuccessors(const clang::CFGBlock *block) argument
412 const CFGBlock *block; member in class:__anon5::TransferFunctions
418 TransferFunctions(CFGBlockValues &vals, const CFG &cfg, const CFGBlock *block, AnalysisDeclContext &ac, const ClassifyRefs &classification, UninitVariablesHandler *handler) argument
684 runOnBlock(const CFGBlock *block, const CFG &cfg, AnalysisDeclContext &ac, CFGBlockValues &vals, const ClassifyRefs &classification, llvm::BitVector &wasAnalyzed, UninitVariablesHandler *handler = 0) argument
756 const CFGBlock *block = *BI; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb28 def define_template( name, source, &block )
29 template_library.define_template( name, source, &block )
115 def self.new( &block )
118 block_given? and module_eval( &block )
143 def define_template( name, source, parameters = nil, &block )
294 attr_accessor :splat, :block
305 @block and names << @block.to_s
318 param.block = options.fetch( :block, fals
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dcookies_view.css31 display: inline-block;
38 display: inline-block;
59 display: block;
80 display: inline-block;
91 display: inline-block;
125 display: inline-block;
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderModelLoader.java61 for (FileBlockHeader block : blocks) {
62 if (block.getCode() == FileBlockHeader.BLOCK_OB00) {
63 Object object = this.toObject(block.getStructure(blenderContext));

Completed in 1292 milliseconds

1234567891011>>