HomeSort by relevance Sort by last modified time
    Searched refs:Ask (Results 1 - 23 of 23) sorted by null

  /prebuilts/go/darwin-x86/src/os/signal/
signal_plan9_test.go 28 // Ask for hangup
38 // Ask for everything we can get.
125 // Ask for signal
signal_test.go 38 // Ask for SIGHUP
48 // Ask for everything we can get.
121 // Ask to be notified on c1 when a SIGWINCH is received.
126 // Ask to be notified on c2 when a SIGHUP is received.
214 // Ask for signal
250 // Ugly: ask for SIGHUP so that child will not have no-hup set
  /prebuilts/go/linux-x86/src/os/signal/
signal_plan9_test.go 28 // Ask for hangup
38 // Ask for everything we can get.
125 // Ask for signal
signal_test.go 38 // Ask for SIGHUP
48 // Ask for everything we can get.
121 // Ask to be notified on c1 when a SIGWINCH is received.
126 // Ask to be notified on c2 when a SIGHUP is received.
214 // Ask for signal
250 // Ugly: ask for SIGHUP so that child will not have no-hup set
  /prebuilts/go/darwin-x86/src/runtime/
example_test.go 15 // Ask runtime.Callers for up to 10 pcs, including runtime.Callers itself.
mheap.go 897 // Ask for a big chunk, to reduce the number of mappings
902 ask := npage << _PageShift
903 if ask < _HeapAllocChunk {
904 ask = _HeapAllocChunk
907 v := h.sysAlloc(ask)
909 if ask > npage<<_PageShift {
910 ask = npage << _PageShift
911 v = h.sysAlloc(ask)
914 print("runtime: out of memory: cannot allocate ", ask, "-byte block (", memstats.heap_sys, " in use)\n")
922 s.init(uintptr(v), ask>>_PageShift
    [all...]
proc.go 908 // Ask for preemption and self scan.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
example_test.go 15 // Ask runtime.Callers for up to 10 pcs, including runtime.Callers itself.
mheap.go 897 // Ask for a big chunk, to reduce the number of mappings
902 ask := npage << _PageShift
903 if ask < _HeapAllocChunk {
904 ask = _HeapAllocChunk
907 v := h.sysAlloc(ask)
909 if ask > npage<<_PageShift {
910 ask = npage << _PageShift
911 v = h.sysAlloc(ask)
914 print("runtime: out of memory: cannot allocate ", ask, "-byte block (", memstats.heap_sys, " in use)\n")
922 s.init(uintptr(v), ask>>_PageShift
    [all...]
proc.go 908 // Ask for preemption and self scan.
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go 28 // Ask the driver at the given path for information for this GccgoInstallation.
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation.go 28 // Ask the driver at the given path for information for this GccgoInstallation.
  /build/blueprint/parser/
printer.go 267 // Ask for a newline to be inserted before the next token, but do not insert any comments. Used
275 // Ask for a newline to be inserted before the next token. Also inserts any end-of line comments
284 // Ask for two newlines to be inserted before the next token. Also inserts any end-of line comments
  /external/webrtc/webrtc/tools/rtcbot/
test.js 76 // Ask computeengineondemand to give us TURN server credentials and URIs.
  /prebuilts/go/darwin-x86/src/math/rand/
example_test.go 32 "Ask again later",
35 "Concentrate and ask again",
  /prebuilts/go/linux-x86/src/math/rand/
example_test.go 32 "Ask again later",
35 "Concentrate and ask again",
  /external/skia/tools/
bisect_roll.go 175 // Ask the user what commit to roll.
  /external/skqp/tools/
bisect_roll.go 175 // Ask the user what commit to roll.
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 493 '''Ask ADB to wait for a device to become ready.'''
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
transport.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
transport.go     [all...]

Completed in 774 milliseconds