Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/c/system/
Ddata_pipe.h64 const MojoWriteDataFlags MOJO_WRITE_DATA_FLAG_ALL_OR_NONE = 1 << 0; variable
67 #define MOJO_WRITE_DATA_FLAG_ALL_OR_NONE ((MojoWriteDataFlags)1 << 0) macro
/external/libmojo/mojo/edk/test/
Dmojo_test_base.cc289 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE), in WriteData()
302 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE), in ReadData()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc280 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE)); in TEST_F()
/external/libmojo/mojo/edk/system/
Ddata_pipe_producer_dispatcher.cc140 bool all_or_none = flags & MOJO_WRITE_DATA_FLAG_ALL_OR_NONE; in WriteData()
Ddata_pipe_unittest.cc63 all_or_none ? MOJO_WRITE_DATA_FLAG_ALL_OR_NONE in WriteData()
109 flags |= MOJO_WRITE_DATA_FLAG_ALL_OR_NONE; in BeginWriteData()
1677 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE)); in TEST_F()
Dcore_unittest.cc1079 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE)); in TEST_F()
1131 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE)); in TEST_F()
/external/libmojo/mojo/edk/js/
Dcore.cc364 MOJO_WRITE_DATA_FLAG_ALL_OR_NONE) in GetModule()