Home
last modified time | relevance | path

Searched refs:MOJO_WRITE_DATA_FLAG_ALL_OR_NONE (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/public/c/system/
Ddata_pipe.h57 #define MOJO_WRITE_DATA_FLAG_ALL_OR_NONE ((uint32_t)1 << 0) macro
/external/libchrome/mojo/core/test/
Dmojo_test_base.cc261 options.flags = MOJO_WRITE_DATA_FLAG_ALL_OR_NONE; in WriteData()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc272 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE)); in TEST_P()
/external/libchrome/mojo/core/
Ddata_pipe_producer_dispatcher.cc117 if ((options.flags & MOJO_WRITE_DATA_FLAG_ALL_OR_NONE) && in WriteData()
Ddata_pipe_unittest.cc85 options.flags = all_or_none ? MOJO_WRITE_DATA_FLAG_ALL_OR_NONE in WriteData()
1748 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE)); in TEST_F()
Dcore.cc755 MOJO_WRITE_DATA_FLAG_NONE | MOJO_WRITE_DATA_FLAG_ALL_OR_NONE; in WriteData()