HomeSort by relevance Sort by last modified time
    Searched defs:blocks (Results 26 - 50 of 251) sorted by null

12 3 4 5 6 7 8 91011

  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 49 * Dumper for the SSA-translated blocks of a method.
131 ArrayList<SsaBasicBlock> blocks = ssaMeth.getBlocks(); local
133 (ArrayList<SsaBasicBlock>) blocks.clone();
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableInfo.java 60 BasicBlockList blocks = method.getBlocks(); local
61 int maxLabel = blocks.getMaxLabel();
63 this.regCount = blocks.getRegCount();
67 new HashMap<Insn, RegisterSpec>(blocks.getInstructionCount());
RopMethod.java 28 private final BasicBlockList blocks; field in class:RopMethod
41 * the labels for the blocks that return, if calculated
48 * @param blocks {@code non-null;} basic block list of the method
51 public RopMethod(BasicBlockList blocks, int firstLabel) {
52 if (blocks == null) {
53 throw new NullPointerException("blocks == null");
60 this.blocks = blocks;
73 return blocks;
130 RopMethod result = new RopMethod(blocks.withRegisterOffset(delta)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 40 private final ArrayList<SsaBasicBlock> blocks; field in class:LocalVariableExtractor
45 /** {@code non-null;} work set indicating blocks needing to be processed */
69 ArrayList<SsaBasicBlock> blocks = method.getBlocks(); local
72 this.blocks = blocks;
74 this.workSet = new BitSet(blocks.size());
106 SsaBasicBlock block = blocks.get(blockIndex);
LocalVariableInfo.java 62 List<SsaBasicBlock> blocks = method.getBlocks(); local
66 this.blockStarts = new RegisterSpecSet[blocks.size()];
  /external/ceres-solver/internal/ceres/
problem_impl.cc 96 // other parameter blocks.
184 << "Number of blocks input is different than the number of blocks "
187 // Check for duplicate parameter blocks.
194 string blocks; local
196 blocks += internal::StringPrintf(" %p ", parameter_blocks[i]);
199 LOG(FATAL) << "Duplicate parameter blocks in a residual parameter "
201 << blocks << "]";
204 // Add parameter blocks and convert the double*'s to parameter blocks
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
LocalVariableInfo.java 60 BasicBlockList blocks = method.getBlocks(); local
61 int maxLabel = blocks.getMaxLabel();
63 this.regCount = blocks.getRegCount();
67 new HashMap<Insn, RegisterSpec>(blocks.getInstructionCount());
RopMethod.java 28 private final BasicBlockList blocks; field in class:RopMethod
41 * the labels for the blocks that return, if calculated
48 * @param blocks {@code non-null;} basic block list of the method
51 public RopMethod(BasicBlockList blocks, int firstLabel) {
52 if (blocks == null) {
53 throw new NullPointerException("blocks == null");
60 this.blocks = blocks;
73 return blocks;
130 RopMethod result = new RopMethod(blocks.withRegisterOffset(delta)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 40 private final ArrayList<SsaBasicBlock> blocks; field in class:LocalVariableExtractor
45 /** {@code non-null;} work set indicating blocks needing to be processed */
69 ArrayList<SsaBasicBlock> blocks = method.getBlocks(); local
72 this.blocks = blocks;
74 this.workSet = new BitSet(blocks.size());
106 SsaBasicBlock block = blocks.get(blockIndex);
LocalVariableInfo.java 62 List<SsaBasicBlock> blocks = method.getBlocks(); local
66 this.blockStarts = new RegisterSpecSet[blocks.size()];
  /external/e2fsprogs/e2fsck/
pass5.c 109 blk_t blocks = 0; local
249 blocks ++;
250 if ((blocks == fs->super->s_blocks_per_group) ||
254 blocks = 0;
290 blocks = 0; free_blocks = 0; group_free = 0; group = 0;
  /external/harfbuzz_ng/src/
gen-indic-table.py 6 print >>sys.stderr, "usage: ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt"
13 blocks = {} variable
41 blocks[t] = (start, end)
69 print " * ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt"
158 (start, end) = blocks[block]
  /external/openssl/crypto/evp/
e_rc4_hmac_md5.c 81 MD5_CTX *ctx,const void *inp,size_t blocks);
123 blocks; local
137 if (plen>md5_off && (blocks=(plen-md5_off)/MD5_CBLOCK) &&
143 &key->md,in+md5_off,blocks);
144 blocks *= MD5_CBLOCK;
145 rc4_off += blocks;
146 md5_off += blocks;
147 key->md.Nh += blocks>>29;
148 key->md.Nl += blocks<<=3;
149 if (key->md.Nl<(unsigned int)blocks) key->md.Nh++
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
options.py 32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.") variable in class:Options
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h 48 __u32 blocks; member in struct:cramfs_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 48 __u32 blocks; member in struct:cramfs_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 48 __u32 blocks; member in struct:cramfs_info
  /sdk/emulator/qtools/
bbprof.cpp 18 MyStaticRec **assign_inner_blocks(int num_blocks, MyStaticRec *blocks);
21 // blocks.
35 // of basic blocks.
49 // basic blocks.
75 // Allocate space for all of the static blocks
76 MyStaticRec *blocks = new MyStaticRec[num_static_bb]; local
78 // Read in all the static blocks
80 trace->ReadStatic(&blocks[ii].bb);
81 blocks[ii].is_thumb = blocks[ii].bb.bb_addr & 1
    [all...]
  /system/core/libsparse/
sparse.c 134 unsigned int blocks = backed_block_block(bb) - last_block; local
135 write_skip_chunk(out, (int64_t)blocks * s->block_size);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 125 BasicBlockList blocks = method.getBlocks(); local
126 int bsz = blocks.size();
134 int maxInsns = (bsz * 3) + blocks.getInstructionCount();
150 this.regCount = blocks.getRegCount()
216 * original blocks.
219 BasicBlockList blocks = method.getBlocks(); local
223 // Process the blocks in output order.
227 outputBlock(blocks.labelToBlock(order[i]), nextLabel);
302 * Picks an order for the blocks by doing "trace" analysis.
305 BasicBlockList blocks = method.getBlocks() local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 131 BasicBlockList blocks = method.getBlocks(); local
132 int bsz = blocks.size();
140 int maxInsns = (bsz * 3) + blocks.getInstructionCount();
156 this.regCount = blocks.getRegCount()
223 * original blocks.
226 BasicBlockList blocks = method.getBlocks(); local
230 // Process the blocks in output order.
234 outputBlock(blocks.labelToBlock(order[i]), nextLabel);
309 * Picks an order for the blocks by doing "trace" analysis.
312 BasicBlockList blocks = method.getBlocks() local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 131 BasicBlockList blocks = method.getBlocks(); local
132 int bsz = blocks.size();
140 int maxInsns = (bsz * 3) + blocks.getInstructionCount();
156 this.regCount = blocks.getRegCount()
223 * original blocks.
226 BasicBlockList blocks = method.getBlocks(); local
230 // Process the blocks in output order.
234 outputBlock(blocks.labelToBlock(order[i]), nextLabel);
309 * Picks an order for the blocks by doing "trace" analysis.
312 BasicBlockList blocks = method.getBlocks() local
    [all...]
  /bionic/libc/kernel/common/linux/mmc/
mmc.h 77 unsigned int blocks; member in struct:mmc_data
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 61 private long blocks; field in class:FileUtils.FileStatus
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 65 public long blocks; field in class:FileUtils.FileStatus

Completed in 2322 milliseconds

12 3 4 5 6 7 8 91011