Searched refs:scan (Results 76 - 100 of 241) sorted by relevance

12345678910

/external/emma/core/java12/com/vladium/util/
H A DIntObjectMap.java132 int scan = 0;
138 result [scan ++] = entry.m_key;
H A DIProperties.java181 PropertiesImpl scan = _clone;
201 scan.setDelegate (_delegateClone);
202 scan = _delegateClone;
H A DIntIntMap.java149 int scan = 0;
155 result [scan ++] = entry.m_key;
H A DObjectIntMap.java139 int scan = 0;
145 result [scan ++] = entry.m_key;
/external/emma/lib/internal/
H A Dstamptool.jar ... c char c char c char c int return_state int scan int state StringBuffer b StringBuffer b int ei StringIndexOutOfBoundsException e ...
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth.css27 #bluetooth-options .button-strip #bluetooth-scan-stopped-label {
33 #bluetooth-scan-stopped-label {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch_test.rb78 assert_equal(0, pretty.scan(/INVALID\: Image lacks a checksum\./).size)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_quantize.h49 const int16_t *scan, const int16_t *iscan);
/external/chromium_org/tools/code_coverage/
H A Dcroc_scan.py90 filename: Path to file to scan.
150 filename: Path to file to scan.
/external/clang/tools/scan-build/
H A Dscan-build29 my $Prog = "scan-build";
505 # Postprocess - Postprocess the results of an analysis scan.
881 Diag("Run 'scan-view $Dir' to examine bug reports.\n");
1117 By default the output of scan-build is a set of HTML files. This option
1122 By default the output of scan-build is a set of HTML files. This option
1127 By default, the exit status of scan-build is the same as the executed build
1128 command. Specifying this option causes the exit status of scan-build to be 1
1134 scan-build analyzes a project by interposing a "fake compiler", which
1136 Because of the current implementation of interposition, scan-build does not
1141 scan
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLPreloadScanner.cpp404 void TokenPreloadScanner::scan(const HTMLToken& token, const SegmentedString& source, PreloadRequestStream& requests)
409 void TokenPreloadScanner::scan(const CompactHTMLToken& token, const SegmentedString& source, PreloadRequestStream& requests)
421 m_cssScanner.scan(token.data(), source, requests);
504 void HTMLPreloadScanner::scan(HTMLResourcePreloader* preloader, const KURL& startingBaseElementURL) function in class:blink::HTMLPreloadScanner
508 TRACE_EVENT1("blink", "HTMLPreloadScanner::scan", "source_length", m_source.length());
519 m_scanner.scan(m_token, m_source, requests);
/external/e2fsprogs/lib/quota/
H A Dmkquota.c371 ext2_inode_scan scan; local
377 ret = ext2fs_open_inode_scan(fs, 0, &scan);
379 log_err("while opening inode scan. ret=%ld", ret);
384 ret = ext2fs_get_next_inode(scan, &ino, &inode);
387 ext2fs_close_inode_scan(scan);
401 ext2fs_close_inode_scan(scan);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_contents.js16 * Starts to scan the entries. For example, starts to read the entries in a
23 * @param {function()} successCallback Called when the scan is completed
27 ContentScanner.prototype.scan = function(
32 * Request cancelling of the running scan. When the cancelling is done,
33 * an error will be reported from errorCallback passed to scan().
59 DirectoryContentScanner.prototype.scan = function(
110 * Delay in milliseconds to be used for drive search scan, in order to reduce
130 DriveSearchContentScanner.prototype.scan = function(
153 // The limit is hit, so quit the scan here.
205 LocalSearchContentScanner.prototype.scan
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTCue.cpp864 if (input.scan("vertical"))
866 else if (input.scan("line"))
868 else if (input.scan("position"))
870 else if (input.scan("size"))
872 else if (input.scan("align"))
874 else if (RuntimeEnabledFeatures::webVTTRegionsEnabled() && input.scan("region"))
877 if (parsedSetting != None && input.scan(':'))
899 if (!input.scan('%') || !input.isAt(valueRun.end()))
954 bool isNegative = input.scan('-');
957 bool isPercentage = input.scan('
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm110 vld1.16 {q6, q7}, [r0@128] ; load inverse scan order
119 vand q0, q6, q14 ; get all valid numbers from scan array
129 vand q10, q6, q2 ; get all valid numbers from scan array
189 vld1.16 {q10, q11}, [r0@128]; load inverse scan order
218 vand q10, q10, q14 ; get all valid numbers from scan array
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm110 vld1.16 {q6, q7}, [r0@128] ; load inverse scan order
119 vand q0, q6, q14 ; get all valid numbers from scan array
129 vand q10, q6, q2 ; get all valid numbers from scan array
189 vld1.16 {q10, q11}, [r0@128]; load inverse scan order
218 vand q10, q10, q14 ; get all valid numbers from scan array
/external/jpeg/
H A Djdhuff.c83 * Initialize for a Huffman-compressed scan.
93 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
115 /* Precalculate decoding info for each block in an MCU of this scan */
833 index->scan = (huffman_scan_header*)malloc(index->scan_count
835 index->scan[0].offset = (huffman_offset_data**)malloc(cinfo->total_iMCU_rows
837 index->scan[0].prev_MCU_offset.bitstream_offset = 0;
850 free(index->scan[i].offset[j]);
852 free(index->scan[i].offset);
854 free(index->scan);
H A Djdtrans.c69 /* startup underestimated number of scans; ratchet up one scan */
114 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
123 (cinfo, index->scan[i].prev_MCU_offset);
136 /* startup underestimated number of scans; ratchet up one scan */
186 /* startup underestimated number of scans; ratchet up one scan */
249 /* Initialize input side of decompressor to consume first scan. */
260 /* For a nonprogressive multiscan file, estimate 1 scan per component. */
/external/qemu/distrib/jpeg-6b/
H A Djdhuff.c83 * Initialize for a Huffman-compressed scan.
93 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
115 /* Precalculate decoding info for each block in an MCU of this scan */
833 index->scan = (huffman_scan_header*)malloc(index->scan_count
835 index->scan[0].offset = (huffman_offset_data**)malloc(cinfo->total_iMCU_rows
837 index->scan[0].prev_MCU_offset.bitstream_offset = 0;
850 free(index->scan[i].offset[j]);
852 free(index->scan[i].offset);
854 free(index->scan);
H A Djdtrans.c69 /* startup underestimated number of scans; ratchet up one scan */
114 jset_input_stream_position(cinfo, index->scan[i].bitstream_offset);
123 (cinfo, index->scan[i].prev_MCU_offset);
136 /* startup underestimated number of scans; ratchet up one scan */
186 /* startup underestimated number of scans; ratchet up one scan */
249 /* Initialize input side of decompressor to consume first scan. */
260 /* For a nonprogressive multiscan file, estimate 1 scan per component. */
/external/llvm/lib/Support/
H A Dregcomp.c1450 sop *scan; local
1464 scan = g->strip + 1;
1466 s = *scan++;
1470 newstart = scan - 1;
1479 scan--;
1481 scan += OPND(s);
1482 s = *scan;
1511 scan = start;
1513 while (OP(s = *scan++) != OCHAR)
1528 sop *scan; local
[all...]
/external/bison/djgpp/
H A Dconfig.bat257 test -f %XSRC%/src/c-scan-gram.c
259 test -f %XSRC%/src/scan-gram-c.c
260 if not errorlevel 1 mv -f %XSRC%/src/scan-gram-c.c %XSRC%/src/c-scan-gram.c
262 test -f %XSRC%/src/c-scan-skel.c
264 test -f %XSRC%/src/scan-skel-c.c
265 if not errorlevel 1 mv -f %XSRC%/src/scan-skel-c.c %XSRC%/src/c-scan-skel.c
376 Rem Use only if you want to change the scan-gram.l and scan
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRun.h209 void setCharacterScanForCodePath(bool scan) { m_characterScanForCodePath = scan; }
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dpartial_idct_test.cc117 test_coef_block1[vp9_default_scan_orders[tx_size_].scan[j]]
179 test_coef_block1[vp9_default_scan_orders[tx_size_].scan[j]] = coef;
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm60 scan equ dword ptr [esp+NbStack-64] define
129 scan equ esp + 32 ; ptr to string wanting match define
251 ;;; register Bytef *scan = s->window + s->strstart;
257 mov [scan], edi
259 ;;; Determine how many bytes the scan ptr is off from being
287 ;;; register ush scan_start = *(ushf*)scan;
288 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
349 mov edi, [scan]
392 mov edi, [scan]
413 ;;; scan_end = *(ushf*)(scan
[all...]

Completed in 595 milliseconds

12345678910