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

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 134 * there. Furthermore, any no-op block between the exit block and
163 * predecessor block.
168 for (SsaBasicBlock block : blocks) {
170 block.forEachPhiInsn(new PhiVisitor(blocks));
173 block.removeAllPhiInsns();
180 for (SsaBasicBlock block : blocks) {
181 block.scheduleMovesFromPhis();
239 * @return rop-form basic block list
244 // Exit block may be null
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingService.java 53 // main thread, which we don't want to block.
72 if (mCondition.block(5 * 1000))
76 if (mCondition.block(5 * 1000))
80 if (mCondition.block(5 * 1000))
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 28 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, false
    [all...]
  /external/ceres-solver/internal/ceres/
detect_structure.cc 60 *row_block_size = row.block.size;
62 *row_block_size != row.block.size) {
63 VLOG(2) << "Dynamic row block size because the block size changed from "
65 << row.block.size;
74 VLOG(2) << "Dynamic e block size because the block size changed from "
88 VLOG(2) << "Dynamic f block size because the block size "
schur_eliminator_impl.h 93 // Add a map object for each block in the reduced linear system
94 // and build the row/column block structure of the reduced linear
105 // containing the same y block are vertically contiguous. Along
121 // Add to the chunk until the first block in the row is
130 // block since it is the one to be eliminated.
199 m.block(r, c, block_size, block_size).diagonal()
207 // vector block corresponding to the y block and then apply
209 // matrix corresponding to the block being eliminated and array
211 // to this y block in the normal equations. This computation i
398 const int block = block_id - num_eliminate_blocks_; local
565 const int block = block_id - num_eliminate_blocks_; local
    [all...]
  /external/chromium/chrome/browser/resources/options/
cookies_view.css 31 display: inline-block;
38 display: inline-block;
59 display: block;
80 display: inline-block;
91 display: inline-block;
125 display: inline-block;
content_settings.css 15 display: inline-block;
57 display: block;
  /external/chromium_org/chrome/browser/extensions/api/web_request/
upload_data_presenter_unittest.cc 21 const char block[] = "key.with.dots=value"; local
22 net::UploadBytesElementReader element(block, sizeof(block) - 1);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 135 * 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 may be null
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderModelLoader.java 61 for (FileBlockHeader block : blocks) {
62 if (block.getCode() == FileBlockHeader.BLOCK_OB00) {
63 Object object = this.toObject(block.getStructure(blenderContext));
  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.stderr.exp 4 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
  /frameworks/base/services/java/com/android/server/
RandomBlock.java 30 * A 4k block of random {@code byte}s.
37 private byte[] block = new byte[BLOCK_SIZE]; field in class:RandomBlock
56 int result = in.read(retval.block, total, BLOCK_SIZE - total);
88 out.write(block);
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 128 for (SsaBasicBlock block : sortedBlocks) {
129 sb.append("block ")
130 .append(Hex.u2(block.getRopLabel())).append('\n');
132 BitSet preds = block.getPredecessors();
141 sb.append(" live in:" + block.getLiveInRegs());
144 for (SsaInsn insn : block.getInsns()) {
150 if (block.getSuccessors().cardinality() == 0) {
153 int primary = block.getPrimarySuccessorRopLabel();
155 IntList succLabelList = block.getRopLabelSuccessorList();
170 sb.append(" live out:" + block.getLiveOutRegs())
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 24 def initialize( options = {}, &block ) # for 1.9
33 @readline = block or raise( ArgumentError, "no line-reading block was provided" )
61 def initialize( options = {}, &block )
69 @readline = block or raise( ArgumentError, "no line-reading block was provided" )
  /external/blktrace/
btrace.spec 20 Summary: Block IO tracer
25 btrace can show detailed info about what is happening on a block
27 performance or application problems relating to block layer io.
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 14 display: block;
31 display: block;
  /external/chromium-trace/trace-viewer/src/tracing/
record_selection_dialog.css 27 display: inline-block;
45 display: inline-block;
  /external/chromium_org/chrome/browser/resources/
about_credits.js 15 if (licence.style && licence.style.display == 'block') {
19 licence.style.display = 'block';
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 23 display: inline-block;
42 display: inline-block;
100 display: block;
127 display: block;
171 display: block;
201 display: block;
207 display: block;
236 display: block;
  /external/chromium_org/chrome/browser/resources/help/
channel_change_page.css 16 display: block;
33 display: block !important;
  /external/chromium_org/third_party/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/chromium_org/third_party/leveldatabase/src/include/leveldb/
table_builder.h 51 // the same data block. Most clients should not need to use this method.
79 void WriteBlock(BlockBuilder* block, BlockHandle* handle);
  /external/chromium_org/third_party/libxml/src/
genUnicode.py 20 # blockAliases is a small hack - it is used for mapping block names which
40 # block range
73 for block in blockAliases:
74 alias = string.split(block,':')
281 for block in bkeys:
282 name = string.replace(block, '-', '')
287 output.write(' {"%s", xmlUCSIs%s}' % (block, name))
374 for block in bkeys:
375 name = string.replace(block, '-', '')
378 output.write(" *\n * Check whether the character is part of %s UCS Block\n"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_network.h 23 void u_socket_block(int s, boolean block);
  /external/chromium_org/third_party/mesa/src/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,

Completed in 1354 milliseconds

<<11121314151617181920>>