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

1 2 3 4 5 6 7 8 91011>>

  /build/tools/
fixlinebreaks.sh 6 echo "Scanning..."
  /build/tools/soslim/
common.c 27 INFO("Scanning over %d program segments...\n",
  /development/samples/BluetoothChat/
_index.html 5 <li>Scanning for other Bluetooth devices</li>
  /external/elfcopy/
common.c 27 INFO("Scanning over %d program segments...\n",
  /frameworks/base/media/java/android/media/
MediaScannerConnection.java 60 * Interface for notifying clients of the result of scanning a
66 * scanning a file.
68 * @param uri the Uri for the file if the scanning operation succeeded
69 * and the file was added to the media database, or null if scanning failed.
77 * and when the scanning of a file has completed.
88 * scanning a file.
90 * @param uri the Uri for the file if the scanning operation succeeded
91 * and the file was added to the media database, or null if scanning failed.
154 * Success or failure of the scanning operation cannot be determined until
168 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.
IMediaScannerService.aidl 32 * If specified, the caller will be notified when scanning is complete via the listener.
  /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>
  /cts/tests/tests/net/src/android/net/cts/
NetworkInfo_DetailedStateTest.java 43 assertEquals(DetailedState.SCANNING, DetailedState.valueOf("SCANNING"));
57 assertEquals(DetailedState.SCANNING, expected[1]);
  /external/icu4c/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" ],
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 63 mTitle.setText("Media Scanner started scanning " + intent.getData().getPath());
66 mTitle.setText("Media Scanner finished scanning " + intent.getData().getPath());
  /development/samples/BluetoothChat/res/values/
strings.xml 29 <string name="scanning">scanning for devices...</string>
  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 2 * WPA Supplicant - Scanning
145 * scanning for each scan_ssid=1 network.
238 * background scanning which generates frequent scan results, and that
282 int scanning)
284 if (wpa_s->scanning != scanning) {
285 wpa_s->scanning = scanning;
  /system/core/nexus/
SupplicantState.cpp 31 else if (val == SupplicantState::SCANNING)
32 strncpy(buffer, "SCANNING", max);
SupplicantStatus.cpp 69 else if (!strcmp(value, "SCANNING"))
70 state = SupplicantState::SCANNING;
  /external/icu4c/common/
rbbirpt.txt 118 # term-var-ref We've just finished scanning a reference to a $variable.
120 # The variable name scanning is in common with assignment statements,
127 # expr-mod We've just finished scanning a term, now look for the optional
158 # look-ahead Scanning a '/', which identifies a break point, assuming that the
189 # tags scanning a '{', the opening delimiter for a tag that identifies
233 # Variable Name Scanning.
236 # to go to after completion of the variable name scanning.
283 # scanning does a return.
  /frameworks/base/core/res/res/xml/
power_profile.xml 32 <!-- The current consumed by the radio when it is scanning for a signal -->
33 <item name="radio.scanning">0.5</item>
  /dalvik/vm/alloc/
MarkSweep.h 44 const void *finger; // only used while scanning/recursing.
  /development/simulator/app/
PhoneCollection.h 14 * known devices, and methods for scanning for devices.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
macros_misc.sgml 454 The platform dependent length modifier for conversion specifiers for scanning
476 This is the platform dependent conversion specifier for scanning and
498 This is the platform dependent conversion specifier for scanning and
506 The platform dependent length modifier for conversion specifiers for scanning
516 This is the platform dependent conversion specifier for scanning and
524 This is the platform dependent conversion specifier for scanning and
532 The platform dependent length modifier for conversion specifiers for scanning
549 This is the platform dependent conversion specifier for scanning and
555 Some platforms do not support scanning and printing 64 bit integers,
567 This is the platform dependent conversion specifier for scanning an
    [all...]
  /external/e2fsprogs/tests/f_dup_resize/
expect.1 9 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
  /external/e2fsprogs/tests/f_dupsuper/
expect.1 8 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
  /frameworks/base/core/java/android/bluetooth/
package.html 3 Provides classes that manage Bluetooth functionality, such as scanning for
  /packages/apps/Music/res/layout/
scanning.xml 34 android:text="@string/scanning">

Completed in 338 milliseconds

1 2 3 4 5 6 7 8 91011>>