HomeSort by relevance Sort by last modified time
    Searched refs:scanning (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /prebuilts/go/linux-x86/src/cmd/doc/
dirs.go 16 // Dirs is a structure for scanning the directory tree.
  /external/valgrind/none/tests/
cmdline1.stdout.exp 132 NOTE: stack scanning is only available on arm-linux.
134 recovered by stack scanning [5]
cmdline2.stdout.exp 132 NOTE: stack scanning is only available on arm-linux.
134 recovered by stack scanning [5]
  /prebuilts/go/darwin-x86/src/fmt/
doc.go 238 Scanning
247 Scanln, Fscanln and Sscanln stop scanning at a newline and
288 (hexadecimal) are accepted when scanning integers without
292 syntax for scanning with a precision (no %5.2f, just %5f).
301 In all the scanning functions, a carriage return followed
305 In all the scanning functions, if an operand implements method
  /prebuilts/go/linux-x86/src/fmt/
doc.go 238 Scanning
247 Scanln, Fscanln and Sscanln stop scanning at a newline and
288 (hexadecimal) are accepted when scanning integers without
292 syntax for scanning with a precision (no %5.2f, just %5f).
301 In all the scanning functions, a carriage return followed
305 In all the scanning functions, if an operand implements method
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 126 return fmt.Errorf("scanning input: %s", err)
  /external/eigen/lapack/
clarf.f 170 ! Set up variables for scanning V. LASTV begins pointing to the end
dlarf.f 165 ! Set up variables for scanning V. LASTV begins pointing to the end
slarf.f 165 ! Set up variables for scanning V. LASTV begins pointing to the end
zlarf.f 170 * Set up variables for scanning V. LASTV begins pointing to the end
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
source.go 31 suf int // literal suffix; suf >= 0 means we are scanning a literal
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 38 mode Mode // scanning mode
40 // scanning state
101 // It is ok to re-use the same file when re-scanning the same file as
529 // Helper functions for scanning multi-byte tokens such as >> += >>= .
  /prebuilts/go/darwin-x86/src/math/big/
doc.go 96 for scanning and (except for *Rat) the Formatter interface for formatted
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
source.go 31 suf int // literal suffix; suf >= 0 means we are scanning a literal
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 38 mode Mode // scanning mode
40 // scanning state
101 // It is ok to re-use the same file when re-scanning the same file as
529 // Helper functions for scanning multi-byte tokens such as >> += >>= .
  /prebuilts/go/linux-x86/src/math/big/
doc.go 96 for scanning and (except for *Rat) the Formatter interface for formatted
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 5 // Garbage collector: marking and scanning
46 // gcMarkRootPrepare queues root scanning jobs (stacks, globals, and
47 // some miscellany) and initializes scanning-related state.
94 // We're only interested in scanning the in-use spans,
116 // On the second pass of markroot, we're just scanning
221 // the rest is scanning goroutine stacks
720 // gp's stack. During mark termination, it stops scanning when it
834 // stop scanning.
    [all...]
mgcwork.go 23 // Write barriers, root discovery, stack scanning, and object scanning
24 // produce pointers to grey objects. Scanning consumes pointers to
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go 5 // Garbage collector: marking and scanning
46 // gcMarkRootPrepare queues root scanning jobs (stacks, globals, and
47 // some miscellany) and initializes scanning-related state.
94 // We're only interested in scanning the in-use spans,
116 // On the second pass of markroot, we're just scanning
221 // the rest is scanning goroutine stacks
720 // gp's stack. During mark termination, it stops scanning when it
834 // stop scanning.
    [all...]
mgcwork.go 23 // Write barriers, root discovery, stack scanning, and object scanning
24 // produce pointers to grey objects. Scanning consumes pointers to
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 1216 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java 377 private void rebake(boolean unmounted, boolean scanning) {
389 if (scanning) {
398 mParam = allImages(!unmounted && !scanning);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 2 * WPA Supplicant - Scanning
730 if (wpa_s->scanning) {
732 * If we are already in scanning state, we shall reschedule the
735 wpa_dbg(wpa_s, MSG_DEBUG, "Already scanning - Reschedule the incoming scan req");
786 * restarting scanning once the host is woken up and PNO stopped.
823 * If autoscan has set its own scanning parameters
862 /* Find the starting point from which to continue scanning */
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
ScannerImpl.java 420 throw new ScannerException("while scanning for the next token", null, text,
465 throw new ScannerException("while scanning a simple key", key.getMark(),
514 throw new ScannerException("while scanning a simple key", key.getMark(),
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.c 58 * conditions with scanning and following association request.
328 if (!wpa_s->scanning && ((wpa_s->wpa_state <= WPA_SCANNING) ||

Completed in 321 milliseconds

12 3 4 5 6 7