Lines Matching full:operation
42 // Also, only one outstanding asynchronous operation of particular kind (reading
44 // asynchronous read operation is pending will fail with an error
86 // When seeking in streams, whence specifies the origin of the seek operation.
108 // subsequent read operation will actually succeed (for example, the stream
116 // written to. However, if it returns true, the subsequent write operation
145 // this operation.
190 // If an error occurs during the asynchronous operation, the |error_callback|
194 // If this function successfully schedules an asynchronous operation, it
199 // valid for the duration of the asynchronous operation (until either
201 // Only one asynchronous operation at a time is allowed on the stream (read
210 // Similar to ReadAsync() operation above but reads exactly |size_to_read|
277 // If an error occurs during the asynchronous operation, the |error_callback|
280 // If this function successfully schedules an asynchronous operation, it
285 // valid for the duration of the asynchronous operation (until either
287 // Only one asynchronous operation at a time is allowed on the stream (read
296 // Similar to WriteAsync() operation above but writes exactly |size_to_write|
354 // scheduling the flush operation, it returns false and neither callback will
362 // an operation that may fail, in situations when it is important to detect
372 // |mode| specifies the type of operation to monitor for (read, write, both).
378 // non-blocking operation specified by |in_mode| can be performed.
379 // If |out_mode| is not nullptr, it receives the actual operation that can be
430 // without blocking (the type of operation is provided in |mode|).
463 // without blocking (the type of operation is provided in |mode|).