Home
last modified time | relevance | path

Searched refs:BIN (Results 1 – 25 of 41) sorted by relevance

12

/external/honggfuzz/examples/terminal-emulators/
DMakefile6 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/
DMakefile3 BIN := tun macro
10 all: $(BIN)
15 $(BIN): $(OBJS)
16 $(LD) -o $(BIN) $(OBJS) $(LDFLAGS)
20 $(RM) -r core $(OBJS) $(BIN) *~ */*~
/external/dtc/
DMakefile118 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/
DMakefile121 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/
DMakefile39 BIN=dump_syms macro
41 all:$(BIN)
64 rm -f $(BIN) $(DUMP_OBJ)
/external/tensorflow/tensorflow/lite/experimental/micro/testing/
Dbluepill.robot14 ${BIN} = Get Environment Variable BIN
17 Execute Command $bin = @${BIN}
Dtest_bluepill_binary.sh39 -e BIN=/workspace/$1 \
/external/icu/icu4c/source/samples/ufortune/resources/
Dfortune_resources.mak31 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/
Danalyze_libtsan.sh29 BIN=$1
34 objdump -d $BIN > ${OBJDUMP_CONTENTS}
35 nm -S $BIN | grep "__tsan_" > ${NM_CONTENTS}
/external/google-breakpad/src/client/solaris/handler/
DMakefile63 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/
Dmsg_zerocopy.sh10 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/
DKconfig31 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/
DKconfig13 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/
Dllvm-cov.rst170 …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/
Dmakefile.cegcc31 BIN = libpng16-0.dll
74 @for i in $(BIN); do \
/external/autotest/client/cros/crash/crasher/
DMakefile26 $(RM) *.o $(BIN) $(TGZ)
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst169 :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/
Dids8313_defconfig32 CONFIG_MTDPARTS_DEFAULT="mtdparts=ff800000.flash:7m(dum),768k(BOOT-BIN),128k(BOOT-ENV),128k(BOOT-RE…
/external/honggfuzz/
DMakefile26 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/
DREADME.smc91111_eeprom35 -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/
DCOVERAGE.timers52 Testing BIN List
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdb-yaml-symbols.test104 YAML: - 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.exe'
Dmodule-bytes.test60 … 6F203132 2E305C56 435C4249 4E5C6C69 6E6B2E65 78650070 64620064 |tudio 12.0\VC\BIN\link.exe.pdb.d|
/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java34 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/
Dtf_shared_lib.cmake117 foreach(p LIB BIN INCLUDE CMAKE)

12