Searched
full:scan (Results
326 -
350 of
2771) sorted by null
<<11121314151617181920>>
| /external/qemu/distrib/jpeg-6b/ |
| jcmarker.c | 225 /* one DAC marker. Therefore this routine does its own scan of the table. */ 326 /* Progressive mode: only DC or only AC tables are used in one scan; 332 ta = 0; /* DC scan */ 336 td = 0; /* AC scan */ 545 * Write scan header. 570 /* Progressive mode: only DC or only AC tables are used in one scan */ 572 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */ 585 /* Emit DRI if required --- note that DRI value could change for each scan.
|
| /external/tagsoup/src/org/ccil/cowan/tagsoup/ |
| PYXScanner.java | 45 public void scan(Reader r, ScanHandler h) throws IOException, SAXException { method in class:PYXScanner 122 s.scan(r, new PYXWriter(w));
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| bss.h | 49 * generic format. It is mainly updated based on scan results from the driver. 60 /** Index of the last scan update */
|
| config_ssid.h | 88 * network is matched against the scan results). Within each priority 178 * bg_scan_period - Background scan period in seconds, 0 to disable, or 196 * scan_ssid - Scan this SSID with Probe Requests 198 * scan_ssid can be used to scan for APs using hidden SSIDs. 406 * scan_freq - Array of frequencies to scan or %NULL for all 409 * megahertz (MHz) to include in scan requests when searching for this 416 * bgscan - Background scan and roaming parameters or %NULL if none 442 * megahertz (MHz) to allow for selecting the BSS. If set, scan results
|
| /frameworks/base/core/java/android/bluetooth/ |
| BluetoothAdvScanData.java | 27 * This class provides the public APIs to set advertising and scan response data when BLE device 38 public static final int SCAN_RESPONSE = 1; // Scan Response
|
| /frameworks/base/core/java/com/android/internal/content/ |
| NativeLibraryHelper.java | 39 * @param apkFile APK file to scan for native libraries 54 * @param apkFile APK file to scan for native libraries
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| Relocator.h | 69 /// initializeScan - do initialization before scan relocations in pInput 74 /// finalizeScan - do finalization after scan relocations in pInput
|
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| MipsRelocator.h | 45 /// initializeScan - do initialization before scan relocations in pInput 49 /// finalizeScan - do finalization after scan relocations in pInput
|
| /bionic/libc/bionic/ |
| __strcpy_chk.cpp | 45 // TODO: optimize so we don't scan src twice.
|
| /bionic/libc/kernel/tools/ |
| find_users.py | 18 this program is used to scan a list of files or directories for
|
| /cts/tests/tests/media/src/android/media/cts/ |
| ScannerNotificationReceiver.java | 50 + mAction + " while trying to scan " + numFiles + " files!");
|
| /cts/tools/dasm/src/java_cup/ |
| sym.java | 34 static final int SCAN = 10;
|
| /dalvik/vm/arch/generic/ |
| Hints.cpp | 39 * S - if set, ignore the hints and do things the hard way (scan signature)
|
| /development/samples/BluetoothChat/res/values/ |
| strings.xml | 35 <string name="button_scan">Scan for devices</string>
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| GrammarSpelunker.java | 34 /** Load a grammar file and scan it just until we learn a few items 81 // scan until imports or options 88 // scan until options or first rule 214 consume(); // scan past '
|
| /external/chromium/chrome/browser/ |
| spellcheck_host.cc | 46 // Now scan through the list of accept languages, and find possible mappings
|
| /external/chromium/chrome/browser/sync/engine/ |
| cleanup_disabled_types_command.cc | 31 // the full directory scan price once and do a "deep clean" of types that
|
| /external/chromium_org/base/process/ |
| process_metrics_win.cc | 246 UINT_PTR scan = 0; local 247 while (scan < kTopAddress) { 249 if (!::VirtualQueryEx(process_, reinterpret_cast<void*>(scan), 257 scan += info.RegionSize;
|
| /external/chromium_org/build/ios/ |
| chrome_ios.croc | 49 # Don't scan for executable lines in uninstrumented header files
|
| /external/chromium_org/components/autofill/core/browser/ |
| password_autofill_manager.cc | 58 // Scan additional logins for a match.
|
| /external/chromium_org/ppapi/proxy/ |
| nacl_message_scanner.h | 46 // message, otherwise NaClMessageScanner won't scan replies.
|
| /external/chromium_org/third_party/libwebp/utils/ |
| filters.h | 42 // 'stride' is number of bytes per scan line (with possible padding).
|
| /external/clang/www/analyzer/ |
| menu.html.incl | 19 <li><a href="/scan-build.html">Command Line Usage</a></li>
|
| /external/expat/lib/ |
| xmltok.h | 13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be 19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan; 176 /* Scan the string starting at ptr until the end of the next complete 177 token, but do not scan past eptr. Return an integer giving the
|
| /external/jpeg/ |
| jcinit.c | 68 * Frame and scan headers are postponed till later.
|
Completed in 1477 milliseconds
<<11121314151617181920>>