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

1 2 3 45 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/internal/
InjectorShell.java 235 public Injector get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked)
263 public Logger get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) {
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/flags/
flags.go 22 Shared = flag.Bool("shared", false, "generate code that can be linked into a shared library")
  /prebuilts/go/darwin-x86/src/runtime/
cgo.go 11 // Filled in by runtime/cgo when linked into binary.
mfixalloc.go 39 // A generic linked list of blocks. (Typically the block is bigger than sizeof(MLink).)
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 84 // However, the result of the bug linked to at the top is that we'll
  /prebuilts/go/linux-x86/src/cmd/asm/internal/flags/
flags.go 22 Shared = flag.Bool("shared", false, "generate code that can be linked into a shared library")
  /prebuilts/go/linux-x86/src/runtime/
cgo.go 11 // Filled in by runtime/cgo when linked into binary.
mfixalloc.go 39 // A generic linked list of blocks. (Typically the block is bigger than sizeof(MLink).)
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 84 // However, the result of the bug linked to at the top is that we'll
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 69 // function. It doesn't require that the hash function in question be linked
81 // if the hash function is not linked into the binary.
92 // Available reports whether the given hash function is linked into the binary.
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 69 // function. It doesn't require that the hash function in question be linked
81 // if the hash function is not linked into the binary.
92 // Available reports whether the given hash function is linked into the binary.
  /external/ImageMagick/scripts/
format_c_api_docs 539 $html .= linked( $keyword, $keywords{$keyword} );
644 sub linked { subroutine
  /external/swiftshader/third_party/LLVM/utils/
codegen-diff 95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
  /external/v8/tools/
consarray.js 34 * That's why we avoid copying memory and insead build a linked list
  /prebuilts/go/darwin-x86/src/cmd/link/
linkbig_test.go 6 // successfully linked even when there are very large text
  /prebuilts/go/linux-x86/src/cmd/link/
linkbig_test.go 6 // successfully linked even when there are very large text
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/
ecc.md 147 When a program is linked with a library, whether statically or using
180 linked with the Library has the freedom and the wherewithal to run
199 prepared so as to be conveniently linked with application programs
316 linked with it, is called a "work that uses the Library". Such a
330 linked without the Library, or if the work is itself a library. The
343 whether or not they are linked directly with the Library itself.
363 Sections 1 and 2 above); and, if the work is an executable linked
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.ec/
ecc.md 147 When a program is linked with a library, whether statically or using
180 linked with the Library has the freedom and the wherewithal to run
199 prepared so as to be conveniently linked with application programs
316 linked with it, is called a "work that uses the Library". Such a
330 linked without the Library, or if the work is itself a library. The
343 whether or not they are linked directly with the Library itself.
363 Sections 1 and 2 above); and, if the work is an executable linked
  /external/deqp/external/openglcts/modules/gles31/
es31cSeparateShaderObjsTests.cpp 96 * * Test with program that isn't linked succesfully. Expect INVALID_OPERATION
111 * * Test with nonexistent/deleted/unsuccesfully linked program. Expect
219 * * Test with unsuccesfully linked program. Expect INVALID_OPERATION GL error.
299 * * Test that unsuccesfully linked program cannot be made part of a program
539 int linked = GL_FALSE; local
543 gl.getProgramiv(program, GL_LINK_STATUS, &linked);
546 return (program != 0) && (separable == expectedSep) && (linked == expectedLink);
809 // Program that is not successfully linked
2021 int linked = GL_FALSE; local
2631 int linked = GL_FALSE; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 68 /* note that 'right' is used by the tree node allocator as a ptr for linked list */
301 int linked; /* Has a FoLink already been established? */ member in struct:RuleRefNode::_rrnode
  /external/golang-protobuf/ptypes/
any.go 88 // type isn't linked in.
97 return nil, fmt.Errorf("any: message type %q isn't linked in", aname)
  /external/libvpx/libvpx/build/make/
iosbuild.sh 281 --test-link: Confirms all targets can be linked. Functionally identical to
  /external/llvm/utils/
codegen-diff 95 by running B<objdump> on the B<llc> compiled and linked binary. You need to
  /external/swiftshader/src/OpenGL/libGL/
Program.h 195 bool linked; member in class:gl::Program
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
symbol.go 32 // is not set for symbols defined by the packages being linked or by symbols
276 // SortSub sorts a linked-list (by Sub) of *Symbol by Value.

Completed in 406 milliseconds

1 2 3 45 6 7 8 91011>>