| /external/chromium_org/courgette/third_party/ |
| bsdiff_create.cc | 260 // the next triple. As we scan through |newbuf|, one of four things can 261 // happen at the current position |scan|: 281 // xxyyyxxyyxy |scan| forward, cases (3)(x) & (1)(y) 283 // fffffffffffffff |lenf| = scan forward from |lastscan| 284 // bbbb |lenb| = scan back from new seed |scan|. 287 // ssssssssssss |lastscan = scan - lenb| is new seed. 293 int scan = 0; local 296 while (scan < newsize) { 298 int oldscore = 0; // Count of how many bytes of the current match at |scan| [all...] |
| /external/chromium_org/third_party/sqlite/src/test/ |
| fts3query.test | 96 set scan(littleEndian) i* 97 set scan(bigEndian) I* 98 binary scan $blob $scan($::tcl_platform(byteOrder)) r 121 0 0 0 {SCAN TABLE t1 USING COVERING INDEX i1 (~1000000 rows)} 122 0 1 1 {SCAN TABLE ft VIRTUAL TABLE INDEX 1: (~0 rows)} 127 0 0 1 {SCAN TABLE t1 USING COVERING INDEX i1 (~1000000 rows)} 128 0 1 0 {SCAN TABLE ft VIRTUAL TABLE INDEX 1: (~0 rows)} 133 0 0 0 {SCAN TABLE t1 USING COVERING INDEX i1 (~1000000 rows)} 139 0 0 1 {SCAN TABLE t1 USING COVERING INDEX i1 (~1000000 rows)} [all...] |
| /external/chromium_org/third_party/icu/source/common/ |
| rbbirpt.txt | 55 # start state, scan position is at the beginning of the rules file, or in between two rules. 60 '$' scan-var-name ^assign-or-rule doExprStart 109 '[' scan-unicode-set ^expr-mod 111 '$' scan-var-name ^term-var-ref 190 # the kind of match. Scan the whole {dddd} tag, where d=digit 243 scan-var-name: 244 '$' n scan-var-start doStartVariableName 248 scan-var-start: 249 name_start_char n scan-var-body 252 scan-var-body [all...] |
| /external/icu4c/common/ |
| rbbirpt.txt | 55 # start state, scan position is at the beginning of the rules file, or in between two rules. 60 '$' scan-var-name ^assign-or-rule doExprStart 109 '[' scan-unicode-set ^expr-mod 111 '$' scan-var-name ^term-var-ref 190 # the kind of match. Scan the whole {dddd} tag, where d=digit 243 scan-var-name: 244 '$' n scan-var-start doStartVariableName 248 scan-var-start: 249 name_start_char n scan-var-body 252 scan-var-body [all...] |
| /external/qemu/android/utils/ |
| timezone.c | 174 compare_timezone_to_localtime( ScanDataRec* scan, 187 if ( st.st_size != scan->localtime_st.st_size ) { 188 D( " size mistmatch (%zd != %zd)\n", (size_t)st.st_size, (size_t)scan->localtime_st.st_size ); 192 fd1 = open( scan->localtime, O_RDONLY ); 194 D(" can't open %s: %s\n", scan->localtime, strerror(errno) ); 233 scan_timezone_dir( ScanDataRec* scan, 237 DIR* d = opendir( scan->path ); 240 D( "%s: entering '%s\n", __FUNCTION__, scan->path ); 250 p = bufprint( p, scan->path_end, "/%s", ent->d_name ); 251 if (p >= scan->path_end 381 ScanDataRec scan[1]; local [all...] |
| /external/chromium_org/third_party/libva/va/ |
| va_dec_jpeg.h | 133 * This structure holds information from the scan header, along with 135 * buffer holds all entropy coded segments (ECS) in the scan. 148 /** \brief Scan horizontal position. */ 150 /** \brief Scan vertical position. */ 154 /** \brief Scan component selector (Csj). */ 161 /** \brief Number of components in scan (Ns). */ 166 /** \brief Number of MCUs in a scan. */
|
| /external/chromium_org/third_party/zlib/ |
| mixed-source.patch | 163 register Bytef *scan = s->window + s->strstart; /* current string */ 175 len = (MAX_MATCH - 1) - (int)(strend-scan); 176 scan = strend - (MAX_MATCH-1); 184 scan += 2, match++; 185 Assert(*scan == *match, "match[2]?"); 191 - } while (*++scan == *++match && *++scan == *++match && 192 - *++scan == *++match && *++scan == *++match && 193 - *++scan == *++match && *++scan == *++match & [all...] |
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_quantize_ssse3.asm | 21 eob, scan, iscan 107 mova m6, [ iscanq+ncoeffq*2+ 0] ; m6 = scan[i] 108 mova m11, [ iscanq+ncoeffq*2+16] ; m11 = scan[i] 109 psubw m6, m7 ; m6 = scan[i] + 1 110 psubw m11, m12 ; m11 = scan[i] + 1 160 mova m6, [ iscanq+ncoeffq*2+ 0] ; m6 = scan[i] 161 mova m11, [ iscanq+ncoeffq*2+16] ; m11 = scan[i] 162 psubw m6, m7 ; m6 = scan[i] + 1 163 psubw m11, m12 ; m11 = scan[i] + 1
|
| /external/bison/src/ |
| scan-gram.c | 1 #line 2 "scan-gram.c" 3 #line 4 "scan-gram.c" [all...] |
| /external/chromium_org/content/browser/geolocation/ |
| wifi_data_provider_common.cc | 48 // Perform first scan ASAP regardless of the polling policy. If this scan 60 // If we've successfully completed a scan, indicate that we have all of the
|
| wifi_data_provider_common.h | 56 // Runs a scan. Calls the callbacks if new data is found. 59 // Will schedule a scan; i.e. enqueue DoWifiScanTask deferred task. 64 // Whether we've successfully completed a scan for WiFi data.
|
| wifi_data_provider_mac.h | 14 // wifi scan data: Apple80211.h on OSX 10.5, CoreWLAN framework on OSX 10.6.
|
| /external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
| HTMLPreloadScanner.h | 50 void scan(const HTMLToken&, const SegmentedString&, PreloadRequestStream& requests); 51 void scan(const CompactHTMLToken&, const SegmentedString&, PreloadRequestStream& requests); 105 void scan(HTMLResourcePreloader*, const KURL& documentBaseElementURL);
|
| /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
| directory_contents.js | 16 * 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( 109 * Delay in milliseconds to be used for drive search scan, in order to reduce 129 DriveSearchContentScanner.prototype.scan = function( 152 // The limit is hit, so quit the scan here. 204 LocalSearchContentScanner.prototype.scan = function [all...] |
| /external/jpeg/ |
| jcmaster.c | 131 /* Verify that the scan script in cinfo->scan_info[] is valid; also 149 * for progressive JPEG, no scan can have this. 177 /* Components must appear in SOF order within each scan */ 192 * out-of-range reconstructed DC values during the first DC scan, 212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ 216 /* first scan of this coefficient */ 220 /* not first scan */ 268 /* Set up the scan parameters for the current scan */ 274 /* Prepare for current scan --- the script is already validated * [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| jcmaster.c | 131 /* Verify that the scan script in cinfo->scan_info[] is valid; also 149 * for progressive JPEG, no scan can have this. 177 /* Components must appear in SOF order within each scan */ 192 * out-of-range reconstructed DC values during the first DC scan, 212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ 216 /* first scan of this coefficient */ 220 /* not first scan */ 268 /* Set up the scan parameters for the current scan */ 274 /* Prepare for current scan --- the script is already validated * [all...] |
| /external/bison/djgpp/ |
| fnchange.lst | 25 @V@/src/scan-gram-c.c @V@/src/c-scan-gram.c 26 @V@/src/scan-skel-c.c @V@/src/c-scan-skel.c
|
| /external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
| goobsdiff.c | 338 off_t scan,pos,len; local 416 scan=0;len=0; 418 while(scan<newsize) { 421 for(scsc=scan+=len;scan<newsize;scan++) { 422 len=search(I,old,oldsize,new+scan,newsize-scan, 425 for(;scsc<scan+len;scsc++) 433 if((scan+lastoffset<oldsize) & [all...] |
| /external/chromium_org/content/public/common/ |
| user_metrics_action.h | 11 // UserMetrics. That way, our toolset can scan the source code reliable for
|
| /external/e2fsprogs/lib/ext2fs/ |
| bmove.c | 103 ext2_inode_scan scan; local 106 retval = ext2fs_open_inode_scan(fs, 0, &scan); 135 retval = ext2fs_get_next_inode(scan, &ino, &inode); 158 retval = ext2fs_get_next_inode(scan, &ino, &inode);
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_quantize.h | 17 const int16_t *scan, const int16_t *iscan);
|
| /external/llvm/include/llvm/Analysis/ |
| Loads.h | 27 /// specified pointer, we do a quick local scan of the basic block containing 32 /// FindAvailableLoadedValue - Scan the ScanBB block backwards (starting at 42 /// MaxInstsToScan specifies the maximum instructions to scan in the block. 43 /// If it is set to 0, it will scan the whole block. You can also optionally
|
| /external/llvm/test/CodeGen/ARM/ |
| peephole-bitcast.ll | 8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| autoscan.h | 2 * WPA Supplicant - auto scan
|
| bgscan_learn.c | 2 * WPA Supplicant - background scan and roaming module: learn 19 #include "scan.h" 308 wpa_printf(MSG_DEBUG, "bgscan learn: Request a background scan"); 310 wpa_printf(MSG_DEBUG, "bgscan learn: Failed to trigger scan"); 336 wpa_printf(MSG_ERROR, "bgscan learn: Missing scan interval " 427 * reasonable to assume that a scan was completed recently. This makes 428 * us skip an immediate new scan in cases where the current signal 483 wpa_printf(MSG_DEBUG, "bgscan learn: scan result notification"); 500 wpa_printf(MSG_DEBUG, "bgscan learn: %u matching BSSes in scan " 534 * A more advanced bgscan could process scan results internally, selec 557 int scan = 0; local [all...] |