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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/nfc/tech/
package.html 5 of tag that is scanned. A scanned tag can support multiple technologies, and you can find
  /frameworks/base/media/java/android/media/
IMediaScannerService.aidl 28 * @param path the path to the file to be scanned.
39 * @param path the path to the file to be scanned.
MediaScannerConnection.java 38 * media scanner service to return the Uri for a newly scanned file
67 * @param path the path to the file that has been scanned.
89 * @param path the path to the file that has been scanned.
157 * @param path the path to the file to be scanned.
223 * @param paths Array of paths to be scanned.
227 * scanned URI and MIME type; If null, the file will be scanned but
IMediaScannerListener.aidl 28 * @param path the path to the file that has been scanned.
  /external/bluetooth/bluez/src/
sdpd-request.c 108 int scanned, data_size = 0; local
117 scanned = sdp_extract_seqtype(buf, len, &seqType, &data_size);
120 if (!scanned || (seqType != SDP_SEQ8 && seqType != SDP_SEQ16)) {
124 p = buf + scanned;
125 bufsize = len - scanned;
233 scanned += seqlen;
235 return scanned;
345 int status = 0, i, plen, mlen, mtu, scanned; local
357 scanned = extract_des(pdata, data_left, &pattern, &dtd, SDP_TYPE_UUID);
359 if (scanned == -1)
625 int scanned = 0; local
767 int scanned, rsp_count = 0; local
    [all...]
sdpd-service.c 470 uint32_t handleExpected, int *scanned)
480 *scanned = sdp_extract_seqtype(p, bufsize, &dtd, &seqlen);
481 p += *scanned;
482 bufsize -= *scanned;
564 *scanned += seqlen;
574 int scanned = 0; local
588 rec = extract_pdu_server(&req->device, p, bufsize, 0xffffffff, &scanned);
645 int status = 0, scanned = 0; local
664 nrec = extract_pdu_server(BDADDR_ANY, p, bufsize, handle, &scanned);
glib-helper.c 170 int scanned, seqlen = 0, bytesleft = size; local
179 scanned = sdp_extract_seqtype(rsp, bytesleft, &dataType, &seqlen);
180 if (!scanned || !seqlen)
183 rsp += scanned;
184 bytesleft -= scanned;
199 scanned += recsize;
204 } while (scanned < (ssize_t) size && bytesleft > 0);
  /dalvik/vm/alloc/
GC.h 41 * Mark an object and schedule it to be scanned for
49 * Mark an object and schedule it to be scanned for
64 * schedule it to be scanned for references to other
92 * all live Thread objects will eventually be scanned.
  /external/chromium/third_party/icu/source/i18n/
regexcmp.h 130 // is the first character not yet scanned.
139 UChar32 fPeekChar; // Saved char, if we've scanned ahead.
163 // until last flag is scanned.
167 int32_t fStringOpStart; // While a literal string is being scanned
194 // initially scanned. Each new interval
201 // scanned.
209 // needed when "-y" is scanned, and we need
regexcst.txt 45 # |--- Character or named character classes to test for. If the current character being scanned
162 # paren-flag Scanned a (?ismx-ismx flag setting
276 # scanned a '[:' If it really is a [:property:], doSetPosixProp will have
312 # set-after-lit The last thing scanned was a literal character within a set.
355 # Have scanned [[set]&
365 # set-lit-amp Have scanned "[literals&"
376 # Have scanned [set]-
388 # scanned a-b- or \w-
403 # Have scanned "[literals-" Could be a range or a -- operator or a literal
418 # scanned "[literal-\
    [all...]
  /external/chromium/third_party/icu/source/common/
rbbiscan.h 101 // is the first character not yet scanned.
111 // scanned one.
125 UBool fReverseRule; // True if the rule currently being scanned
146 int32_t fRuleNum; // Counts each rule as it is scanned.
149 // keyword, while being scanned.
  /external/icu4c/common/
rbbiscan.h 101 // is the first character not yet scanned.
111 // scanned one.
125 UBool fReverseRule; // True if the rule currently being scanned
146 int32_t fRuleNum; // Counts each rule as it is scanned.
149 // keyword, while being scanned.
  /external/icu4c/i18n/
regexcmp.h 138 UChar32 fPeekChar; // Saved char, if we've scanned ahead.
162 // until last flag is scanned.
166 int32_t fStringOpStart; // While a literal string is being scanned
193 // initially scanned. Each new interval
200 // scanned.
208 // needed when "-y" is scanned, and we need
regexcst.txt 45 # |--- Character or named character classes to test for. If the current character being scanned
162 # paren-flag Scanned a (?ismx-ismx flag setting
276 # scanned a '[:' If it really is a [:property:], doSetPosixProp will have
312 # set-after-lit The last thing scanned was a literal character within a set.
355 # Have scanned [[set]&
365 # set-lit-amp Have scanned "[literals&"
376 # Have scanned [set]-
388 # scanned a-b- or \w-
403 # Have scanned "[literals-" Could be a range or a -- operator or a literal
418 # scanned "[literal-\
    [all...]
  /external/webkit/WebCore/platform/mac/
FoundationExtras.h 34 // be scanned for GC, like a C++ object.
55 // be scanned for GC, like a C++ object.
  /development/samples/NFCDemo/res/values/
strings.xml 22 <!-- The title for the activity that shows a tag that was just scanned -->
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 274 * (each scanned channel has its own Channel Entry)
298 TI_UINT32 uSsidNum; /**< Number of Desired SSID scanned */
300 TPeriodicScanSsid tDesiredSsid[ PERIODIC_SCAN_MAX_SSID_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned SSIDs.
314 TPeriodicChannelEntry tChannels[ PERIODIC_SCAN_MAX_CHANNEL_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned Channels.
315 * This buffer holds the Parameters of each Scanned Channel
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 275 * (each scanned channel has its own Channel Entry)
299 TI_UINT32 uSsidNum; /**< Number of Desired SSID scanned */
301 TPeriodicScanSsid tDesiredSsid[ PERIODIC_SCAN_MAX_SSID_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned SSIDs.
315 TPeriodicChannelEntry tChannels[ PERIODIC_SCAN_MAX_CHANNEL_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned Channels.
316 * This buffer holds the Parameters of each Scanned Channel
  /dalvik/vm/
JarFile.h 23 * This represents an open, scanned Jar file. (It's actually for any Zip
  /external/junit/src/junit/swingui/
DefaultFailureDetailView.java 24 * A ListModel representing the scanned failure stack trace.
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 33 * @param filePath path to the OBB file to be scanned.
  /external/e2fsprogs/e2fsck/
iscan.c 138 printf(_("%u inodes scanned.\n"), num_inodes);
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 56 print "Scanned wireless networks:"
  /packages/apps/Tag/res/values/
strings.xml 22 <!-- The title for the activity that shows a tag that was just scanned -->
28 <!-- The title of the tab that displays all recently scanned NFC tags -->
115 <!-- Action description indicating the user can import a scanned vCard -->
131 <string name="empty_list">You have not scanned any tags.</string>

Completed in 526 milliseconds

1 2 3 4 5 6 7 8 91011>>