Home
last modified time | relevance | path

Searched full:bindings (Results 1 – 25 of 3026) sorted by relevance

12345678910>>...122

/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_set_unittest.cc10 #include "mojo/public/cpp/bindings/associated_binding_set.h"
11 #include "mojo/public/cpp/bindings/binding_set.h"
12 #include "mojo/public/cpp/bindings/strong_binding_set.h"
13 #include "mojo/public/cpp/bindings/tests/bindings_test_base.h"
14 #include "mojo/public/interfaces/bindings/tests/ping_service.mojom.h"
15 #include "mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom.h"
109 BindingSet<PingService, int> bindings; in TEST_P() local
111 bindings.AddBinding(&impl, MakeRequest(&ping_a), 1); in TEST_P()
112 bindings.AddBinding(&impl, MakeRequest(&ping_b), 2); in TEST_P()
115 impl.set_ping_handler(ExpectContext(&bindings, 1)); in TEST_P()
[all …]
/external/google-fruit/include/fruit/impl/
Dcomponent.defn.h50 template <typename... Bindings>
51 inline Component<Params...>::Component(PartialComponent<Bindings...>&& partial_component) noexcept … in Component()
55 using Op = typename fruit::impl::meta::OpForComponent<Bindings...>::template ConvertTo<Comp>; in Component()
84 template <typename... Bindings>
86 …tialComponent<fruit::impl::Bind<AnnotatedI, AnnotatedC>, Bindings...> PartialComponent<Bindings...… in bind()
93 template <typename... Bindings>
95 inline PartialComponent<fruit::impl::RegisterConstructor<AnnotatedSignature>, Bindings...>
96 PartialComponent<Bindings...>::registerConstructor() { in registerConstructor()
103 template <typename... Bindings>
105 inline PartialComponent<fruit::impl::BindInstance<C, C>, Bindings...>
[all …]
/external/llvm-project/clang/test/Index/
Dcomment-xml-schema.c3 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
5 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
6 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
7 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
8 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
9 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
10 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
11 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
12 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
13 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
[all …]
/external/capstone/
D.gitignore26 bindings/python/build/
27 bindings/python/capstone.egg-info/
31 bindings/java/capstone.jar
34 bindings/ocaml/*.cmi
35 bindings/ocaml/*.cmx
36 bindings/ocaml/*.cmxa
37 bindings/ocaml/*.mli
38 bindings/ocaml/test
39 bindings/ocaml/test_arm
40 bindings/ocaml/test_arm64
[all …]
DHACK.TXT21 ├── bindings <- all bindings are under this dir
22 │   ├── java <- Java bindings + test code
23 │   ├── ocaml <- Ocaml bindings + test code
24 │   └── python <- Python bindings + test code
49 At the same time, for Java/Ocaml/Python bindings, be sure to always use
50 the bindings coming with the core to avoid potential incompatibility issue
52 See bindings/<language>/README for detail instructions on how to compile &
53 install the bindings.
89 Bindings:
90 - bindings/Makefile
[all …]
/external/clang/test/Index/
Dcomment-xml-schema.c3 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
5 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
6 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
7 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
8 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
9 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
10 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
11 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
12 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
13 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…
[all …]
/external/llvm-project/clang/test/Driver/
Dcuda-bindings.cu1 // Tests the bindings generated for a CUDA offloading target for different
20 // RUN: %clang -target powerpc64le-ibm-linux-gnu -ccc-print-bindings --cuda-gpu-arch=sm_30 %s 2>&1 \
23 // BIN-NOT: cuda-bindings-device-cuda-nvptx64
25 // BIN-NOT: cuda-bindings-device-cuda-nvptx64
27 // BIN-NOT: cuda-bindings-device-cuda-nvptx64
29 // BIN-NOT: cuda-bindings-device-cuda-nvptx64
35 // RUN: %clang -target powerpc64le-ibm-linux-gnu -ccc-print-bindings --cuda-gpu-arch=sm_30 %s -S 2>…
37 // ASM-DAG: # "nvptx64-nvidia-cuda" - "clang",{{.*}} output: "cuda-bindings-cuda-nvptx64-nvidia-cud…
38 // ASM-DAG: # "powerpc64le-ibm-linux-gnu" - "clang",{{.*}} output: "cuda-bindings.s"
43 // RUN: %clang -target powerpc64le-ibm-linux-gnu -ccc-print-bindings --cuda-gpu-arch=sm_30 --cuda-g…
[all …]
Dbindings.c2 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -no-integrated-as %s 2>&1 | FileChe…
3 // CHECK01: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
9 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only %s 2>&1 | FileCheck %…
10 // CHECK05: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
12 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only -x c++ %s 2>&1 | File…
13 // CHECK08: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
15 // RUN: %clang -target i386-apple-darwin9 -ccc-print-bindings %s -S -arch ppc 2>&1 | FileCheck %s -…
16 // CHECK11: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
18 // RUN: %clang -target powerpc-unknown-unknown -ccc-print-bindings %s -S 2>&1 | FileCheck %s --chec…
19 // CHECK12: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
[all …]
/external/libchrome/mojo/
DREADME.md8 Chrome), the fastest path forward will be to look at the bindings documentation
10 [**JavaScript**](#JavaScript-Bindings), or [**Java**](#Java-Bindings)) as well
12 [**Mojom IDL and bindings generator**](/mojo/public/tools/bindings/README.md).
23 abstraction of common IPC primitives, a message IDL format, and a bindings
30 ![Mojo Library Layering: Core on bottom, language bindings on top, public system support APIs in th…
34 the System APIs or Bindings APIs, a process must first initialize Mojo Core.
68 public (and not binary-stable) System and Bindings APIs.
91 system APIs is rare compared to the bindings APIs, but it is sometimes desirable
111 ## High-Level Bindings APIs
115 the bindings layer.
[all …]
/external/marisa-trie/
DMakefile.am9 bindings/Makefile \
10 bindings/perl/Makefile.PL \
11 bindings/perl/marisa.pm \
12 bindings/python/setup.py \
13 bindings/python/marisa.py \
14 bindings/ruby/extconf.rb \
15 bindings/*.cxx \
16 bindings/*.h \
17 bindings/*.i \
18 bindings/*/*.cxx \
[all …]
/external/angle/infra/config/generated/
Drealms.cfg9 bindings {
13 bindings {
17 bindings {
21 bindings {
25 bindings {
29 bindings {
33 bindings {
38 bindings {
43 bindings {
47 bindings {
[all …]
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/
Dinterface_definition.tmpl22 interface {{method|interface_response_name}} extends org.chromium.mojo.bindings.Callbacks.Callback{…
45 org.chromium.mojo.bindings.MessageHeader.NO_FLAG
47 org.chromium.mojo.bindings.MessageHeader.MESSAGE_EXPECTS_RESPONSE_FLAG
49 org.chromium.mojo.bindings.MessageHeader.MESSAGE_IS_RESPONSE_FLAG
54 {% if fully_qualified %}org.chromium.mojo.bindings.Interface.{% endif %}Manager<{{interface|name}},…
73 … org.chromium.mojo.bindings.MessageReceiverWithResponder messageReceiver) {
91 org.chromium.mojo.bindings.ServiceMessage messageWithHeader =
93 org.chromium.mojo.bindings.MessageHeader header = messageWithHeader.getHeader();
99 … case org.chromium.mojo.bindings.interfacecontrol.InterfaceControlMessagesConstants.RUN_MESSAGE_ID:
100 return org.chromium.mojo.bindings.InterfaceControlMessagesHelper.handleRun(
[all …]
Ddata_types_definition.tmpl6 org.chromium.mojo.bindings.BindingsHelper.UNION_SIZE
8 org.chromium.mojo.bindings.BindingsHelper.POINTER_SIZE
27 …org.chromium.mojo.bindings.Encoder encoder{{level + 1}} = encoder{{level}}.{{encodePointer}}({{var…
29 …{{encode(variable~'[i'~level~']', sub_kind, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE + '…
36 …org.chromium.mojo.bindings.Encoder encoder{{level + 1}} = encoder{{level}}.encoderForMap({{offset}…
46 …{{encode('keys'~level, kind.key_kind|array, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE', 0…
47 …el, kind.value_kind|array, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE + org.chromium.mojo.
59 org.chromium.mojo.bindings.Decoder decoder{{level+1}} = decoder{{level}}.readPointer({{offset}}, {{…
75 …{{decode('keys'~level, kind.key_kind|array, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE', 0…
78 …y('keys'~level~'.length'), 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE + org.chromium.mojo.
[all …]
/external/clang/test/Driver/
Dbindings.c2 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -no-integrated-as %s 2>&1 | FileChe…
3 // CHECK01: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
9 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only %s 2>&1 | FileCheck %…
10 // CHECK05: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
12 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only -x c++ %s 2>&1 | File…
13 // CHECK08: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing)
15 // RUN: %clang -target i386-apple-darwin9 -ccc-print-bindings %s -S -arch ppc 2>&1 | FileCheck %s -…
16 // CHECK11: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
18 // RUN: %clang -target powerpc-unknown-unknown -ccc-print-bindings %s -S 2>&1 | FileCheck %s --chec…
19 // CHECK12: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s"
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.hpp158 * amount of bindings points for tested target;
161 * - inspect if bindings were modified;
163 * - execute BindBufferBase for first half of bindings with NULL as <buffers>
164 * to unbind first half of bindings for tested target;
165 * - inspect if bindings were modified;
166 * - execute BindBufferBase for second half of bindings with NULL as <buffers>
167 * to unbind rest of bindings;
168 * - inspect if bindings were modified;
173 * - inspect if all bindings but first were modified;
178 * - inspect if bindings were modified;
[all …]
/external/guice/core/src/com/google/inject/
DInjector.java27 * for each type and uses bindings to inject them. This is the core of Guice, although you rarely
31 * <p>Contains several default bindings:
49 * <p>The injector's {@link #getBindings() internal bindings} are available for introspection. This
94 * Returns this injector's <strong>explicit</strong> bindings.
96 * <p>The returned map does not include bindings inherited from a {@link #getParent() parent
99 * bindings appear in user Modules.
106 * Returns a snapshot of this injector's bindings, <strong>both explicit and
107 * just-in-time</strong>. The returned map is immutable; it contains only the bindings that were
108 * present when {@code getAllBindings()} was invoked. Just-in-time bindings are only present if
110 * just-in-time bindings.
[all …]
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
DDuplicateBindingsValidator.java63 /** Reports errors for conflicting bindings with the same key. */
86 // If two unrelated subcomponents have the same duplicate bindings only because they install the in visitGraph()
94 // Only report each set of duplicate bindings once, ignoring the installed component. in visitGraph()
102 * Returns sets of duplicate bindings. Bindings are duplicates if they bind the same key and are
103 * visible from the same component. Two bindings that differ only in the component that owns them
105 * descendant component because it depends on local multibindings or optional bindings. Hence each
111 .flatMap(bindings -> mutuallyVisibleSubsets(bindings).stream()) in duplicateBindingSets()
119 bindingGraph.bindings().stream() in groupBindingsByKey()
125 * Returns the subsets of the input set that contain bindings that are all visible from the same
137 (componentPath, bindings) -> { in mutuallyVisibleSubsets()
[all …]
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DInterfaceControlMessagesHelper.java5 package org.chromium.mojo.bindings;
7 import org.chromium.mojo.bindings.Callbacks.Callback1;
8 import org.chromium.mojo.bindings.Interface.Manager;
9 import org.chromium.mojo.bindings.Interface.Proxy;
10 import org.chromium.mojo.bindings.interfacecontrol.InterfaceControlMessagesConstants;
11 import org.chromium.mojo.bindings.interfacecontrol.QueryVersionResult;
12 import org.chromium.mojo.bindings.interfacecontrol.RunInput;
13 import org.chromium.mojo.bindings.interfacecontrol.RunMessageParams;
14 import org.chromium.mojo.bindings.interfacecontrol.RunOrClosePipeInput;
15 import org.chromium.mojo.bindings.interfacecontrol.RunOrClosePipeMessageParams;
[all …]
/external/libchrome/mojo/public/cpp/bindings/lib/
Dserialization.h13 #include "mojo/public/cpp/bindings/array_traits_span.h"
14 #include "mojo/public/cpp/bindings/array_traits_stl.h"
15 #include "mojo/public/cpp/bindings/lib/array_serialization.h"
16 #include "mojo/public/cpp/bindings/lib/bindings_internal.h"
17 #include "mojo/public/cpp/bindings/lib/buffer.h"
18 #include "mojo/public/cpp/bindings/lib/handle_serialization.h"
19 #include "mojo/public/cpp/bindings/lib/map_serialization.h"
20 #include "mojo/public/cpp/bindings/lib/string_serialization.h"
21 #include "mojo/public/cpp/bindings/lib/template_util.h"
22 #include "mojo/public/cpp/bindings/map_traits_flat_map.h"
[all …]
/external/swiftshader/src/Vulkan/
DVkPipelineLayout.cpp32 descriptorSets[0].bindings = bindingStorage; // Used in destroy() for deallocation. in PipelineLayout()
38 descriptorSets[i].bindings = bindingStorage; in PipelineLayout()
44 descriptorSets[i].bindings[j].descriptorType = setLayout->getDescriptorType(j); in PipelineLayout()
45 descriptorSets[i].bindings[j].offset = setLayout->getBindingOffset(j); in PipelineLayout()
46 descriptorSets[i].bindings[j].dynamicOffsetIndex = dynamicOffsetIndex; in PipelineLayout()
47 descriptorSets[i].bindings[j].descriptorCount = setLayout->getDescriptorCount(j); in PipelineLayout()
49 if(DescriptorSetLayout::IsDescriptorDynamic(descriptorSets[i].bindings[j].descriptorType)) in PipelineLayout()
65 …vk::deallocate(descriptorSets[0].bindings, pAllocator); // pushConstantRanges are in the same all… in destroy()
72 …vk::deallocate(descriptorSets[0].bindings, pAllocator); // pushConstantRanges are in the same all… in release()
103 return descriptorSets[setNumber].bindings[bindingNumber].dynamicOffsetIndex; in getDynamicOffsetIndex()
[all …]
/external/dagger2/java/dagger/internal/codegen/binding/
DBindingGraphFactory.java112 * @param createFullBindingGraph if {@code true}, the binding graph will include all bindings;
113 * otherwise it will include only bindings reachable from at least one entry point
143 // times assuming it is the exact same method. We do this by tracking a set of bindings in createLegacyBindingGraph()
163 // Collect bindings on the creator. in createLegacyBindingGraph()
191 // Collect transitive module bindings and multibinding declarations. in createLegacyBindingGraph()
193 explicitBindingsBuilder.addAll(moduleDescriptor.bindings()); in createLegacyBindingGraph()
222 // Resolve the keys for all bindings in all modules, stripping any multibinding contribution in createLegacyBindingGraph()
230 // Resolve all bindings for subcomponents, creating subgraphs for all subcomponents that have in createLegacyBindingGraph()
352 * Returns the resolved contribution bindings for the given {@link Key}:
355 * <li>All explicit bindings for:
[all …]
/external/libchrome/mojo/public/tools/bindings/
DREADME.md1 # Mojom IDL and Bindings Generator
8 Mojom is the IDL for Mojo bindings interfaces. Given a `.mojom` file, the
9 [bindings
10 generator](https://cs.chromium.org/chromium/src/mojo/public/tools/bindings/)
11 outputs bindings for all supported languages: **C++**, **JavaScript**, and
34 import("mojo/public/tools/bindings/mojom.gni")
108 generate bindings:
118 Generated C++ bindings will define a class interface `MoneyGenerator` in the
119 `business::stuff` namespace, while Java bindings will define an interface
121 bindings at this time are unaffected by module declarations.
[all …]
/external/capstone/suite/
Dtest_python.sh6 ../bindings/python/test.py > /tmp/$1
7 ../bindings/python/test_detail.py >> /tmp/$1
8 ../bindings/python/test_arm.py >> /tmp/$1
9 ../bindings/python/test_arm64.py >> /tmp/$1
10 ../bindings/python/test_mips.py >> /tmp/$1
11 ../bindings/python/test_ppc.py >> /tmp/$1
12 ../bindings/python/test_sparc.py >> /tmp/$1
13 ../bindings/python/test_x86.py >> /tmp/$1
/external/capstone/packages/rpm/
Dcapstone.spec41 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/java
[all …]
/external/libchrome/
DAndroid.bp1101 "mojo/public/interfaces/bindings/interface_control_messages.mojom",
1102 "mojo/public/interfaces/bindings/native_struct.mojom",
1103 "mojo/public/interfaces/bindings/pipe_control_messages.mojom",
1137 "mojo/public/cpp/bindings/lib/string_traits_wtf.cc",
1157 "mojo/public/cpp/bindings/tests/**/*",
1207 main: "mojo/public/tools/bindings/mojom_bindings_generator.py",
1210 "mojo/public/tools/bindings/**/*.py",
1216 "mojo/public/tools/bindings/generators/cpp_templates/*.tmpl",
1217 "mojo/public/tools/bindings/generators/java_templates/*.tmpl",
1218 "mojo/public/tools/bindings/generators/js_templates/*.tmpl",
[all …]

12345678910>>...122