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

1 2 3 4

  /device/generic/goldfish/libqemu/
tests.mk 4 # anything it receives from the client.
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
signal.go 13 // Interrupted is closed when the go command receives an interrupt signal.
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
signal.go 13 // Interrupted is closed when the go command receives an interrupt signal.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
bool.go 22 _ = 0 == <-c || 0 == <-c // OK subsequent receives may yield different values
70 _ = 0 != <-c && 0 != <-c // OK subsequent receives may yield different values
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
bool.go 22 _ = 0 == <-c || 0 == <-c // OK subsequent receives may yield different values
70 _ = 0 != <-c && 0 != <-c // OK subsequent receives may yield different values
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16870.go 25 // Channel receives.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16870.go 25 // Channel receives.
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 38 // mux receives the values from sender and forwards them onto another channel.
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 38 // mux receives the values from sender and forwards them onto another channel.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 38 // NOTE: because GNUSyntax is the only caller of this func, and it receives a copy
plan9.go 86 // NOTE: because Plan9Syntax is the only caller of this func, and it receives a copy
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 45 // original to complete and receives the same results.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 38 // NOTE: because GNUSyntax is the only caller of this func, and it receives a copy
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 45 // original to complete and receives the same results.
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 65 Boolean receives; member in struct:data_key
  /prebuilts/go/darwin-x86/src/time/
sleep.go 68 // This cannot be done concurrent to other receives from the Timer's
116 // This should not be done concurrent to other receives from the Timer's
  /prebuilts/go/linux-x86/src/time/
sleep.go 68 // This cannot be done concurrent to other receives from the Timer's
116 // This should not be done concurrent to other receives from the Timer's
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz.go 38 // symbolz handler. syms receives the symbolz query (hex addresses
  /prebuilts/go/darwin-x86/src/runtime/
signal_sighandler.go 124 // When the last m receives the SIGQUIT, it will fall through to the call to
chan_test.go 354 // + 1 goroutine that receives N values on each of the chans in a single select.
355 // All these sends, receives and selects interact chaotically at runtime,
1052 // Consumer: receives from myc.
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/symbolz/
symbolz.go 38 // symbolz handler. syms receives the symbolz query (hex addresses
  /prebuilts/go/linux-x86/src/runtime/
signal_sighandler.go 124 // When the last m receives the SIGQUIT, it will fall through to the call to
chan_test.go 354 // + 1 goroutine that receives N values on each of the chans in a single select.
355 // All these sends, receives and selects interact chaotically at runtime,
1052 // Consumer: receives from myc.
  /external/libunwind/doc/
unw_create_addr_space.tex 138 \Var{valp} to point to the word that receives the read value. To
157 \Var{write} to zero and \Var{valp} to point to the word that receives
177 receives the read value. To write a register, \Prog{libunwind} sets
  /external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/
README.md 8 pre-processing module. The speech pre-processing module receives the audio

Completed in 536 milliseconds

1 2 3 4