Searched defs:linked (Results 1 - 25 of 25) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
H A DInternalFactory.java31 * @param linked true if getting as a result of a linked binding
36 T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
H A DConstantFactory.java33 public T get(Errors errors, InternalContext context, Dependency dependency, boolean linked) argument
H A DExposedKeyFactory.java52 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
54 return delegate.getInternalFactory().get(errors, context, dependency, linked);
H A DInternalFactoryToProviderAdapter.java37 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
H A DBoundProviderFactory.java56 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
H A DFactoryProxy.java26 * Used for a linked binding, so that getting the linked binding returns the link's factory.
52 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
H A DInternalFactoryToInitializableAdapter.java43 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
H A DProvidedByInternalFactory.java61 public T get(Errors errors, InternalContext context, Dependency dependency, boolean linked) argument
H A DInjectorShell.java235 public Injector get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
263 public Logger get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) { argument
H A DConstructorBindingImpl.java71 * only succeed if retrieved from a linked binding
257 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) argument
261 if(failIfNotLinked && !linked) {
/external/ImageMagick/scripts/
H A Dformat_c_api_docs539 $html .= linked( $keyword, $keywords{$keyword} );
644 sub linked { subroutine
/external/mesa3d/src/glsl/
H A Dlink_functions.cpp39 call_link_visitor(gl_shader_program *prog, gl_shader *linked, argument
46 this->linked = linked;
76 * final linked shader. If it does, use it as the target of the call.
79 find_matching_signature(name, &callee->parameters, &linked, 1,
87 * linked. If it's not found there, return an error.
100 /* Find the prototype information in the linked shader. Generate any
103 ir_function *f = linked->symbols->get_function(name);
105 f = new(linked) ir_function(name);
107 /* Add the new function to the linked I
236 gl_shader *linked; member in class:call_link_visitor
[all...]
H A Dopt_array_splitting.cpp101 bool get_split_list(exec_list *instructions, bool linked);
204 bool linked)
208 /* If the shaders aren't linked yet, we can't mess with global
211 if (!linked) {
356 optimize_split_arrays(exec_list *instructions, bool linked) argument
359 if (!refs.get_split_list(instructions, linked))
203 get_split_list(exec_list *instructions, bool linked) argument
H A Dglsl_parser_extras.cpp1014 * \param linked Is the shader linked? This enables
1022 * \c linked is \c true.
1028 do_common_optimization(exec_list *ir, bool linked, argument
1036 if (linked) {
1044 if (linked)
1051 if (linked)
1062 progress = optimize_split_arrays(ir, linked) || progress;
H A Dlinker.cpp28 * Given a set of shaders that are to be linked to generate a final program,
32 * type. All shaders of a particular type (e.g., vertex shaders) are linked
53 * In the final stage individual shader executables are linked to create a
425 * In addition, set the type of the linked variable to the
522 * FINISHME: without an initializer is linked in two different
785 * linked shader.
957 * Combine a group of shaders for a single stage to generate a linked shader
1060 gl_shader *linked = ctx->Driver.NewShader(NULL, 0, main->Type); local
1061 linked->ir = new(linked) exec_lis
[all...]
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp200 GrGLint linked = GR_GL_INIT_ZERO; local
201 GL_CALL(GetProgramiv(programID, GR_GL_LINK_STATUS, &linked));
202 if (!linked) {
220 return SkToBool(linked);
/external/swiftshader/src/OpenGL/libGL/
H A DProgram.h195 bool linked; member in class:gl::Program
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
H A DSpiUtils.java994 static <K, V> MapResult linked(K k, Class<? extends V> clazz) { method in class:SpiUtils
998 static <K, V> MapResult linked(K k, Key<? extends V> key) { method in class:SpiUtils
1056 static <T> BindResult<T> linked(Class<? extends T> clazz) { method in class:SpiUtils
1060 static <T> BindResult<T> linked(Key<? extends T> key) { method in class:SpiUtils
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp416 unsigned linked = program.cf_insn_linked[insn_num]; local
417 if(program.insns[linked]->opcode == SM4_OPCODE_ENDIF)
422 label_to_sm4_insn_num.push_back(std::make_pair(label, linked));
429 unsigned endif = program.cf_insn_linked[linked];
432 label_to_sm4_insn_num.push_back(std::make_pair(label, linked));
434 translate_insns(linked + 1, endif);
436 sm4_to_tgsi_insn_num[linked] = ureg_get_instruction_number(ureg);
440 translate_insns(insn_num + 1, linked);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h309 bool linked; member in class:es2::Program
/external/ImageMagick/coders/
H A Dxcf.c145 linked,
823 outLayer->linked = ReadBlobMSBLong(image);
143 linked, member in struct:__anon167
/external/blktrace/btt/
H A Dglobals.h163 int linked; member in struct:io
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1462 bool linked; member in class:deqp::egl::GLES2ThreadTest::Program
1472 , linked (false)
1650 program->linked = true;
2455 // Program that can be linked
2549 // Has program that can be linked
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c190 /* A linked list of all roles stored in the pdb
3789 // Convert base module that has been linked to CIL
3790 // Since it is linked, all optional blocks have been resolved
3925 int sepol_module_policydb_to_cil(FILE *fp, struct policydb *pdb, int linked) argument
4017 if (linked) {
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 622 milliseconds