/external/tpm2/ |
D | Makefile | 12 SOURCES = ActivateCredential.c macro 13 SOURCES += AlgorithmCap.c 14 SOURCES += Attest_spt.c 15 SOURCES += Bits.c 16 SOURCES += Cancel.c 17 SOURCES += Certify.c 18 SOURCES += CertifyCreation.c 19 SOURCES += ChangeEPS.c 20 SOURCES += ChangePPS.c 21 SOURCES += Clear.c [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpa_gui.pro | 13 SOURCES += ../../src/utils/os_win32.c 18 SOURCES += ../../src/utils/os_win32.c 25 SOURCES += ../../src/utils/os_win32.c 29 SOURCES += ../../src/utils/os_unix.c 46 SOURCES += main.cpp \
|
/external/zlib/src/nintendods/ |
D | Makefile | 20 SOURCES := ../../ macro 55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \ 60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c))) 61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp))) 62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | Makefile | 20 SOURCES = \ macro 27 OBJECTS = $(SOURCES:.c=.o) 55 depend: $(SOURCES) 59 @ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(XA_INCLUDES) $(SOURCES) \
|
/external/compiler-rt/lib/ubsan/ |
D | CMakeLists.txt | 42 SOURCES ${UBSAN_COMMON_SOURCES} 50 SOURCES ${UBSAN_STANDALONE_SOURCES} 68 SOURCES ${UBSAN_SOURCES} CFLAGS ${UBSAN_CFLAGS}) 72 SOURCES ${UBSAN_CXX_SOURCES} CFLAGS ${UBSAN_CXXFLAGS}) 78 SOURCES ${UBSAN_STANDALONE_SOURCES} CFLAGS ${UBSAN_STANDALONE_CFLAGS})
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
D | Makefile | 6 SOURCES += gbmtest.c 8 OBJS = $(SOURCES:.c=.o) 9 DEPS = $(SOURCES:.c=.d)
|
/external/compiler-rt/lib/asan/ |
D | CMakeLists.txt | 80 SOURCES ${ASAN_SOURCES} ${ASAN_CXX_SOURCES} 87 SOURCES ${ASAN_SOURCES} CFLAGS ${ASAN_CFLAGS} 91 SOURCES ${ASAN_CXX_SOURCES} CFLAGS ${ASAN_CFLAGS} 95 SOURCES ${ASAN_PREINIT_SOURCES} CFLAGS ${ASAN_CFLAGS} 101 SOURCES ${CMAKE_CURRENT_BINARY_DIR}/dummy.cc 206 SOURCES asan_win_dll_thunk.cc 214 SOURCES asan_win_dynamic_runtime_thunk.cc
|
/external/autotest/client/site_tests/graphics_GpuReset/src/ |
D | Makefile | 6 SOURCES += gpureset.c 8 OBJS = $(SOURCES:.c=.o) 9 DEPS = $(SOURCES:.c=.d)
|
/external/compiler-rt/lib/tsan/dd/ |
D | CMakeLists.txt | 25 SOURCES ${DD_SOURCES} 34 SOURCES ${DD_SOURCES} CFLAGS ${DD_CFLAGS}) 39 SOURCES $<TARGET_OBJECTS:RTDD.${arch}>
|
/external/mesa3d/src/glx/apple/ |
D | Makefile | 28 SOURCES = \ macro 68 OBJECTS = $(SOURCES:.c=.o) 103 depend: $(SOURCES) $(MESA_GLAPI_SOURCES) $(MESA_GLAPI_ASM_SOURCES) Makefile 106 $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(SOURCES) \
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
D | Makefile | 30 SOURCES = vmw_target.c macro 31 OBJECTS = $(SOURCES:.c=.o) 101 depend: $(SOURCES) 105 @ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(XA_INCLUDES) $(SOURCES) \
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | Makefile | 19 SOURCES = \ macro 24 OBJECTS = $(SOURCES:.c=.o)
|
/external/mesa3d/src/egl/main/ |
D | Android.mk | 29 SOURCES = \ 54 LOCAL_SRC_FILES := $(SOURCES)
|
/external/compiler-rt/lib/cfi/ |
D | CMakeLists.txt | 19 SOURCES ${CFI_SOURCES} 28 SOURCES ${CFI_SOURCES}
|
/external/llvm/tools/lto/ |
D | CMakeLists.txt | 11 set(SOURCES variable 18 add_llvm_library(LTO SHARED ${SOURCES})
|
/external/selinux/libsemanage/tests/ |
D | Makefile | 2 SOURCES = $(wildcard *.c) macro 17 OBJECTS = $(SOURCES:.c=.o)
|
/external/compiler-rt/lib/safestack/ |
D | CMakeLists.txt | 15 SOURCES ${SAFESTACK_SOURCES} 27 SOURCES ${SAFESTACK_SOURCES}
|
/external/valgrind/memcheck/tests/vbit-test/ |
D | Makefile.am | 24 SOURCES = \ macro 35 vbit_test_SOURCES = $(SOURCES)
|
/external/compiler-rt/lib/lsan/ |
D | CMakeLists.txt | 24 SOURCES ${LSAN_COMMON_SOURCES} 32 SOURCES ${LSAN_SOURCES}
|
/external/mesa3d/src/gallium/tests/unit/ |
D | Makefile | 21 SOURCES = \ macro 30 OBJECTS = $(SOURCES:.c=.o)
|
/external/compiler-rt/lib/profile/ |
D | CMakeLists.txt | 60 SOURCES ${PROFILE_SOURCES} 67 SOURCES ${PROFILE_SOURCES}
|
/external/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 7 set(SOURCES variable 41 add_llvm_library(LLVM SHARED DISABLE_LLVM_LINK_LLVM_DYLIB SONAME ${SOURCES}) 88 add_llvm_library(LLVM-C SHARED ${SOURCES})
|
/external/compiler-rt/lib/sanitizer_common/ |
D | CMakeLists.txt | 139 SOURCES ${SANITIZER_SOURCES} 145 SOURCES ${SANITIZER_NOLIBC_SOURCES} 151 SOURCES ${SANITIZER_LIBCDEP_SOURCES}
|
/external/compiler-rt/lib/msan/ |
D | CMakeLists.txt | 33 SOURCES ${MSAN_RTL_SOURCES} 43 SOURCES ${MSAN_RTL_CXX_SOURCES}
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/ |
D | SOURCES.txt | 75 modulegraph.egg-info/SOURCES.txt 104 modulegraph_tests/testdata/nspkg/distribute-0.6.10/child/nameduser-1.5-py2.6.egg-info/SOURCES.txt 111 modulegraph_tests/testdata/nspkg/distribute-0.6.10/parent/namedpkg-1.0-py2.6.egg-info/SOURCES.txt 118 modulegraph_tests/testdata/nspkg/distribute-0.6.12/child/nameduser-1.5-py2.5.egg-info/SOURCES.txt 125 modulegraph_tests/testdata/nspkg/distribute-0.6.12/parent/namedpkg-1.0-py2.5.egg-info/SOURCES.txt 132 modulegraph_tests/testdata/nspkg/setuptools-0.6c9/child/nameduser-1.5-py2.5.egg-info/SOURCES.txt 139 modulegraph_tests/testdata/nspkg/setuptools-0.6c9/parent/namedpkg-1.0-py2.5.egg-info/SOURCES.txt 148 modulegraph_tests/testdata/nspkg/src/child/nameduser.egg-info/SOURCES.txt 156 modulegraph_tests/testdata/nspkg/src/parent/namedpkg.egg-info/SOURCES.txt 273 modulegraph_tests/testpkg-setuptools-namespace/src/nspkg.egg-info/SOURCES.txt
|