HomeSort by relevance Sort by last modified time
    Searched refs:IPC (Results 1 - 25 of 38) sorted by null

1 2

  /external/libmojo/ipc/
ipc_message_attachment.cc 5 #include "ipc/ipc_message_attachment.h"
7 namespace IPC {
15 } // namespace IPC
ipc_param_traits.h 8 // Our IPC system uses the following partially specialized header to define how
9 // a data type is read, written and logged in the IPC system.
11 namespace IPC {
21 } // namespace IPC
ipc_channel_handle.h 17 namespace IPC {
39 } // namespace IPC
ipc_listener.h 13 #include "ipc/ipc_export.h"
16 namespace IPC {
58 } // namespace IPC
ipc_message_attachment.h 13 #include "ipc/ipc.mojom.h"
14 #include "ipc/ipc_export.h"
16 namespace IPC {
34 } // namespace IPC
ipc_mojo_handle_attachment.cc 5 #include "ipc/ipc_mojo_handle_attachment.h"
11 namespace IPC {
29 } // namespace IPC
ipc_mojo_handle_attachment.h 11 #include "ipc/ipc_export.h"
12 #include "ipc/ipc_message_attachment.h"
15 namespace IPC {
40 } // namespace IPC
ipc_mojo_message_helper.h 8 #include "ipc/ipc_export.h"
9 #include "ipc/ipc_message.h"
12 namespace IPC {
27 } // namespace IPC
ipc_message_attachment_set.h 15 #include "ipc/ipc_export.h"
17 namespace IPC {
23 // associated with an IPC message. All attachments are wrapped in a mojo handle
94 } // namespace IPC
ipc_mojo_param_traits.h 10 #include "ipc/ipc_export.h"
11 #include "ipc/ipc_param_traits.h"
20 namespace IPC {
32 } // namespace IPC
ipc_platform_file_attachment_posix.cc 5 #include "ipc/ipc_platform_file_attachment_posix.h"
9 namespace IPC {
38 } // namespace IPC
ipc_platform_file_attachment_posix.h 8 #include "ipc/ipc_export.h"
9 #include "ipc/ipc_message_attachment.h"
11 namespace IPC {
41 } // namespace IPC
ipc_mojo_message_helper.cc 5 #include "ipc/ipc_mojo_message_helper.h"
9 #include "ipc/ipc_mojo_handle_attachment.h"
11 namespace IPC {
51 } // namespace IPC
ipc_message_attachment_set.cc 5 #include "ipc/ipc_message_attachment_set.h"
14 #include "ipc/ipc_message_attachment.h"
16 namespace IPC {
136 } // namespace IPC
ipc_mojo_param_traits.cc 5 #include "ipc/ipc_mojo_param_traits.h"
7 #include "ipc/ipc_message_utils.h"
8 #include "ipc/ipc_mojo_message_helper.h"
10 namespace IPC {
50 } // namespace IPC
ipc_sync_message.h 18 #include "ipc/ipc_message.h"
20 namespace IPC {
102 } // namespace IPC
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 51 namespace IPC {
68 } // namespace IPC
71 /* Test IPC::WriteParam() usage in templates. ERRORS: 6 */
79 struct IPC::ParamTraits<Data> {
93 struct IPC::ParamTraits<Container<T>> {
96 IPC::WriteParam(pickle, container.value); // NOT CHECKED
100 IPC::WriteParam<T>(pickle, container.value); // NOT CHECKED
117 struct IPC::ParamTraits<MultiContainer<T, Ts...>> {
132 IPC::WriteParam(pickle, T(0)); // NOT CHECKED
135 IPC::WriteParam(pickle, size_t(0)); // ERRO
    [all...]
missing_ctor_ignored_base.h 23 // IPC::NoParams is an ignored base.
24 namespace IPC {
30 class MissingCtorsWithIgnoredBase : public IPC::NoParams {
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 23 POSIX IPC NAMESPACES (NEAR FUTURE)
  /external/libmojo/mojo/public/cpp/bindings/lib/
native_enum_serialization.h 15 #include "ipc/ipc_param_traits.h"
25 using Traits = IPC::ParamTraits<UserType>;
native_struct_serialization.h 15 #include "ipc/ipc_param_traits.h"
31 using Traits = IPC::ParamTraits<UserType>;
  /external/libmojo/mojo/public/cpp/bindings/tests/
pickled_types_blink.cc 26 namespace IPC {
54 #include "ipc/param_traits_size_macros.h"
57 #include "ipc/param_traits_write_macros.h"
60 #include "ipc/param_traits_read_macros.h"
63 #include "ipc/param_traits_log_macros.h"
67 } // namespace IPC
pickled_types_blink.h 14 #include "ipc/ipc_message_macros.h"
15 #include "ipc/ipc_param_traits.h"
26 // Implementation of types with IPC::ParamTraits for consumers in Blink.
64 namespace IPC {
78 } // namespace IPC
pickled_types_chromium.cc 27 namespace IPC {
56 #include "ipc/param_traits_size_macros.h"
59 #include "ipc/param_traits_write_macros.h"
62 #include "ipc/param_traits_read_macros.h"
65 #include "ipc/param_traits_log_macros.h"
69 } // namespace IPC
pickled_types_chromium.h 13 #include "ipc/ipc_message_macros.h"
14 #include "ipc/ipc_param_traits.h"
25 // Implementation of types with IPC::ParamTraits for consumers in the greater
62 namespace IPC {
76 } // namespace IPC

Completed in 463 milliseconds

1 2