/external/bluetooth/bluez/src/ |
D | sdpd-request.c | 118 int scanned, data_size = 0; in extract_des() local 127 scanned = sdp_extract_seqtype(buf, len, &seqType, &data_size); in extract_des() 130 if (!scanned || (seqType != SDP_SEQ8 && seqType != SDP_SEQ16)) { in extract_des() 134 p = buf + scanned; in extract_des() 135 bufsize = len - scanned; in extract_des() 243 scanned += seqlen; in extract_des() 245 return scanned; in extract_des() 354 int status = 0, i, plen, mlen, mtu, scanned; in service_search_req() local 366 scanned = extract_des(pdata, data_left, &pattern, &dtd, SDP_TYPE_UUID); in service_search_req() 368 if (scanned == -1) { in service_search_req() [all …]
|
D | sdpd-service.c | 297 uint32_t handleExpected, int *scanned) in extract_pdu_server() argument 307 *scanned = sdp_extract_seqtype(p, bufsize, &dtd, &seqlen); in extract_pdu_server() 308 p += *scanned; in extract_pdu_server() 309 bufsize -= *scanned; in extract_pdu_server() 391 *scanned += seqlen; in extract_pdu_server() 401 int scanned = 0; in service_register_req() local 415 rec = extract_pdu_server(&req->device, p, bufsize, 0xffffffff, &scanned); in service_register_req() 471 int status = 0, scanned = 0; in service_update_req() local 490 nrec = extract_pdu_server(BDADDR_ANY, p, bufsize, handle, &scanned); in service_update_req()
|
D | glib-helper.c | 140 int scanned, seqlen = 0, bytesleft = size; in search_completed_cb() local 149 scanned = sdp_extract_seqtype(rsp, bytesleft, &dataType, &seqlen); in search_completed_cb() 150 if (!scanned || !seqlen) in search_completed_cb() 153 rsp += scanned; in search_completed_cb() 154 bytesleft -= scanned; in search_completed_cb() 169 scanned += recsize; in search_completed_cb() 174 } while (scanned < (ssize_t) size && bytesleft > 0); in search_completed_cb()
|
/external/iptables/extensions/ |
D | libxt_string.man | 10 Set the offset up to which should be scanned. That is, byte \fIoffset\fP-1 11 (counting from 0) is the last one that is scanned.
|
/external/bluetooth/bluez/lib/ |
D | sdp.c | 998 int sdp_uuid_extract(const uint8_t *p, int bufsize, uuid_t *uuid, int *scanned) in sdp_uuid_extract() argument 1014 *scanned += sizeof(uint8_t); in sdp_uuid_extract() 1022 *scanned += sizeof(uint16_t); in sdp_uuid_extract() 1029 *scanned += sizeof(uint32_t); in sdp_uuid_extract() 1036 *scanned += sizeof(uint128_t); in sdp_uuid_extract() 1229 int scanned = sizeof(uint8_t); in sdp_extract_seqtype() local 1248 scanned += sizeof(uint8_t); in sdp_extract_seqtype() 1257 scanned += sizeof(uint16_t); in sdp_extract_seqtype() 1266 scanned += sizeof(uint32_t); in sdp_extract_seqtype() 1272 return scanned; in sdp_extract_seqtype() [all …]
|
/external/icu4c/i18n/ |
D | regexcst.txt | 45 … |--- Character or named character classes to test for. If the current character being scanned 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-\"
|
/external/icu4c/common/ |
D | rbbirpt.txt | 45 … |--- Character or named character classes to test for. If the current character being scanned 76 # ! We've just scanned a '!', indicating either a !!key word flag or a 299 # when what is being scanned no longer looks like an expression.
|
/external/bluetooth/bluez/lib/bluetooth/ |
D | sdp_lib.h | 482 int sdp_uuid_extract(const uint8_t *buffer, int bufsize, uuid_t *uuid, int *scanned); 602 sdp_record_t *sdp_extract_pdu(const uint8_t *pdata, int bufsize, int *scanned);
|
/external/openssl/crypto/err/ |
D | openssl.ec | 39 # additional header files to be scanned for function names
|
/external/llvm/docs/CommandGuide/ |
D | lit.pod | 282 builds this is the directory that will be scanned for tests. 310 directory being scanned.
|
D | llvm-ar.pod | 221 with F<files> will be scanned (recursively) to find files to be added to the
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 424 newline has been scanned). 609 actions follows), and then the remaining input is scanned 847 current input string to be scanned again. Unless 870 stream. It will be the next character scanned. The 1679 bytes are not scanned; thus, scanning consists of 1812 The macro YY_AT_BOL() returns true if the next token scanned 2213 per character scanned). 2230 tests and one array look-up per character scanned). 2557 putting back some excess text you scanned, use yyless(). 2610 scanned text does not match any rule. The state occurs when [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 455 starting to scan, or right after a newline has been scanned). 593 scanned for another match. 772 string to be scanned again. Unless you've changed how the scanner 780 will be the next character scanned. The following action will 1400 scanned; thus, scanning consists of `base[0]' through 1504 The macro `YY_AT_BOL()' returns true if the next token scanned from 1825 performance-wise (one array look-up per character scanned). 1841 scanned). 2084 text you scanned, use `yyless()'. 2122 that in that state the currently scanned text does not match any rule. [all …]
|
D | flex.texi | 543 newline has been scanned). 717 scanned for another match. 940 current input string to be scanned again. Unless 950 stream. It will be the next character scanned. 1663 These last two bytes are not scanned; thus, 1788 scanned from the current buffer will have '^' rules 2168 scanned). 2187 look-up per character scanned). 2469 if just putting back some excess text you scanned, use 2514 scanned text does not match any rule. The state occurs [all …]
|
/external/kernel-headers/original/linux/ |
D | mm.h | 1063 unsigned long shrink_slab(unsigned long scanned, gfp_t gfp_mask,
|
/external/pcre/doc/ |
D | pcregrep.txt | 133 scanned; instead output the number of lines that would other- 135 zero is output. If several files are are being scanned, a 421 their line endings. If the data that is being scanned does
|
D | pcretest.txt | 309 whitespace is removed, and it is then scanned for \ escapes. Some of
|
D | pcre.txt | 1180 carried out when the whole pattern has been scanned; in this case the 2942 patterns, if it has been scanned far enough. 5543 mum subject length for a match, a shorter subject will not be scanned
|
/external/bison/doc/ |
D | refcard.tex | 130 % can be scanned without complaint.
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | NEWS | 237 YY_END_OF_BUFFER_CHAR (these bytes are not scanned; thus, scanning 340 - The macro YY_AT_BOL() returns true if the next token scanned from
|
/external/jpeg/ |
D | usage.doc | 18 for example scanned photographs. Cartoons, line drawings, and other
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1943 predicate. The RPDB is scanned in the order of increasing priority. The selector 2732 \item Otherwise, all interfaces are scanned to search for an address
|
/external/pcre/ |
D | ChangeLog | 1435 are not scanned in any specific order and on different systems the order 2251 "--" to be printed when multiple files were scanned, even when none of the 2939 amount of subject to be scanned is less than 1000 bytes.
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 209 msgid "%u inodes scanned.\n"
|
D | zh_CN.po | 212 msgid "%u inodes scanned.\n"
|