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

1 2 3 4 56 7 8 91011>>

  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
  /external/c-ares/
configure     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 219 // which must be in the same linked list as the jump instruction.
221 // The Progs for a given function are arranged in a list linked through the Link field.
232 Link *Prog // next Prog in linked list
575 // should be linked into the final binary, even if there are no other
582 // text is unreachable by the linked program.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 219 // which must be in the same linked list as the jump instruction.
221 // The Progs for a given function are arranged in a list linked through the Link field.
232 Link *Prog // next Prog in linked list
575 // should be linked into the final binary, even if there are no other
582 // text is unreachable by the linked program.
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 721 ShadowFrame* linked = deopt_frame; local
722 while (linked->GetLink() != nullptr) {
723 linked = linked->GetLink();
725 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " "
726 << ArtMethod::PrettyMethod(linked->GetMethod());
739 // Push a transition back into managed code onto the linked list in thread.
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp     [all...]
Program.h 309 bool linked; member in class:es2::Program
  /external/v8/benchmarks/
richards.js 253 * @param {TaskControlBlock} link the preceding block in the linked block list
508 * Besides carrying data, packets form linked lists and are hence used both as
510 * @param {Packet} link the tail of the linked list of packets
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c 493 * linked to same token number.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 76 directory and linked properly.
364 Cgo provides a way for Go programs to call C code linked into the same
541 they need to be linked into the final binary, along with the libraries
622 objects that can be linked directly into the binary is limited (other
718 other object files that will be linked with go.o.
778 What happens at link time depends on whether the final binary is linked
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 76 directory and linked properly.
364 Cgo provides a way for Go programs to call C code linked into the same
541 they need to be linked into the final binary, along with the libraries
622 objects that can be linked directly into the binary is limited (other
718 other object files that will be linked with go.o.
778 What happens at link time depends on whether the final binary is linked
    [all...]
  /build/make/core/
java_common.mk 244 # shared libraries, allowing them to make use of the code in the linked apk.
354 # shared libraries, allowing them to make use of the code in the linked apk.
  /frameworks/base/services/core/jni/
com_android_server_location_GnssLocationProvider.cpp 1056 hardware::Return<bool> linked = gnssHal->linkToDeath( local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
func.go 38 freeValues *Value // free Values linked by argstorage[0]. All other fields except ID are 0/nil.
39 freeBlocks *Block // free Blocks linked by succstorage[0].b. All other fields except ID are 0/nil.
dom.go 153 // implement bucket as a linked list implemented
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
func.go 38 freeValues *Value // free Values linked by argstorage[0]. All other fields except ID are 0/nil.
39 freeBlocks *Block // free Blocks linked by succstorage[0].b. All other fields except ID are 0/nil.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 11 linked against libpython. In this situation, almost every item of data is a
36 possible: for a dynamically linked python binary, when the process starts in
    [all...]
  /external/ImageMagick/coders/
xcf.c 145 linked,
823 outLayer->linked = ReadBlobMSBLong(image);
143 linked, member in struct:__anon12829
    [all...]
  /external/harfbuzz_ng/win32/
config-msvc.mak 3 # You may change these lines to customize the .lib files that will be linked to
  /external/libunwind/doc/
libunwind-ptrace.tex 65 the callback routines will be linked into the application, even if
  /external/llvm/bindings/go/llvm/
target.go 94 // for JIT applications to ensure that the target gets linked in correctly.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
config.go 160 // mustLinkExternal reports whether the program being linked requires
link.go 58 // is not set for symbols defined by the packages being linked or by symbols
  /prebuilts/go/darwin-x86/src/runtime/
lock_sema.go 70 // l->waitm points to a linked list of M's waiting

Completed in 1834 milliseconds

1 2 3 4 56 7 8 91011>>