/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/ |
filelist.mk | 9 INV_SOURCES += $(SOURCES)
|
/ndk/tests/device/test-gnustl-full/jni/ |
Android.mk | 9 sources := $(sources:$(unit_path)/%=%) 12 sources := $(filter-out string_header_test.c,$(sources)) 15 sources := $(filter-out exception_test.cpp,$(sources)) 18 sources := $(filter-out codecvt_test.cpp,$(sources)) 20 LOCAL_SRC_FILES := $(sources:%=unit/%)
|
/ndk/tests/device/test-stlport/jni/ |
Android.mk | 9 sources := $(sources:$(LOCAL_PATH)/%=%) 12 sources := $(filter-out unit/string_header_test.c,$(sources)) 15 sources := $(filter-out unit/exception_test.cpp,$(sources)) 18 sources := $(filter-out unit/codecvt_test.cpp,$(sources)) 20 LOCAL_SRC_FILES := $(sources)
|
/build/kati/testcase/ |
filter.mk | 4 echo cc $(filter %.c %.s,$(sources)) -o foo
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/ |
filelist.mk | 9 INV_SOURCES += $(SOURCES)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/ |
filelist.mk | 9 INV_SOURCES += $(SOURCES)
|
/external/dbus/cmake/modules/ |
ProjectSourceGroup.cmake | 7 #message(STATUS ${sources} ${headers}) 14 source_group("${mode}" FILES ${${sources}} ${${headers}})
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/ |
filelist.mk | 10 INV_SOURCES += $(SOURCES)
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/ |
filelist.mk | 10 INV_SOURCES += $(SOURCES)
|
/ndk/sources/android/support/tests/ |
run-host.sh | 30 SOURCES="$SOURCES $MINITEST_SOURCES" 34 $CXX -o "$EXECUTABLE" $SOURCES $CXXFLAGS $LINK_LIBS $LDFLAGS
|
/external/llvm/tools/lto/ |
CMakeLists.txt | 18 add_llvm_library(LTO SHARED ${SOURCES})
|
/external/compiler-rt/lib/sanitizer_common/ |
Makefile.mk | 15 Sources := $(filter-out $(NolibcSources),$(Sources)) 16 ObjNames := $(Sources:%.cc=%.o) 24 SanitizerCommonFunctions := $(Sources:%.cc=%)
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
Makefile | 27 OBJECTS = $(SOURCES:.c=.o) 55 depend: $(SOURCES) 59 @ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(XA_INCLUDES) $(SOURCES) \
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/ |
filelist.mk | 18 INV_SOURCES += $(SOURCES)
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
Makefile | 8 OBJS = $(SOURCES:.c=.o) 9 DEPS = $(SOURCES:.c=.d)
|
/external/compiler-rt/lib/interception/ |
Makefile.mk | 14 ObjNames := $(Sources:%.cc=%.o) 23 InterceptionFunctions := $(Sources:%.cc=%)
|
/external/opencv3/samples/gpu/performance/ |
CMakeLists.txt | 14 add_executable(${the_target} ${sources} ${headers})
|
/external/autotest/client/site_tests/graphics_GpuReset/src/ |
Makefile | 8 OBJS = $(SOURCES:.c=.o) 9 DEPS = $(SOURCES:.c=.d)
|
/external/compiler-rt/lib/ubsan/ |
Makefile.mk | 16 CSources := $(filter-out $(StandaloneSources),$(filter-out $(CXXSources),$(Sources))) 17 ObjNames := $(Sources:%.cc=%.o)
|
/frameworks/native/libs/binder/ |
Android.mk | 53 LOCAL_SRC_FILES := $(sources) 65 LOCAL_SRC_FILES := $(sources)
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
Makefile | 31 OBJECTS = $(SOURCES:.c=.o) 101 depend: $(SOURCES) 105 @ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(XA_INCLUDES) $(SOURCES) \
|
/external/llvm/cmake/modules/ |
LLVMProcessSources.cmake | 54 llvm_check_source_file_list( ${sources} ) 66 set( ${OUT_VAR} ${sources} PARENT_SCOPE )
|
/ndk/sources/host-tools/ndk-depends/ |
GNUmakefile | 59 $(foreach src,$(filter %.c,$(SOURCES)),\ 63 $(foreach src,$(filter %.cc,$(SOURCES)),\
|
/ndk/sources/host-tools/ndk-stack/ |
GNUmakefile | 69 $(foreach src,$(filter %.c,$(SOURCES)),\ 73 $(foreach src,$(filter %.cc,$(SOURCES)),\
|
/external/compiler-rt/lib/builtins/ |
Makefile.mk | 21 ObjNames := $(Sources:%.c=%.o)
|