/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/src/cmd/asm/internal/lex/ |
slice.go | 52 // Cannot happen because we only have slices of already-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/src/cmd/asm/internal/lex/ |
slice.go | 52 // Cannot happen because we only have slices of already-scanned
|
/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/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
slice.go | 55 // Cannot happen because we only have slices of already-scanned
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/lex/ |
slice.go | 55 // Cannot happen because we only have slices of already-scanned
|
/prebuilts/go/darwin-x86/src/text/template/parse/ |
lex.go | 92 input string // the string being scanned 100 items chan item // channel of scanned items 380 // The . has been scanned. 386 // The $ has been scanned. 396 // The . or $ has been scanned. 444 // scanned. Syntax checking is done by the parser.
|
/prebuilts/go/linux-x86/src/text/template/parse/ |
lex.go | 92 input string // the string being scanned 100 items chan item // channel of scanned items 380 // The . has been scanned. 386 // The $ has been scanned. 396 // The . or $ has been scanned. 444 // scanned. Syntax checking is done by the parser.
|
/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.
|
/cts/ |
OldCtsTestCaseList.mk | 258 # All APKs that need to be scanned by the coverage utilities.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
doc.go | 39 scanning is determined lexically, but the GOROOT tree is always scanned before
|
/prebuilts/go/linux-x86/src/cmd/go/ |
doc.go | 39 scanning is determined lexically, but the GOROOT tree is always scanned before
|
/prebuilts/go/darwin-x86/src/fmt/ |
scan.go | 69 // as space. It returns the number of items successfully scanned. 83 // the format. It returns the number of items successfully scanned. 105 // returns the number of items successfully scanned. If that is less 127 // returns the number of items successfully scanned. If that is less 992 // If we scanned to bytes, the slice would point at the buffer.
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgcmark.go | 18 // This allows it to be scanned like other goroutines. 100 scanobject(p, &gcw) // scanned during mark termination 172 // scanWork can be negative if the last assist scanned a large 353 // scanned a stack twice in the same phase. 396 // We just scanned a frame containing
|
/prebuilts/go/linux-x86/src/fmt/ |
scan.go | 69 // as space. It returns the number of items successfully scanned. 83 // the format. It returns the number of items successfully scanned. 105 // returns the number of items successfully scanned. If that is less 127 // returns the number of items successfully scanned. If that is less 992 // If we scanned to bytes, the slice would point at the buffer.
|
/prebuilts/go/linux-x86/src/runtime/ |
mgcmark.go | 18 // This allows it to be scanned like other goroutines. 100 scanobject(p, &gcw) // scanned during mark termination 172 // scanWork can be negative if the last assist scanned a large 353 // scanned a stack twice in the same phase. 396 // We just scanned a frame containing
|