/external/autotest/client/common_lib/cros/bluetooth/ |
D | bluetooth_sdp_socket.py | 267 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/ |
D | CanonicalScanner.java | 53 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/ |
D | UnicodeSetStates.txt | 24 # 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/ |
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/autotest/client/cros/cellular/pseudomodem/ |
D | modem_3gpp.py | 192 scanned = [network.ToScanDictionary() 197 scanned.append({ 207 {network['operator-code']: network for network in scanned}) 208 return scanned
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.txt | 46 … |--- 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/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/ |
D | README.md | 3 This demo interfaces with the Chrome document scanning API to acquire scanned
|
/external/igt-gpu-tools/tests/i915/ |
D | i915_pm_rps.c | 78 int scanned; in readval() local 81 scanned = fscanf(filp, "%d", &val); in readval() 82 igt_assert_eq(scanned, 1); in readval()
|
/external/igt-gpu-tools/lib/ |
D | igt_debugfs.c | 1122 int dir, ret, scanned; in get_object_count() local 1128 scanned = igt_sysfs_scanf(dir, "i915_gem_objects", in get_object_count() 1130 igt_assert_eq(scanned, 1); in get_object_count()
|
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 304 uptr scanned = 0; in AllocateTrampolineRegion() local 305 while (scanned < kTrampolineScanLimitRange) { in AllocateTrampolineRegion() 321 scanned += info.RegionSize; in AllocateTrampolineRegion()
|
/external/llvm-project/compiler-rt/lib/interception/ |
D | interception_win.cpp | 319 uptr scanned = 0; in AllocateTrampolineRegion() local 320 while (scanned < kTrampolineScanLimitRange) { in AllocateTrampolineRegion() 336 scanned += info.RegionSize; in AllocateTrampolineRegion()
|
/external/tensorflow/tensorflow/python/keras/protobuf/ |
D | projector_config.proto | 47 // Path to the checkpoint directory. The directory will be scanned for the
|
/external/perfetto/protos/perfetto/config/process_stats/ |
D | process_stats_config.proto | 35 // If enabled all processes will be scanned and dumped when the trace starts.
|
/external/icu/icu4c/source/common/ |
D | rbbirpt.txt | 52 … |--- 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/ltp/pan/cgi/ |
D | README | 25 provides links to the driver output, scanned results, and summary for
|
/external/pcre/dist2/doc/ |
D | pcre2grep.txt | 53 The amount of memory used for buffering files that are being scanned is 190 scanned. See also --max-buffer-size below. 198 Do not output lines from the files that are being scanned; 208 eral files are are being scanned, a count is output for each 361 scanned from the given file, one per line. What constitutes a 595 scanned files are supported. For example: 618 ify their line endings. If the data that is being scanned 766 that are scanned must be valid strings of UTF-8 characters. 822 way scanned files are processed. It does not affect the interpretation 826 Any parts of the scanned input files that are written to the standard
|
/external/igt-gpu-tools/man/ |
D | intel_reg.rst | 167 variable, the directory is scanned for a spec file in this order:
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.1 | 27 filesystem being appended to are no longer scanned and checksummed. This
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | ANTLRStringStream.as | 31 /** The data being scanned */
|
/external/catch2/contrib/ |
D | ParseAndAddCatchTests.cmake | 93 …sts_PrintDebugMessage("Detected OBJECT library: ${SourceFile} this will not be scanned for tests.")
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | deadstrip.ll | 182 ; is also scanned when computing reachability.
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 255 The file is read and scanned in chunks of *chunksize* bytes.
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 289 The file is read and scanned in chunks of *chunksize* bytes.
|
/external/python/setuptools/docs/ |
D | easy_install.txt | 797 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/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 135 and at lookup the index is scanned linearly looking for the first filename
|