HomeSort by relevance Sort by last modified time
    Searched defs:ASYNC (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/dns/
dns_transaction_unittest.cc 111 reads_.push_back(MockRead(ASYNC, ERR_IO_PENDING));
386 AddQueryAndResponse(id, dotted_name, qtype, data, data_length, ASYNC,
403 new DnsSocketData(id, dotted_name, qtype, ASYNC, false));
423 AddQueryAndRcode(dotted_name, qtype, rcode, ASYNC, false);
573 new DnsSocketData(0 /* id */, kT0HostName, kT0Qtype, ASYNC, false));
575 arraysize(kT1ResponseDatagram), ASYNC);
577 arraysize(kT0ResponseDatagram), ASYNC);
884 ASYNC, true /* use_tcp */);
894 ASYNC, true /* use_tcp */);
904 new DnsSocketData(0 /* id */, kT0HostName, kT0Qtype, ASYNC, true))
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 417 ASYNC
432 // and PrepareReadFramesError(). If |async| is ASYNC, then ReadFrames() will
435 // |async| is SYNC, the response will be returned synchronously. |error| is
441 void PrepareReadFrames(IsSync async,
445 new Response(async, error, CreateFrameChunkVector(chunks)));
450 void PrepareRawReadFrames(IsSync async,
453 responses_.push_back(new Response(async, error, chunks.Pass()));
457 void PrepareReadFramesError(IsSync async, int error) {
459 new Response(async, error, ScopedVector<WebSocketFrameChunk>()))
495 IsSync async; member in struct:net::__anon11622::ReadableFakeWebSocketStream::Response
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 287 * On successful append, if the call was ASYNC, return.
556 private static final int ASYNC = 1; // for offer, put, add
571 * @param how NOW, ASYNC, SYNC, or TIMED
615 if (how != ASYNC)
    [all...]
  /external/chromium_org/net/socket/
socket_test_util.h 55 ASYNC,
113 explicit MockReadWrite(const char* data) : mode(ASYNC), result(0),
196 // If an async IO is pending because the SocketDataProvider returned
199 // data.async is ignored, and this read is completed synchronously as
362 // Note: All MockReads and MockWrites must be async.
372 // Note: All MockReads and MockWrites must be async.
407 // when the corresponding MockRead or MockWrite is marked !async).
431 // MockRead(true, "second read", length, 2) // async
434 // MockWrite(true, "first write", length, 1), // async
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 

Completed in 2195 milliseconds