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

1 2 3 4 5 6 7

  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/model/
DalCheck.java 20 public boolean linked; field in class:DalCheck
  /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/guice/core/src/com/google/inject/internal/
InternalFactory.java 32 * @param linked true if getting as a result of a linked binding
36 T get(InternalContext context, Dependency<?> dependency, boolean linked)
ConstantFactory.java 32 public T get(InternalContext context, Dependency<?> dependency, boolean linked)
ExposedKeyFactory.java 54 public T get(InternalContext context, Dependency<?> dependency, boolean linked)
57 return delegate.getInternalFactory().get(context, dependency, linked);
InternalFactoryToProviderAdapter.java 36 public T get(InternalContext context, Dependency<?> dependency, boolean linked)
FactoryProxy.java 26 * a linked binding, so that getting the linked binding returns the link's factory.
56 public T get(InternalContext context, Dependency<?> dependency, boolean linked)
InternalFactoryToInitializableAdapter.java 45 public T get(InternalContext context, Dependency<?> dependency, boolean linked)
InternalProviderInstanceBindingImpl.java 110 public T get(final InternalContext context, final Dependency<?> dependency, boolean linked)
147 final InternalContext context, final Dependency<?> dependency, boolean linked)
BoundProviderFactory.java 55 public T get(InternalContext context, Dependency<?> dependency, boolean linked)
  /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);
  /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:__anon33004::call_link_visitor
    [all...]
opt_array_splitting.cpp 104 bool get_split_list(exec_list *instructions, bool linked);
272 bool linked)
276 /* If the shaders aren't linked yet, we can't mess with global
279 if (!linked) {
448 optimize_split_arrays(exec_list *instructions, bool linked)
451 if (!refs.get_split_list(instructions, linked))
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
empty_range.s 59 # debug map object isn't found. Check that we only linked one file.
  /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.)
  /build/make/core/
allowed_ndk_types.mk 10 # my_allowed_ndk_types: Types of NDK modules that may be linked.
11 # my_warn_ndk_types: Types of NDK modules that shouldn't be linked, but are.
39 # The "none" link type indicates that nothing is actually linked. Since
49 # Libaries that don't use the STL can be linked to anything.
53 # Since nothing was actually linked for the static library, it is up to the
54 # first linked library in the dependency chain which gets used.
69 # Modules linked to a shared STL can only use another shared STL.
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 9 # dll - will create a dynamically linked library
27 # Don't call udata_setAppData unless we are linked with the data
  /build/soong/android/
rule_builder_test.go 50 FlagWithOutput("-o ", PathForOutput(ctx, "linked"))
62 // commands: "ld a.o b.o -o out/linked && echo success"
65 // outputs: ["out/linked"]
128 out := PathForOutput(ctx, "linked")
134 rule.Install(out, "/bin/linked")
135 rule.Install(out, "/sbin/linked")
140 // rule.Installs().String() = "out/linked:/bin/linked out/linked:/sbin/linked"
    [all...]
  /external/selinux/libsemanage/src/
conf-scan.l 49 save-linked return SAVE_LINKED;
61 "[verify linked]" return VERIFY_LINKED_START;
  /external/syzkaller/prog/
parse_test.go 96 [ 2351.935478] Modules linked in:
100 [ 2351.935478] Modules linked in:
106 [ 2351.935478] Modules linked in:
  /build/soong/cmd/host_bionic_inject/
host_bionic_inject_test.go 38 // linkerGold returns an example elf.File from a linker binary that was linked
64 // linkerLld returns an example elf.File from a linker binary that was linked
110 name: "good gold-linked linker",
115 name: "good lld-linked linker",
  /external/jemalloc/bin/
jemalloc-config.in 22 --libs : Print libraries jemalloc was linked against.
  /external/jemalloc_new/bin/
jemalloc-config.in 23 --libs : Print libraries jemalloc was linked against.

Completed in 711 milliseconds

1 2 3 4 5 6 7