HomeSort by relevance Sort by last modified time
    Searched full:scanning (Results 1 - 25 of 1094) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/zxing/qr_scanner/
README.google 9 non-QR code scanning and the products, books and all other product recognition
13 Removed all code that is not directly related to scanning a QR code, such as product search, book
14 search, 2D barcode scanning etc.
  /external/clang/test/Preprocessor/
macro_rparen_scan.c 3 /* Right paren scanning, hard case. Should expand to 3. */
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
NetworkInfoTest.java 19 shadowOf(networkInfo).setDetailedState(NetworkInfo.DetailedState.SCANNING);
20 assertThat(networkInfo.getDetailedState(), equalTo(NetworkInfo.DetailedState.SCANNING));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_eof.py 9 expect = "EOL while scanning string literal (<string>, line 1)"
19 expect = ("EOF while scanning triple-quoted string literal "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_eof.py 9 expect = "EOL while scanning string literal (<string>, line 1)"
19 expect = ("EOF while scanning triple-quoted string literal "
  /development/samples/browseable/BluetoothChat/
_index.jd 9 (1) Scanning for other Bluetooth devices
  /external/chromium_org/chrome/browser/resources/chromeos/
choose_mobile_network.html 20 <div id="scanning" class="content-area">
22 <div class="scanning-msg" i18n-content="scanningMsgLine1"></div>
23 <div class="scanning-msg" i18n-content="scanningMsgLine2"></div>
28 <div class="scanning-msg" i18n-content="noMobileNetworks"></div>
choose_mobile_network.css 6 .scanning-msg {
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java 34 assertEquals(DetailedState.SCANNING, DetailedState.valueOf("SCANNING"));
42 assertEquals(DetailedState.SCANNING, expected[1]);
  /build/tools/
fixlinebreaks.sh 6 echo "Scanning..."
  /development/samples/BluetoothChat/
_index.html 5 <li>Scanning for other Bluetooth devices</li>
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 59 * Interface for notifying clients of the result of scanning a
65 * scanning a file.
67 * @param uri the Uri for the file if the scanning operation succeeded
68 * and the file was added to the media database, or null if scanning failed.
76 * and when the scanning of a file has completed.
87 * scanning a file.
89 * @param uri the Uri for the file if the scanning operation succeeded
90 * and the file was added to the media database, or null if scanning failed.
156 * Success or failure of the scanning operation cannot be determined until
170 Log.v(TAG, "Scanning file " + path)
    [all...]
IMediaScannerListener.aidl 29 * @param uri the Uri for the file if the scanning operation succeeded
30 * and the file was added to the media database, or null if scanning failed.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_add_device_overlay.html 18 <span id="bluetooth-scanning-label"
24 <div id="bluetooth-scanning-icon" class="inline-spinner"></div>
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_chromeos.h 38 // Will schedule starting of the scanning process.
41 // Will schedule stopping of the scanning process.
  /external/wpa_supplicant_8/wpa_supplicant/
scan.h 2 * WPA Supplicant - Scanning
21 int scanning);
  /packages/apps/Settings/tests/res/values-da/
strings.xml 20 <string name="start_scan" msgid="6035699220942169744">"Start scanning"</string>
21 <string name="stop_scan" msgid="527546916633745779">"Stop scanning"</string>
  /external/chromium_org/third_party/icu/source/test/perf/ustrperf/
StringPerf.pl 49 "String Scanning(char)", ["$p,TestStdLibScan" , "$p,TestScan" ],
50 "String Scanning(string)", ["$p,TestStdLibScan1" , "$p,TestScan1" ],
51 "String Scanning(char set)", ["$p,TestStdLibScan2" , "$p,TestScan2" ],
StringPerf_r.pl 71 "String Scanning(char)", ["$p1,TestScan" , "$p2,TestScan" ],
72 "String Scanning(string)", ["$p1,TestScan1" , "$p2,TestScan1" ],
73 "String Scanning(char set)", ["$p1,TestScan2" , "$p2,TestScan2" ],
  /external/icu/icu4c/source/test/perf/ustrperf/
StringPerf.pl 49 "String Scanning(char)", ["$p,TestStdLibScan" , "$p,TestScan" ],
50 "String Scanning(string)", ["$p,TestStdLibScan1" , "$p,TestScan1" ],
51 "String Scanning(char set)", ["$p,TestStdLibScan2" , "$p,TestScan2" ],
StringPerf_r.pl 71 "String Scanning(char)", ["$p1,TestScan" , "$p2,TestScan" ],
72 "String Scanning(string)", ["$p1,TestScan1" , "$p2,TestScan1" ],
73 "String Scanning(char set)", ["$p1,TestScan2" , "$p2,TestScan2" ],
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
av_scanning_file_validator.h 15 // This class supports AV scanning on post write validation.
  /external/chromium_org/components/nacl/loader/
DEPS 23 # For message scanning and handle conversion in nacl_ipc_adapter.cc:
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/values/
strings.xml 28 <string name="scanning">scanning for devices...</string>
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/res/values/
strings.xml 28 <string name="scanning">scanning for devices...</string>

Completed in 999 milliseconds

1 2 3 4 5 6 7 8 91011>>