| /external/chromium_org/ash/system/chromeos/network/ |
| network_state_list_detailed_view.cc | 61 // Delay between scan requests. 877 VLOG(1) << "Requesting Network Scan."; 879 // Periodically request a scan while this UI is open.
|
| /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
| bookmark_editor_base_controller.mm | 47 // Scan the folder tree stemming from the given tree folder and create 53 // Scan the folder tree looking for the given bookmark node and return 627 // Scan the tree looking for nodes marked 'newFolder' and create those nodes.
|
| /external/chromium_org/chrome_frame/test/ |
| html_util_unittests.cc | 127 // Scan for meta tags in the document. We expect not to pick up the one 168 // Scan for meta tags in the document. We expect not to pick up the one 181 // Scan for meta tags in the document. We expect not to pick up the one
|
| /external/chromium_org/third_party/icu/source/tools/toolutil/ |
| xmlparser.cpp | 491 // Scan for attributes. 535 // the document element, so we WILL scan off the end in this function 560 // Scan for document content.
|
| /external/chromium_org/third_party/sqlite/src/src/ |
| update.c | 310 /* Begin the database scan 325 /* End the database scan loop. 646 /* Generate code to scan the ephemeral table and call VUpdate. */
|
| /external/e2fsprogs/e2fsck/ |
| recovery.c | 681 jbd_debug(3, "Unrecognised magic %d, end of scan.\n", 690 * We broke out of the log scan loop: either we came to the 718 /* Scan a revoke record, marking all blocks mentioned as revoked. */
|
| /external/icu4c/tools/toolutil/ |
| xmlparser.cpp | 491 // Scan for attributes. 535 // the document element, so we WILL scan off the end in this function 560 // Scan for document content.
|
| /external/iproute2/misc/ |
| ifstat.c | 558 " -d, --scan=SECS sample every statistics every SECS\n" 573 { "scan", 1, 0, 'd'}, 616 fprintf(stderr, "ifstat: invalid scan interval\n");
|
| /external/jpeg/ |
| example.c | 146 /* Step 5: while (scan lines remain to be written) */ 195 * optimization or a multi-scan JPEG file), it will create temporary 366 /* Step 6: while (scan lines remain to be read) */
|
| /external/libnfc-nci/src/include/ |
| bt_target.h | 682 /* The default scan mode */ 697 /* Sets the Page_Scan_Window: the length of time that the device is performing a page scan. */ 707 /* This is set to automatically perform inquiry scan on startup. */ 712 /* When automatic inquiry scan is enabled, this sets the discovery mode. */ 717 /* When automatic inquiry scan is enabled, this sets the inquiry scan window. */ 722 /* When automatic inquiry scan is enabled, this sets the inquiry scan interval. */ [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| SSAUpdater.cpp | 71 // Scan the phi to see if it matches. 393 // scan large blocks, so just add all loads as live ins. 405 // the live out value. We handle this by doing a linear scan of the block.
|
| /external/qemu/distrib/jpeg-6b/ |
| example.c | 146 /* Step 5: while (scan lines remain to be written) */ 195 * optimization or a multi-scan JPEG file), it will create temporary 366 /* Step 6: while (scan lines remain to be read) */
|
| /external/v8/src/ |
| scanner.h | 510 void Scan(); 565 // Whether we scan 'let' as a keyword for harmony block-scoped let bindings. 567 // Whether we scan 'module', 'import', 'export' as keywords.
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| README-WPS | 187 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a 195 there are WPS enabled APs in scan results without having to go through 207 selecting an AP from scan results.
|
| wnm_sta.c | 17 #include "scan.h" 540 wpa_printf(MSG_ERROR, "Scan result is NULL"); 544 /* Compare the Neighbor Report and scan results */
|
| p2p_supplicant.c | 31 #include "scan.h" 39 * How many times to try to scan to find the GO before giving up on join 193 wpa_printf(MSG_DEBUG, "P2P: Scan results received (%d BSS)", 232 wpa_printf(MSG_DEBUG, "Delaying P2P scan to allow " 233 "pending station mode scan to be " 1092 wpa_dbg(wpa_s, MSG_DEBUG, "P2P: Request scan (that will be skipped) to " [all...] |
| /system/core/adb/ |
| usb_linux.c | 45 /* usb scan debugging is waaaay too verbose */ 107 // kick any devices in the device list that were not found in the device scan 596 /* initialize mark to 1 so we don't get garbage collected after the device scan */
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| regexcmp.cpp | 172 // state, then linearly scan forward until we find a row that matches the [all...] |
| /dalvik/vm/compiler/ |
| Dataflow.cpp | [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/program/ |
| prog_optimize.c | 376 * Scan forward in program from 'start' for the next occurances of TEMP[index]. 1003 /* Scan instructions looking for temporary registers */ 1109 /** Scan the array of used register flags to find free entry */ 1125 * This function implements "Linear Scan Register Allocation" to reduc [all...] |
| /external/mesa3d/src/mesa/program/ |
| prog_optimize.c | 376 * Scan forward in program from 'start' for the next occurances of TEMP[index]. 1003 /* Scan instructions looking for temporary registers */ 1109 /** Scan the array of used register flags to find free entry */ 1125 * This function implements "Linear Scan Register Allocation" to reduc [all...] |
| /frameworks/base/services/java/com/android/server/wifi/ |
| WifiService.java | 819 * Return the results of the most recent access point scan, in the form of [all...] |
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| Blend.cpp | 715 //Scan through each row and increment top if the row contains any gray 733 //Scan through each row and decrement bottom if the row contains any gray 753 //Scan through each column and increment left if the column contains any gray 771 //Scan through each column and decrement right if the column contains any gray 849 // scan the neighbors to see if this is a valid position [all...] |
| /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
| HtmlParser.java | 316 * In a text mode, scan for a tag 452 * Reset to scan another attribute. 730 // Scan for attribute 735 // If it's a valid attribute, scan attribute values [all...] |
| /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
| HtmlParser.java | 316 * In a text mode, scan for a tag 452 * Reset to scan another attribute. 730 // Scan for attribute 735 // If it's a valid attribute, scan attribute values [all...] |