HomeSort by relevance Sort by last modified time
    Searched refs:mojo (Results 301 - 325 of 483) sorted by null

<<11121314151617181920

  /external/libmojo/mojo/public/cpp/bindings/lib/
string_traits_wtf.cc 5 #include "mojo/public/cpp/bindings/string_traits_wtf.h"
10 #include "mojo/public/cpp/bindings/lib/array_internal.h"
13 namespace mojo { namespace
84 } // namespace mojo
sync_call_restrictions.cc 5 #include "mojo/public/cpp/bindings/sync_call_restrictions.h"
13 #include "mojo/public/c/system/core.h"
15 namespace mojo { namespace
73 LOG(FATAL) << "Mojo sync calls are not allowed in this process because "
77 << "mojo/OWNERS.";
91 } // namespace mojo
sync_handle_watcher.cc 5 #include "mojo/public/cpp/bindings/sync_handle_watcher.h"
9 namespace mojo { namespace
76 } // namespace mojo
  /external/libmojo/mojo/public/cpp/bindings/
map.h 12 namespace mojo { namespace
40 } // namespace mojo
map_data_view.h 9 #include "mojo/public/cpp/bindings/array_data_view.h"
10 #include "mojo/public/cpp/bindings/lib/bindings_internal.h"
11 #include "mojo/public/cpp/bindings/lib/map_data_internal.h"
12 #include "mojo/public/cpp/bindings/lib/serialization_context.h"
13 #include "mojo/public/cpp/bindings/lib/serialization_forward.h"
15 namespace mojo { namespace
61 } // namespace mojo
  /external/libmojo/mojo/public/cpp/bindings/tests/
buffer_unittest.cc 9 #include "mojo/public/cpp/bindings/lib/fixed_buffer.h"
10 #include "mojo/public/cpp/bindings/lib/serialization_util.h"
13 namespace mojo { namespace
93 } // namespace mojo
rect_chromium.h 10 namespace mojo { namespace
66 } // namespace mojo
router_test_util.h 13 #include "mojo/public/cpp/bindings/message.h"
15 namespace mojo { namespace
89 } // namespace mojo
wtf_array_unittest.cc 5 #include "mojo/public/cpp/bindings/wtf_array.h"
7 #include "mojo/public/cpp/bindings/lib/serialization.h"
8 #include "mojo/public/cpp/bindings/lib/wtf_serialization.h"
9 #include "mojo/public/cpp/bindings/tests/array_common_test.h"
10 #include "mojo/public/cpp/bindings/tests/container_test_util.h"
13 namespace mojo { namespace
62 } // namespace mojo
  /external/libmojo/mojo/public/cpp/test_support/lib/
test_utils.cc 5 #include "mojo/public/cpp/test_support/test_utils.h"
10 #include "mojo/public/cpp/system/core.h"
11 #include "mojo/public/cpp/test_support/test_support.h"
13 namespace mojo { namespace
100 } // namespace mojo
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Callbacks.java 6 // mojo/tools/generate_java_callback_interfaces.py
8 package org.chromium.mojo.bindings;
Decoder.java 5 package org.chromium.mojo.bindings;
7 import org.chromium.mojo.bindings.Interface.Proxy;
8 import org.chromium.mojo.system.DataPipe;
9 import org.chromium.mojo.system.Handle;
10 import org.chromium.mojo.system.InvalidHandle;
11 import org.chromium.mojo.system.MessagePipeHandle;
12 import org.chromium.mojo.system.SharedBufferHandle;
13 import org.chromium.mojo.system.UntypedHandle;
19 * A Decoder is a helper class for deserializing a mojo struct. It enables deserialization of basic
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MessagePipeHandle.java 5 package org.chromium.mojo.system;
12 * can contain plain data and/or Mojo handles.
193 * @see org.chromium.mojo.system.Handle#pass()
SharedBufferHandle.java 5 package org.chromium.mojo.system;
133 * @see org.chromium.mojo.system.Handle#pass()
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
function-templates-expected.cc 46 namespace mojo { namespace
61 } // namespace mojo
function-templates-original.cc 46 namespace mojo { namespace
61 } // namespace mojo
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
ValidationTestUtilTest.java 5 package org.chromium.mojo.bindings;
9 import org.chromium.mojo.MojoTestCase;
  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 13 #include "mojo/common/test_common_custom_types.mojom.h"
14 #include "mojo/public/cpp/bindings/binding.h"
17 namespace mojo { namespace
76 mojo::Binding<TestFilePath> binding_;
91 mojo::Binding<TestUnguessableToken> binding_;
115 mojo::Binding<TestTime> binding_;
141 mojo::Binding<TestValue> binding_;
156 mojo::Binding<TestString16> binding_;
170 mojo::Binding<TestFile> binding_;
186 mojo::Binding<TestTextDirection> binding_
    [all...]
data_pipe_utils.cc 5 #include "mojo/common/data_pipe_utils.h"
11 namespace mojo { namespace
99 } // namespace mojo
  /external/libmojo/mojo/edk/js/
drain_data.cc 5 #include "mojo/edk/js/drain_data.h"
16 #include "mojo/public/cpp/system/core.h"
18 namespace mojo { namespace
22 DrainData::DrainData(v8::Isolate* isolate, mojo::Handle handle)
127 } // namespace mojo
mojo_runner_delegate.cc 5 #include "mojo/edk/js/mojo_runner_delegate.h"
14 #include "mojo/edk/js/core.h"
15 #include "mojo/edk/js/handle.h"
16 #include "mojo/edk/js/support.h"
17 #include "mojo/edk/js/threading.h"
19 namespace mojo { namespace
26 // should load them from the network via Mojo IPC.
80 } // namespace mojo
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.h 17 #include "mojo/edk/embedder/scoped_platform_handle.h"
18 #include "mojo/edk/system/system_impl_export.h"
20 namespace mojo { namespace
176 } // namespace mojo
  /external/libmojo/mojo/edk/system/
awakable_list.cc 5 #include "mojo/edk/system/awakable_list.h"
10 #include "mojo/edk/system/awakable.h"
11 #include "mojo/edk/system/handle_signals_state.h"
13 namespace mojo { namespace
87 } // namespace mojo
message_pipe_dispatcher.h 14 #include "mojo/edk/system/atomic_flag.h"
15 #include "mojo/edk/system/awakable_list.h"
16 #include "mojo/edk/system/dispatcher.h"
17 #include "mojo/edk/system/message_for_transit.h"
18 #include "mojo/edk/system/ports/port_ref.h"
20 namespace mojo { namespace
119 } // namespace mojo
platform_handle_dispatcher.cc 5 #include "mojo/edk/system/platform_handle_dispatcher.h"
8 #include "mojo/edk/embedder/platform_handle_vector.h"
10 namespace mojo { namespace
104 } // namespace mojo

Completed in 153 milliseconds

<<11121314151617181920