/external/honggfuzz/examples/terminal-emulators/ |
D | Makefile | 6 BIN = terminal-test macro 9 all: $(BIN) $(LIBCLOSE) 11 $(BIN): $(BIN:=.c) 12 $(HFUZZ_CC) $(CFLAGS) $(LDFLAGS) -o $(BIN) $< 18 rm -f -- $(BIN) $(LIBCLOSE)
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | Makefile | 3 BIN := tun macro 10 all: $(BIN) 15 $(BIN): $(OBJS) 16 $(LD) -o $(BIN) $(OBJS) $(LDFLAGS) 20 $(RM) -r core $(OBJS) $(BIN) *~ */*~
|
/external/dtc/ |
D | Makefile | 118 BIN += convert-dtsv0 119 BIN += dtc 120 BIN += fdtdump 121 BIN += fdtget 122 BIN += fdtput 123 BIN += fdtoverlay 127 all: $(BIN) libfdt 192 @$(VECHO) INSTALL-BIN 194 $(INSTALL) $(BIN) $(SCRIPTS) $(DESTDIR)$(BINDIR) 304 rm -f $(BIN)
|
/external/libgsm/ |
D | Makefile | 121 BIN = $(ROOT)/bin macro 144 TOAST = $(BIN)/toast 145 UNTOAST = $(BIN)/untoast 146 TCAT = $(BIN)/tcat 310 $(TOAST): $(BIN) $(TOAST_OBJECTS) $(LIBGSM) 313 $(UNTOAST): $(BIN) $(TOAST) 317 $(TCAT): $(BIN) $(TOAST) 324 $(BIN): 325 if [ ! -d $(BIN) ] ; then mkdir $(BIN) ; fi
|
/external/google-breakpad/src/tools/solaris/dump_syms/ |
D | Makefile | 39 BIN=dump_syms macro 41 all:$(BIN) 64 rm -f $(BIN) $(DUMP_OBJ)
|
/external/tensorflow/tensorflow/lite/experimental/micro/testing/ |
D | bluepill.robot | 14 ${BIN} = Get Environment Variable BIN 17 Execute Command $bin = @${BIN}
|
D | test_bluepill_binary.sh | 39 -e BIN=/workspace/$1 \
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | fortune_resources.mak | 31 BIN=bin64 macro 33 BIN=bin macro 48 $(ICUDIR)\$(BIN)\genrb -d . $*.txt 56 $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt
|
/external/compiler-rt/lib/tsan/ |
D | analyze_libtsan.sh | 29 BIN=$1 34 objdump -d $BIN > ${OBJDUMP_CONTENTS} 35 nm -S $BIN | grep "__tsan_" > ${NM_CONTENTS}
|
/external/google-breakpad/src/client/solaris/handler/ |
D | Makefile | 63 BIN=$(BIN_DIR)/minidump_test\ macro 68 all:$(BIN) 77 rm -f $(BIN) *.o *.out *.dmp core ../../minidump_file_writer.o\
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | msg_zerocopy.sh | 10 readonly BIN="./msg_zerocopy" 112 …ip netns exec "${NS2}" "${BIN}" "-${IP}" -i "${DEV}" -t 2 -C 2 -S "${SADDR}" -D "${DADDR}" ${ARGS}… 114 …ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
|
/external/u-boot/drivers/fpga/ |
D | Kconfig | 31 Enable FPGA driver for loading bitstream in BIT and BIN format 45 Enable FPGA driver for loading bitstream in BIT and BIN format 57 Enable FPGA driver for loading bitstream in BIT and BIN format
|
/external/u-boot/board/xilinx/zynqmp/ |
D | Kconfig | 13 The secure image is a xilinx specific BOOT.BIN with 16 BOOT.BIN using Xilinx bootgen tool.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-cov.rst | 170 …am:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*-object BIN,...*] [[*-object BIN*]… 176 binaries *BIN*,... using the profile data *PROFILE*. It can optionally be 186 and this is what you should pass to :program:`llvm-cov show` as a *BIN* 320 …:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*-object BIN,...*] [[*-object BIN*]… 326 the binaries *BIN*,... using the profile data *PROFILE*. It can optionally be 372 …:`llvm-cov export` [*options*] -instr-profile *PROFILE* *BIN* [*-object BIN,...*] [[*-object BIN*]… 378 and summaries of the coverage of the binaries *BIN*,... using the profile data
|
/external/libpng/scripts/ |
D | makefile.cegcc | 31 BIN = libpng16-0.dll 74 @for i in $(BIN); do \
|
/external/autotest/client/cros/crash/crasher/ |
D | Makefile | 26 $(RM) *.o $(BIN) $(TGZ)
|
/external/llvm/docs/CommandGuide/ |
D | llvm-cov.rst | 169 :program:`llvm-cov show` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*] 175 *BIN* using the profile data *PROFILE*. It can optionally be filtered to only 185 and this is what you should pass to :program:`llvm-cov show` as the *BIN* 281 :program:`llvm-cov report` [*options*] -instr-profile *PROFILE* *BIN* [*SOURCES*] 287 binary *BIN* using the profile data *PROFILE*. It can optionally be filtered to
|
/external/u-boot/configs/ |
D | ids8313_defconfig | 32 CONFIG_MTDPARTS_DEFAULT="mtdparts=ff800000.flash:7m(dum),768k(BOOT-BIN),128k(BOOT-ENV),128k(BOOT-RE…
|
/external/honggfuzz/ |
D | Makefile | 26 BIN := honggfuzz macro 269 $(OBJS) $(BIN) $(HFUZZ_CC_BIN) \ 275 all: $(BIN) $(HFUZZ_CC_BIN) $(LHFUZZ_ARCH) $(LCOMMON_ARCH) $(LNETDRIVER_ARCH) 286 $(BIN): $(OBJS) $(LCOMMON_ARCH) 287 $(LD) -o $(BIN) $(OBJS) $(LDFLAGS)
|
/external/u-boot/examples/standalone/ |
D | README.smc91111_eeprom | 35 -rwxr-xr-x 1 3440 2004-10-11 14:00 smc91111_eeprom.bin <- BIN 43 BIN += smc91111_eeprom.bin smc91111_eeprom
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | COVERAGE.timers | 52 Testing BIN List
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | pdb-yaml-symbols.test | 104 YAML: - 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.exe'
|
D | module-bytes.test | 60 … 6F203132 2E305C56 435C4249 4E5C6C69 6E6B2E65 78650070 64620064 |tudio 12.0\VC\BIN\link.exe.pdb.d|
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | ICUResourceWriter.java | 34 private static final String BIN = "bin"; field in ICUResourceWriter 1060 … String line = ((name == null) ? EMPTY : name) + COLON + BIN + OPENBRACE + internal + CLOSEBRACE in write()
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | tf_shared_lib.cmake | 117 foreach(p LIB BIN INCLUDE CMAKE)
|