/external/chromium_org/mojo/system/ |
raw_channel.h | 11 #include "mojo/system/constants.h" 12 #include "mojo/system/system_impl_export.h" 18 namespace mojo { namespace 102 } // namespace mojo
|
data_pipe.cc | 5 #include "mojo/system/data_pipe.h" 13 #include "mojo/system/constants.h" 14 #include "mojo/system/memory.h" 15 #include "mojo/system/waiter_list.h" 17 namespace mojo { namespace 274 } // namespace mojo
|
dispatcher.h | 13 #include "mojo/public/system/core.h" 14 #include "mojo/system/system_impl_export.h" 16 namespace mojo { namespace 22 // A |Dispatcher| implements Mojo primitives that are "attached" to a particular 30 // These methods implement the various primitives named |Mojo...()|. These 166 } // namespace mojo
|
core_impl.cc | 5 #include "mojo/system/core_impl.h" 11 #include "mojo/system/constants.h" 12 #include "mojo/system/data_pipe_consumer_dispatcher.h" 13 #include "mojo/system/data_pipe_producer_dispatcher.h" 14 #include "mojo/system/dispatcher.h" 15 #include "mojo/system/local_data_pipe.h" 16 #include "mojo/system/memory.h" 17 #include "mojo/system/message_pipe.h" 18 #include "mojo/system/message_pipe_dispatcher.h" 19 #include "mojo/system/waiter.h 21 namespace mojo { namespace [all...] |
core_test_base.cc | 5 #include "mojo/system/core_test_base.h" 12 #include "mojo/system/constants.h" 13 #include "mojo/system/core_impl.h" 14 #include "mojo/system/dispatcher.h" 15 #include "mojo/system/memory.h" 17 namespace mojo { namespace 347 } // namespace mojo
|
remote_message_pipe_posix_unittest.cc | 18 #include "mojo/system/channel.h" 19 #include "mojo/system/local_message_pipe_endpoint.h" 20 #include "mojo/system/message_pipe.h" 21 #include "mojo/system/platform_channel.h" 22 #include "mojo/system/proxy_message_pipe_endpoint.h" 23 #include "mojo/system/test_utils.h" 24 #include "mojo/system/waiter.h" 27 namespace mojo { namespace 433 } // namespace mojo
|
core_impl.h | 13 #include "mojo/public/system/core_private.h" 14 #include "mojo/system/system_impl_export.h" 16 namespace mojo { namespace 26 // |CoreImpl| is a singleton object that implements the Mojo system calls. With 155 } // namespace mojo
|
local_message_pipe_endpoint.cc | 5 #include "mojo/system/local_message_pipe_endpoint.h" 10 #include "mojo/system/dispatcher.h" 11 #include "mojo/system/message_in_transit.h" 13 namespace mojo { namespace 209 } // namespace mojo
|
dispatcher.cc | 5 #include "mojo/system/dispatcher.h" 8 #include "mojo/system/constants.h" 10 namespace mojo { namespace 257 } // namespace mojo
|
dispatcher_unittest.cc | 5 #include "mojo/system/dispatcher.h" 12 #include "mojo/system/waiter.h" 15 namespace mojo { namespace 251 } // namespace mojo
|
local_data_pipe.cc | 11 #include "mojo/system/local_data_pipe.h" 16 #include "mojo/system/constants.h" 18 namespace mojo { namespace 226 } // namespace mojo
|
platform_channel_posix.cc | 5 #include "mojo/system/platform_channel.h" 18 namespace mojo { namespace 23 const char kMojoChannelDescriptorSwitch[] = "mojo-channel-descriptor"; 157 } // namespace mojo
|
waiter_unittest.cc | 9 #include "mojo/system/waiter.h" 17 #include "mojo/system/test_utils.h" 20 namespace mojo { namespace 285 } // namespace mojo
|
/external/chromium_org/mojo/ |
mojo.gyp | 17 'target_name': 'mojo', 322 'java_in_dir': '<(DEPTH)/mojo/services/native_viewport/android', 330 'jni_gen_package': 'mojo', 343 '<(SHARED_INTERMEDIATE_DIR)/mojo', 347 'services/native_viewport/android/src/org/chromium/mojo/NativeViewportAndroid.java', 351 'jni_gen_package': 'mojo' 384 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', 385 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res',
|
/external/chromium_org/mojo/services/native_viewport/android/src/org/chromium/mojo/ |
NativeViewportAndroid.java | 5 package org.chromium.mojo; 18 @JNINamespace("mojo::services")
|
/external/chromium_org/mojo/public/bindings/lib/ |
array_internal.h | 10 #include "mojo/public/bindings/lib/bindings_internal.h" 11 #include "mojo/public/bindings/lib/buffer.h" 12 #include "mojo/public/bindings/lib/passable.h" 13 #include "mojo/public/system/core_cpp.h" 15 namespace mojo { namespace 218 } // namespace mojo
|
buffer.cc | 5 #include "mojo/public/bindings/lib/buffer.h" 13 #include "mojo/public/bindings/lib/bindings_serialization.h" 14 #include "mojo/public/bindings/lib/bindings_support.h" 23 namespace mojo { namespace 156 } // namespace mojo
|
bindings_serialization.h | 12 #include "mojo/public/bindings/lib/bindings.h" 13 #include "mojo/public/bindings/lib/message.h" 15 namespace mojo { namespace 228 } // namespace mojo
|
/external/chromium_org/mojo/public/utility/ |
run_loop.cc | 5 #include "mojo/public/utility/run_loop.h" 12 #include "mojo/public/utility/run_loop_handler.h" 13 #include "mojo/public/utility/thread_local.h" 15 namespace mojo { namespace 165 mojo::Wait(wait_state.handles[i], wait_state.wait_flags[i], 206 } // namespace mojo
|
thread_local.h | 57 #include "mojo/public/system/macros.h" 59 namespace mojo { namespace 128 } // namespace mojo
|
/external/chromium_org/mojo/public/system/ |
core_cpp.h | 12 #include "mojo/public/system/core.h" 13 #include "mojo/public/system/macros.h" 14 #include "mojo/public/system/system_export.h" 16 namespace mojo { namespace 224 } // namespace mojo
|
/external/chromium_org/mojo/apps/js/bindings/ |
connector_unittests.js | 6 define("mojo/apps/js/bindings/support", function() { 49 "mojo/apps/js/bindings/support", 50 "mojo/apps/js/bindings/core", 51 "mojo/apps/js/bindings/connector",
|
core_unittests.js | 7 "mojo/apps/js/bindings/core",
|
/external/chromium_org/mojo/common/ |
message_pump_mojo.cc | 5 #include "mojo/common/message_pump_mojo.h" 12 #include "mojo/common/message_pump_mojo_handler.h" 14 namespace mojo { namespace 220 } // namespace mojo
|
/external/chromium_org/mojo/shell/android/apk/ |
AndroidManifest.xml | 13 android:label="Mojo Shell">
|