HomeSort by relevance Sort by last modified time
    Searched refs:linked (Results 1 - 25 of 347) 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,
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
DalCheck.java 20 public boolean linked; field in class:DalCheck
  /external/kotlinc/bin/
kotlinc 21 local linked="$(readlink "$source")"
22 local dir="$(cd -P $(dirname "$source") && cd -P $(dirname "$linked") && pwd)"
23 source="$dir/$(basename "$linked")"
  /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.27/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.
  /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)
  /external/llvm/test/tools/dsymutil/X86/
empty_range.s 59 # debug map object isn't found. Check that we only linked one file.
  /external/mesa3d/src/compiler/glsl/
link_functions.cpp 41 call_link_visitor(gl_shader_program *prog, gl_linked_shader *linked,
48 this->linked = linked;
82 * final linked shader. If it does, use it as the target of the call.
85 find_matching_signature(name, &callee->parameters, linked->symbols);
92 * linked. If it's not found there, return an error.
110 /* Find the prototype information in the linked shader. Generate any
113 ir_function *f = linked->symbols->get_function(name);
115 f = new(linked) ir_function(name);
117 /* Add the new function to the linked IR. Put it at the en
302 gl_linked_shader *linked; member in class:__anon29190::call_link_visitor
    [all...]
  /toolchain/binutils/binutils-2.27/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.27/ld/testsuite/ld-cris/
expdyn2.d 7 # Programs linked with --export-dynamic threw away .rela.got for exported
  /external/curl/docs/cmdline-opts/
pubkey.d 13 this public key extraction requires libcurl to be linked against a copy of
14 libssh2 1.2.8 or higher that is itself linked against OpenSSL.)
  /hardware/qcom/audio/hal/
audio_perf.cpp 67 Return<bool> linked = gPowerHal_->linkToDeath( local
69 if (!linked.isOk()) {
71 linked.description().c_str());
73 } else if (!linked) {
  /external/e2fsprogs/contrib/android/
Android.mk 4 # Build statically linked e2fsdroid for recovery

Completed in 365 milliseconds

1 2 3 4 5 6 7 8 91011>>