HomeSort by relevance Sort by last modified time
    Searched full:prepend (Results 1 - 25 of 1341) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/targets/haiku-softpipe/
SConscript 3 env.Prepend(LIBS = [
22 env.Prepend(LIBS = [softpipe])
24 env.Prepend(LIBS = [libgl])
38 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/compiler/
SConscript 7 env.Prepend(CPPPATH = [
17 env.Prepend(CPPPATH = [Dir('.').abspath, Dir('glsl').abspath])
18 env.Prepend(CPPPATH = [Dir('.').abspath, Dir('nir').abspath])
SConscript.nir 11 env.Prepend(CPPPATH = [
22 env.Prepend(CPPPATH = [Dir('.').abspath, Dir('glsl').abspath])
23 env.Prepend(CPPPATH = [Dir('.').abspath, Dir('nir').abspath])
  /external/mesa3d/src/gallium/targets/osmesa/
SConscript 5 env.Prepend(CPPPATH = [
11 env.Prepend(LIBS = [
31 env.Prepend(LIBS = [llvmpipe])
35 env.Prepend(LIBS = [swr])
  /external/mesa3d/src/getopt/
SConscript 8 env.Prepend(CPPPATH = ['.'])
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 18 env.Prepend(LIBS = env['X11_LIBS'])
19 env.Prepend(LIBPATH = env['X11_LIBPATH'])
24 env.Prepend(LIBPATH = [shared_glapi.dir])
27 env.Prepend(LIBS = [
45 env.Prepend(LIBS = [trace, rbug, softpipe])
49 env.Prepend(LIBS = [llvmpipe])
53 env.Prepend(LIBS = [swr])
  /external/mesa3d/src/gallium/targets/graw-gdi/
SConscript 12 env.Prepend(LIBS = [
27 env.Prepend(LIBS = [trace, rbug, softpipe])
31 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/graw-xlib/
SConscript 8 env.Prepend(LIBS = [
32 env.Prepend(LIBS = [trace, rbug, softpipe])
36 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/tests/graw/
SConscript 5 env.Prepend(LIBS = [mesautil, gallium])
7 env.Prepend(LIBPATH = [graw.dir])
8 env.Prepend(LIBS = ['graw'])
  /external/llvm/test/tools/dsymutil/ARM/
empty-map.test 2 # RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs -y %s -o - 2>&1 | FileCheck %s
thumb.c 1 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/.. %p/../Inputs/thumb.armv7m -o - | llvm-dwarfdump - | FileCheck %s
2 // RUN: llvm-dsymutil -arch armv7m -f -oso-prepend-path=%p/.. %p/../Inputs/thumb.armv7m -o - | llvm-dwarfdump - | FileCheck %s
  /external/mesa3d/src/gallium/drivers/svga/
SConscript 15 env.Prepend(CPPPATH = [
  /external/mesa3d/src/gallium/targets/dri/
SConscript 19 env.Prepend(LIBS = [rbug])
22 env.Prepend(LIBS = [trace, rbug])
26 env.Prepend(LIBS = [llvmpipe])
35 env.Prepend(LIBS = [
  /external/mesa3d/src/gallium/winsys/svga/drm/
SConscript 12 env.Prepend(CPPPATH = [
  /external/mesa3d/src/loader/
SConscript 7 env.Prepend(CPPPATH = [
  /toolchain/binutils/binutils-2.27/gprof/
TEST 5 that prepend them to each C name and on systems that don't)
  /external/llvm/test/tools/dsymutil/
arch-option.test 4 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
5 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch all | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
6 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch='*' | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
7 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 | FileCheck %s -check-prefix=ARM64 -check-prefix=CHECK
8 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm | FileCheck %s -check-prefix=ARMV7S -check-prefix=ARMV7 -check-prefix=CHECK
9 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch armv7 | FileCheck %s -check-prefix=ARMV7 -check-prefix=CHECK
10 RUN: llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm64 -arch armv7s | FileCheck %s -check-prefix=ARM64 -check-prefix=ARMV7S -check-prefix=CHECK
11 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch arm42 2>&1 | FileCheck %s -check-prefix=BADARCH
12 RUN: not llvm-dsymutil -oso-prepend-path %p -dump-debug-map %p/Inputs/fat-test.arm.dylib -arch i386 2>&1 | FileCheck %s -check-prefix=EMPTY
  /external/mesa3d/src/mesa/drivers/osmesa/
SConscript 5 env.Prepend(CPPPATH = [
12 env.Prepend(LIBS = [
  /external/shflags/lib/
shlib 7 # This function will automatically prepend the current working directory if the
19 # prepend current directory to relative paths
  /external/mesa3d/src/gallium/tests/unit/
SConscript 5 env.Prepend(LIBS = [mesautil, gallium])
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.py 4 # If we are working on a development version of IDLE, we need to prepend the
  /external/mesa3d/src/mesa/drivers/x11/
SConscript 15 env.Prepend(LIBS = env['X11_LIBS'])
16 env.Prepend(LIBPATH = env['X11_LIBPATH'])
18 env.Prepend(LIBS = [

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011>>