HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 1176 - 1200 of 2771) sorted by null

<<41424344454647484950>>

  /external/e2fsprogs/doc/
libext2fs.texinfo 559 @deftypefun errcode_t ext2fs_open_inode_scan (ext2_filsys @var{fs}, int @var{buffer_blocks}, ext2_inode_scan *@var{scan})
560 Initialize the iteration variable @var{scan}. This variable is used by
568 @deftypefun void ext2fs_close_inode_scan (ext2_inode_scan @var{scan})
569 Release the memory associated with @var{scan} and invalidate it.
572 @deftypefun errcode_t ext2fs_get_next_inode (ext2_inode_scan @var{scan}, ext2_ino_t *@var{ino}, struct ext2_inode *@var{inode})
583 @deftypefun errcode_t ext2fs_inode_scan_goto_blockgroup (ext2_inode_scan @var{scan}, int @var{group})
584 Start the inode scan at a particular ext2 blockgroup, @var{group}.
585 This function may be safely called at any time while @var{scan} is valid.
588 @deftypefun void ext2fs_set_inode_callback (ext2_inode_scan @var{scan}, errcode_t (*done_group)(ext2_filsys @var{fs}, ext2_inode_scan @var{scan}, dgrp_t @var{group}, void * @var{private}), void *@var{done_group_data}
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 205 // Scan dirty objects, this is only required if we are not doing concurrent GC.
508 // the finger won't be visited by the bitmap scan, so those objects
767 size_t cards_scanned = card_table->Scan(bitmap_, begin_, end_, visitor, minimum_age_);
811 // Calculate how many bytes of heap we will scan,
837 size_t scanned_cards = card_table->Scan(space->GetMarkBitmap(), space->Begin(),
871 card_table->Scan(space->GetMarkBitmap(), space->Begin(), space->End(), visitor, minimum_age);
    [all...]
  /dalvik/vm/alloc/
Copying.cpp 306 /* Scan block map. */
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 420 // Scan for the sentinel. If we find an undef, force it to the
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 93 /// This is executed at scan relocation stage.
502 // Scan relocation type to determine if an GOT/PLT/Dynamic Relocation
826 // If the flag of target section is not ALLOC, we will not scan this relocation
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 75 // Scan relocation type to determine if the GOT/PLT/Dynamic Relocation
101 /// @note This is executed at `scan relocation' stage.
821 // If the flag of target section is not ALLOC, we will not scan this relocation
876 // If the flag of target section is not ALLOC, we will not scan this relocation
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 879 * 2. Scan down the tree towards the level 0 tnode adding tnodes if required.
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 455 ** Description Set scan parameter used in BLE connection request
457 ** Parameters: scan_interval: scan interval
458 ** scan_window: scan window
493 BTM_TRACE_ERROR0("Illegal Connection Scan Parameters");
505 ** scan_interval: scan interval
506 ** scan_window: scan window
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hcidefs.h     [all...]
  /external/chromium_org/media/base/
container_names.cc 671 // Special handling of SOS (start of scan) marker since the entropy
874 // However, no length ... simply scan for start code values.
    [all...]
  /external/libnfc-nci/src/include/
hcidefs.h     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1043 // read scan header
1084 goto decoding_end; // only single scan case is supported now
1120 m_al == 0 && m_ah == 0 ); // sequental & single scan
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 455 * decremented during the scan.
474 * Scan through the list of matches and determine the most severe
829 // Don't allow the list to be updated while we scan it.
    [all...]
  /bootable/recovery/minzip/
Zip.c 182 * is in fact a Zip, we scan out the contents of the central directory and
417 * Open a Zip archive and scan out the contents.
420 * traditional backward scan for central directory. Since the EOCD is
    [all...]
  /docs/source.android.com/src/devices/tech/
power.jd 375 The <code>wifi.scan</code> value measures the power consumed during a Wi-Fi scan for access points. Wi-Fi
449 <td>wifi.scan </td>
  /external/bison/src/
reader.c 35 #include "scan-gram.h"
36 #include "scan-code.h"
732 /* Scan rule actions after invoking symbol_check_alias_consistency (in
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 55 handlers under scan_dir are scanned. This is useful in saving scan time.
731 parser.add_option('-s', '--scan-dir', '--scan_dir', dest='scan_dir',
733 help=('WebSocket handlers scan directory. '
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 55 handlers under scan_dir are scanned. This is useful in saving scan time.
727 parser.add_option('-s', '--scan-dir', '--scan_dir', dest='scan_dir',
729 help=('WebSocket handlers scan directory. '
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 300 * be able to scan both left-to-right and right-to-left.
460 * first scan line that could possibly contain pixels that are
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_osinst.c 905 ** scan of the binary VFS log file.
1072 vlogFilter, /* xFilter - configure scan constraints */
1074 vlogEof, /* xEof - check for end of scan */
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 136 scan: for (a = 0; a < args.length; )
298 break scan; local
306 break scan; // TODO: could use the current value of 'a' for a better error message local
    [all...]
  /external/fsck_msdos/
dir.c 211 * Global variables temporarily used during a directory scan
221 * Init internal state for a new directory scan.
274 * Cleanup after a directory scan
  /external/llvm/lib/IR/
Value.cpp 119 // Scan both lists simultaneously until one is exhausted. This limits the
124 // Scan basic block: Check if this Value is used by the instruction at BI.
127 // Scan use list: Check if the use at UI is in BB.
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 271 // Scan over the PHI nodes in the loop header. Since they now have only two
482 // Scan this PHI node looking for a use of the PHI node by itself.
621 // Scan all of the loop children of L, moving them to OuterLoop if they are
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 300 * be able to scan both left-to-right and right-to-left.
460 * first scan line that could possibly contain pixels that are
    [all...]

Completed in 1602 milliseconds

<<41424344454647484950>>