| /frameworks/base/wifi/java/android/net/wifi/ |
| WifiNative.java | 182 public boolean scan(int type) { method in class:WifiNative 184 return doBooleanCommand("SCAN TYPE=ONLY"); 186 return doBooleanCommand("SCAN"); 188 throw new IllegalArgumentException("Invalid scan type"); 277 * RANGE=ALL gets all scan results 290 * y is an ascii representation of an integer number of the max AP to remember per scan 427 * Enable or disable Bluetooth coexistence scan mode. When this mode is on, 428 * some of the low-level scan parameters used by the driver are changed to
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| LocalBluetoothAdapter.java | 145 // Don't scan more than frequently than SCAN_EXPIRATION_MS, 151 // If we are playing music, don't scan unless forced.
|
| /packages/services/Telephony/src/com/android/phone/ |
| NetworkQueryService.java | 81 // if the scan is complete, broadcast the results. 84 if (DBG) log("scan completed, broadcasting results");
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| fdreg.h | 56 #define ST2_SNS 0x04 /* Scan Not Satisfied */ 57 #define ST2_SEH 0x08 /* Scan Equal Hit */
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| fdreg.h | 56 #define ST2_SNS 0x04 /* Scan Not Satisfied */ 57 #define ST2_SEH 0x08 /* Scan Equal Hit */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| fdreg.h | 56 #define ST2_SNS 0x04 /* Scan Not Satisfied */ 57 #define ST2_SEH 0x08 /* Scan Equal Hit */
|
| /frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
| block.cpp | 154 idx = ZZ_SCAN_BLOCK[k]; /* map back to raster scan order */ 463 for (k = 0; k < 16; k++) /* in zigzag scan order */ 562 /* now zigzag scan ac coefs, quant, iquant and itrans */ 592 idx = ZZ_SCAN_BLOCK[k]; /* map back to raster scan order */ 627 currMB->nz_coeff[blkIdx2blkXY[b8][b4]] = ncoeff; /* in raster scan !!! */ 825 /* in zigzag scan order */ 897 /* now do AC zigzag scan, quant, iquant and itrans */ 923 for (k = 1; k < 16; k++) /* in zigzag scan order */ 925 idx = ZZ_SCAN_BLOCK[k]; /* map back to raster scan order */ 967 nz_temp[b4] = ncoeff; // raster scan [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| MediaScannerTest.java | 114 // start and wait for scan 143 // with nomedia file removed, do media scan and check that entry is in audio table again 146 // Give the 2nd stage scan that makes the unhidden files visible again 314 // write file and scan to insert into database 340 // write same file again and scan to insert into database
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| regexcst.txt | 55 # start state, scan position is at the beginning of the pattern. 121 # open-paren We've got an open paren. We need to scan further to 255 digit_char n expr-quant doBackRef # Will scan multiple digits 277 # moved the scan to the closing ']'. If it wasn't a property 278 # expression, the scan will still be at the opening ':', which should
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| fts3matchinfo.test | 24 set scan(littleEndian) i* 25 set scan(bigEndian) I* 26 binary scan $blob $scan($::tcl_platform(byteOrder)) r 322 # use the full-text index (i.e. lookup by rowid or full-table scan).
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
| gas-token.re | 224 scan: 398 ws+ { goto scan; } 411 goto scan; 421 "*/" { parser_gas->state = INITIAL; goto scan; } 439 (any \ [\n])* { goto scan; }
|
| /external/chromium_org/tools/ |
| licenses.py | 12 scan scan third_party directories, verifying that we have licensing info 75 # Directories we don't scan through. 376 """Scan a list of directories and report on any problems we find.""" 458 if command == 'scan':
|
| /external/icu4c/i18n/ |
| regexcst.txt | 55 # start state, scan position is at the beginning of the pattern. 121 # open-paren We've got an open paren. We need to scan further to 255 digit_char n expr-quant doBackRef # Will scan multiple digits 277 # moved the scan to the closing ']'. If it wasn't a property 278 # expression, the scan will still be at the opening ':', which should
|
| /external/jpeg/ |
| jpegtran.c | 84 fprintf(stderr, " -scans file Create multi-scan JPEG per script file\n"); 139 /* Scan command line options, adjust parameters */ 280 /* Set scan script. */ 287 fprintf(stderr, "%s: sorry, multi-scan output was not compiled\n", 371 /* Scan command line to find file names.
|
| jdhuff.c | 83 * 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);
|
| /external/qemu/distrib/jpeg-6b/ |
| jpegtran.c | 84 fprintf(stderr, " -scans file Create multi-scan JPEG per script file\n"); 139 /* Scan command line options, adjust parameters */ 280 /* Set scan script. */ 287 fprintf(stderr, "%s: sorry, multi-scan output was not compiled\n", 371 /* Scan command line to find file names.
|
| jdhuff.c | 83 * 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);
|
| /external/zlib/src/contrib/gcc_gvmat64/ |
| gvmat64.S | 251 //;;; register Bytef *scan = s->window + s->strstart;
256 //;;; Determine how many bytes the scan ptr is off from being
285 //;;; register ush scan_start = *(ushf*)scan;
286 //;;; register ush scan_end = *(ushf*)(scan+best_len-1);
516 ;;; scan_end = *(ushf*)(scan+best_len-1);
|
| /external/wpa_supplicant_8/src/drivers/ |
| driver_wext.c | 998 * wpa_driver_wext_scan_timeout - Scan timeout to report scan completion 1002 * This function can be used as registered timeout when starting a scan to 1003 * generate a scan completed event if the driver does not report this. 1007 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results"); 1013 * wpa_driver_wext_scan - Request the driver to initiate scan 1015 * @param: Scan parameters (specific SSID to scan for (ProbeReq), etc.) 1052 /* Not all drivers generate "scan completed" wireless event, so try to 1058 * when scan is complete, so use longer timeout to avoid rac [all...] |
| /hardware/libhardware/include/hardware/ |
| camera3.h | 327 * the trigger for starting an autofocus scan is setting the entry 329 * request, and cancelling an autofocus scan is triggered by setting 384 * autofocus scan, so triggering one or canceling one has no effect. 405 * AF_STATE_ACTIVE_SCAN: A scan triggered by the user is underway. 413 * ANDROID_CONTROL_AF_TRIGGER: Control for starting an autofocus scan, the 419 * AF_TRIGGER_START: Trigger start of AF scan. Effect is mode and state 422 * AF_TRIGGER_CANCEL: Cancel current AF scan if any, and reset algorithm to 429 * modes that scan for focus. Set by the framework in the request 621 *| INACTIVE | HAL initiates | PASSIVE_SCAN | Start AF scan | 622 *| | new scan | | Lens now moving [all...] |
| /dalvik/vm/alloc/ |
| MarkSweep.cpp | 130 * the finger won't be visited by the bitmap scan, so those objects 159 * Things we need to scan: 468 * Scan anything that's on the mark stack. We can't use the bitmaps 517 * by a gray object. Returns the address of a clean card if the scan 518 * reached a clean card or NULL if the scan reached the end. 603 * Walk across the bitmaps and scan each object. 609 /* We've walked the mark bitmaps. Scan anything that's
|
| /dalvik/vm/oo/ |
| Object.cpp | 155 * We scan both the static and instance field lists in the class. If it's 157 * scan the superclasses. This is the order prescribed in the VM spec 171 * Search for a match in the current class. Which set we scan first 423 * MATCH_UNKNOWN to scan both. 555 /* scan superinterfaces and superclass interfaces */ 577 /* scan superinterfaces and superclass interfaces */ 685 * If the method was declared in an interface, we need to scan through
|
| /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
| JPEGImageDecoder.cpp | 460 int scan = m_info.input_scan_number; local 464 // a complete scan, force output of the last full scan. 465 if (!m_info.output_scan_number && (scan > 1) && (status != JPEG_REACHED_EOI)) 466 --scan; 468 if (!jpeg_start_output(&m_info, scan)) 485 // the same scan.
|
| /external/chromium_org/third_party/simplejson/ |
| __init__.py | 474 import simplejson.scanner as scan namespace 481 scan.make_scanner = scan.c_make_scanner or scan.py_make_scanner 486 scan.make_scanner = scan.py_make_scanner 487 dec.make_scanner = scan.make_scanner
|
| /external/grub/lib/ |
| getopt.c | 125 non-option elements that the caller should itself scan. 141 This allows us to pick up the scan where we left off. 143 If this is zero, or a null string, it means resume the scan 172 PERMUTE is the default. We permute the contents of ARGV as we scan, 462 /* Scan elements of ARGV (whose length is ARGC) for option characters 473 resume the scan with the following option character or ARGV-element. 532 optind = 1; /* Don't scan ARGV[0], the program name. */ 596 /* If we have done all the ARGV-elements, stop the scan 609 either stop the scan or describe it to the caller and pass it by. */
|