OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mojo
(Results
51 - 75
of
295
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/mojo/common/
bindings_support_impl.h
8
#include "
mojo
/public/bindings/lib/bindings_support.h"
13
#include "
mojo
/common/mojo_common_export.h"
15
namespace
mojo
{
namespace
39
} // namespace
mojo
handle_watcher_unittest.cc
5
#include "
mojo
/common/handle_watcher.h"
11
#include "
mojo
/public/system/core_cpp.h"
12
#include "
mojo
/public/tests/test_support.h"
15
namespace
mojo
{
namespace
115
mojo
::test::MessagePipe test_pipe;
123
mojo
::test::WriteEmptyMessage(test_pipe.handle_1.get()));
131
mojo
::test::MessagePipe test_pipe1;
132
mojo
::test::MessagePipe test_pipe2;
133
mojo
::test::MessagePipe test_pipe3;
164
mojo
::test::WriteEmptyMessage(test_pipe3.handle_1.get()))
[
all
...]
/external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.h
10
#include "
mojo
/examples/sample_app/spinning_cube.h"
11
#include "
mojo
/public/bindings/lib/remote_ptr.h"
16
namespace
mojo
{
namespace
48
} // namespace
mojo
/external/chromium_org/mojo/public/bindings/lib/
message_queue.cc
5
#include "
mojo
/public/bindings/lib/message_queue.h"
10
#include "
mojo
/public/bindings/lib/message.h"
12
namespace
mojo
{
namespace
48
} // namespace
mojo
/external/chromium_org/mojo/services/gles2/
gles2_impl.h
9
#include "
mojo
/public/bindings/lib/remote_ptr.h"
10
#include "
mojo
/public/system/core_cpp.h"
19
namespace
mojo
{
namespace
41
} // namespace
mojo
/external/chromium_org/mojo/shell/
network_delegate.cc
5
#include "
mojo
/shell/network_delegate.h"
8
#include "
mojo
/shell/switches.h"
11
namespace
mojo
{
namespace
27
} // namespace
mojo
/external/chromium_org/mojo/system/
message_pipe_endpoint.cc
5
#include "
mojo
/system/message_pipe_endpoint.h"
8
#include "
mojo
/system/channel.h"
10
namespace
mojo
{
namespace
48
} // namespace
mojo
data_pipe_consumer_dispatcher.h
11
#include "
mojo
/system/dispatcher.h"
12
#include "
mojo
/system/system_impl_export.h"
14
namespace
mojo
{
namespace
20
// pipes (created by the
Mojo
primitive |MojoCreateDataPipe()|). This class is
57
} // namespace
mojo
data_pipe_producer_dispatcher.h
11
#include "
mojo
/system/dispatcher.h"
12
#include "
mojo
/system/system_impl_export.h"
14
namespace
mojo
{
namespace
20
// pipes (created by the
Mojo
primitive |MojoCreateDataPipe()|). This class is
59
} // namespace
mojo
message_pipe_dispatcher.h
11
#include "
mojo
/system/dispatcher.h"
12
#include "
mojo
/system/system_impl_export.h"
14
namespace
mojo
{
namespace
20
//
Mojo
primitive |MojoCreateMessagePipe()|). This class is thread-safe.
59
} // namespace
mojo
/external/chromium_org/mojo/apps/js/bindings/
core.h
10
namespace
mojo
{
namespace
20
} // namespace
mojo
support.cc
5
#include "
mojo
/apps/js/bindings/support.h"
15
#include "
mojo
/apps/js/bindings/handle.h"
16
#include "
mojo
/apps/js/bindings/waiting_callback.h"
17
#include "
mojo
/public/bindings/lib/bindings_support.h"
19
namespace
mojo
{
namespace
24
WaitingCallback* AsyncWait(const gin::Arguments& args,
mojo
::Handle handle,
49
const char Support::kModuleName[] = "
mojo
/apps/js/bindings/support";
71
} // namespace
mojo
support.h
10
namespace
mojo
{
namespace
20
} // namespace
mojo
threading.cc
5
#include "
mojo
/apps/js/bindings/threading.h"
10
#include "
mojo
/apps/js/bindings/handle.h"
12
namespace
mojo
{
namespace
25
const char Threading::kModuleName[] = "
mojo
/apps/js/bindings/threading";
47
} // namespace
mojo
/external/chromium_org/mojo/apps/js/bindings/gl/
module.h
11
namespace
mojo
{
namespace
20
} // namespace
mojo
module.cc
5
#include "
mojo
/apps/js/bindings/gl/module.h"
15
#include "
mojo
/apps/js/bindings/gl/context.h"
17
namespace
mojo
{
namespace
21
const char* kModuleName = "
mojo
/apps/js/bindings/gl";
54
} // namespace
mojo
/external/chromium_org/mojo/common/test/
run_all_perftests.cc
6
#include "
mojo
/system/core_impl.h"
9
mojo
::system::CoreImpl::Init();
/external/chromium_org/mojo/public/
README.md
0
Mojo
Public API
4
The
Mojo
Public API is a binary stable API to the
Mojo
system. There are
22
The IPC protocol used to communicate between
Mojo
client and the GLES2
31
This directory defines the interface between
Mojo
clients and the
Mojo
IPC
32
system. Although the
Mojo
IPC message format is binary stable, the mechanism
40
This directory contains tests for code contained in the public API.
Mojo
/external/chromium_org/mojo/public/bindings/generators/cpp_templates/
module.h-template
8
#include "
mojo
/public/bindings/lib/bindings.h"
9
#include "
mojo
/public/bindings/lib/message.h"
template_declaration
8
std::vector<
mojo
::Handle>* handles);
11
mojo
::Message* message);
/external/chromium_org/mojo/apps/js/
mojo_runner_delegate.cc
5
#include "
mojo
/apps/js/mojo_runner_delegate.h"
13
#include "
mojo
/apps/js/bindings/core.h"
14
#include "
mojo
/apps/js/bindings/gl/module.h"
15
#include "
mojo
/apps/js/bindings/support.h"
16
#include "
mojo
/apps/js/bindings/threading.h"
18
namespace
mojo
{
namespace
24
// should load them from the network via
Mojo
IPC.
51
AddBuiltinModule(
mojo
::js::gl::kModuleName,
mojo
::js::gl::GetModuleTemplate);
75
} // namespace
mojo
[
all
...]
mojo_runner_delegate.h
10
#include "
mojo
/public/system/core.h"
12
namespace
mojo
{
namespace
31
} // namespace
mojo
/external/chromium_org/mojo/public/tests/
system_core_perftest.cc
7
#include "
mojo
/public/system/core.h"
12
#include "
mojo
/public/tests/test_support.h"
69
mojo
::test::IterateAndReportPerf(
76
mojo
::test::IterateAndReportPerf(
85
mojo
::test::IterateAndReportPerf(
90
mojo
::test::IterateAndReportPerf(
95
mojo
::test::IterateAndReportPerf(
100
mojo
::test::IterateAndReportPerf(
111
mojo
::test::IterateAndReportPerf(
/external/chromium_org/mojo/apps/js/test/
run_js_tests.cc
10
#include "
mojo
/apps/js/bindings/core.h"
13
namespace
mojo
{
namespace
30
path = path.AppendASCII("
mojo
")
51
path = path.AppendASCII("
mojo
")
66
} // namespace
mojo
/external/chromium_org/mojo/services/native_viewport/
native_viewport_impl.h
10
#include "
mojo
/public/bindings/lib/remote_ptr.h"
11
#include "
mojo
/public/system/core_cpp.h"
12
#include "
mojo
/services/native_viewport/native_viewport.h"
19
namespace
mojo
{
namespace
60
} // namespace
mojo
Completed in 71 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>