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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/doc/
comment_test.go 170 {"javascript://is/not/linked", "javascript://is/not/linked"},
  /prebuilts/go/linux-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.
attribute.go 43 // (executable or shared library) being linked. Only relevant when
  /prebuilts/go/linux-x86/src/go/doc/
comment_test.go 170 {"javascript://is/not/linked", "javascript://is/not/linked"},
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.cpp     [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 371 t.Errorf("%s is not linked to anything matching %v", path, re)
413 // Build an executable that uses cgo linked against the shared runtime and check it
461 run(t, "executable linked to GOPATH library", "./bin/exe")
515 // was linked against in an unmapped section.
587 run(t, "executable linked to GOPATH library", "./bin/exe2")
595 run(t, "executable linked to GOPATH library", "./bin/exe3")
885 run(t, "running executable linked against library that contains same package as it", "./bin/implicitcmd")
  /prebuilts/go/linux-x86/misc/cgo/testshared/
shared_test.go 371 t.Errorf("%s is not linked to anything matching %v", path, re)
413 // Build an executable that uses cgo linked against the shared runtime and check it
461 run(t, "executable linked to GOPATH library", "./bin/exe")
515 // was linked against in an unmapped section.
587 run(t, "executable linked to GOPATH library", "./bin/exe2")
595 run(t, "executable linked to GOPATH library", "./bin/exe3")
885 run(t, "running executable linked against library that contains same package as it", "./bin/implicitcmd")
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/
Flat32.asm 125 ; Dummy function. Consume 2 API to make sure they can be linked.
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
TechNotes.txt 330 stack. The linked tail descriptor is re-pointed as discussed above. The head
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 77 var linked = gl.getProgramParameter(program, gl.LINK_STATUS);
78 if (!linked && !gl.isContextLost()) {
  /external/libunwind/doc/
libunwind-setjmp.tex 67 be linked against to ensure it uses the libunwind-based non-local
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 144 // autos are all linked into a ring.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 119 // Note: this flag generator is not properly linked up
  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 63 Ignore version mismatch in the linked archives.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
attribute.go 43 // (executable or shared library) being linked. Only relevant when
  /prebuilts/go/darwin-x86/src/runtime/
cgo_sigaction.go 13 // _cgo_sigaction is filled in by runtime/cgo when it is linked into the
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
addressed.go 144 // autos are all linked into a ring.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 119 // Note: this flag generator is not properly linked up
  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 63 Ignore version mismatch in the linked archives.
  /prebuilts/go/linux-x86/src/runtime/
cgo_sigaction.go 13 // _cgo_sigaction is filled in by runtime/cgo when it is linked into the
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/
Android.mk 75 # Need to make sure the unwinder is always linked with hidden visibility.
  /external/blktrace/btt/
globals.h 163 int linked; member in struct:io
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 32 import static com.google.inject.multibindings.SpiUtils.BindType.LINKED;
994 static <K, V> MapResult linked(K k, Class<? extends V> clazz) { method in class:SpiUtils
998 static <K, V> MapResult linked(K k, Key<? extends V> key) { method in class:SpiUtils
1056 static <T> BindResult<T> linked(Class<? extends T> clazz) { method in class:SpiUtils
1060 static <T> BindResult<T> linked(Key<? extends T> key) { method in class:SpiUtils
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Public/
ShaderLang.h 333 // N.B.: Does not yet support having the same TShader instance being linked into
336 // N.B.: Destruct a linked program *before* destructing the shaders linked into it.
600 // Make one TProgram per set of shaders that will get linked together. Add all
601 // the shaders that are to be linked together. After calling shader.parse()
604 // N.B.: Destruct a linked program *before* destructing the shaders linked into it.
658 bool linked; member in class:glslang::TProgram
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 256 // Make sure we haven't compiled and linked already
354 GLint linked = 0; local
355 glGetProgramiv(program, GL_LINK_STATUS, &linked);
356 if (linked != GL_TRUE) {
    [all...]

Completed in 836 milliseconds

1 2 3 4 56 7 8 91011>>