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

1 2 3 4 5 6 7 8 91011>>

  /external/libmojo/mojo/public/cpp/system/
message.cc 5 #include "mojo/public/cpp/system/message.h"
7 namespace mojo { namespace
13 } // namespace mojo
functions.h 5 // This file provides a C++ wrapping around the standalone functions of the Mojo
6 // C API, replacing the prefix of "Mojo" with a "mojo" namespace.
8 // Please see "mojo/public/c/system/functions.h" for complete documentation of
14 #include "mojo/public/c/system/functions.h"
16 namespace mojo { namespace
30 } // namespace mojo
  /external/libmojo/mojo/edk/system/
configuration.cc 5 #include "mojo/edk/system/configuration.h"
7 namespace mojo { namespace
12 // mojo/edk/embedder/configuration.h.
26 } // namespace mojo
  /external/libmojo/mojo/public/cpp/bindings/
native_enum.h 10 #include "mojo/public/cpp/bindings/lib/bindings_internal.h"
11 #include "mojo/public/cpp/bindings/lib/native_enum_data.h"
13 namespace mojo { namespace
18 } // namespace mojo
23 struct hash<mojo::NativeEnum>
24 : public mojo::internal::EnumHashImpl<mojo::NativeEnum> {};
array_traits.h 8 namespace mojo { namespace
69 } // namespace mojo
enum_traits.h 8 namespace mojo { namespace
25 } // namespace mojo
map_traits.h 8 namespace mojo { namespace
54 } // namespace mojo
string_traits.h 8 #include "mojo/public/cpp/bindings/string_data_view.h"
10 namespace mojo { namespace
52 } // namespace mojo
struct_traits.h 8 namespace mojo { namespace
119 // E.g., if T contains Mojo handles or interfaces whose ownership needs to be
121 // reference/value to the Mojo bindings for serialization:
163 } // namespace mojo
union_traits.h 8 namespace mojo { namespace
37 } // namespace mojo
  /external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
AssociatedInterfaceNotSupported.java 5 package org.chromium.mojo.bindings;
AssociatedInterfaceRequestNotSupported.java 5 package org.chromium.mojo.bindings;
ConnectionErrorHandler.java 5 package org.chromium.mojo.bindings;
7 import org.chromium.mojo.system.MojoException;
HandleOwner.java 5 package org.chromium.mojo.bindings;
7 import org.chromium.mojo.system.Handle;
Router.java 5 package org.chromium.mojo.bindings;
7 import org.chromium.mojo.system.MessagePipeHandle;
10 * A {@link Router} will handle mojo message and forward those to a {@link Connector}. It deals with
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/test/mojom/mojo/
IntegrationTestInterfaceTestHelper.java 5 package org.chromium.mojo.bindings.test.mojom.mojo;
7 import org.chromium.mojo.bindings.MessageReceiver;
8 import org.chromium.mojo.bindings.test.mojom.mojo.IntegrationTestInterface.Method0Response;
9 import org.chromium.mojo.bindings.test.mojom.mojo.IntegrationTestInterface_Internal.IntegrationTestInterfaceMethod0ResponseParamsForwardToCallback;
  /external/libmojo/mojo/edk/embedder/
entrypoints.h 8 #include "mojo/edk/system/system_impl_export.h"
9 #include "mojo/public/c/system/thunks.h"
11 namespace mojo { namespace
20 } // namespace mojo
test_embedder.h 8 #include "mojo/edk/system/system_impl_export.h"
10 namespace mojo { namespace
26 } // namespace mojo
  /external/libmojo/mojo/edk/js/
handle_close_observer.h 8 namespace mojo { namespace
22 } // namespace mojo
  /prebuilts/devtools/tools/lib/
animal-sniffer-annotations-1.14.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.10/
animal-sniffer-annotations-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/
animal-sniffer-annotations-1.14.jar 
  /external/libmojo/mojo/edk/test/
run_all_perftests.cc 9 #include "mojo/edk/embedder/embedder.h"
10 #include "mojo/edk/embedder/scoped_ipc_support.h"
11 #include "mojo/edk/test/multiprocess_test_helper.h"
12 #include "mojo/edk/test/test_support_impl.h"
13 #include "mojo/public/tests/test_support_private.h"
18 mojo::edk::Init();
20 mojo::edk::ScopedIPCSupport ipc_support(
22 mojo::edk::ScopedIPCSupport::ShutdownPolicy::CLEAN);
23 mojo::test::TestSupport::Init(new mojo::edk::test::TestSupportImpl())
    [all...]
  /external/libmojo/mojo/android/javatests/
mojo_test_case.h 12 namespace mojo { namespace
18 } // namespace mojo
validation_test_util.h 12 namespace mojo { namespace
18 } // namespace mojo

Completed in 292 milliseconds

1 2 3 4 5 6 7 8 91011>>