Home
last modified time | relevance | path

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

123

/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/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/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/icu/icu4c/source/i18n/
Dregexcst.txt45 … |--- Character or named character classes to test for. If the current character being scanned
309 # scanned a '[:' If it really is a [:property:], doSetPosixProp will have
345 # set-after-lit The last thing scanned was a literal character within a set.
388 # Have scanned [[set]&
398 # set-lit-amp Have scanned "[literals&"
409 # Have scanned [set]-
421 # scanned a-b- or \w-
436 # Have scanned "[literals-" Could be a range or a -- operator or a literal
451 # scanned "[literal-\"
/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/icu/icu4c/source/common/
Drbbirpt.txt45 … |--- 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/opencv3/doc/tutorials/imgproc/erosion_dilatation/
Derosion_dilatation.markdown38 - As the kernel \f$B\f$ is scanned over the image, we compute the maximal pixel value overlapped …
51 - As the kernel \f$B\f$ is scanned over the image, we compute the minimal pixel value overlapped …
/external/pcre/dist/doc/
Dpcregrep.txt53 The amount of memory used for buffering files that are being scanned is
167 buffering files that are being scanned.
176 scanned; instead output the number of lines that would other-
178 zero is output. If several files are are being scanned, a
313 scanned from the given file, one per line. Trailing white
515 ify their line endings. If the data that is being scanned
597 ject lines that are scanned must be valid strings of UTF-8
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dmodulegraph.rst41 refer to a Python source file and will be scanned for dependencies.
113 dependencies will be instantiated and scanned for additional depende
505 a dependency is scanned from a byte-compiled module instead of a python
/external/antlr/antlr-3.4/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/opencv3/doc/tutorials/imgproc/imgtrans/filter_2d/
Dfilter_2d.markdown166 -# *kernel*: The kernel to be scanned through the image
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
Di18n.rst122 scanned. This will create a ``messages.pot`` file in the ``locale``
/external/squashfs-tools/kernel/Documentation/filesystems/
Dsquashfs.txt135 and at lookup the index is scanned linearly looking for the first filename
/external/bison/data/m4sugar/
Dforeach.m434 # M4 1.6, this was fixed so that $@ is only scanned once, then
/external/e2fsprogs/
DTODO128 that I do not have to wait for the whole disk to be scanned when the
/external/bison/doc/
Drefcard.tex128 % can be scanned without complaint.
/external/llvm/docs/CommandGuide/
Dlit.rst299 builds this is the directory that will be scanned for tests.
/external/libjpeg-turbo/java/
DTJBench.java742 boolean match = false, scanned = true; in main()
/external/toybox/kconfig/
Dlex.zconf.c_shipped825 * down here because we want the user's section 1 to have been scanned first.
2314 printf("file %s already scanned?\n", name);
/external/mesa3d/src/egl/docs/
DEGL_MESA_screen_surface41 be directly displayed (i.e. scanned out) on a monitor (such as a flat
/external/squashfs-tools/
DCHANGES339 filesystem being appended to are no longer scanned and
/external/llvm/docs/tutorial/
DOCamlLangImpl4.rst336 *testfunc* itself. What actually happened here is that the JIT scanned
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md798 "VK\_LAYER\_PATH" will be scanned for info files. Each semi-colon-separated
966 "VK\_LAYER\_PATH" will be scanned for info files. Each colon-separated entry

123