/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_symtable.py | 38 def find_block(block, name): 39 for ch in block.get_children():
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_symtable.py | 38 def find_block(block, name): 39 for ch in block.get_children():
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
TreeToNFAConverter.g | 228 b=block 235 // if block comes back as a set not BLOCK, make it 236 // a single ALT block 241 // attach start node to block for this rule 280 block returns [StateCluster g = null] 292 | ^( BLOCK ( ^(OPTIONS .*) )? 366 | ^( SYNPRED block ) 380 if (blk.getType() != BLOCK) { 387 | b=block [all...] |
/external/ceres-solver/docs/source/_themes/armstrong/static/ |
rtd.css_t | 183 display: block; 549 div.viewcode-block:target { 705 display: block; 733 display: block; 752 display: block; 757 display: block; 761 display: block;
|
/external/compiler-rt/lib/asan/ |
asan_interceptors.cc | 354 INTERCEPTOR(void*, memset, void *block, int c, uptr size) { 355 if (!asan_inited) return internal_memset(block, c, size); 358 return REAL(memset)(block, c, size); 362 ASAN_WRITE_RANGE(block, size); 364 return REAL(memset)(block, c, size);
|
/external/qemu/ |
d3des.c | 322 static void desfunc(register unsigned long *block, register unsigned long *keys) 327 leftt = block[0]; 328 right = block[1]; 391 *block++ = right; 392 *block = leftt;
|
/external/wpa_supplicant_8/src/crypto/ |
des-internal.c | 318 static void desfunc(u32 *block, const u32 *keys) 323 leftt = block[0]; 324 right = block[1]; 392 block[0] = right; 393 block[1] = leftt;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 256 int16 *coeff_in = mblock->block[comp]; 307 void idct_intra(int *block, uint8 *comp, int width); 311 void idctref_intra(int *block, uint8 *comp, int width); 350 uint8 *pred, /* prediction block, pitch 16 */ 405 void idct(int *block, uint8 *pred, uint8 *dst, int width); 410 void idctref(int *block, uint8 *pred, uint8 *dst, int width);
|
/hardware/qcom/audio/hal/msm8960/ |
platform.c | 37 * This is the sysfs path for the HDMI audio data block 845 char block[MAX_SAD_BLOCKS * SAD_BLOCK_SIZE]; local 846 char *sad = block; 858 /* Read audio block header */ 862 if (header.length > (int)sizeof(block)) 863 header.length = (int)sizeof(block); 864 fread(&block, header.length, 1, file); [all...] |
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 796 char block[MAX_SAD_BLOCKS * SAD_BLOCK_SIZE]; local 797 char *sad = block; 817 if (count > (int)sizeof(block)) 818 count = (int)sizeof(block); 820 ret = mixer_ctl_get_array(ctl, block, count); 840 /* Advance to next block */
|
/external/opencv/cv/src/ |
cvshapedescr.cpp | 60 CvSeqBlock block; local 75 array, &contour_header, &block )); 299 CvSeqBlock block; local 315 CV_SEQ_KIND_GENERIC, array, &contour_header, &block )); 738 CvSeqBlock block; local 749 CV_SEQ_KIND_CURVE, array, &contour_header, &block )); 989 CvSeqBlock block; local 1001 CV_SEQ_KIND_GENERIC, array, &contour_header, &block )); 1134 CvSeqBlock block; local 1166 CV_SEQ_KIND_GENERIC, mat, &contour_header, &block )); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBlockLineLayout.cpp | 57 static LayoutUnit logicalHeightForLine(const RenderBlock* block, bool isFirstLine, LayoutUnit replacedHeight = 0) 59 if (!block->document()->inNoQuirksMode() && replacedHeight) 62 if (!(block->style(isFirstLine)->lineBoxContain() & LineBoxContainBlock)) 65 return max<LayoutUnit>(replacedHeight, block->lineHeight(isFirstLine, block->isHorizontalWritingMode() ? HorizontalLine : VerticalLine, PositionOfInteriorLineBoxes)); 87 LineWidth(RenderBlock* block, bool isFirstLine, IndentTextOrNot shouldIndentText) 88 : m_block(block) 99 ASSERT(block); 284 void setEmpty(bool empty, RenderBlock* block = 0, LineWidth* lineWidth = 0) 289 if (!empty && block && floatPaginationStrut()) [all...] |
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
omx_proxy_common.c | 650 MemAllocBlock block; local 670 memset(&block, 0, sizeof(MemAllocBlock)); 767 block.fmt = PIXEL_FMT_PAGE; 768 block.dim.len = nSize; 769 block.stride = 0; 771 pMemptr = (OMX_U8*) MemMgr_Alloc(&block, 1); 964 MemAllocBlock block; local 973 memset(&block, 0, sizeof(MemAllocBlock)); [all...] |
/external/v8/src/arm/ |
lithium-arm.h | 321 explicit LGap(HBasicBlock* block) 322 : block_(block) { 339 HBasicBlock* block() const { return block_; } function in class:v8::internal::LGap 367 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } 412 explicit LLabel(HBasicBlock* block) 413 : LGap(block), replacement_(NULL) { } 419 int block_id() const { return block()->block_id(); } 420 bool is_loop_header() const { return block()->IsLoopHeader(); } 2217 HBasicBlock* block = graph_->blocks()->at(block_id); local [all...] |
/external/v8/src/ia32/ |
lithium-ia32.h | 314 explicit LGap(HBasicBlock* block) : block_(block) { 331 HBasicBlock* block() const { return block_; } function in class:v8::internal::LGap 359 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } 394 explicit LLabel(HBasicBlock* block) 395 : LGap(block), replacement_(NULL) { } 401 int block_id() const { return block()->block_id(); } 402 bool is_loop_header() const { return block()->IsLoopHeader(); } 2315 HBasicBlock* block = graph_->blocks()->at(block_id); local [all...] |
/external/v8/src/mips/ |
lithium-mips.h | 320 explicit LGap(HBasicBlock* block) 321 : block_(block) { 338 HBasicBlock* block() const { return block_; } function in class:v8::internal::LGap 366 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } 411 explicit LLabel(HBasicBlock* block) 412 : LGap(block), replacement_(NULL) { } 418 int block_id() const { return block()->block_id(); } 419 bool is_loop_header() const { return block()->IsLoopHeader(); } 2197 HBasicBlock* block = graph_->blocks()->at(block_id); local [all...] |
/external/v8/src/x64/ |
lithium-x64.h | 322 explicit LGap(HBasicBlock* block) 323 : block_(block) { 340 HBasicBlock* block() const { return block_; } function in class:v8::internal::LGap 368 explicit LInstructionGap(HBasicBlock* block) : LGap(block) { } 413 explicit LLabel(HBasicBlock* block) 414 : LGap(block), replacement_(NULL) { } 420 int block_id() const { return block()->block_id(); } 421 bool is_loop_header() const { return block()->IsLoopHeader(); } 2179 HBasicBlock* block = graph_->blocks()->at(block_id); local [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | 188 ** varint iBlockid; (block id of node's leftmost subtree) 241 ** end_block - last block (including interior nodes) 4298 InteriorBlock *block = sqlite3_malloc(sizeof(InteriorBlock)); local 4398 InteriorBlock *block; local 4469 InteriorBlock *block = pWriter->first; local 4495 InteriorBlock *block = pWriter->first; local [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 32 \texttt{btt} is a post-processing tool for the block layer IO tracing 36 is a block layer IO tracing mechanism which provides detailed 113 queue. This is the average time from when the IO enters the block 146 trace) back to the block IO layer. 156 being handed to the block IO layer. 214 hardware) is to understand the block IO layer ends up merging incoming 228 we see that (on average) the block IO layer is combining upwards of 259 the block IO layer in adjacent sectors. (Obviously, the higher this 321 An important consideration when analyzing block IO schedulers is to 405 -- basically, from where an IO enters the block IO layer for a give [all...] |
/cts/suite/pts/deviceTests/browserbench/assets/octane/ |
richards.js | 201 * Release a task that is currently blocked and return the next block to run. 216 * Block the currently executing task and return the next task control block 227 * Suspend the currently executing task and return the next task control block 251 * A task control block manages a task and the queue of work packages associated 253 * @param {TaskControlBlock} link the preceding block in the linked block list 254 * @param {int} id the id of this block 255 * @param {int} priority the priority of this block 341 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 211 * Block the currently executing task and return the next task control block 222 * Suspend the currently executing task and return the next task control block 246 * A task control block manages a task and the queue of work packages associated 248 * @param {TaskControlBlock} link the preceding block in the linked block list 249 * @param {int} id the id of this block 250 * @param {int} priority the priority of this block 336 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 211 * Block the currently executing task and return the next task control block 222 * Suspend the currently executing task and return the next task control block 246 * A task control block manages a task and the queue of work packages associated 248 * @param {TaskControlBlock} link the preceding block in the linked block list 249 * @param {int} id the id of this block 250 * @param {int} priority the priority of this block 336 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-richards.js | 196 * Release a task that is currently blocked and return the next block to run. 211 * Block the currently executing task and return the next task control block 222 * Suspend the currently executing task and return the next task control block 246 * A task control block manages a task and the queue of work packages associated 248 * @param {TaskControlBlock} link the preceding block in the linked block list 249 * @param {int} id the id of this block 250 * @param {int} priority the priority of this block 336 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/chromium_org/v8/benchmarks/ |
richards.js | 201 * Release a task that is currently blocked and return the next block to run. 216 * Block the currently executing task and return the next task control block 227 * Suspend the currently executing task and return the next task control block 251 * A task control block manages a task and the queue of work packages associated 253 * @param {TaskControlBlock} link the preceding block in the linked block list 254 * @param {int} id the id of this block 255 * @param {int} priority the priority of this block 341 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |
/external/v8/benchmarks/ |
richards.js | 201 * Release a task that is currently blocked and return the next block to run. 216 * Block the currently executing task and return the next task control block 227 * Suspend the currently executing task and return the next task control block 251 * A task control block manages a task and the queue of work packages associated 253 * @param {TaskControlBlock} link the preceding block in the linked block list 254 * @param {int} id the id of this block 255 * @param {int} priority the priority of this block 341 * Adds a packet to the worklist of this block's task, marks this as runnable i [all...] |