Searched refs:brillo (Results 151 - 175 of 218) sorted by relevance

123456789

/external/libbrillo/brillo/streams/
H A Dfile_stream.cc5 #include <brillo/streams/file_stream.h>
15 #include <brillo/errors/error_codes.h>
16 #include <brillo/message_loops/message_loop.h>
17 #include <brillo/streams/stream_errors.h>
18 #include <brillo/streams/stream_utils.h>
20 namespace brillo { namespace
170 // Called from the brillo::MessageLoop when the file descriptor is available
244 brillo::errors::system::AddSystemError(error, FROM_HERE, errno);
248 brillo::errors::system::AddSystemError(error, FROM_HERE, errno);
269 brillo
[all...]
H A Dopenssl_stream_bio_unittests.cc5 #include <brillo/streams/openssl_stream_bio.h>
10 #include <brillo/streams/mock_stream.h>
20 namespace brillo { namespace
125 } // namespace brillo
H A Dmemory_containers.h11 #include <brillo/brillo_export.h>
12 #include <brillo/errors/error.h>
13 #include <brillo/streams/stream.h>
15 namespace brillo { namespace
286 } // namespace brillo
H A Dmemory_containers_unittest.cc5 #include <brillo/streams/memory_containers.h>
10 #include <brillo/streams/mock_stream.h>
11 #include <brillo/streams/stream_errors.h>
22 namespace brillo { namespace
213 } // namespace brillo
H A Dstream.cc5 #include <brillo/streams/stream.h>
10 #include <brillo/message_loops/message_loop.h>
11 #include <brillo/pointer_utils.h>
12 #include <brillo/streams/stream_errors.h>
13 #include <brillo/streams/stream_utils.h>
15 namespace brillo { namespace
392 } // namespace brillo
H A Dtls_stream.cc5 #include <brillo/streams/tls_stream.h>
17 #include <brillo/message_loops/message_loop.h>
18 #include <brillo/secure_blob.h>
19 #include <brillo/streams/openssl_stream_bio.h>
20 #include <brillo/streams/stream_utils.h>
21 #include <brillo/strings/string_utils.h>
50 VLOG(3) << "TLS progress info: " << brillo::string_utils::Join(",", info)
68 namespace brillo { namespace
71 // workings from the users of brillo::TlsStream.
545 } // namespace brillo
[all...]
/external/libbrillo/brillo/
H A Dbackoff_entry.cc5 #include <brillo/backoff_entry.h>
15 namespace brillo { namespace
167 } // namespace brillo
H A Dmime_utils.h14 #include <brillo/brillo_export.h>
16 namespace brillo { namespace
124 } // namespace brillo
H A Dmime_utils_unittest.cc5 #include <brillo/mime_utils.h>
9 namespace brillo { namespace
66 } // namespace brillo
H A Dosrelease_reader_unittest.cc5 #include <brillo/osrelease_reader.h>
13 namespace brillo { namespace
95 } // namespace brillo
H A Dprocess_mock.h12 #include "brillo/process.h"
14 namespace brillo { namespace
45 } // namespace brillo
H A Duserdb_utils.cc5 #include "brillo/userdb_utils.h"
16 namespace brillo { namespace
56 } // namespace brillo
H A Dany_internal_impl.h5 // Internal implementation of brillo::Any class.
15 #include <brillo/dbus/data_serialization.h>
16 #include <brillo/type_name_undecorate.h>
18 namespace brillo { namespace
169 const char* GetTypeTag() const override { return brillo::GetTypeTag<T>(); }
186 brillo::dbus_utils::AppendValueToWriterAsVariant(writer, value);
372 } // namespace brillo
H A Dasynchronous_signal_handler_unittest.cc5 #include "brillo/asynchronous_signal_handler.h"
17 #include <brillo/message_loops/base_message_loop.h>
20 namespace brillo { namespace
138 } // namespace brillo
H A Dprocess.h18 #include <brillo/brillo_export.h>
21 namespace brillo { namespace
234 } // namespace brillo
/external/libbrillo/brillo/dbus/
H A Dasync_event_sequencer.cc5 #include <brillo/dbus/async_event_sequencer.h>
7 namespace brillo { namespace
131 } // namespace brillo
H A Dasync_event_sequencer_unittest.cc5 #include <brillo/dbus/async_event_sequencer.h>
11 namespace brillo { namespace
96 } // namespace brillo
H A Ddbus_object.cc5 #include <brillo/dbus/dbus_object.h>
11 #include <brillo/dbus/async_event_sequencer.h>
12 #include <brillo/dbus/exported_object_manager.h>
13 #include <brillo/dbus/exported_property_set.h>
16 namespace brillo { namespace
279 } // namespace brillo
/external/libbrillo/brillo/errors/
H A Derror.h13 #include <brillo/brillo_export.h>
15 namespace brillo { namespace
127 } // namespace brillo
/external/libbrillo/brillo/strings/
H A Dstring_utils.cc5 #include <brillo/strings/string_utils.h>
14 namespace brillo { namespace
89 } // namespace brillo
H A Dstring_utils.h12 #include <brillo/brillo_export.h>
14 namespace brillo { namespace
129 } // namespace brillo
/external/autotest/server/site_tests/brillo_DecodingAudioTest/
H A Dbrillo_DecodingAudioTest.py13 from autotest_lib.server.brillo import audio_utils
/external/autotest/server/site_tests/brillo_PingTest/
H A Dbrillo_PingTest.py14 from autotest_lib.server.brillo import host_utils
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_unittest.cc5 #include <brillo/message_loops/message_loop.h>
7 // These are the common tests for all the brillo::MessageLoop implementations
20 #include <brillo/bind_lambda.h>
21 #include <brillo/unittest_utils.h>
22 #include <brillo/message_loops/base_message_loop.h>
23 #include <brillo/message_loops/glib_message_loop.h>
24 #include <brillo/message_loops/message_loop_utils.h>
29 namespace brillo { namespace
362 } // namespace brillo
/external/libbrillo/brillo/http/
H A Dhttp_transport_curl_unittest.cc5 #include <brillo/http/http_transport_curl.h>
10 #include <brillo/bind_lambda.h>
11 #include <brillo/http/http_connection_curl.h>
12 #include <brillo/http/http_request.h>
13 #include <brillo/http/mock_curl_api.h>
25 namespace brillo { namespace
313 } // namespace brillo

Completed in 194 milliseconds

123456789