HomeSort by relevance Sort by last modified time
    Searched full:bindings (Results 201 - 225 of 2212) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl_traits.h 14 #include "mojo/public/cpp/bindings/struct_traits.h"
15 #include "mojo/public/cpp/bindings/tests/struct_with_traits_impl.h"
16 #include "mojo/public/interfaces/bindings/tests/struct_with_traits.mojom.h"
48 // See src/mojo/public/interfaces/bindings/tests/struct_with_traits.mojom.
103 // See src/mojo/public/interfaces/bindings/tests/struct_with_traits.mojom.
router_test_util.cc 5 #include "mojo/public/cpp/bindings/tests/router_test_util.h"
11 #include "mojo/public/cpp/bindings/lib/message_builder.h"
12 #include "mojo/public/cpp/bindings/tests/message_queue.h"
  /external/python/cpython2/Doc/library/
othergui.rst 12 is a set of bindings for the `GTK <http://www.gtk.org/>`_ widget set. It
15 good Python-specific reference documentation. There are also bindings to
23 for generating bindings for C++ libraries as Python classes, and
24 is specifically designed for Python. The *PyQt3* bindings have a
27 Rempt. The *PyQt4* bindings also have a book, `Rapid GUI Programming
  /prebuilts/ndk/r16/sources/third_party/shaderc/
CHANGES 5 - Add options for automatically set bindings for (uniform) resources that
6 don't have bindings set in shader source.
9 - Add option to use HLSL resource register numbers for bindings.
16 - Add option to automatically assign bindings to uniform variables
19 - README mentions language bindings provided by 3rd parties.
  /external/libmojo/mojo/public/tools/bindings/
mojom.gni 17 mojom_generator_root = "//mojo/public/tools/bindings"
42 "//mojo/public/tools/bindings/chromium_bindings_configuration.gni",
43 "//mojo/public/tools/bindings/blink_bindings_configuration.gni",
47 [ "//mojo/public/tools/bindings/chromium_bindings_configuration.gni" ]
84 # Generates targets for building C++, JavaScript and Java bindings from mojom
92 # C++ and Javascript bindings. Other mojom targets should also depend on
96 # C++ bindings using Blink standard types.
99 # Java bindings.
135 # If set to true, only the C++ bindings targets will be generated.
138 # needed so that bindings which are linked with a component can use the sam
    [all...]
  /external/guice/core/src/com/google/inject/
PrivateModule.java 35 * A module whose configuration information is hidden from its environment by default. Only bindings
37 * This module may expose the bindings it creates and the bindings of the modules it installs.
40 * {@link Binder#install install()}. Its bindings live in a new environment that inherits bindings,
45 * <p>Guice EDSL bindings can be exposed with {@link #expose(Class) expose()}. {@literal @}{@link
46 * com.google.inject.Provides Provides} bindings can be exposed with the {@literal @}{@link
70 * injectors}. When it can satisfy their dependencies, just-in-time bindings will be created in the
71 * root environment. Such bindings are shared among all environments in the tree.
78 * access to bindings in the root environment. An explicit binding that injects the {@code Injector
    [all...]
  /external/guice/core/test/com/google/inject/
DuplicateBindingsTest.java 40 * A suite of tests for duplicate bindings.
57 List<Key<?>> bindings = Lists.newArrayList(injector.getAllBindings().keySet()); local
58 removeBasicBindings(bindings);
61 assertTrue(bindings.remove(Key.get(Foo.class, named("instance"))));
62 assertTrue(bindings.remove(Key.get(Foo.class, named("pInstance"))));
63 assertTrue(bindings.remove(Key.get(Foo.class, named("pKey"))));
64 assertTrue(bindings.remove(Key.get(Foo.class, named("linkedKey"))));
65 assertTrue(bindings.remove(Key.get(FooImpl.class)));
66 assertTrue(bindings.remove(Key.get(Foo.class, named("constructor"))));
67 assertTrue(bindings.remove(Key.get(FooProvider.class))); // JIT bindin
    [all...]
  /external/autotest/client/common_lib/cros/
policy.py 15 As the python bindings for the protobufs used in policies are built as a part
29 @param proto_binding_location: the location of generated python bindings
40 # Pull in protobuf bindings.
76 @param proto_binding_location: the location of generated python bindings
86 # Pull in protobuf bindings.
123 @param proto_binding_location: the location of generated python bindings
135 # Pull in protobuf bindings.
  /external/libmojo/mojo/public/cpp/bindings/
associated_binding.h 20 #include "mojo/public/cpp/bindings/associated_interface_ptr_info.h"
21 #include "mojo/public/cpp/bindings/associated_interface_request.h"
22 #include "mojo/public/cpp/bindings/bindings_export.h"
23 #include "mojo/public/cpp/bindings/connection_error_callback.h"
24 #include "mojo/public/cpp/bindings/interface_endpoint_client.h"
25 #include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
26 #include "mojo/public/cpp/bindings/scoped_interface_endpoint_handle.h"
  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_util.h 10 #include "mojo/public/cpp/bindings/bindings_export.h"
11 #include "mojo/public/cpp/bindings/lib/bindings_internal.h"
12 #include "mojo/public/cpp/bindings/lib/serialization_util.h"
13 #include "mojo/public/cpp/bindings/lib/validate_params.h"
14 #include "mojo/public/cpp/bindings/lib/validation_context.h"
15 #include "mojo/public/cpp/bindings/lib/validation_errors.h"
16 #include "mojo/public/cpp/bindings/message.h"
  /external/python/cpython2/Lib/idlelib/
macosxSupport.py 129 from idlelib import Bindings
132 closeItem = Bindings.menudefs[0][1][-2]
137 del Bindings.menudefs[0][1][-3:]
138 Bindings.menudefs[0][1].insert(6, closeItem)
142 del Bindings.menudefs[-1][1][0:2]
145 del Bindings.menudefs[-2][1][0]
198 Bindings.menudefs.insert(0,
206 Bindings.menudefs[0][1].append(
215 del Bindings.menudefs[-1][1][0]
  /external/clang/include/clang/StaticAnalyzer/Core/
Analyses.def 40 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
41 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
42 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingGraph.java 87 * their bindings are used in this graph. For graphs representing top-level {@link Component
210 // Bindings for subcomponent builders.
220 // Collect transitive module bindings.
222 for (ContributionBinding binding : moduleDescriptor.bindings()) {
264 Iterable<? extends B> bindings) {
267 for (B binding : bindings) {
298 * Looks up the bindings associated with a given dependency request and returns them.
300 * <p>Requests for {@code Map<K, V>} for which there are only bindings for
304 * <p>If there are no explicit bindings for a contribution, looks for implicit
316 // Map<K, Provider<V>> or Map<K, Producer<V>>, and grab their explicit bindings
    [all...]
  /external/guice/core/src/com/google/inject/internal/
BindingImpl.java 68 throw new UnsupportedOperationException("getProvider() not supported for module bindings");
85 * Is this a constant binding? This returns true for constant bindings as
86 * well as toInstance() bindings.
  /external/libmojo/base/android/library_loader/
library_loader_hooks.h 43 // the callbacks needed by the loader. Any application specific JNI bindings
49 // libraries are loaded. The hook function should register the JNI bindings
59 // should register the JNI bindings required to start the application.
  /external/llvm/bindings/go/llvm/
IRBindings.h 1 //===- IRBindings.h - Additional bindings for IR ----------------*- C++ -*-===//
10 // This file defines additional C bindings for the IR component.
33 // values, and the Go bindings expose all of the LLVM attributes, some of which
  /frameworks/base/libs/hwui/renderstate/
TextureState.h 49 * All texture bindings must be performed with this method or
56 * All texture bindings must be performed with this method or
89 // Caches texture bindings for the GL_TEXTURE_2D target
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Analyses.def 41 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
42 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
43 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/
Analyses.def 41 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
42 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
43 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/
Analyses.def 41 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
42 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
43 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/
Analyses.def 42 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
43 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
44 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/
Analyses.def 42 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
43 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
44 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/
Analyses.def 42 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
43 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
44 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/
Analyses.def 42 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
43 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
44 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
Analyses.def 41 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every statement")
42 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic block")
43 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")

Completed in 1334 milliseconds

1 2 3 4 5 6 7 891011>>