HomeSort by relevance Sort by last modified time
    Searched refs:received (Results 101 - 125 of 353) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/chan/
sieve1.go 25 for i := range in { // Loop over values received from 'in'.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3250.go 89 t.Fatalf("received signal %v, but want %v", r.sig, sig)
  /prebuilts/go/linux-x86/src/net/
sendfile_test.go 80 t.Errorf("received %d bytes; expected %d", rbytes, twainLen)
fd_io_plan9.go 91 // ignore and unignore the "hangup" signal received by the process.
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 53 log.Fatalf("Wrong signal received: got %q, want %q\n", s, os.Interrupt)
  /prebuilts/go/linux-x86/test/chan/
sieve1.go 25 for i := range in { // Loop over values received from 'in'.
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 18 $! You should have received a copy of the GNU General Public License
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 21 $! You should have received a copy of the GNU General Public License
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 399 func chanrecv2(t *chantype, c *hchan, elem unsafe.Pointer) (received bool) {
400 _, received = chanrecv(t, c, elem, true)
404 // chanrecv receives on channel c and writes the received data to ep.
405 // ep may be nil, in which case received data is ignored.
410 func chanrecv(t *chantype, c *hchan, ep unsafe.Pointer, block bool) (selected, received bool) {
534 // 2) The value received by the receiver (the current G) is
646 func selectnbrecv2(t *chantype, elem unsafe.Pointer, received *bool, c *hchan) (selected bool) {
648 selected, *received = chanrecv(t, c, elem, false)
658 func reflect_chanrecv(t *chantype, c *hchan, nb bool, elem unsafe.Pointer) (selected bool, received bool) {
chan_test.go 88 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, i)
92 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, 0)
95 t.Fatalf("chan[%d]: received %v/%v, expected %v/%v", chanCap, v, ok, 0, false)
110 t.Fatalf("chan[%d]: received non zero from closed chan", chanCap)
126 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, i)
142 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, i)
175 t.Fatalf("chan[%d]: received %v values, expected %v", chanCap, len(recv), L)
179 t.Fatalf("chan[%d]: received %v values, expected %v", chanCap, v, P)
  /prebuilts/go/linux-x86/src/runtime/
chan.go 399 func chanrecv2(t *chantype, c *hchan, elem unsafe.Pointer) (received bool) {
400 _, received = chanrecv(t, c, elem, true)
404 // chanrecv receives on channel c and writes the received data to ep.
405 // ep may be nil, in which case received data is ignored.
410 func chanrecv(t *chantype, c *hchan, ep unsafe.Pointer, block bool) (selected, received bool) {
534 // 2) The value received by the receiver (the current G) is
646 func selectnbrecv2(t *chantype, elem unsafe.Pointer, received *bool, c *hchan) (selected bool) {
648 selected, *received = chanrecv(t, c, elem, false)
658 func reflect_chanrecv(t *chantype, c *hchan, nb bool, elem unsafe.Pointer) (selected bool, received bool) {
chan_test.go 88 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, i)
92 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, 0)
95 t.Fatalf("chan[%d]: received %v/%v, expected %v/%v", chanCap, v, ok, 0, false)
110 t.Fatalf("chan[%d]: received non zero from closed chan", chanCap)
126 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, i)
142 t.Fatalf("chan[%d]: received %v, expected %v", chanCap, v, i)
175 t.Fatalf("chan[%d]: received %v values, expected %v", chanCap, len(recv), L)
179 t.Fatalf("chan[%d]: received %v values, expected %v", chanCap, v, P)
  /cts/tests/app/src/android/app/cts/
WallpaperManagerTest.java 135 throw new AssertionError("Intent.ACTION_WALLPAPER_CHANGED not received.");
138 throw new AssertionError("Intent.ACTION_WALLPAPER_CHANGED not received.");
160 throw new AssertionError("Intent.ACTION_WALLPAPER_CHANGED not received.");
278 ArrayList<Integer> received = new ArrayList<>(); local
286 received.add(whichWp);
312 whichExpected + " received: " + received);
  /frameworks/base/tests/net/java/android/net/nsd/
NsdManagerTest.java 323 Message received = mServiceHandler.lastMessage; local
324 assertEquals(NsdManager.nameOf(expectedMessageType), NsdManager.nameOf(received.what));
325 return received.arg2;
  /system/connectivity/wifilogd/tests/
os_unittest.cpp 122 const Os::Timestamp received = os_->GetTimestamp(CLOCK_REALTIME); local
123 EXPECT_EQ(kFakeSecs, received.secs);
124 EXPECT_EQ(kFakeNsecs, received.nsecs);
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 116 // received data. Calling OnDataReceived twice overwrites old data with the
137 bool received() const { return received_; } function in class:SctpFakeDataReceiver
289 // When data is received, pass it to the SctpFakeDataReceiver.
309 return (recv->received() &&
386 LOG(LS_VERBOSE) << "recv2.received=" << receiver2()->received()
399 LOG(LS_VERBOSE) << "recv1.received=" << receiver1()->received()
  /external/ltp/include/mk/
module.mk 13 # You should have received a copy of the GNU General Public License
  /external/strace/
strace.spec 21 received by a running process. Strace can print a record of each
27 received by a process.
36 received by a running process. Strace can print a record of each
42 received by a process.
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 17 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 312 int received = ::recv(s_, static_cast<char*>(buffer), local
314 if ((received == 0) && (length != 0)) {
327 bool success = (received >= 0) || IsBlockingError(error);
334 return received;
343 int received = ::recvfrom(s_, static_cast<char*>(buffer), local
346 if ((received >= 0) && (out_addr != nullptr))
349 bool success = (received >= 0) || IsBlockingError(error);
356 return received;
964 LOG(LS_INFO) << "Received signal with no handler: " << signum;
    [all...]
  /prebuilts/go/darwin-x86/src/net/
fd_io_plan9.go 91 // ignore and unignore the "hangup" signal received by the process.
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 23 mutex sync.Mutex // each item must be received atomically
56 dec.err = errors.New("gob: duplicate type received")
171 // correct type for the next data item received.
  /prebuilts/go/darwin-x86/src/time/
sleep.go 60 // For example, assuming the program has not received from t.C already:
103 // If a program has already received a value from t.C, the timer is known
105 // If a program has not yet received a value from t.C, however,
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 23 mutex sync.Mutex // each item must be received atomically
56 dec.err = errors.New("gob: duplicate type received")
171 // correct type for the next data item received.
  /prebuilts/go/linux-x86/src/time/
sleep.go 60 // For example, assuming the program has not received from t.C already:
103 // If a program has already received a value from t.C, the timer is known
105 // If a program has not yet received a value from t.C, however,

Completed in 595 milliseconds

1 2 3 45 6 7 8 91011>>