HomeSort by relevance Sort by last modified time
    Searched refs:scan (Results 126 - 150 of 190) sorted by null

1 2 3 4 56 7 8

  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 495 void WpaGui::scan() function in class:WpaGui
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
wpagui.ui.h 495 void WpaGui::scan() function in class:WpaGui
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_iphone.m 264 * from scan results in order to support ap_scan=2.
268 wpa_printf(MSG_DEBUG, "iPhone: No scan results - cannot "
295 wpa_printf(MSG_DEBUG, "iPhone: Could not find SSID from scan "
301 "from scan results");
461 .scan = wpa_driver_iphone_scan,
driver_broadcom.c 396 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results");
495 wpa_printf(MSG_MSGDUMP, "Received %d bytes of scan results (%lu "
599 .scan = wpa_driver_broadcom_scan,
driver_bsd.c 439 /* NB: interface must be marked UP to do a scan */
443 /* set desired ssid before scan */
447 /* NB: net80211 delivers a scan complete event so no need to poll */
553 /* Compare function for sorting scan results. Return >0 if @b is consider
677 wpa_printf(MSG_DEBUG, "Received %d bytes of scan results (%d BSSes)",
788 .scan = wpa_driver_bsd_scan,
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_priv.c 133 if (iface->driver->scan)
134 iface->driver->scan(iface->drv_priv, len ? (u8 *) buf : NULL,
wpa_supplicant.c 725 * @bss: Scan results for the selected BSS, or %NULL if not available
733 * based on the network configuration and scan result for the selected BSS (if
920 * @bss: Scan results for the selected BSS, or %NULL if not available
    [all...]
Android.mk 1051 OBJS += wpa_supplicant.c events.c blacklist.c wpas_glue.c scan.c
  /external/wpa_supplicant_8/src/drivers/
driver_iphone.m 264 * from scan results in order to support ap_scan=2.
268 wpa_printf(MSG_DEBUG, "iPhone: No scan results - cannot "
295 wpa_printf(MSG_DEBUG, "iPhone: Could not find SSID from scan "
301 "from scan results");
461 .scan = wpa_driver_iphone_scan,
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 118 $(OBJDIR)\scan.obj \
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 660 unsigned scan; member in class:__anon4314::CGObjCCommonMac::SKIP_SCAN
662 : skip(_skip), scan(_scan) {}
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 65 * The way the scan currently works is:
330 /** Whether the database had any entries in it before the scan started */
495 // we don't process playlists in the main scan, so return null
535 // rescan for metadata if file was modified since last scan
    [all...]
  /external/emma/lib/
emma.jar 
  /cts/tools/dasm/src/java_cup/
parser.java 329 /** scan to get the next token */
330 public java_cup.runtime.token scan() method in class:parser
939 case 18: // scan_code ::= SCAN WITH CODE_STRING SEMI
    [all...]
  /external/icu4c/test/perf/ustrperf/
stringperf.h 35 /* Constants for scan operation */
448 inline void scan(const UChar* src,int32_t srcLen, UnicodeString s0) function
  /external/jpeg/
jpeglib.h 46 #define MAX_COMPS_IN_SCAN 4 /* JPEG limit on # of components in one scan */
137 * these values do not depend on whether a scan is interleaved or not.
162 /* These values are computed before starting a scan of the component. */
182 /* The script for encoding a multiple-scan file is an array of these: */
185 int comps_in_scan; /* number of components encoded in this scan */
318 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */
319 /* The default value of scan_info is NULL, which causes a single-scan
320 * sequential JPEG file to be emitted. To create a multi-scan file,
321 * set num_scans and scan_info to point to an array of scan definitions.
334 * for each scan)
691 huffman_scan_header *scan; member in struct:__anon6985
    [all...]
  /external/wpa_supplicant/
driver_broadcom.c 391 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results");
490 wpa_printf(MSG_MSGDUMP, "Received %d bytes of scan results (%lu "
594 .scan = wpa_driver_broadcom_scan,
driver_bsd.c 441 /* NB: interface must be marked UP to do a scan */
445 /* set desired ssid before scan */
449 /* NB: net80211 delivers a scan complete event so no need to poll */
550 /* Compare function for sorting scan results. Return >0 if @b is consider
674 wpa_printf(MSG_DEBUG, "Received %d bytes of scan results (%d BSSes)",
785 .scan = wpa_driver_bsd_scan,
  /cts/tools/dasm/src/dasm/
parser.cup 53 scan with {:
parser.java 841 /** scan to get the next token */
842 public java_cup.runtime.token scan() method in class:parser
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /external/clang/tools/scan-build/
scan-build 26 my $Prog = "scan-build";
315 # ScanFile - Scan a report file for various identifying attributes.
346 # Scan the report file for tags.
473 # Postprocess - Postprocess the results of an analysis scan.
499 # Scan each report file and build an index.
504 # Scan the failures directory and use the information in the .info files
822 Diag("Run 'scan-view $Dir' to examine bug reports.\n");
962 -plist - By default the output of scan-build is a set of HTML files.
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 449 theScanner.scan(r, this);
    [all...]

Completed in 697 milliseconds

1 2 3 4 56 7 8