| /frameworks/base/tests/ImfTest/ |
| AndroidManifest.xml | 24 <activity android:name=".samples.BigEditTextActivityNonScrollablePanScan" android:label="Big ET !Scroll Pan/Scan"> 48 <activity android:name=".samples.BigEditTextActivityScrollablePanScan" android:label="Big ET Scroll Pan/Scan">
|
| /packages/inputmethods/PinyinIME/jni/share/ |
| splparser.cpp | 92 // frequently used, so we scan from the end. 221 // frequently used, so we scan from the end.
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| analyze3.test | 71 # a range constraint on the indexed column - "full table scan" or "use 77 # literal values to constrain the range scan. 103 } {0 0 0 {SCAN TABLE t1 (~111 rows)}} 152 } {0 0 0 {SCAN TABLE t2 (~111 rows)}} 199 } {0 0 0 {SCAN TABLE t3 (~111 rows)}} 254 } {0 0 0 {SCAN TABLE t1 (~500000 rows)}}
|
| fts3snippet.test | 350 set scan(littleEndian) i* 351 set scan(bigEndian) I* 352 binary scan $blob $scan($::tcl_platform(byteOrder)) r 436 # "query by rowid" or "linear scan" strategies, then the snippet and
|
| /external/clang/www/analyzer/ |
| release_notes.html | 73 <li>Faster analysis for <tt>scan-build xcodebuild</tt> when using Xcode 4.6 and higher: 75 <li><tt>scan-build</tt> now uses Xcode's built-in interposition mechanism for the static analyzer to provide faster builds while doing static analysis (PCH files are now built).</li> 76 <li>This change also allows <tt>scan-build</tt> to have better support for iOS project analysis without having to specifying weird SDK settings to <tt>scan-build</tt>.</li> 202 <li>Tweaks to scan-build to have it work more easily with Xcode projects using Clang.</li> 247 <p>To try out C++ analysis support, it should work out of the box using <tt>scan-build</tt>. If you are using this checker build
|
| /external/e2fsprogs/e2fsck/ |
| pass1b.c | 254 * Scan the inodes looking for inodes that contain duplicate blocks. 269 ext2_inode_scan scan; local 278 &scan); 289 pctx.errcode = ext2fs_get_next_inode(scan, &ino, &inode); 325 ext2fs_close_inode_scan(scan); 361 * Pass 1c: Scan directories for inodes with duplicate blocks. This
|
| /external/eigen/Eigen/src/OrderingMethods/ |
| Amd.h | 196 for(q = 0, p = 0; p < cnz; ) /* scan all of memory */ 259 for(pk = pk1; pk < pk2; pk++) /* scan 1: find |Le\Lk| */ 265 for(p = Cp[i]; p <= Cp[i] + eln - 1; p++) /* scan Ei */ 274 w[e] = degree[e] + wnvi; /* 1st time e seen in scan 1 */ 286 for(h = 0, d = 0, p = p1; p <= p2; p++) /* scan Ei */ 348 h = last[i]; /* scan hash bucket of node i */
|
| /external/grub/ |
| configure.ac | 573 AC_ARG_ENABLE(smc9000-scan, 574 [ --enable-smc9000-scan=LIST 578 AC_ARG_ENABLE(ne-scan, 579 [ --enable-ne-scan=LIST probe for NE base address using LIST], 589 AC_ARG_ENABLE(cs-scan, 590 [ --enable-cs-scan=LIST probe for CS89x0 base address using LIST],
|
| /external/llvm/lib/Support/ |
| YAMLParser.cpp | 364 /// @brief Scan ns-uri-char[39]s starting at Cur. 372 /// @brief Scan ns-plain-one-line[133] starting at \a Cur. 420 /// @brief Scan a %BLAH directive. 423 /// @brief Scan a ... or ---. 426 /// @brief Scan a [ or { and generate the proper flow collection start token. 429 /// @brief Scan a ] or } and generate the proper flow collection end token. 432 /// @brief Scan the , that separates entries in a flow collection. 435 /// @brief Scan the - that starts block sequence entries. 438 /// @brief Scan an explicit ? indicating a key. 441 /// @brief Scan an explicit : indicating a value [all...] |
| /frameworks/base/media/java/android/media/ |
| MediaScanner.java | 68 * The way the scan currently works is: 327 /** Whether the database had any entries in it before the scan started */ 492 // we don't process playlists in the main scan, so return null 538 // rescan for metadata if file was modified since last scan [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| events.c | 42 #include "scan.h" 911 return NULL; /* no scan results from last update */ 945 wpa_dbg(wpa_s, MSG_DEBUG, "Short-circuit new scan request " 1090 return 1; /* current BSS not seen in scan results */ 1096 return 1; /* current BSS not seen in the last scan */ 1145 /* Return != 0 if no scan results could be fetched or if scan results should not 1172 "stopped scan processing"); 1190 wpa_dbg(wpa_s, MSG_DEBUG, "Failed to get scan results - try " 1225 wpa_dbg(wpa_s, MSG_DEBUG, "Ignore scan results in AP mode") [all...] |
| wpa_supplicant.c | 50 #include "scan.h" 937 * @bss: Scan results for the selected BSS, or %NULL if not available 945 * based on the network configuration and scan result for the selected BSS (if [all...] |
| /external/bluetooth/bluedroid/bta/include/ |
| bta_api.h | 287 UINT8 intl_duration[4];/*duration array storing the interleave scan's time portions*/ [all...] |
| /external/elfutils/libcpu/ |
| i386_lex.c | [all...] |
| /system/core/sh/ |
| arith_lex.c | [all...] |
| /cts/tools/dasm/src/java_cup/ |
| lexer.java | 20 * "scan" SCAN "with" WITH 122 keywords.put("scan", new Integer(sym.SCAN)); 448 /* swallow then continue the scan */
|
| /external/chromium/base/ |
| process_util_win.cc | 797 UINT_PTR scan = 0; local 798 while (scan < kTopAddress) { 800 if (!::VirtualQueryEx(process_, reinterpret_cast<void*>(scan), 805 UINT_PTR end = scan + info.RegionSize; 809 scan += info.RegionSize;
|
| /external/chromium_org/third_party/sqlite/src/src/ |
| delete.c | 133 SrcList *pSrc, /* the FROM clause -- which tables to scan */ 363 /* The usual case: There is a WHERE clause so we have to scan through 384 ** database scan. We have to delete items after the scan is complete 385 ** because deleting an item can change the scan order. */
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
| nasm-token.re | 153 scan: 496 ";" (any \ [\000])* { goto scan; } 498 ws+ { goto scan; } 506 goto scan; 731 goto scan;
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/bootstrap/ |
| scanner.c | 219 scan: 350 { goto scan; } 358 goto scan; 375 goto scan; 734 goto scan;
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
| scanner.c | 219 scan: 350 { goto scan; } 358 goto scan; 375 goto scan; 734 goto scan;
|
| /external/chromium_org/ui/gfx/ |
| icon_util.cc | 667 // scan line in case the number of pixels in the image is not divisible by 670 // image scan line so we need to add a byte. Thus, we need 2 bytes instead 671 // of 1 for each scan line. 673 // 2. Make sure each scan line in the AND mask is 4 byte aligned (so that the 678 // Once we compute the size for a singe AND mask scan line, we multiply that
|
| /external/jpeg/ |
| cjpeg.c | 192 fprintf(stderr, " -scans file Create multi-scan JPEG per script file\n"); 233 /* Scan command line options, adjust parameters */ 386 /* Set scan script. */ 393 fprintf(stderr, "%s: sorry, multi-scan output was not compiled\n", 505 /* Scan command line to find file names.
|
| /external/llvm/utils/PerfectShuffle/ |
| PerfectShuffle.cpp | 238 // Scan the table for two reasons: First, compute the maximum cost of any 253 // there are 3 undefs, the number rises to 729 entries we have to scan, 254 // and for the 4 undef case, we have to scan the whole table. 258 // valid index. Given an entry like 7u4u then, we only need to scan 277 // Scan the 8 entries.
|
| /external/opencv/cv/src/ |
| cvdistransform.cpp | 640 ////////////////////// forward scan //////////////////////// 647 //first row (scan west only, skip first pixel) 656 //for left edge, scan north only 667 ////////////////////// backward scan /////////////////////// 671 // do last row east pixel scan here (skip bottom right pixel)
|