Searched refs:TARGET (Results 1 - 25 of 166) sorted by relevance

1234567

/external/autotest/client/site_tests/hardware_Keyboard/src/
H A DMakefile5 TARGET = evtest macro
8 $(TARGET): $(SRC)
12 $(RM) $(TARGET)
/external/autotest/client/site_tests/platform_CompressedSwap/src/
H A DMakefile5 TARGET = hog macro
8 $(TARGET): $(SRC)
12 $(RM) $(TARGET)
/external/autotest/client/tests/disktest/src/
H A DMakefile2 TARGET = disktest macro
5 all: $(TARGET)
8 $(TARGET): disktest.c
13 $(RM) $(TARGET)
/external/linux-kselftest/tools/testing/selftests/sysctl/
H A Drun_numerictests4 TARGET="${SYSCTL}/vm/swappiness"
5 ORIG=$(cat "${TARGET}")
H A Dcommon_tests5 echo "== Testing sysctl behavior against ${TARGET} =="
9 echo "${ORIG}" > "${TARGET}"
14 echo "${TEST_STR}" > "${TARGET}"
41 if verify "${TARGET}"; then
50 if ! verify "${TARGET}"; then
59 if verify "${TARGET}"; then
72 dd if="${TEST_FILE}" of="${TARGET}" bs=4096 2>/dev/null
73 if ! verify "${TARGET}"; then
82 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 skip=1 2>/dev/null
83 if ! verify "${TARGET}"; the
[all...]
H A Drun_stringtests4 TARGET="${SYSCTL}/kernel/domainname"
5 ORIG=$(cat "${TARGET}")
15 dd if="${TEST_FILE}" of="${TARGET}" bs=1 2>/dev/null
16 if ! verify "${TARGET}"; then
25 dd if="${TEST_FILE}" of="${TARGET}" bs=1 seek=1 2>/dev/null
26 if verify "${TARGET}"; then
36 dd of="${TARGET}" bs="${MAXLEN}" 2>/dev/null
37 if ! grep -q B "${TARGET}"; then
47 dd of="${TARGET}" bs=$(( MAXLEN - 1 )) 2>/dev/null
48 if grep -q B "${TARGET}"; the
[all...]
/external/autotest/client/site_tests/kernel_CryptoAPI/src/
H A DMakefile0 TARGET = crypto_load_mod
4 all: $(TARGET)
10 rm -f $(TARGET)
1 TARGET = crypto_load_mod macro
/external/autotest/client/site_tests/security_SMMLocked/src/
H A DMakefile12 TARGET = smm macro
14 all: $(TARGET)
17 $(RM) $(TARGET)
/external/autotest/client/tests/synctest/src/
H A DMakefile2 TARGET=synctest macro
6 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET)
9 rm -f $(TARGET) *.o .depend *.*~
/external/icu/icu4c/source/samples/uresb/
H A DMakefile25 TARGET=uresb macro
26 PKG=$(TARGET)
33 CLEANFILES=*~ $(TARGET).out
35 all: $(RESOURCES) $(TARGET)
51 -$(RMV) $(OBJECTS) $(TARGET) $(RESOURCES)
66 $(TARGET): $(OBJECTS)
70 check: $(TARGET) $(RESOURCES)
71 $(INVOKE) ./$(TARGET) en | tee $(TARGET).out
74 report: $(TARGET)
[all...]
/external/icu/icu4c/source/samples/legacy/
H A DMakefile33 TARGET=legacy macro
38 CLEANFILES=*~ $(TARGET).out
45 all: $(TARGET) $(ICU_INC)
54 -$(RMV) $(OBJECTS) $(TARGET)
59 $(TARGET): $(OBJECTS)
63 check: $(TARGET)
64 $(INVOKE) ./$(TARGET) | tee $(TARGET).out
67 report: $(TARGET).report
69 $(TARGET)
[all...]
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
H A DMakefile5 TARGET = hog macro
10 $(TARGET): $(SRC)
14 $(RM) $(TARGET)
/external/autotest/client/tests/cyclictest/src/
H A DMakefile2 TARGET=cyclictest macro
7 $(CROSS_COMPILE)gcc $(FLAGS) $^ -o $(TARGET) $(LIBS)
10 rm -f $(TARGET) *.o .depend *.*~
/external/autotest/client/tests/signaltest/
H A DMakefile3 TARGET=signaltest macro
8 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
11 rm -f $(TARGET) *.o .depend *.*~
/external/autotest/client/tests/signaltest/src/
H A DMakefile2 TARGET = signaltest macro
7 $(CC) $(FLAGS) $^ -o $(TARGET) $(LIBS)
10 rm -f $(TARGET) *.o .depend *.*~
/external/linux-kselftest/tools/testing/selftests/
H A DMakefile49 for TARGET in $(TARGETS); do \
50 make -C $$TARGET; \
54 for TARGET in $(TARGETS); do \
55 make -C $$TARGET run_tests; \
59 for TARGET in $(TARGETS_HOTPLUG); do \
60 make -C $$TARGET; \
64 for TARGET in $(TARGETS_HOTPLUG); do \
65 make -C $$TARGET run_full_test; \
69 for TARGET in $(TARGETS_HOTPLUG); do \
70 make -C $$TARGET clea
[all...]
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
H A DMakefile11 TARGET = $(TARGET_ES) macro
15 TARGET = $(TARGET_GL) macro
20 all: $(TARGET)
22 $(TARGET): $(SRCS)
/external/icu/icu4c/source/samples/break/
H A DMakefile15 TARGET=break macro
/external/icu/icu4c/source/samples/case/
H A DMakefile15 TARGET=case macro
/external/icu/icu4c/source/samples/citer/
H A DMakefile14 TARGET=citer macro
/external/icu/icu4c/source/samples/coll/
H A DMakefile15 TARGET=coll macro
/external/icu/icu4c/source/samples/csdet/
H A DMakefile15 TARGET=csdet macro
/external/icu/icu4c/source/samples/datefmt/
H A DMakefile14 TARGET=datefmt macro
/external/icu/icu4c/source/samples/msgfmt/
H A DMakefile15 TARGET=msgfmt macro
/external/icu/icu4c/source/samples/props/
H A DMakefile15 TARGET=props macro

Completed in 590 milliseconds

1234567