Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/core/
H A Dplatform_wrapper_unittest.cc131 MojoPlatformHandle os_buffer; in TEST_F() local
132 os_buffer.struct_size = sizeof(MojoPlatformHandle); in TEST_F()
133 os_buffer.type = SHARED_BUFFER_PLATFORM_HANDLE_TYPE; in TEST_F()
135 os_buffer.value = in TEST_F()
139 os_buffer.value = in TEST_F()
142 os_buffer.value = static_cast<uint64_t>( in TEST_F()
156 &os_buffer, 1, kMessage.size(), &mojo_guid, in TEST_F()
181 MojoPlatformHandle os_buffer; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
182 os_buffer.struct_size = sizeof(MojoPlatformHandle); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
188 wrapped_handle, nullptr, &os_buffer, in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dplatform_wrapper_unittest.cc131 MojoPlatformHandle os_buffer; in TEST_F() local
132 os_buffer.struct_size = sizeof(MojoPlatformHandle); in TEST_F()
133 os_buffer.type = SHARED_BUFFER_PLATFORM_HANDLE_TYPE; in TEST_F()
135 os_buffer.value = in TEST_F()
138 os_buffer.value = in TEST_F()
141 os_buffer.value = static_cast<uint64_t>( in TEST_F()
155 &os_buffer, 1, kMessage.size(), &mojo_guid, in TEST_F()
180 MojoPlatformHandle os_buffer; in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
181 os_buffer.struct_size = sizeof(MojoPlatformHandle); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
187 wrapped_handle, nullptr, &os_buffer, in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
[all …]
/dports/dns/dog/dog-0.1.0/dns/src/record/
H A Dhinfo.rs48 let mut os_buffer = Vec::with_capacity(os_length.into()); in read() localVariable
50 os_buffer.push(c.read_u8()?); in read()
53 let os = String::from_utf8_lossy(&os_buffer).to_string(); in read()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/
H A Dmodule.mk161 tads/os_buffer.o \
/dports/games/scummvm/scummvm-2.5.1/engines/glk/
H A Dmodule.mk239 tads/os_buffer.o \
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp20088 stringstream os_buffer; in train() local
20089 os_buffer.put(method.size()); in train()
20090 os_buffer.write(method.c_str(), method.size()); in train()
20094 …!trainer_morphodita_parsito::train(training, heldout, tokenizer, tagger, parser, os_buffer, error)) in train()
20105 os << os_buffer.rdbuf(); in train()