HomeSort by relevance Sort by last modified time
    Searched refs:linked (Results 1 - 25 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/windows/sdl2/test/
testver.c 13 /* Test program to compare the compile-time version of SDL with the linked
27 SDL_version linked; local
41 SDL_GetVersion(&linked);
42 SDL_Log("Linked version: %d.%d.%d.%d (%s)\n",
43 linked.major, linked.minor, linked.patch,
  /external/mesa3d/src/glsl/
link_functions.cpp 39 call_link_visitor(gl_shader_program *prog, gl_shader *linked,
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 IR. Put it at the en
236 gl_shader *linked; member in class:call_link_visitor
    [all...]
  /external/selinux/libsepol/include/sepol/
module_to_cil.h 6 int sepol_module_policydb_to_cil(FILE *fp, struct policydb *pdb, int linked);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badlop.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badfil1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badfixo.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badloc.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badquot.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badrx3.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bstab1.s 1 % The .text contents is supposed to be linked --oformat binary with
b-fixo2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-post1.s 1 % The .text contents is supposed to be linked --oformat binary, and will
start4.s 3 # anything so whatever is linked will be discarded.
b-badfil2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badm2.s 1 % The .text contents is supposed to be linked --oformat binary with
b-badmain.s 1 % The .text contents is supposed to be linked --oformat binary with
b-bend.s 1 % The .text contents is supposed to be linked --oformat binary with
  /external/guice/core/src/com/google/inject/internal/
InternalFactory.java 31 * @param linked true if getting as a result of a linked binding
36 T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
ConstantFactory.java 33 public T get(Errors errors, InternalContext context, Dependency dependency, boolean linked)
ExposedKeyFactory.java 52 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
54 return delegate.getInternalFactory().get(errors, context, dependency, linked);
  /external/llvm/test/tools/dsymutil/X86/
empty_range.s 59 # debug map object isn't found. Check that we only linked one file.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.s 1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
expdyn2.d 7 # Programs linked with --export-dynamic threw away .rela.got for exported

Completed in 868 milliseconds

1 2 3 4 5 6 7 8 91011>>