Searched refs:system (Results 226 - 250 of 1077) sorted by path

1234567891011>>

/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DReadAndDispatchMessageTest.java11 import org.chromium.mojo.system.Core;
12 import org.chromium.mojo.system.DataPipe;
13 import org.chromium.mojo.system.Handle;
14 import org.chromium.mojo.system.MessagePipeHandle;
15 import org.chromium.mojo.system.MojoException;
16 import org.chromium.mojo.system.MojoResult;
17 import org.chromium.mojo.system.Pair;
18 import org.chromium.mojo.system.impl.CoreImpl;
H A DRouterTest.java12 import org.chromium.mojo.system.Core;
13 import org.chromium.mojo.system.Handle;
14 import org.chromium.mojo.system.MessagePipeHandle;
15 import org.chromium.mojo.system.MojoResult;
16 import org.chromium.mojo.system.Pair;
17 import org.chromium.mojo.system.impl.CoreImpl;
H A DValidationTest.java16 import org.chromium.mojo.system.Handle;
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/system/impl/
H A DCoreImplTest.java5 package org.chromium.mojo.system.impl;
10 import org.chromium.mojo.system.AsyncWaiter;
11 import org.chromium.mojo.system.AsyncWaiter.Callback;
12 import org.chromium.mojo.system.AsyncWaiter.Cancellable;
13 import org.chromium.mojo.system.Core;
14 import org.chromium.mojo.system.Core.WaitManyResult;
15 import org.chromium.mojo.system.DataPipe;
16 import org.chromium.mojo.system.Handle;
17 import org.chromium.mojo.system.InvalidHandle;
18 import org.chromium.mojo.system
[all...]
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java5 package org.chromium.mojo.system.impl;
9 import org.chromium.mojo.system.AsyncWaiter;
10 import org.chromium.mojo.system.Core;
11 import org.chromium.mojo.system.DataPipe;
12 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
13 import org.chromium.mojo.system.DataPipe.ProducerHandle;
14 import org.chromium.mojo.system.Handle;
15 import org.chromium.mojo.system.MessagePipeHandle;
16 import org.chromium.mojo.system.MojoException;
17 import org.chromium.mojo.system
[all...]
H A DDataPipeConsumerHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
8 import org.chromium.mojo.system.DataPipe.ReadFlags;
32 * @see org.chromium.mojo.system.Handle#pass()
H A DDataPipeProducerHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.DataPipe.ProducerHandle;
8 import org.chromium.mojo.system.DataPipe.WriteFlags;
32 * @see org.chromium.mojo.system.DataPipe.ProducerHandle#pass()
H A DHandleBase.java5 package org.chromium.mojo.system.impl;
9 import org.chromium.mojo.system.Core;
10 import org.chromium.mojo.system.Core.HandleSignals;
11 import org.chromium.mojo.system.Handle;
12 import org.chromium.mojo.system.UntypedHandle;
52 * @see org.chromium.mojo.system.Handle#close()
65 * @see org.chromium.mojo.system.Handle#wait(HandleSignals, long)
73 * @see org.chromium.mojo.system.Handle#isValid()
81 * @see org.chromium.mojo.system.Handle#toUntypedHandle()
89 * @see org.chromium.mojo.system
[all...]
H A DMessagePipeHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.Handle;
8 import org.chromium.mojo.system.MessagePipeHandle;
33 * @see org.chromium.mojo.system.MessagePipeHandle#pass()
H A DSharedBufferHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.SharedBufferHandle;
31 * @see org.chromium.mojo.system.SharedBufferHandle#pass()
H A DUntypedHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
8 import org.chromium.mojo.system.DataPipe.ProducerHandle;
9 import org.chromium.mojo.system.MessagePipeHandle;
10 import org.chromium.mojo.system.SharedBufferHandle;
11 import org.chromium.mojo.system.UntypedHandle;
33 * @see org.chromium.mojo.system.UntypedHandle#pass()
41 * @see org.chromium.mojo.system.UntypedHandle#toMessagePipeHandle()
49 * @see org.chromium.mojo.system.UntypedHandle#toDataPipeConsumerHandle()
57 * @see org.chromium.mojo.system
[all...]
/external/chromium_org/mojo/embedder/
H A Dembedder.cc12 #include "mojo/system/channel.h"
13 #include "mojo/system/channel_endpoint.h"
14 #include "mojo/system/core.h"
15 #include "mojo/system/entrypoints.h"
16 #include "mojo/system/message_in_transit.h"
17 #include "mojo/system/message_pipe_dispatcher.h"
18 #include "mojo/system/platform_handle_dispatcher.h"
19 #include "mojo/system/raw_channel.h"
31 scoped_refptr<system::Channel> channel;
41 scoped_refptr<system
[all...]
H A Dembedder_unittest.cc19 #include "mojo/public/c/system/core.h"
20 #include "mojo/system/test_utils.h"
55 system::test::PostTaskAndWait(
H A Dtest_embedder.cc12 #include "mojo/system/core.h"
13 #include "mojo/system/entrypoints.h"
14 #include "mojo/system/handle_table.h"
18 namespace system { namespace in namespace:mojo
39 } // namespace system
49 system::Core* core = system::entrypoints::GetCore();
51 system::entrypoints::SetCore(nullptr);
53 bool rv = system::internal::ShutdownCheckNoLeaks(core);
/external/chromium_org/mojo/
H A Dmojo_system_impl.target.darwin-arm.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.darwin-arm64.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.darwin-mips.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.darwin-mips64.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.darwin-x86.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.darwin-x86_64.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.linux-arm.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.linux-arm64.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.linux-mips.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.linux-mips64.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]
H A Dmojo_system_impl.target.linux-x86.mk36 mojo/system/channel.cc \
37 mojo/system/channel_endpoint.cc \
38 mojo/system/core.cc \
39 mojo/system/data_pipe.cc \
40 mojo/system/data_pipe_consumer_dispatcher.cc \
41 mojo/system/data_pipe_producer_dispatcher.cc \
42 mojo/system/dispatcher.cc \
43 mojo/system/entrypoints.cc \
44 mojo/system/handle_table.cc \
45 mojo/system/local_data_pip
[all...]

Completed in 531 milliseconds

1234567891011>>