| /external/libmojo/mojo/public/cpp/bindings/lib/ |
| message_builder.cc | 5 #include "mojo/public/cpp/bindings/lib/message_builder.h" 7 #include "mojo/public/cpp/bindings/lib/array_internal.h" 8 #include "mojo/public/cpp/bindings/lib/bindings_internal.h" 9 #include "mojo/public/cpp/bindings/lib/buffer.h" 10 #include "mojo/public/cpp/bindings/lib/message_internal.h"
|
| associated_group.cc | 5 #include "mojo/public/cpp/bindings/associated_group.h" 7 #include "mojo/public/cpp/bindings/associated_group_controller.h"
|
| control_message_proxy.h | 12 #include "mojo/public/cpp/bindings/bindings_export.h" 13 #include "mojo/public/cpp/bindings/lib/serialization_context.h"
|
| fixed_buffer.h | 12 #include "mojo/public/cpp/bindings/bindings_export.h" 13 #include "mojo/public/cpp/bindings/lib/buffer.h"
|
| message_builder.h | 12 #include "mojo/public/cpp/bindings/bindings_export.h" 13 #include "mojo/public/cpp/bindings/message.h"
|
| native_struct.cc | 5 #include "mojo/public/cpp/bindings/native_struct.h" 7 #include "mojo/public/cpp/bindings/lib/hash_util.h"
|
| native_struct_data.h | 10 #include "mojo/public/cpp/bindings/bindings_export.h" 11 #include "mojo/public/cpp/bindings/lib/array_internal.h"
|
| native_struct_serialization.h | 16 #include "mojo/public/cpp/bindings/bindings_export.h" 17 #include "mojo/public/cpp/bindings/lib/array_internal.h" 18 #include "mojo/public/cpp/bindings/lib/bindings_internal.h" 19 #include "mojo/public/cpp/bindings/lib/native_struct_data.h" 20 #include "mojo/public/cpp/bindings/lib/serialization_forward.h" 21 #include "mojo/public/cpp/bindings/lib/serialization_util.h" 22 #include "mojo/public/cpp/bindings/native_struct.h" 23 #include "mojo/public/cpp/bindings/native_struct_data_view.h"
|
| /external/libmojo/mojo/public/cpp/bindings/tests/ |
| wtf_map_unittest.cc | 5 #include "mojo/public/cpp/bindings/wtf_map.h" 7 #include "mojo/public/cpp/bindings/lib/wtf_serialization.h" 8 #include "mojo/public/cpp/bindings/tests/container_test_util.h" 9 #include "mojo/public/cpp/bindings/tests/map_common_test.h" 10 #include "mojo/public/cpp/bindings/wtf_array.h"
|
| message_queue.cc | 5 #include "mojo/public/cpp/bindings/tests/message_queue.h" 8 #include "mojo/public/cpp/bindings/message.h"
|
| /external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
| ResolvedBindings.java | 32 * The collection of bindings that have been resolved for a binding key. 39 * The binding key for which the {@link #bindings()} have been resolved. 44 * The component in which the bindings in {@link #ownedBindings()}, 51 * The contribution bindings for {@link #bindingKey()} that were resolved in 59 * The members-injection bindings for {@link #bindingKey()} that were resolved in 67 * All bindings for {@link #bindingKey()}, regardless of in which component they were resolved. 69 ImmutableSet<? extends Binding> bindings() { method in class:ResolvedBindings 83 * All bindings for {@link #bindingKey()} that were resolved in {@link #owningComponent()}. 99 * All contribution bindings, regardless of owning component. 110 * The contribution bindings that were resolved in {@link #owningComponent()} [all...] |
| /external/guice/core/src/com/google/inject/ |
| Injector.java | 28 * for each type and uses bindings to inject them. This is the core of Guice, although you rarely 32 * <p>Contains several default bindings: 50 * <p>The injector's {@link #getBindings() internal bindings} are available for introspection. This 97 * Returns this injector's <strong>explicit</strong> bindings. 99 * <p>The returned map does not include bindings inherited from a {@link #getParent() parent 102 * which bindings appear in user Modules. 109 * Returns a snapshot of this injector's bindings, <strong>both explicit and 110 * just-in-time</strong>. The returned map is immutable; it contains only the bindings that were 112 * additional just-in-time bindings. 114 * <p>The returned map does not include bindings inherited from a {@link #getParent() paren [all...] |
| /external/guice/core/src/com/google/inject/spi/ |
| BindingTargetVisitor.java | 30 * found in both module and injector bindings. 36 * injections. This target is found in both module and injector bindings. 43 * bindings. 49 * target is found in both module and injector bindings. 55 * found in injector bindings. 60 * Visit an untargetted binding. This target is found only on module bindings. It indicates 67 * {@code constructor}. This target is found only on injector bindings. 74 * bindings. 80 * provided type. This target is found only on injector bindings.
|
| /external/capstone/packages/rpm/ |
| capstone.spec | 41 Summary: Python bindings for %{name} 45 The %{name}-python package contains python bindings for %{name}. 49 Summary: Python3 bindings for %{name} 53 The %{name}-python3 package contains python3 bindings for %{name}. 57 Summary: Java bindings for %{name} 62 The %{name}-java package contains java bindings for %{name}. 76 # build python bindings 77 pushd bindings/python 84 # build java bindings 85 pushd bindings/jav [all...] |
| /external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
| module.h.tmpl | 44 #include "mojo/public/cpp/bindings/associated_interface_ptr.h" 45 #include "mojo/public/cpp/bindings/associated_interface_ptr_info.h" 46 #include "mojo/public/cpp/bindings/associated_interface_request.h" 47 #include "mojo/public/cpp/bindings/clone_traits.h" 48 #include "mojo/public/cpp/bindings/interface_ptr.h" 49 #include "mojo/public/cpp/bindings/interface_request.h" 50 #include "mojo/public/cpp/bindings/lib/equals_traits.h" 51 #include "mojo/public/cpp/bindings/lib/control_message_handler.h" 52 #include "mojo/public/cpp/bindings/lib/control_message_proxy.h" 53 #include "mojo/public/cpp/bindings/lib/serialization.h [all...] |
| /external/clang/test/Driver/ |
| darwin-verify-debug.c | 11 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \ 13 // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-BINDINGS < %t %s 15 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::Dsymutil", inputs: ["a.out"], output: "a.out.dSYM" 16 // CHECK-MULTIARCH-BINDINGS: # "x86_64-apple-darwin10" - "darwin::VerifyDebug", inputs: ["a.out.dSYM"], output: (nothing) 20 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \ 31 // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \
|
| /external/libmojo/mojo/public/cpp/bindings/ |
| message_header_validator.h | 9 #include "mojo/public/cpp/bindings/bindings_export.h" 10 #include "mojo/public/cpp/bindings/message.h"
|
| native_struct_data_view.h | 8 #include "mojo/public/cpp/bindings/lib/native_struct_data.h" 9 #include "mojo/public/cpp/bindings/lib/serialization_context.h"
|
| pipe_control_message_handler_delegate.h | 9 #include "mojo/public/cpp/bindings/disconnect_reason.h" 10 #include "mojo/public/cpp/bindings/interface_id.h"
|
| string_data_view.h | 8 #include "mojo/public/cpp/bindings/lib/array_internal.h" 9 #include "mojo/public/cpp/bindings/lib/serialization_context.h"
|
| string_traits_wtf.h | 8 #include "mojo/public/cpp/bindings/lib/bindings_internal.h" 9 #include "mojo/public/cpp/bindings/string_traits.h"
|
| /external/libmojo/mojo/public/js/ |
| constants.cc | 9 const char kBindingsModuleName[] = "mojo/public/js/bindings"; 18 "mojo/public/interfaces/bindings/interface_control_messages.mojom";
|
| /external/libmojo/ui/gfx/range/mojo/ |
| BUILD.gn | 5 import("//mojo/public/tools/bindings/mojom.gni") 35 "//mojo/public/cpp/bindings",
|
| /packages/apps/Dialer/java/com/android/incallui/bindings/ |
| InCallUiBindingsStub.java | 17 package com.android.incallui.bindings; 23 /** Default implementation for InCallUi bindings. */
|
| /packages/apps/Dialer/java/com/android/incallui/incall/bindings/ |
| InCallBindings.java | 17 package com.android.incallui.incall.bindings; 22 /** Bindings for the in call module. */
|