HomeSort by relevance Sort by last modified time
    Searched refs:MOJO_READ_DATA_FLAG_ALL_OR_NONE (Results 1 - 6 of 6) sorted by null

  /external/libmojo/mojo/public/c/system/
data_pipe.h 73 // |MOJO_READ_DATA_FLAG_ALL_OR_NONE| - Read (or discard) either the requested
79 // |MOJO_READ_DATA_FLAG_DISCARD|, and |MOJO_READ_DATA_FLAG_ALL_OR_NONE|
89 const MojoReadDataFlags MOJO_READ_DATA_FLAG_ALL_OR_NONE = 1 << 0;
95 #define MOJO_READ_DATA_FLAG_ALL_OR_NONE ((MojoReadDataFlags)1 << 0)
256 // |MOJO_READ_DATA_FLAG_ALL_OR_NONE| set, it will either read exactly
264 // |MOJO_READ_DATA_FLAG_ALL_OR_NONE|, it will either discard exactly
272 // |MOJO_READ_DATA_FLAG_ALL_OR_NONE| is ignored, as are |elements| and the input
284 // |MOJO_RESULT_OUT_OF_RANGE| if |flags| has |MOJO_READ_DATA_FLAG_ALL_OR_NONE|
292 // |MOJO_READ_DATA_FLAG_ALL_OR_NONE| set.
301 // |MOJO_READ_DATA_FLAG_ALL_OR_NONE| set, then the output valu
    [all...]
  /external/libmojo/mojo/edk/system/
core_unittest.cc     [all...]
data_pipe_consumer_dispatcher.cc 160 bool all_or_none = flags & MOJO_READ_DATA_FLAG_ALL_OR_NONE;
data_pipe_unittest.cc 78 flags |= MOJO_READ_DATA_FLAG_ALL_OR_NONE;
92 flags |= MOJO_READ_DATA_FLAG_ALL_OR_NONE;
101 flags |= MOJO_READ_DATA_FLAG_ALL_OR_NONE;
639 MOJO_READ_DATA_FLAG_ALL_OR_NONE));
662 MOJO_READ_DATA_FLAG_ALL_OR_NONE));
    [all...]
  /external/libmojo/mojo/edk/js/
core.cc 368 MOJO_READ_DATA_FLAG_ALL_OR_NONE)
  /external/libmojo/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 128 pipe.get(), data, &data_size, MOJO_READ_DATA_FLAG_ALL_OR_NONE));

Completed in 183 milliseconds