/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
dg.exp | 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
dg.exp | 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
/external/swiftshader/third_party/LLVM/test/Transforms/Sink/ |
dg.exp | 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
/external/swiftshader/third_party/LLVM/test/Transforms/StripSymbols/ |
dg.exp | 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
/external/swiftshader/third_party/LLVM/test/Transforms/TailCallElim/ |
dg.exp | 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
/external/swiftshader/third_party/LLVM/test/Transforms/TailDup/X86/ |
dg.exp | 4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
|
/external/swiftshader/third_party/LLVM/test/Transforms/TailDup/ |
dg.exp | 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
/external/swiftshader/third_party/LLVM/test/Verifier/ |
dg.exp | 3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/Bar/ |
dg.exp | 4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/Foo/ |
dg.exp | 4 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll}]]
|
/toolchain/binutils/binutils-2.27/ld/emulparams/ |
elf32lppcnto.sh | 1 . ${srcdir}/emulparams/elf32ppc.sh
|
elf_i386_chaos.sh | 1 . ${srcdir}/emulparams/plt_unwind.sh 2 . ${srcdir}/emulparams/extern_protected_data.sh 3 . ${srcdir}/emulparams/dynamic_undefined_weak.sh 4 . ${srcdir}/emulparams/call_nop.sh
|
elf_i386_ldso.sh | 1 . ${srcdir}/emulparams/plt_unwind.sh 2 . ${srcdir}/emulparams/extern_protected_data.sh 3 . ${srcdir}/emulparams/dynamic_undefined_weak.sh 4 . ${srcdir}/emulparams/call_nop.sh
|
elf_i386_vxworks.sh | 14 . ${srcdir}/emulparams/vxworks.sh 15 . ${srcdir}/emulparams/extern_protected_data.sh 16 . ${srcdir}/emulparams/dynamic_undefined_weak.sh 17 . ${srcdir}/emulparams/call_nop.sh
|
m68kelfnbsd.sh | 1 . ${srcdir}/emulparams/m68kelf.sh
|
shelf_uclinux.sh | 1 . ${srcdir}/emulparams/shelf.sh
|
elf_i386_be.sh | 1 . ${srcdir}/emulparams/extern_protected_data.sh 2 . ${srcdir}/emulparams/dynamic_undefined_weak.sh 3 . ${srcdir}/emulparams/call_nop.sh
|
/build/kati/testcase/ |
curdir_implicit_rule.mk | 0 srcdir := . 6 %.o: $(srcdir)/%.c 9 $(srcdir)/foo.c: 1 srcdir := . macro
|
/external/e2fsprogs/lib/blkid/ |
Makefile.in | 8 srcdir = @srcdir@ 10 VPATH = @srcdir@ 24 SRCS= $(srcdir)/cache.c $(srcdir)/dev.c $(srcdir)/devname.c $(srcdir)/devno.c \ 25 $(srcdir)/getsize.c $(srcdir)/llseek.c $(srcdir)/probe.c [all...] |
/external/e2fsprogs/ext2ed/ |
Makefile.in | 5 srcdir = @srcdir@ 7 VPATH = @srcdir@ 21 SRCS= $(srcdir)/main.c $(srcdir)/init.c $(srcdir)/general_com.c \ 22 $(srcdir)/inode_com.c $(srcdir)/dir_com.c $(srcdir)/super_com.c \ 23 $(srcdir)/disk.c $(srcdir)/win.c $(srcdir)/group_com.c [all...] |
/external/libdrm/ |
autogen.sh | 3 srcdir=`dirname "$0"` 4 test -z "$srcdir" && srcdir=. 7 cd "$srcdir" 19 "$srcdir"/configure "$@"
|
/external/e2fsprogs/lib/support/ |
Makefile.in | 4 srcdir = @srcdir@ 6 VPATH = @srcdir@ 26 SRCS= $(srcdir)/argv_parse.c \ 27 $(srcdir)/mkquota.c \ 28 $(srcdir)/parse_qtype.c \ 29 $(srcdir)/plausible.c \ 30 $(srcdir)/profile.c \ 31 $(srcdir)/profile_helpers.c \ 33 $(srcdir)/quotaio.c [all...] |
/prebuilts/misc/windows/sdl2/test/ |
Makefile.in | 3 srcdir = @srcdir@ 63 Makefile: $(srcdir)/Makefile.in 66 checkkeys$(EXE): $(srcdir)/checkkeys.c 69 loopwave$(EXE): $(srcdir)/loopwave.c 72 testresample$(EXE): $(srcdir)/testresample.c 75 testaudioinfo$(EXE): $(srcdir)/testaudioinfo.c 78 testautomation$(EXE): $(srcdir)/testautomation.c \ 79 $(srcdir)/testautomation_audio.c \ 80 $(srcdir)/testautomation_clipboard.c [all...] |
/external/clang/tools/scan-build-py/tests/functional/src/build/ |
Makefile | 0 SRCDIR := .. 4 CFLAGS = -Wall -DDEBUG -Dvariable="value with space" -I $(SRCDIR)/include 8 $(OBJDIR)/main.o: $(SRCDIR)/main.c 9 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/main.c 11 $(OBJDIR)/clean-one.o: $(SRCDIR)/clean-one.c 12 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-one.c 14 $(OBJDIR)/clean-two.o: $(SRCDIR)/clean-two.c 15 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/clean-two.c 17 $(OBJDIR)/emit-one.o: $(SRCDIR)/emit-one.c 18 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/emit-one. [all...] |
/external/python/cpython2/Mac/PythonLauncher/ |
Makefile.in | 7 srcdir= @srcdir@ 22 BUNDLEBULDER=$(srcdir)/../../Lib/plat-mac/bundlebuilder.py 40 Python\ Launcher $(srcdir)/../Icons/PythonLauncher.icns \ 41 $(srcdir)/../Icons/PythonSource.icns \ 42 $(srcdir)/../Icons/PythonCompiled.icns \ 43 $(srcdir)/factorySettings.plist 49 --iconfile=$(srcdir)/../Icons/PythonLauncher.icns \ 51 --resource=$(srcdir)/../Icons/PythonSource.icns \ 52 --resource=$(srcdir)/../Icons/PythonCompiled.icns [all...] |