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

1 2 3 4

  /external/autotest/client/common_lib/cros/bluetooth/
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:]
392 @return tuple (result, scanned bytes)
398 scanned = 1
403 return None, scanned
421 scanned += int_size
422 return res, scanned
431 scanned += int_size + str_siz
    [all...]
  /external/snakeyaml/src/test/java/org/pyyaml/
CanonicalScanner.java 53 private boolean scanned; field in class:CanonicalScanner
60 this.scanned = false;
65 if (!scanned) {
83 if (!scanned) {
93 if (!scanned) {
185 scanned = true;
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
findunusedresources 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
  /prebuilts/go/darwin-x86/src/text/scanner/
example_test.go 15 // This is scanned code.
  /prebuilts/go/linux-x86/src/text/scanner/
example_test.go 15 // This is scanned code.
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 255 %scanned = ();
262 if (!$scanned{$p}) {
264 $scanned{$p} = 1;
268 @deps = sort { &locals_first($a,$b) } keys %scanned;
  /prebuilts/go/darwin-x86/test/bench/go1/
fmt_test.go 50 fmt.Fprintf(&buf, "This is some meaningless prefix text that needs to be scanned %d", 6)
  /prebuilts/go/linux-x86/test/bench/go1/
fmt_test.go 50 fmt.Fprintf(&buf, "This is some meaningless prefix text that needs to be scanned %d", 6)
  /external/autotest/client/cros/cellular/pseudomodem/
modem_3gpp.py 173 scanned = [network.ToScanDictionary()
178 scanned.append({
188 {network['operator-code']: network for network in scanned})
189 return scanned
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 60 // Cannot happen because we only have slices of already-scanned
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 60 // Cannot happen because we only have slices of already-scanned
  /prebuilts/go/darwin-x86/src/go/doc/
headscan.go 14 By default, the $GOROOT/src directory is scanned.
  /prebuilts/go/linux-x86/src/go/doc/
headscan.go 14 By default, the $GOROOT/src directory is scanned.
  /external/compiler-rt/lib/interception/
interception_win.cc 304 uptr scanned = 0; local
305 while (scanned < kTrampolineScanLimitRange) {
321 scanned += info.RegionSize;
  /prebuilts/go/darwin-x86/src/runtime/
mstkbar.go 8 // of a gorountine stack has changed between when a stack is scanned
9 // during the concurrent scan phase and when it is re-scanned during
16 // When stacks are scanned during the concurrent scan phase, the stack
66 // stack frame. This part of the stack will be re-scanned by mark
101 // scanned must execute write barriers. Go solves this by simply
139 // re-scanned during mark termination. Subsequent barriers are
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex.go 110 input string // the string being scanned
118 items chan item // channel of scanned items
461 // The . has been scanned.
467 // The $ has been scanned.
477 // The . or $ has been scanned.
525 // scanned. Syntax checking is done by the parser.
  /prebuilts/go/linux-x86/src/runtime/
mstkbar.go 8 // of a gorountine stack has changed between when a stack is scanned
9 // during the concurrent scan phase and when it is re-scanned during
16 // When stacks are scanned during the concurrent scan phase, the stack
66 // stack frame. This part of the stack will be re-scanned by mark
101 // scanned must execute write barriers. Go solves this by simply
139 // re-scanned during mark termination. Subsequent barriers are
  /prebuilts/go/linux-x86/src/text/template/parse/
lex.go 110 input string // the string being scanned
118 items chan item // channel of scanned items
461 // The . has been scanned.
467 // The $ has been scanned.
477 // The . or $ has been scanned.
525 // scanned. Syntax checking is done by the parser.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
syntax.go 39 // they're scanned. The returned Pragma value will be unioned into the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
syntax.go 39 // they're scanned. The returned Pragma value will be unioned into the
  /prebuilts/go/darwin-x86/src/compress/flate/
deflatefast.go 88 // Heuristic match skipping: If 32 bytes are scanned with no matches
90 // scanned (or skipped), look at every third byte, etc.. When a match
  /prebuilts/go/linux-x86/src/compress/flate/
deflatefast.go 88 // Heuristic match skipping: If 32 bytes are scanned with no matches
90 // scanned (or skipped), look at every third byte, etc.. When a match
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 1051 int scanned = 0; \/\/ We've added expressions referenced by [0, scanned) to the list local
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
scan.go 61 // as space. It returns the number of items successfully scanned.
75 // the format. It returns the number of items successfully scanned.
97 // returns the number of items successfully scanned. If that is less
119 // returns the number of items successfully scanned. If that is less
990 // If we scanned to bytes, the slice would point at the buffer.

Completed in 1136 milliseconds

1 2 3 4