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

1 2 34 5 6 7 8 91011>>

  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/source/local/
DigitalAssetLinksRepository.java 90 dalCheck.linked = true;
121 if (dalCheck == null || !dalCheck.linked) {
  /external/ImageMagick/MagickCore/
Android.mk 27 linked-list.c\
  /external/libunwind/doc/
unw_backtrace.tex 32 calling \Func{backtrace}() is linked against \Prog{libunwind}, it may end up
  /external/llvm/test/MC/ARM/
eh-directive-section.s 85 @ This section should linked with .TEST1 section.
144 @ This section should linked with TEST2 section.
eh-directive-text-section.s 58 @ Check the linked section of the EXIDX section. This should be the index
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 36 linked for standalone test programs. The set of calls and the
  /prebuilts/go/darwin-x86/doc/play/
peano.go 1 // Peano integers are represented by a linked
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
main.go 15 // the itab hashmap yet (so the entire linked list must be searched).
  /prebuilts/go/darwin-x86/src/cmd/asm/
doc.go 39 Generate code that can be linked into a shared library.
  /prebuilts/go/darwin-x86/src/container/list/
list.go 5 // Package list implements a doubly linked list.
14 // Element is an element of a linked list.
16 // Next and previous pointers in the doubly-linked list of elements.
46 // List represents a doubly linked list.
  /prebuilts/go/darwin-x86/src/os/signal/internal/pty/
pty.go 41 // Open returns a master pty and the name of the linked slave tty.
  /prebuilts/go/darwin-x86/src/reflect/
tostring_test.go 6 // Not defined as methods so they do not need to be linked into most binaries;
  /prebuilts/go/linux-x86/doc/play/
peano.go 1 // Peano integers are represented by a linked
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
main.go 15 // the itab hashmap yet (so the entire linked list must be searched).
  /prebuilts/go/linux-x86/src/cmd/asm/
doc.go 39 Generate code that can be linked into a shared library.
  /prebuilts/go/linux-x86/src/container/list/
list.go 5 // Package list implements a doubly linked list.
14 // Element is an element of a linked list.
16 // Next and previous pointers in the doubly-linked list of elements.
46 // List represents a doubly linked list.
  /prebuilts/go/linux-x86/src/os/signal/internal/pty/
pty.go 41 // Open returns a master pty and the name of the linked slave tty.
  /prebuilts/go/linux-x86/src/reflect/
tostring_test.go 6 // Not defined as methods so they do not need to be linked into most binaries;
  /external/blktrace/btt/
inlines.h 164 if (iop->linked) {
169 return iop->linked;
174 if (iop->linked)
  /external/golang-protobuf/ptypes/
any_test.go 107 // that's a valid type_url for a message which shouldn't be linked into this
111 t.Errorf("got no error for an attempt to create a message of type %q, which shouldn't be linked in", a.TypeUrl)
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 48 // A gclink is a node in a linked list of blocks, like mlink,
70 list gclinkptr // linked list of free stacks
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 48 // A gclink is a node in a linked list of blocks, like mlink,
70 list gclinkptr // linked list of free stacks
  /bootable/recovery/updater/
Android.mk 109 # These libs are also linked in with updater, but we don't try to call
  /external/curl/docs/cmdline-opts/
version.d 8 libraries linked with the executable.
  /external/guice/core/src/com/google/inject/internal/
ConstructorBindingImpl.java 71 * only succeed if retrieved from a linked binding
257 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
261 if(failIfNotLinked && !linked) {

Completed in 451 milliseconds

1 2 34 5 6 7 8 91011>>