HomeSort by relevance Sort by last modified time
    Searched refs:Scan (Results 126 - 150 of 263) sorted by null

1 2 3 4 56 7 8 91011

  /external/boringssl/src/crypto/err/
err_data_generate.go 184 for scanner.Scan() {
  /prebuilts/go/darwin-x86/src/path/filepath/
match.go 98 Scan:
114 break Scan
  /prebuilts/go/linux-x86/src/path/filepath/
match.go 98 Scan:
114 break Scan
  /system/extras/iotop/
iotop.cpp 176 if (!TaskList::Scan(tgid_map)) {
177 LOG(FATAL) << "failed to scan tasks";
  /build/kati/
buf.go 159 for ws.Scan() {
eval.go 331 if ws.Scan() {
636 if !ws.Scan() {
641 if !ws.Scan() {
661 if !ws.Scan() {
strutil_test.go 84 for ws.Scan() {
  /build/soong/ui/build/
environment.go 110 for scanner.Scan() {
  /external/boringssl/src/ssl/test/runner/
recordingconn.go 124 for scanner.Scan() {
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.cpp 169 m_pToken.reset(Scan());
173 CXFA_FMToken* CXFA_FMLexer::Scan() {
  /prebuilts/go/darwin-x86/misc/nacl/
mkzip.go 122 for r.Scan() {
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt_test.go 42 switch s.Scan() {
  /prebuilts/go/darwin-x86/src/net/rpc/
server_test.go 68 func (t *Arith) Scan(args string, reply *Reply) (err error) {
237 err = client.Call("Arith.Scan", &str, reply)
239 t.Errorf("Scan: expected no error but got string %q", err.Error())
241 t.Errorf("Scan: expected %d got %d", Val, reply.C)
  /prebuilts/go/linux-x86/misc/nacl/
mkzip.go 122 for r.Scan() {
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt_test.go 42 switch s.Scan() {
  /prebuilts/go/linux-x86/src/net/rpc/
server_test.go 68 func (t *Arith) Scan(args string, reply *Reply) (err error) {
237 err = client.Call("Arith.Scan", &str, reply)
239 t.Errorf("Scan: expected no error but got string %q", err.Error())
241 t.Errorf("Scan: expected %d got %d", Val, reply.C)
  /system/bt/service/
gatt_server_old.cc 584 internal_->gatt->advertiser->SetData(0, false, /* beacon, not scan response */
610 internal_->gatt->advertiser->SetData(0, true, /* scan response */
646 LOG_ERROR(LOG_TAG, "Failed to set scan response data");
688 internal_->gatt->scanner->Scan(true);
693 internal_->gatt->scanner->Scan(false);
  /system/bt/service/hal/
bluetooth_gatt_interface.cc 783 // Scan already initiated for this client.
785 // Assume starting scan multiple times is not error, but warn user.
786 LOG(WARNING) << "Scan already initiated for client";
790 // If this is the first scan client, then make a call into the stack. We
793 GetScannerHALInterface()->Scan(true);
804 // Scan not initiated for this client.
807 // Assume stopping scan multiple times is not error, but warn user.
808 LOG(WARNING) << "Scan already stopped or not initiated for client";
813 GetScannerHALInterface()->Scan(false);
  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 36 // template parameter Scan must be a class type which provides two
43 typename Scan>
61 Scan scan; local
101 scan.local(symtab, layout, target, object, data_shndx,
111 scan.global(symtab, layout, target, object, data_shndx,
527 // Scan relocs during a relocatable link. This is a default
554 Scan_relocatable_reloc scan; local
574 strategy = scan.global_strategy(r_type, object, r_sym);
593 strategy = scan.local_non_section_strategy(r_type, object
    [all...]
  /build/soong/androidmk/parser/
parser.go 114 p.tok = p.scanner.Scan()
116 p.tok = p.scanner.Scan()
  /external/v8/src/
dateparser-inl.h 187 DateParser::DateToken DateParser::DateStringTokenizer<CharType>::Scan() {
  /prebuilts/go/darwin-x86/src/cmd/vet/all/
main.go 151 scan := bufio.NewScanner(f)
152 for scan.Scan() {
153 line := scan.Text()
159 if err := scan.Err(); err != nil {
239 scan := bufio.NewScanner(stderr)
241 for scan.Scan() {
242 line := scan.Text()
280 if scan.Err() != nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 151 scan := bufio.NewScanner(f)
152 for scan.Scan() {
153 line := scan.Text()
159 if err := scan.Err(); err != nil {
239 scan := bufio.NewScanner(stderr)
241 for scan.Scan() {
242 line := scan.Text()
280 if scan.Err() != nil
    [all...]
  /system/connectivity/wificond/scanning/
scan_utils.cpp 90 LOG(INFO) << "Unexpected empty scan result!";
107 LOG(ERROR) << "No interface index in scan result.";
111 LOG(WARNING) << "Uninteresting scan result for interface: " << if_index;
117 LOG(DEBUG) << "Ignore invalid scan result";
128 LOG(ERROR) << "Wrong command command for new scan result message";
135 LOG(ERROR) << "Failed to get BSSID from scan result packet";
140 LOG(ERROR) << "Failed to get Frequency from scan result packet";
145 LOG(ERROR) << "Failed to get Information Element from scan result packet";
151 // These scan results are considered as malformed.
156 LOG(ERROR) << "Failed to get TSF from scan result packet"
    [all...]
scanner_impl.cpp 61 // Subscribe one-shot scan result notification from kernel.
62 LOG(INFO) << "subscribe scan result for interface with index: "
69 // Subscribe scheduled scan result notification from kernel.
81 LOG(INFO) << "Unsubscribe scan result for interface with index: "
160 LOG(ERROR) << "Failed to get scan results via NL80211";
165 Status ScannerImpl::scan(const SingleScanSettings& scan_settings, function in class:android::wificond::ScannerImpl
173 LOG(WARNING) << "Scan already started";
179 // Initialize it with an empty ssid for a wild card scan.
191 LogSsidList(skipped_scan_ssids, "Skip scan ssid for single scan");
    [all...]

Completed in 989 milliseconds

1 2 3 4 56 7 8 91011