HomeSort by relevance Sort by last modified time
    Searched refs:binding (Results 126 - 150 of 700) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
OptionalBinder.java 29 import com.google.inject.Binding;
74 * <b>Warning: Even if setBinding is called, the default binding
79 * {@code null}. If it does, the Optional bindings will be absent. Binding
81 * to fall back to the setDefault binding.
84 * user-supplied binding of the same type. If no binding exists, the optionals
85 * will be absent. Otherwise, if a user-supplied binding of that type exists,
91 * is injected (unless the binding is also scoped, or an optional of provider is
95 * type. Each distinct annotation gets its own independent binding.
136 * will supply the DEFAULT_LOOKUP_URL. A user can change this value by binding
521 Binding<T> binding = null; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 97 Verify early binding for the outermost for-expression
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 97 Verify early binding for the outermost for-expression
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 97 Verify early binding for the outermost for-expression
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 97 Verify early binding for the outermost for-expression
114 Verify late binding for the outermost if-expression
122 Verify late binding for the innermost for-expression
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 142 inline VkVertexInputBindingDescription makeVertexInputBindingDescription (deUint32 binding, deUint32 stride, VkVertexInputRate inputRate)
145 res.binding = binding;
151 inline VkVertexInputAttributeDescription makeVertexInputAttributeDescription (deUint32 location, deUint32 binding, VkFormat format, deUint32 offset)
155 res.binding = binding;
225 inline VkDescriptorSetLayoutBinding makeDescriptorSetLayoutBinding (deUint32 binding, VkDescriptorType descriptorType, deUint32 descriptorCount, VkShaderStageFlags stageFlags, const VkSampler* pImmutableSamplers)
228 res.binding = binding;
  /external/elfutils/libasm/
libasm.h 145 GElf_Xword size, int type, int binding);
152 /* Define new common symbol NAME with given SIZE, VALUE, TYPE, and BINDING. */
155 int type, int binding);
asm_newcomsym.c 82 /* XXX Do we have to allow a different binding? */
83 result->binding = STB_GLOBAL;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_emit.c 361 unsigned vertex, binding; local
365 /* Note: since we use the binding table to keep track of buffer offsets
425 * appropriate binding table entry.
432 for (binding = 0; binding < key->num_transform_feedback_bindings;
433 ++binding) {
435 key->transform_feedback_bindings[binding];
444 binding == key->num_transform_feedback_bindings - 1 &&
451 ? BRW_SWIZZLE_WWWW : key->transform_feedback_swizzles[binding];
460 SURF_INDEX_SOL_BINDING(binding), /* binding_table_index *
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.h 210 write_descriptor_set(const DescriptorSet &set, uint32_t binding,
215 write_descriptor_set(const DescriptorSet &set, uint32_t binding,
220 write_descriptor_set(const DescriptorSet &set, uint32_t binding,
224 write_descriptor_set(const DescriptorSet &set, uint32_t binding,
228 const DescriptorSet &set, uint32_t binding, uint32_t array_element,
232 write_descriptor_set(const DescriptorSet &set, uint32_t binding,
911 Device::write_descriptor_set(const DescriptorSet &set, uint32_t binding,
918 write.dstBinding = binding;
927 Device::write_descriptor_set(const DescriptorSet &set, uint32_t binding,
934 write.dstBinding = binding;
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl 37 void bindInput(in InputBinding binding);
  /packages/apps/Messaging/src/com/android/messaging/ui/
BlockedParticipantsFragment.java 30 import com.android.messaging.datamodel.binding.Binding;
31 import com.android.messaging.datamodel.binding.BindingBase;
44 private final Binding<BlockedParticipantsData> mBinding =
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 299 * @param viewObject the view object to create an adapter binding for
301 * @return a binding, or null
322 * @param viewObject the view object to create an adapter binding for
324 * @return a binding, or null
367 AdapterBinding binding = new AdapterBinding(count); local
371 binding.addHeader(new ResourceReference(stripLayoutPrefix(header),
377 binding.addFooter(new ResourceReference(stripLayoutPrefix(footer),
389 binding.addItem(new DataBindingItem(layout, isFramework, 1));
394 binding.addItem(
398 binding.addItem
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
symtab.cc 55 elfcpp::STT type, elfcpp::STB binding,
65 this->binding_ = binding;
136 elfcpp::STB binding, elfcpp::STV visibility,
140 this->init_fields(name, version, type, binding, visibility, nonvis);
155 elfcpp::STB binding, elfcpp::STV visibility,
160 this->init_fields(name, version, type, binding, visibility, nonvis);
174 elfcpp::STT type, elfcpp::STB binding,
178 this->init_fields(name, version, type, binding, visibility, nonvis);
190 elfcpp::STT type, elfcpp::STB binding,
193 this->init_fields(name, version, type, binding, visibility, nonvis)
2262 elfcpp::STB binding = csym->binding(); local
2921 elfcpp::STB binding = sym->binding(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 474 binding=activeKeys[event]
475 extKeys[event]=binding
489 binding=self.GetOption('extensions',keysName,
492 extKeys[event]=binding
508 binding=self.GetOption('extensions',bindsName,
511 extBinds[event]=binding
518 keySetName - string, name of key binding set
519 eventStr - string, the virtual event we want the binding for,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split()
524 return binding
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 474 binding=activeKeys[event]
475 extKeys[event]=binding
489 binding=self.GetOption('extensions',keysName,
492 extKeys[event]=binding
508 binding=self.GetOption('extensions',bindsName,
511 extBinds[event]=binding
518 keySetName - string, name of key binding set
519 eventStr - string, the virtual event we want the binding for,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split()
524 return binding
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 474 binding=activeKeys[event]
475 extKeys[event]=binding
489 binding=self.GetOption('extensions',keysName,
492 extKeys[event]=binding
508 binding=self.GetOption('extensions',bindsName,
511 extBinds[event]=binding
518 keySetName - string, name of key binding set
519 eventStr - string, the virtual event we want the binding for,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split()
524 return binding
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 474 binding=activeKeys[event]
475 extKeys[event]=binding
489 binding=self.GetOption('extensions',keysName,
492 extKeys[event]=binding
508 binding=self.GetOption('extensions',bindsName,
511 extBinds[event]=binding
518 keySetName - string, name of key binding set
519 eventStr - string, the virtual event we want the binding for,
523 binding=self.GetOption('keys',keySetName,eventName,default='').split()
524 return binding
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 586 * default list item binding is used.
613 AdapterBinding binding = LayoutMetadata.getNodeBinding(viewObject, uiNode); local
614 if (binding != null) {
615 return binding;
620 AdapterBinding binding = LayoutMetadata.getNodeBinding(viewObject, map); local
621 if (binding != null) {
622 return binding;
633 // binding.
642 // that could break if we add our own list binding, so for these leave the list
649 AdapterBinding binding = new AdapterBinding(count) local
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
BindingGraphValidator.java 232 * @param keysInPath the binding keys corresponding to the dependency requests in
233 * {@code bindingPath}, but in reverse order: the first element is the binding key from the
257 // If request has already been resolved, avoid re-traversing the binding path.
262 validateResolvedBinding(bindingPath, resolvedRequest.binding());
264 for (Binding binding : resolvedRequest.binding().bindings()) {
265 for (DependencyRequest nextRequest : binding.implicitDependencies()) {
275 * Validates that the set of bindings resolved is consistent with the type of the binding, and
289 if (any(contributionBindings, Binding.Type.MEMBERS_INJECTION))
    [all...]
Binding.java 46 * An abstract type for classes representing a Dagger binding. Particularly, contains the
47 * {@link Element} that generated the binding and the {@link DependencyRequest} instances that are
48 * required to satisfy the binding, but leaves the specifics of the <i>mechanism</i> of the binding
54 abstract class Binding {
57 * The subtype of this binding.
59 enum Type implements Predicate<Binding> {
60 /** A binding with this type is a {@link ProvisionBinding}. */
62 /** A binding with this type is a {@link MembersInjectionBinding}. */
64 /** A binding with this type is a {@link ProductionBinding}. *
    [all...]
  /external/autotest/client/deps/fakemodem/src/
Makefile 23 dbus-binding-tool --mode=glib-server --prefix=fakemodem \
  /external/guice/core/src/com/google/inject/spi/
DefaultBindingTargetVisitor.java 19 import com.google.inject.Binding;
23 * #visitOther(Binding)}, returning its result.
36 protected V visitOther(Binding<? extends T> binding) {
74 // TODO(cushon): remove raw (Binding) cast when we don't care about javac 6 anymore
75 return visitOther((Binding<? extends T>) (Binding) providerBinding);
  /external/webrtc/webrtc/p2p/base/
relayserver.h 113 // Adds/Removes the a connection or binding.
116 void RemoveBinding(RelayServerBinding* binding);
122 void OnTimeout(RelayServerBinding* binding);
132 // part of one and only one binding.
135 RelayServerConnection(RelayServerBinding* binding,
140 RelayServerBinding* binding() { return binding_; } function in class:cricket::RelayServerConnection
196 // Adds/Removes a connection into the binding.
200 // We keep track of the use of each binding. If we detect that it was not
  /packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
Binding.java 17 package com.android.messaging.datamodel.binding;
21 public class Binding<T extends BindableData> extends BindingBase<T> {
30 * Initialize a binding instance - the owner is typically the containing class
32 Binding(final Object owner) {
74 // Check both this binding and the data not already bound
76 throw new IllegalStateException("already bound when binding to " + data);
86 // Check this binding is bound and that data is bound to this binding

Completed in 3658 milliseconds

1 2 3 4 56 7 8 91011>>