Home
last modified time | relevance | path

Searched refs:scanned (Results 1 – 25 of 116) sorted by relevance

12345

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py267 scanned = SDP_BODY_CNT_SIZE
270 uuid, = struct.unpack_from('>I', response, scanned)
272 scanned += 4
274 cont_state = response[scanned:]
398 scanned = 1
403 return None, scanned
421 scanned += int_size
422 return res, scanned
431 scanned += int_size + str_size
432 return res, scanned
[all …]
/external/snakeyaml/src/test/java/org/pyyaml/
DCanonicalScanner.java53 private boolean scanned; field in CanonicalScanner
60 this.scanned = false; in CanonicalScanner()
65 if (!scanned) { in checkToken()
83 if (!scanned) { in peekToken()
93 if (!scanned) { in getToken()
185 scanned = true; in scan()
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetStates.txt24 # scanned a '[:' If it really is a [:property:], doSetPosixProp will have
60 # set-after-lit The last thing scanned was a literal character within a set.
103 # Have scanned [[set]&
113 # set-lit-amp Have scanned "[literals&"
124 # Have scanned [set]-
136 # scanned a-b- or \w-
151 # Have scanned "[literals-" Could be a range or a -- operator or a literal
166 # scanned "[literal-\"
/external/iptables/extensions/
Dlibxt_string.man10 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/icu/icu4c/source/i18n/
Dregexcst.txt46 … |--- Character or named character classes to test for. If the current character being scanned
310 # scanned a '[:' If it really is a [:property:], doSetPosixProp will have
346 # set-after-lit The last thing scanned was a literal character within a set.
389 # Have scanned [[set]&
399 # set-lit-amp Have scanned "[literals&"
410 # Have scanned [set]-
422 # scanned a-b- or \w-
437 # Have scanned "[literals-" Could be a range or a -- operator or a literal
452 # scanned "[literal-\"
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_3gpp.py173 scanned = [network.ToScanDictionary()
178 scanned.append({
188 {network['operator-code']: network for network in scanned})
189 return scanned
/external/u-boot/doc/driver-model/
Dusb-info.txt69 does not by itself cause the bus to be scanned.
73 each controller will be probed and its bus scanned.
202 usb_setup_device(), passing the port number to be scanned, in this case port
212 scanned the bus and so the device was created before
244 Note that the first device is always a root hub, and this must be scanned to
262 - once all hub ports are scanned in this way, the hub is ready for use and
264 - additional controllers are scanned in the same way
278 USB hubs are scanned as in the section above. While hubs have their own
321 is scanned, all Ethernet devices will be created as generic USB devices (in
342 (defined by the sandbox device tree sandbox.dts) which can be scanned and
Dpci-info.txt4 How busses are scanned
128 When this bus is scanned we will end up with something like this:
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c60 if (test_and_set_bit(pnum, ubi->scanned)) in ubi_io_read_vid_hdr()
140 !!test_bit(pnum, ubi->scanned)); in ubi_add_peb_to_vol()
156 if (!test_bit(cur_pnum, ubi->scanned)) { in ubi_add_peb_to_vol()
751 if (!test_bit(pnum, ubi->scanned)) { in ubi_load_block()
810 if (!test_bit(pnum, ubi->scanned)) { in ubi_load_block()
Dubispl.h107 unsigned long scanned[UBI_FM_BM_SIZE]; member
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
DREADME.md3 This demo interfaces with the Chrome document scanning API to acquire scanned
/external/compiler-rt/lib/interception/
Dinterception_win.cc304 uptr scanned = 0; in AllocateTrampolineRegion() local
305 while (scanned < kTrampolineScanLimitRange) { in AllocateTrampolineRegion()
321 scanned += info.RegionSize; in AllocateTrampolineRegion()
/external/tensorflow/tensorflow/contrib/tensorboard/plugins/projector/
Dprojector_config.proto43 // Path to the checkpoint directory. The directory will be scanned for the
/external/openssh/
Dssh-keyscan.020 access to the machines that are being scanned, nor does the scanning
51 Specifies the type of the key to fetch from the scanned hosts.
/external/icu/icu4c/source/common/
Drbbirpt.txt52 … |--- Character or named character classes to test for. If the current character being scanned
98 # ! We've just scanned a '!', indicating either a !!key word flag or a
321 # when what is being scanned no longer looks like an expression.
/external/perfetto/protos/perfetto/config/process_stats/
Dprocess_stats_config.proto39 // If enabled all processes will be scanned and dumped when the trace starts.
/external/ltp/pan/cgi/
DREADME25 provides links to the driver output, scanned results, and summary for
/external/pcre/dist2/doc/
Dpcre2grep.txt53 The amount of memory used for buffering files that are being scanned is
191 scanned. See also --max-buffer-size below.
199 Do not output lines from the files that are being scanned;
209 eral files are are being scanned, a count is output for each
362 scanned from the given file, one per line. What constitutes a
600 ify their line endings. If the data that is being scanned
726 ject lines that are scanned must be valid strings of UTF-8
772 this option affects only the way scanned files are processed. It does
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DANTLRStringStream.as31 /** The data being scanned */
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.127 filesystem being appended to are no longer scanned and checksummed. This
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dlit.pod282 builds this is the directory that will be scanned for tests.
310 directory being scanned.
/external/python/cpython2/Doc/library/
Dplatform.rst289 The file is read and scanned in chunks of *chunksize* bytes.
/external/python/cpython3/Doc/library/
Dplatform.rst283 The file is read and scanned in chunks of *chunksize* bytes.
/external/python/setuptools/docs/
Deasy_install.txt797 used), the specified URLs will be downloaded and scanned for additional
819 option were scanned as early as possible, but from 0.6a10 on, only
820 directories and direct archive links are scanned immediately; URLs are not
1064 are HTML, they are scanned for download links. They are *not* scanned for
1335 * The ``--find-links`` option previously scanned all supplied URLs and
1337 archive links are scanned immediately. URLs are not retrieved unless a
/external/u-boot/drivers/core/
DKconfig8 CONFIG_OF_CONTROL is enabled, the device tree will be scanned also

12345