HomeSort by relevance Sort by last modified time
    Searched full:scan (Results 201 - 225 of 1464) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/simulator/app/
PhoneCollection.h 30 /* scan for phones in subdirectories of "directory" */
PropertyServer.h 61 /* list of connected fds to scan */
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
  /external/bison/src/
scan-skel.h 0 /* Scan Bison Skeletons.
  /external/bluetooth/bluez/src/
hcid.conf 40 # Inquiry and Page scan
  /external/bluetooth/glib/docs/reference/
README 38 Scan the headers and merge the results with the current
  /external/dropbear/libtommath/
bn_error.c 32 /* scan the lookup table for the given message */
  /external/qemu/android/
resource.c 30 //dprint("SCAN %s\n", e->name);
  /external/quake/quake/src/QW/client/
sbar.h 26 extern int sb_lines; // scan lines to draw
  /external/quake/quake/src/WinQuake/
console.h 29 extern int con_notifylines; // scan lines to clear for notify lines
sbar.h 26 extern int sb_lines; // scan lines to draw
  /external/skia/include/core/
SkLineClipper.h 31 ClipLine is specialized for scan-conversion, as it adds vertical
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
THINK_C_notes 57 alloca.c, dfa.c, flexdef.h, main.c, misc.c, scan.c, sym.c. Most of these
82 static data; the file "scan.c" contained in the Flex.? project is one
92 The Flex output file "scan.c" has been modified to load the static data
98 requires you to do this, simply follow the model of "scan.c"; the MakeRes
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.h 44 virtual void scan();
  /frameworks/base/core/java/android/bluetooth/
package.html 8 <li>Scan for other Bluetooth devices</li>
  /frameworks/base/core/jni/android/opengl/
poly.h 19 * Generic Convex Polygon Scan Conversion and Clipping
  /frameworks/base/docs/html/guide/topics/wireless/
index.jd 12 interactions include the ability to scan, add, dave, terminate and initiate connections.</p>
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 119 * <td>DRIVER SCAN-ACTIVE<BR>&nbsp;&nbsp;Set scan type to active</td>
124 * <td>DRIVER SCAN-PASSIVE<BR>&nbsp;&nbsp;Set scan type to passive</td>
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 119 * This list is filled by the scan manager and is used by the
135 * A Neighbor AP is set by the Roaming Manager for the Scan Manager,
136 * and the Scan Manager discovers and tracks the AP.
138 * Channel List configured in the Scan Policy
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.h 67 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */
68 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */
112 TI_INT8 lowQualityForBkgrdScan; /**< Indicator used to increase the background scan period when quality is low */
113 TI_INT8 highQualityForBkgrdScan;/**< Indicator used to reduce the background scan period when quality is normal */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/
measurementSrvDbgPrint.c 64 "scan mode passive",
65 "scan mode active",
66 "scan mode beacon table"
114 ("Measurement type request: type: %s, duration:%d, scan mode: %s, reserved: %d\n",
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 119 * This list is filled by the scan manager and is used by the
135 * A Neighbor AP is set by the Roaming Manager for the Scan Manager,
136 * and the Scan Manager discovers and tracks the AP.
138 * Channel List configured in the Scan Policy
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.h 67 CURR_BSS_LOW_RSSI_SCAN_COND,/**< Set by AP Connection when Roaming Manager configures low RSSI threshold for BG scan */
68 CURR_BSS_HI_RSSI_SCAN_COND, /**< Set by AP Connection when Roaming Manager configures normal RSSI threshold for BG scan */
113 TI_INT8 lowQualityForBkgrdScan; /**< Indicator used to increase the background scan period when quality is low */
114 TI_INT8 highQualityForBkgrdScan;/**< Indicator used to reduce the background scan period when quality is normal */
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_ctrl.h 49 /** New scan results available */
50 #define WPA_EVENT_SCAN_RESULTS "CTRL-EVENT-SCAN-RESULTS "
60 /** Available WPS AP with active PBC found in scan results */
62 /** Available WPS AP with recently selected PIN registrar found in scan results
65 /** Available WPS AP found in scan results */
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 94 private void scan(String[] directories, String volumeName) { method in class:MediaScannerService
113 Log.e(TAG, "exception in MediaScanner.scan()", e);
253 // scan internal media storage
259 // scan external storage
267 scan(directories, volume); method

Completed in 167 milliseconds

1 2 3 4 5 6 7 891011>>