Searched
full:scan (Results
251 -
275 of
1464) sorted by null
<<11121314151617181920>>
/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/webkit/WebKitTools/android/flex-2.5.4a/MISC/Amiga/ |
README.amiga | 37 on the file `scan.l' due to some new features only present in FLEX 2.5. 49 the root directory. "make veryclean" also removes `flex' and `scan.c'.
|
/external/wpa_supplicant/ |
preauth.c | 173 * address. This is usually called for PMKSA candidates found from scan results 354 * is called from scan result processing and from driver events for PMKSA 372 * entry. Do not override priority based on normal scan results. */ 423 * rsn_preauth_scan_results - Process scan results to find PMKSA candidates 425 * @results: Scan results 426 * @count: Number of BSSes in scan results 428 * This functions goes through the scan results and adds all suitable APs 470 * scan results.
|
/external/wpa_supplicant/wpa_gui/ |
scanresults.ui | 16 <string>Scan results</string> 118 <string>Scan</string>
|
scanresults.ui.h | 80 wpagui->ctrlRequest("SCAN", reply, &reply_len);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
scanresults.ui | 16 <string>Scan results</string> 118 <string>Scan</string>
|
scanresults.ui.h | 80 wpagui->ctrlRequest("SCAN", reply, &reply_len);
|
/frameworks/base/core/jni/ |
android_net_wifi_Wifi.cpp | 263 return doBooleanCommand((setActive ? "DRIVER SCAN-ACTIVE" : "DRIVER SCAN-PASSIVE"), "OK"); 270 // Ignore any error from setting the scan mode. 271 // The scan will still work. 274 result = doBooleanCommand("SCAN", "OK"); 399 int numWritten = snprintf(cmdstr, sizeof(cmdstr), "DRIVER SCAN-CHANNELS %u", numChannels); 410 if (doCommand("DRIVER SCAN-CHANNELS", reply, sizeof(reply)) != 0) { 413 // reply comes back in the form "Scan-Channels = X" where X is the
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiNative.java | 127 * Enable or disable Bluetooth coexistence scan mode. When this mode is on, 128 * some of the low-level scan parameters used by the driver are changed to
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
roamingMngrTypes.h | 82 INT8 lowQualityForBackgroungScanCondition; /* Indicator used to increase the background scan period when quality is low. */ 83 INT8 normalQualityForBackgroungScanCondition; /* Indicator used to reduce the background scan period when quality is normal. */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/ |
configMgr.h | 144 TI_HANDLE hScanCncn; /* Scan Concentrator */ 147 TI_HANDLE hScanMngr; /* Scan Manager */
|
/bionic/libc/kernel/tools/ |
find_users.py | 18 this program is used to scan a list of files or directories for
|
/cts/tools/dasm/src/java_cup/ |
sym.java | 34 static final int SCAN = 10;
|
/dalvik/vm/arch/generic/ |
Hints.c | 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/clearsilver/util/ |
missing.c | 38 /* Scan leading delimiters. */
|
/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.
|
/external/quake/quake/src/QW/client/ |
console.h | 43 extern int con_notifylines; // scan lines to clear for notify lines
|
/external/skia/src/core/ |
SkRasterizer.cpp | 51 /* Our default implementation of the virtual method just scan converts
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
BottomEditTextActivityPanScan.java | 32 * Activity with EditText at the bottom (Pan&Scan)
|
ManyEditTextActivityNoScrollPanScan.java | 35 * Full screen of EditTexts (Non-Scrollable, Pan&Scan)
|
ManyEditTextActivityScrollPanScan.java | 35 * Full screen of EditTexts (Scrollable, Pan&Scan)
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
ScanCncnOsSm.h | 35 * \brief Scan concentartor OS state-machine public definitions
|
/packages/apps/Settings/res/layout/ |
bluetooth.xml | 33 <Button android:id="@+id/scan"
|
Completed in 197 milliseconds
<<11121314151617181920>>