Home
last modified time | relevance | path

Searched refs:exe (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/external/bluetooth/glib/tests/
Dmakefile.msc.in14 testglib.exe \
15 testgdate.exe \
16 testgdateparser.exe \
17 unicode-normalize.exe \
18 unicode-collate.exe
21 atomic-test.exe \
22 array-test.exe \
23 asyncqueue-test.exe \
24 base64-test.exe \
25 bit-test.exe \
[all …]
/external/libpng/contrib/pngminus/
Dpnm2png.bat2 pnm2png.exe basn0g01.pgm basn0g01.png
3 pnm2png.exe basn0g02.pgm basn0g02.png
4 pnm2png.exe basn0g04.pgm basn0g04.png
5 pnm2png.exe basn0g08.pgm basn0g08.png
6 pnm2png.exe basn0g16.pgm basn0g16.png
8 pnm2png.exe basn2c08.ppm basn2c08.png
9 pnm2png.exe basn2c16.ppm basn2c16.png
11 pnm2png.exe basn3p01.ppm basn3p01.png
12 pnm2png.exe basn3p02.ppm basn3p02.png
13 pnm2png.exe basn3p04.ppm basn3p04.png
[all …]
Dpng2pnm.bat2 png2pnm.exe -noraw ..\pngsuite\basn0g01.png basn0g01.pgm
3 png2pnm.exe -noraw ..\pngsuite\basn0g02.png basn0g02.pgm
4 png2pnm.exe -noraw ..\pngsuite\basn0g04.png basn0g04.pgm
5 png2pnm.exe -noraw ..\pngsuite\basn0g08.png basn0g08.pgm
6 png2pnm.exe -noraw ..\pngsuite\basn0g16.png basn0g16.pgm
8 png2pnm.exe -noraw ..\pngsuite\basn2c08.png basn2c08.ppm
9 png2pnm.exe -noraw ..\pngsuite\basn2c16.png basn2c16.ppm
11 png2pnm.exe -noraw ..\pngsuite\basn3p01.png basn3p01.ppm
12 png2pnm.exe -noraw ..\pngsuite\basn3p02.png basn3p02.ppm
13 png2pnm.exe -noraw ..\pngsuite\basn3p04.png basn3p04.ppm
[all …]
/external/openssl/crypto/des/
Dmakefile.bc16 .obj.exe:
17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib
19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
23 del *.exe
45 destest.exe: destest.obj libdes.lib
46 rpw.exe: rpw.obj libdes.lib
47 speed.exe: speed.obj libdes.lib
48 des.exe: des.obj libdes.lib
/external/clearsilver/csharp/
DMakefile17 TARGETS = clearsilver.dll cstest.exe csperftest.exe testcs
24 cstest.exe: clearsilver.dll ../dso/libneo.so cstest.cs
27 csperftest.exe: clearsilver.dll ../dso/libneo.so csperftest.cs
30 perf: csperftest.exe
32 $(MONO_JIT) csperftest.exe
35 testcs: cstest.exe
40 $(MONO_JIT) cstest.exe > cstest.out; \
54 gold: cstest.exe
56 $(MONO_JIT) cstest.exe > cstest.gold;
/external/expat/bcb5/
Dall_projects.bpg8 MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
9 DCC = $(ROOT)\bin\dcc32.exe $**
10 BRCC = $(ROOT)\bin\brcc32.exe $**
13 libexpatws_mtd.lib elements.exe outline.exe xmlwf.exe
34 elements.exe: elements.bpr
38 outline.exe: outline.bpr
42 xmlwf.exe: xmlwf.bpr
/external/stlport/test/eh/
Dintel.mak14 RSC=rc.exe
15 CPP=icl.exe
16 F90=fl32.exe
31 LINK32=link.exe
40 $(CPP) $(CPP_PROJ) $(Dep_stl) -o eh_test.exe $(CPP_LIBS)
41 .\eh_test.exe
46 -@erase "$(OUTDIR)\*.exe"
50 .exe.out:
53 .cpp.exe:
Dintel45.mak14 RSC=rc.exe
15 CPP=icl.exe
16 LINK32=xilink.exe
79 $(CPP) $(CPP_PROJ) $(Dep_stl) /Feeh_test.exe $(CPP_LIBS)
81 ..\test\eh\eh_test.exe -s 100
86 -@erase "$(OUTDIR)\*.exe"
90 .exe.out:
93 .cpp.exe:
Dintel50.mak14 RSC=rc.exe
15 CPP=icl.exe
16 LINK32=xilink.exe
84 $(CPP) $(CPP_PROJ) $(Dep_stl) /Feeh_test.exe $(CPP_PRJ_LINK)
87 ..\test\eh\eh_test.exe -s 100
92 -@erase "$(OUTDIR)\*.exe"
96 .exe.out:
99 .cpp.exe:
/external/libpng/projects/visualc6/
Dlibpng.dsp50 CPP=cl.exe
55 MTL=midl.exe
58 RSC=rc.exe
61 BSC32=bscmake.exe
64 LINK32=link.exe
81 CPP=cl.exe
86 MTL=midl.exe
89 RSC=rc.exe
92 BSC32=bscmake.exe
95 LINK32=link.exe
[all …]
Dpngtest.dsp34 CPP=cl.exe
35 RSC=rc.exe
56 BSC32=bscmake.exe
59 LINK32=link.exe
66 …(outdir);..\..\..\zlib\projects\visualc6\Win32_DLL_Release; $(outdir)\pngtest.exe ..\..\pngtest.png
88 BSC32=bscmake.exe
91 LINK32=link.exe
98 …=$(outdir);..\..\..\zlib\projects\visualc6\Win32_DLL_Debug; $(outdir)\pngtest.exe ..\..\pngtest.png
120 BSC32=bscmake.exe
123 LINK32=link.exe
[all …]
/external/zlib/win32/
DMakefile.gcc69 all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) example.exe minigzip.exe example_d.exe minigzip_d.exe
71 test: example.exe minigzip.exe
75 testdll: example_d.exe minigzip_d.exe
95 example.exe: example.o $(STATICLIB)
99 minigzip.exe: minigzip.o $(STATICLIB)
103 example_d.exe: example.o $(IMPLIB)
107 minigzip_d.exe: minigzip.o $(IMPLIB)
145 -$(RM) *.exe
DMakefile.msc39 example.exe minigzip.exe example_d.exe minigzip_d.exe
52 example.exe: example.obj $(STATICLIB)
57 minigzip.exe: minigzip.obj $(STATICLIB)
62 example_d.exe: example.obj $(IMPLIB)
67 minigzip_d.exe: minigzip.obj $(IMPLIB)
137 test: example.exe minigzip.exe
141 testdll: example_d.exe minigzip_d.exe
154 -del *.exe
/external/zlib/old/visualc6/
Dzlib.dsp49 CPP=cl.exe
54 MTL=midl.exe
57 RSC=rc.exe
60 BSC32=bscmake.exe
63 LINK32=link.exe
80 CPP=cl.exe
85 MTL=midl.exe
88 RSC=rc.exe
91 BSC32=bscmake.exe
94 LINK32=link.exe
[all …]
/external/zlib/projects/visualc6/
Dzlib.dsp49 CPP=cl.exe
54 MTL=midl.exe
57 RSC=rc.exe
60 BSC32=bscmake.exe
63 LINK32=link.exe
80 CPP=cl.exe
85 MTL=midl.exe
88 RSC=rc.exe
91 BSC32=bscmake.exe
94 LINK32=link.exe
[all …]
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
DMakefile33 all: initflex.exe flex.exe
34 rm initflex.exe initflex.map
105 initflex.exe: $(INITOBJS)
108 $&.exe
113 flex.exe: $(OBJS)
116 $&.exe
/external/quake/quake/src/QW/gas2masm/
Dgas2masm.mak36 RSC=rc.exe
37 CPP=cl.exe
54 ALL : "$(OUTDIR)\gas2masm.exe"
58 -@erase "$(OUTDIR)\gas2masm.exe"
71 BSC32=bscmake.exe
77 LINK32=link.exe
83 /pdb:"$(OUTDIR)/gas2masm.pdb" /machine:I386 /out:"$(OUTDIR)/gas2masm.exe"
87 "$(OUTDIR)\gas2masm.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
107 ALL : "$(OUTDIR)\gas2masm.exe"
113 -@erase "$(OUTDIR)\gas2masm.exe"
[all …]
/external/chromium/third_party/icu/source/test/perf/ubrkperf/
Dubrkperf20.dsp30 CPP=cl.exe
31 RSC=rc.exe
46 MTL=midl.exe
52 BSC32=bscmake.exe
55 LINK32=link.exe
57 … /nologo /subsystem:console /machine:I386 /out:"..\..\..\..\bin\ubrkperf20.exe" /libpath:"..\..\..…
59 InputPath=\dev\0_icu\bin\ubrkperf20.exe
62 "c:\dev\0_icu\bin\ubrkperf20.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf20.exe
80 MTL=midl.exe
[all …]
Dubrkperf.dsp30 CPP=cl.exe
31 RSC=rc.exe
46 MTL=midl.exe
52 BSC32=bscmake.exe
55 LINK32=link.exe
57 … /nologo /subsystem:console /machine:I386 /out:"..\..\..\..\bin\ubrkperf24.exe" /libpath:"..\..\..…
59 InputPath=\dev\0_icu\bin\ubrkperf24.exe
62 "c:\dev\0_icu\bin\ubrkperf22.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf22.exe
80 MTL=midl.exe
[all …]
Dubrkperfold.dsp30 CPP=cl.exe
31 RSC=rc.exe
46 MTL=midl.exe
52 BSC32=bscmake.exe
55 LINK32=link.exe
59 InputPath=.\Release\ubrkperfold.exe
62 "c:\dev\0_icu\bin\ubrkperf20.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf20.exe
80 MTL=midl.exe
85 BSC32=bscmake.exe
[all …]
/external/icu4c/test/perf/ubrkperf/
Dubrkperf.dsp30 CPP=cl.exe
31 RSC=rc.exe
46 MTL=midl.exe
52 BSC32=bscmake.exe
55 LINK32=link.exe
57 … /nologo /subsystem:console /machine:I386 /out:"..\..\..\..\bin\ubrkperf24.exe" /libpath:"..\..\..…
59 InputPath=\dev\0_icu\bin\ubrkperf24.exe
62 "c:\dev\0_icu\bin\ubrkperf22.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf22.exe
80 MTL=midl.exe
[all …]
Dubrkperf20.dsp30 CPP=cl.exe
31 RSC=rc.exe
46 MTL=midl.exe
52 BSC32=bscmake.exe
55 LINK32=link.exe
57 … /nologo /subsystem:console /machine:I386 /out:"..\..\..\..\bin\ubrkperf20.exe" /libpath:"..\..\..…
59 InputPath=\dev\0_icu\bin\ubrkperf20.exe
62 "c:\dev\0_icu\bin\ubrkperf20.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf20.exe
80 MTL=midl.exe
[all …]
Dubrkperfold.dsp30 CPP=cl.exe
31 RSC=rc.exe
46 MTL=midl.exe
52 BSC32=bscmake.exe
55 LINK32=link.exe
59 InputPath=.\Release\ubrkperfold.exe
62 "c:\dev\0_icu\bin\ubrkperf20.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
63 copy $(InputPath) c:\dev\0_icu\bin\ubrkperf20.exe
80 MTL=midl.exe
85 BSC32=bscmake.exe
[all …]
/external/bluetooth/glib/gobject/
Dmakefile.msc.in17 glib-genmarshal.exe \
23 gobject-query.exe \
26 testgobject.exe
60 gmarshal.h : gmarshal.list glib-genmarshal.exe
67 gmarshal.c: gmarshal.list gmarshal.h glib-genmarshal.exe
78 glib-genmarshal.exe : glib-genmarshal.c gmarshal.strings
82 gobject-query.exe : gobject-query.c libgobject-2.0-@LT_CURRENT_MINUS_AGE@.dll
89 .c.exe :
/external/zlib/watcom/
Dwatcom_f.mak25 all: $(ZLIB_LIB) example.exe minigzip.exe
34 example.exe: $(ZLIB_LIB) example.obj
35 $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
37 minigzip.exe: $(ZLIB_LIB) minigzip.obj
38 $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)

12345678910>>...14