HomeSort by relevance Sort by last modified time
    Searched refs:bindings (Results 76 - 100 of 218) sorted by null

1 2 34 5 6 7 8 9

  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 127 Map<Key<?>, Binding<?>> bindings = injector.getBindings(); local
156 Set<Key<?>> missingBindings = Sets.difference(expectedBindings, bindings.keySet());
157 Set<Key<?>> extraBindings = Sets.difference(bindings.keySet(), expectedBindings);
159 assertTrue("There should be no missing bindings. Missing: " + missingBindings,
161 assertTrue("There should be no extra bindings. Extra: " + extraBindings,
446 "Map injection failed due to duplicated key \"a\", from bindings:",
449 "and key: \"b\", from bindings:",
761 * With overrides, we should get the union of all map bindings.
990 List<Binding<String>> bindings = injector.findBindingsByType(stringType); local
    [all...]
MultibinderTest.java 503 * really care about the underlying structure of those bindings, which are implementation details.
527 * really care about the underlying structure of those bindings, which are implementation details.
546 // little difficult to validate the dependencies & bindings, because they're
547 // bindings created internally within Multibinder.
708 // Guice will only guarantee this assertion if Multibinder ensures the bindings match.
732 // Guice will only guarantee this assertion if Multibinder ensures the bindings match.
751 // Guice will only guarantee this assertion if Multibinder ensures the bindings match.
782 // Guice will only guarantee this assertion if Multibinder ensures the bindings match.
1115 List<Binding<String>> bindings = FluentIterable.from(injector.findBindingsByType(stringType)) local
    [all...]
  /external/skia/src/gpu/vk/
GrVkProgram.cpp 158 const GrTextureAccess** bindings = textureBindings->push_back_n(numTextures); local
161 bindings[i] = &processor.textureAccess(i);
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 268 const vector<TextureBinding>& bindings = quadGrid.getTextures(); local
269 DE_ASSERT((int)bindings.size() <= MAX_TEXTURES);
272 for (int ndx = 0; ndx < (int)bindings.size(); ndx++)
274 const TextureBinding& binding = bindings[ndx];
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 13 import org.eclipse.jface.bindings.keys.KeyStroke;
  /external/libbrillo/brillo/glib/
dbus.cc 8 #include <dbus/dbus-glib-bindings.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentWriter.java 464 // No field needed if there are no owned bindings.
469 // No field needed for bindings with no dependencies or state.
476 Optional<String> bindingPackage = bindingPackageFor(resolvedBindings.bindings());
483 // note that here we rely on the order of the resolved bindings being from parent to child
717 // There's no field for inherited bindings.
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 309 Result renderAndGetPrimitives (deUint32 programGL, deUint32 tfPrimTypeGL, int numBindings, const glu::VertexArrayBinding* bindings, int numVertices) const;
334 typename TransformFeedbackHandler<AttribType>::Result TransformFeedbackHandler<AttribType>::renderAndGetPrimitives (deUint32 programGL, deUint32 tfPrimTypeGL, int numBindings, const glu::VertexArrayBinding* bindings, int numVertices) const
347 glu::draw(m_renderCtx, programGL, numBindings, bindings, glu::pr::Patches(numVertices));
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar 
  /external/expat/lib/
xmlparse.c 196 BINDING *bindings; member in struct:tag
947 /* moves list of bindings to freeBindingList */
949 moveToFreeBindingList(XML_Parser parser, BINDING *bindings)
951 while (bindings) {
952 BINDING *b = bindings;
953 bindings = bindings->nextTagBinding;
972 moveToFreeBindingList(parser, tag->bindings);
973 tag->bindings = NULL;
2502 BINDING *bindings = NULL; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 502 * Validate a renderbuffer attachment for a particular set of bindings.
508 unsigned bindings)
539 stObj->pt->nr_samples, bindings);
  /external/v8/test/mjsunit/es6/
block-let-semantics-sloppy.js 98 // Use before initialization with check for eval-shadowed bindings.
block-let-semantics.js 100 // Use before initialization with check for eval-shadowed bindings.
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java 632 IntentBindRecord ib = r.record.bindings.get(r.record.intent);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 308 const std::vector<TextureBindingSp>& bindings = m_quadGrid.getTextures(); local
309 DE_ASSERT((int)bindings.size() <= MAX_TEXTURES);
312 for (int ndx = 0; ndx < (int)bindings.size(); ndx++)
314 const TextureBinding& binding = *bindings[ndx];
    [all...]

Completed in 989 milliseconds

1 2 34 5 6 7 8 9