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

<<111112113114115116117118119120>>

  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 332 /// SeenBlocks - Keep track of all blocks that we have ever seen, so we
333 /// don't spend time removing unused blocks from our caches.
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 125 * array control blocks being linked together are actually stored somewhere
144 * The control blocks for virtual arrays.
145 * Note that these blocks are allocated in the "small" pool area.
386 * blocks, we allocate the sample rows in groups of as many rows as possible
500 * The request routines create control blocks but not the in-memory buffers.
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 47 * pDstBlockSAD parameter. These SAD values are calculated 4x4 blocks at
66 * [out] pDstBlockSAD - pointer to 16 element array for SAD corresponding to 4x4 blocks
    [all...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp 795 // First, look through all the client control blocks
804 // Not found yet. Look through all the server control blocks
834 // First, look through all the client control blocks
843 // Not found yet. Look through all the server control blocks
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 67 to synching up on blocks of "junk lines", though (like blank lines in
363 In other words, of all maximal matching blocks, return one that
364 starts earliest in a, and of all those maximal matching blocks that
387 If no blocks match, return (alo, blo, 0).
469 blocks.
486 # ('queue`) of blocks we still need to look at, and append partial
505 # It's possible that we have adjacent equal blocks in the
580 # the list of matching blocks is terminated by a
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 67 to synching up on blocks of "junk lines", though (like blank lines in
363 In other words, of all maximal matching blocks, return one that
364 starts earliest in a, and of all those maximal matching blocks that
387 If no blocks match, return (alo, blo, 0).
469 blocks.
486 # ('queue`) of blocks we still need to look at, and append partial
505 # It's possible that we have adjacent equal blocks in the
580 # the list of matching blocks is terminated by a
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 224 // For blocks marked as inline return target: the block with HEnterInlined.
280 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::V8_FINAL
324 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::V8_FINAL
935 // pair of return blocks in the context. When not inlining, there is no
940 // return blocks. NULL in all other cases.
    [all...]
  /external/stressapptest/src/
sat.cc 333 // Go through 4k page blocks.
838 // Size of read blocks for disk test.
841 // Size of write blocks for disk test.
850 // Number of blocks to test per segment.
851 ARG_IVALUE("--blocks-per-segment", blocks_per_segment_);
1012 " --blocks-per-segment number of blocks to read/write per "
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto1 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto1 
  /external/icu4c/common/unicode/
uchar.h     [all...]
  /external/valgrind/main/
NEWS 87 blocks has been removed. The tool has accordingly been renamed to
181 269884 == 250101 (overhead for huge blocks exhausts space too soon)
453 of heap blocks (as allocated with malloc/new/new[]), it instead
480 show possibly-lost blocks.
483 has been added. DHAT keeps track of allocated heap blocks, and also
583 206600 Leak checker fails to upgrade indirect blocks when their
    [all...]
  /external/bison/
NEWS     [all...]
  /external/chromium_org/media/filters/
chunk_demuxer_unittest.cc 145 // has been appended. This cluster starts with blocks that
146 // have timestamps consistent with the end times of the blocks
607 // Create simple blocks for everything except the last 2 blocks.
624 // Make the last 2 blocks BlockGroups so that they don't get delayed by the
652 // Create simple blocks for everything except the last block.
    [all...]
  /external/valgrind/main/docs/xml/
manual-core-adv.xml 136 information about heap blocks will not do nearly as good a
540 allocated memory blocks. To have this leak check executed, use the GDB
555 ==2418== 100 bytes in 1 blocks are still reachable in loss record 1 of 1
560 ==2418== definitely lost: 0 bytes in 0 blocks
561 ==2418== indirectly lost: 0 bytes in 0 blocks
562 ==2418== possibly lost: 0 bytes in 0 blocks
563 ==2418== still reachable: 100 bytes in 1 blocks
564 ==2418== suppressed: 0 bytes in 0 blocks
681 of the following basic blocks. This is linked to the fact that
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg     [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
changes.txt 337 + 26 new blocks
338 copy new blocks from Blocks.txt
530 copy 5.1.0\ucd\Blocks.txt ..\unidata\
573 + 17 new blocks
699 copy 5.0.0\ucd\Blocks.txt ..\unidata\
    [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/valgrind/main/massif/docs/
ms-manual.xml 70 (annotated with line numbers) which allocates a number of different blocks
283 (imagine what happens if your program allocates a lot of heap blocks in
285 program never deallocates any blocks, no peak will be recorded. It also
286 means that if your program does deallocate blocks but later allocates to a
672 requires admin space for freed blocks, but Massif cannot
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 26 # global configuration (shared by all network blocks)
103 # the network blocks in the configuration file are tried one by one until
133 # loaded here before being used in the network blocks. By default, EAP methods
348 # (and similarly in struct wpa_ssid for network blocks) to change the
463 # block in this configuration file. The network blocks are in preference order
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 203 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 203 "ignore_zeros=True should have skipped the %r-blocks" % char)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 91 /** {@code >= 0;} number of extra basic blocks required */
235 * Gets how many extra blocks will be needed to represent the
239 * @return {@code >= 0;} the number of extra blocks needed
    [all...]
  /external/chromium_org/chrome/common/
automation_messages_internal.h 303 // - bool: if true the proxy blocks until the tab has completely closed,
304 // otherwise the proxy only blocks until it initiates the close.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.c     [all...]

Completed in 1075 milliseconds

<<111112113114115116117118119120>>