HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 1776 - 1800 of 5464) sorted by null

<<71727374757677787980>>

  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 135 * Because this call blocks until results are available, it should not be
168 * Pull the raw text content of the given URL. This call blocks until the
  /external/aac/libAACenc/src/
psy_configuration.h 144 UCHAR sfbWidth[MAX_SFB_LONG]; /* Width of scalefactor bands for long blocks */
149 UCHAR sfbWidth[MAX_SFB_SHORT]; /* Width of scalefactor bands for short blocks */
  /external/ceres-solver/include/ceres/
gradient_checker.h 58 // How to use: Fill in an array of pointers to parameter blocks for your
126 << "than 5 parameter blocks";
  /external/ceres-solver/internal/ceres/
c_api_test.cc 152 2, // Number of parameter blocks
206 2, // Number of parameter blocks
evaluator.h 87 // input. The parameter blocks are evaluated on the values contained
126 // residual blocks.
  /external/chromium/net/disk_cache/
block_files_unittest.cc 73 // Now delete all the blocks, so that we can delete the two extra files.
252 // Tests that we add and remove blocks correctly.
disk_cache_perftest.cc 142 // We can use form 1 to 4 blocks.
242 PerfTimeLogger timer2("Create and delete blocks");
stats.cc 164 // the adjusted log base 2 of the size. The first entry counts blocks of 256
165 // bytes, the second blocks up to 512 bytes, etc. With 20 entries, the last
  /external/chromium_org/base/memory/
discardable_memory_allocator_android_unittest.cc 102 // Don't free |memory2| to avoid merging the 3 blocks together.
124 // three free blocks together.
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 152 * Blocks until the callback is called the specified number of
199 * Blocks until the criteria is satisfied or throws an exception
  /external/chromium_org/courgette/
encoded_program_fuzz_unittest.cc 144 // blocks in the base relocation table.
147 // In the worst case the number of base relocation blocks doubles, approx
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h 68 // Frees any blocks pending a token for which the token has been read.
205 // Frees any blocks pending a token for which the token has been read.
  /external/chromium_org/net/disk_cache/
disk_cache_perftest.cc 143 // We can use form 1 to 4 blocks.
235 base::PerfTimeLogger timer2("Create and delete blocks");
stats.cc 148 // the adjusted log base 2 of the size. The first entry counts blocks of 256
149 // bytes, the second blocks up to 512 bytes, etc. With 20 entries, the last
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImport.h 90 // The HTML parser blocks on <script> when preceding <link>s aren't finish loading imports.
179 bool m_scriptBlocked; // If any of decendants or predecessors is in processing, the parser blocks on <script>.
  /external/chromium_org/third_party/icu/source/common/
wintz.c 202 blocks of various registry keys. When we find a match, we know what
210 their TZI blocks are identical. For these cases, we fall back to a
  /external/chromium_org/third_party/libjingle/source/talk/base/
linux.cc 78 // Count the number of blocks that have a "processor" key defined. On ARM,
79 // there may be extra blocks of information that aren't per-processor.
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_compiler.h 272 /* You should use these macros to mark if blocks where the if condition
278 * CPUs often start executing code inside the if or the else blocks
  /external/chromium_org/third_party/skia/src/core/
SkWriter32.cpp 114 // Similar to peek32, except that we free up any following blocks.
135 // free up any trailing blocks
  /external/chromium_org/tools/memory_watcher/
memory_watcher.cc 21 static base::StatsCounter mem_in_use_blocks("MemoryInUse.Blocks");
114 // here is not already in our list of tracked blocks. However,
  /external/clang/lib/Analysis/
UninitializedValues.cpp 85 // CFGBlockValues: dataflow values for CFG blocks.
513 // * Blocks 1, 2, 4, 5, and 6 are not visited because we didn't visit all
516 // Now the algorithm terminates, having visited blocks 7 and 8, and having
517 // found the frontier is blocks 2, 4, and 5.
519 // 'n' is definitely uninitialized for two edges into block 7 (from blocks 2
557 // Scan the frontier, looking for blocks where the variable was
735 // Merge in values of predecessor blocks.
840 // Run through the blocks one more time, and report uninitialized variables.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableInfo.java 62 List<SsaBasicBlock> blocks = method.getBlocks(); local
66 this.blockStarts = new RegisterSpecSet[blocks.size()];
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 39 * {@code non-null;} index by basic block indexed set of basic blocks
46 * {@code non-null;} set of blocks remaing to visit as "live out as block"
  /external/e2fsprogs/lib/ext2fs/
ext2_err.et.in 267 "Journal must be at least 1024 blocks"
291 "Too many reserved group descriptor blocks"
imager.c 93 /* Skip zero blocks */
102 /* Find non-zero blocks */

Completed in 984 milliseconds

<<71727374757677787980>>