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

1 2 3

  /build/core/
executable.mk 55 # check if preferred arch was not supported or asked to build both
  /system/extras/tests/net_test/
run_net_test.sh 107 You may get asked lots of questions.
  /external/toybox/toys/pending/
fdisk.c 798 , int asked)
803 if (asked) xprintf("Sector %lld is already allocated\n",start);
816 int i, asked = 0, valid = 0, start_index = 0; local
834 if (asked) valid = validate(start_index, begin, end, start, asked);
853 asked = 1;
862 } while (asked && !valid);
    [all...]
  /build/blueprint/
doc.go 60 // asked to generate build rules based on property values, and then singletons
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_unix.go 91 // the full amount asked for, or else it returns an error.
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 44 // polynomial. MakeTable will always return this value when asked to make a
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_unix.go 91 // the full amount asked for, or else it returns an error.
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 44 // polynomial. MakeTable will always return this value when asked to make a
  /prebuilts/go/darwin-x86/src/runtime/
proc_test.go 416 // delay so that gc is sure to have asked for a preemption
424 // check if we've been asked to stop.
parfor.go 185 // If a caller asked not to wait for the others, exit now
  /prebuilts/go/linux-x86/src/runtime/
proc_test.go 416 // delay so that gc is sure to have asked for a preemption
424 // check if we've been asked to stop.
parfor.go 185 // If a caller asked not to wait for the others, exit now
  /prebuilts/go/darwin-x86/src/go/build/
build_test.go 218 t.Fatalf("OpenFile asked for %q, expected %q", path, "x+"+tt.name)
  /prebuilts/go/darwin-x86/src/net/
cgo_unix.go 144 // We only asked for SOCK_STREAM, but check anyhow.
dnsclient.go 57 // We asked for recursion, so it should have included
fd_plan9.go 86 // Remove a reference to this FD and close if we've been asked to do so
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked.go 112 // If the caller asked for a line, there should be a line.
  /prebuilts/go/linux-x86/src/go/build/
build_test.go 218 t.Fatalf("OpenFile asked for %q, expected %q", path, "x+"+tt.name)
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 144 // We only asked for SOCK_STREAM, but check anyhow.
dnsclient.go 57 // We asked for recursion, so it should have included
fd_plan9.go 86 // Remove a reference to this FD and close if we've been asked to do so
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked.go 112 // If the caller asked for a line, there should be a line.
  /prebuilts/go/darwin-x86/test/chan/
select5.go 447 // never asked this before: start with 0.
  /prebuilts/go/linux-x86/test/chan/
select5.go 447 // never asked this before: start with 0.
  /prebuilts/go/darwin-x86/src/fmt/
format.go 442 // We want a sign if asked for, if it's negative, or if it's infinity (+Inf vs. -Inf).

Completed in 440 milliseconds

1 2 3