| /frameworks/compile/mclinker/include/mcld/Target/ |
| GOT.h | 84 /// Before layout, we scan all relocations to determine if GOT entries are
|
| /frameworks/native/include/input/ |
| KeyLayoutMap.h | 59 * Describes a mapping from keyboard scan codes and joystick axes to Android key codes and axes.
|
| /frameworks/testing/androidtestlib/src/com/android/test/runner/ |
| TestRequestBuilder.java | 270 * If no classes have been explicitly added, will scan the classpath for all tests. 327 // scan all packages, but exclude junit packages 337 mWriter.println("failed to scan classes"); 338 Log.e(LOG_TAG, "Failed to scan classes", e);
|
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
| JPEGTest.h | 58 #define M_SOS 0xDA /* nStart Of Scan (begins compressed data)*/
|
| /hardware/ti/wlan/mac80211/ti-utils/ |
| nl80211.h | 156 * @NL80211_CMD_GET_SCAN: get scan results 157 * @NL80211_CMD_TRIGGER_SCAN: trigger a new scan with the given parameters 158 * @NL80211_CMD_NEW_SCAN_RESULTS: scan notification (as a reply to 159 * NL80211_CMD_GET_SCAN and on the "scan" multicast group) 160 * @NL80211_CMD_SCAN_ABORTED: scan was aborted, for unspecified reasons, 161 * partial scan results may be available 166 * NL80211_CMD_GET_SURVEY and on the "scan" multicast group) 179 * has been found while world roaming thus enabling active scan or 184 * doing a passive scan on the 5 GHz band you find an AP there (if not 185 * on a DFS channel) you will now be able to actively scan for that A [all...] |
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| DevicePickerFragment.java | 64 && (savedInstanceState == null); // don't start scan after rotation
|
| /packages/apps/Tag/res/values/ |
| strings.xml | 25 <!-- The title for the activity that shows a tag that was stored from a past scan -->
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
| ProtoBufUtils.java | 53 1, // scan line padding
|
| /system/extras/memtrack/ |
| memtrack.cpp | 163 void ProcessInfo::scan() { function in class:ProcessInfo 275 printf(" All scan data is dumped to the android log using the tag %s\n", 353 proc_info.scan(); 358 printf("Scan Time %0.4f\n", ((double)nsecs)/NS_PER_SEC);
|
| /frameworks/base/wifi/java/android/net/wifi/ |
| WifiManager.java | 81 * Extra int indicating scan availability, WIFI_STATE_ENABLED and WIFI_STATE_DISABLED 363 * An access point scan has completed, and results are available from the supplicant. 424 * will be {@link android.app.Activity#RESULT_OK} if scan always mode has 451 * scans, and the subsequent reporting of scan results. No attempts 764 * Request a scan for access points. Returns immediately. The availability 766 * on completion of the scan. 767 * @return {@code true} if the operation succeeded, i.e., the scan was initiated 790 * Request a batched scan for access points. To end your requested batched scan, 796 * @param requested {@link BatchedScanSettings} the scan settings requested [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| sme.c | 28 #include "scan.h" 158 wpa_msg(wpa_s, MSG_ERROR, "SME: No scan result available for " 253 * use non-WPA since the scan results did not indicate that the 265 "scan results)"); 1058 wpa_printf(MSG_DEBUG, "SME OBSS: Ignore scan request"); 1064 wpa_printf(MSG_DEBUG, "SME OBSS: Request an OBSS scan"); 1067 wpa_printf(MSG_DEBUG, "SME OBSS: Failed to trigger scan"); 1091 * Schedule OBSS scan if driver is using station SME in wpa_supplicant 1092 * or it expects OBSS scan to be performed by wpa_supplicant. [all...] |
| /art/runtime/gc/accounting/ |
| card_table-inl.h | 45 inline size_t CardTable::Scan(SpaceBitmap* bitmap, byte* scan_begin, byte* scan_end, 48 DCHECK(bitmap->HasAddress(scan_end - 1)); // scan_end is the byte after the last byte we scan.
|
| /bootable/recovery/ |
| roots.cpp | 83 LOGE("failed to scan mounted volumes\n"); 135 LOGE("failed to scan mounted volumes\n");
|
| /development/apps/Development/src/com/android/development/ |
| Connectivity.java | 85 private static final String START_SCAN = "Start Scan"; 213 * Wifi Scan Listener 226 Log.d(TAG, "Scan: READY " + mScanCur); 231 Log.d(TAG, "Scan: Results = " + wifiScanResults.size()); 240 Log.d(TAG, "Scan: START " + mScanCur); 484 Log.d(TAG, "Scan: START " + mScanCur); 489 mScanResults.setText("Average Scan Time = " + 490 Long.toString(mTotalScanTime / mScanCycles) + " ms ; Average Scan Amount = " +
|
| /external/chromium/chrome/browser/net/ |
| url_info.h | 37 PAGE_SCAN_MOTIVATED, // Scan of rendered page induced resolution. 179 // Record if the motivation for prefetching was ever a page-link-scan.
|
| /external/chromium/net/tools/spdyshark/ |
| Makefile.am | 66 # to scan all the files doesn't work with some "make"s; they seem to 79 # All subsequent arguments are the files to scan.
|
| Makefile.nmake | 66 # to scan all the files doesn't work with some "make"s; they seem to 79 # All subsequent arguments are the files to scan.
|
| /external/chromium_org/chrome/browser/net/ |
| url_info.h | 36 PAGE_SCAN_MOTIVATED, // Scan of rendered page induced resolution. 173 // Record if the motivation for prefetching was ever a page-link-scan.
|
| /external/chromium_org/chrome/browser/notifications/sync_notifier/ |
| chrome_notifier_service.h | 128 // When a service it turned on, scan our cache for any notifications 132 // When a service it turned off, scan our cache for any notifications
|
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| zip_reader.h | 25 // class is to scan entries in a zip file and extract them. The code will 99 // used to scan entries with AdvanceToNextEntry(), like:
|
| /external/chromium_org/sandbox/win/tools/finder/ |
| finder.h | 11 // Type of stats that we calculate during the Scan operation 59 DWORD Scan();
|
| /external/chromium_org/third_party/freetype/src/autofit/ |
| afglobal.c | 82 /* scan each script in a Unicode charmap */ 93 * Scan all Unicode points in the range and set the corresponding
|
| /external/chromium_org/third_party/icu/source/test/perf/ustrperf/ |
| stringperf.cpp | 244 return new StringPerfFunction(scan, filelines_, numLines, uselen); 246 return new StringPerfFunction(scan, StrBuffer, StrBufferLen, uselen);
|
| /external/chromium_org/third_party/mozilla/ |
| NSURL+Utils.m | 128 // Scan each non-empty line in this section. We don't need to explicitly scan the newlines or
|
| /external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
| rsa_pk1.c | 104 /* scan over padding data */ 197 /* scan over padding data */
|