Home | History | Annotate | Download | only in system

Lines Matching refs:query

179          * Change the query bit of this flag. If set query the number of elements available to read.
182 * @param query the new value of the query bit.
185 public ReadFlags query(boolean query) {
186 return setFlag(FLAG_QUERY, query);
192 * Mutually exclusive with |discard| and |query|.
289 * data or none. In this case, |query| must not be set.
294 * Reads data from the data pipe consumer. May also be used to query the amount of data
295 * available. If |flags| has not |query| set, this tries to read up to |elements| capacity
301 * If flags has |query| set, it queries the amount of data available, returning the number
311 * must not have |query| set.