Home
last modified time | relevance | path

Searched refs:MOJO_READ_DATA_FLAG_ALL_OR_NONE (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/mojo/public/c/system/
Ddata_pipe.h116 #define MOJO_READ_DATA_FLAG_ALL_OR_NONE ((uint32_t)1 << 0) macro
DREADME.md410 This also supports a `MOJO_READ_DATA_FLAG_ALL_OR_NONE` which ensures that the
/external/libchrome/mojo/core/
Dcore_unittest.cc389 MOJO_READ_DATA_FLAG_DISCARD | MOJO_READ_DATA_FLAG_ALL_OR_NONE; in TEST_F()
402 MOJO_READ_DATA_FLAG_DISCARD | MOJO_READ_DATA_FLAG_ALL_OR_NONE; in TEST_F()
Ddata_pipe_consumer_dispatcher.cc140 bool all_or_none = options.flags & MOJO_READ_DATA_FLAG_ALL_OR_NONE; in ReadData()
Ddata_pipe_unittest.cc96 flags |= MOJO_READ_DATA_FLAG_ALL_OR_NONE; in ReadData()
116 flags |= MOJO_READ_DATA_FLAG_ALL_OR_NONE; in DiscardData()
635 read_options.flags = MOJO_READ_DATA_FLAG_ALL_OR_NONE; in TEST_F()
Dcore.cc816 MOJO_READ_DATA_FLAG_NONE | MOJO_READ_DATA_FLAG_ALL_OR_NONE | in ReadData()
Dtrap_unittest.cc410 options.flags = MOJO_READ_DATA_FLAG_ALL_OR_NONE; in TEST_F()
/external/libchrome/mojo/core/test/
Dmojo_test_base.cc275 options.flags = MOJO_READ_DATA_FLAG_ALL_OR_NONE; in ReadData()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc125 MOJO_READ_DATA_FLAG_ALL_OR_NONE)); in DoStuff2()