Home
last modified time | relevance | path

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

12345678910>>...85

/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/llvm-project/lld/test/COFF/
Doptions.test3 # RUN: lld-link /out:%t.exe /entry:main %t.obj
4 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=BIND %s
5 # RUN: lld-link /allowbind /out:%t.exe /entry:main %t.obj
6 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=BIND %s
9 # RUN: lld-link /allowbind:no /out:%t.exe /entry:main %t.obj
10 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=NOBIND %s
13 # RUN: lld-link /out:%t.exe /entry:main %t.obj
14 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=ISO %s
15 # RUN: lld-link /allowisolation /out:%t.exe /entry:main %t.obj
16 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=ISO %s
[all …]
Dpdbaltpath.test3 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:hello.pdb
4 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix HELLO %s
7 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:%_Pdb%
8 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix PDBVAR %s
11 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:foo%_ExT%.pdb
12 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix EXTVAR %s
15 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:%_PDB
16 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix NOCLOSE %s
19 # RUN: lld-link /entry:main %t.obj /out:%t.exe /debug /pdbaltpath:foo%_PDB
20 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix NOCLOSE2 %s
[all …]
Dsavetemps.ll5 ; RUN: lld-link /out:%T/savetemps/savetemps.exe /entry:main \
7 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.0.preopt.bc
8 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.2.internalize.bc
9 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.4.opt.bc
10 ; RUN: not llvm-dis -o - %T/savetemps/savetemps.exe.0.5.precodegen.bc
11 ; RUN: not llvm-objdump -s %T/savetemps/savetemps.exe.lto.obj
12 ; RUN: lld-link /lldsavetemps /out:%T/savetemps/savetemps.exe /entry:main \
14 ; RUN: llvm-dis -o - %T/savetemps/savetemps.exe.0.0.preopt.bc | FileCheck %s
15 ; RUN: llvm-dis -o - %T/savetemps/savetemps.exe.0.2.internalize.bc | FileCheck %s
16 ; RUN: llvm-dis -o - %T/savetemps/savetemps.exe.0.4.opt.bc | FileCheck %s
[all …]
Dsubsystem.test1 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows \
3 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s
11 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows,8.9 \
13 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s
15 # RUN: lld-link /entry:main /out:%t.exe /subsystem:windows,8.09 \
17 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s
25 # RUN: lld-link /entry:main /out:%t.exe /subsystem:default,8.9 \
27 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK3 %s
34 # RUN: lld-link /entry:main /out:%t.exe /osversion:1.2 \
36 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK4 %s
[all …]
Dstack.test3 # RUN: lld-link /out:%t.exe /entry:main %t.obj
4 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=DEFAULT %s
9 # RUN: lld-link /out:%t.exe /entry:main %t.obj /stack:0x3000
10 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s
12 # RUN: lld-link /out:%t.exe /entry:main /def:%t.def %t.obj
13 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK1 %s
18 # RUN: lld-link /out:%t.exe /entry:main %t.obj /stack:0x5000,0x3000
19 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s
21 # RUN: lld-link /out:%t.exe /entry:main /def:%t.def %t.obj
22 # RUN: llvm-readobj --file-headers %t.exe | FileCheck -check-prefix=CHECK2 %s
/external/usrsctp/programs/
DMakefile.nmake68 link -out:client.exe client.obj programs_helper.obj $(LINKFLAGS)
72 link -out:client_upcall.exe client_upcall.obj programs_helper.obj $(LINKFLAGS)
76 link -out:daytime_server.exe daytime_server.obj programs_helper.obj $(LINKFLAGS)
80 link -out:daytime_server_upcall.exe daytime_server_upcall.obj programs_helper.obj $(LINKFLAGS)
84 link -out:discard_server.exe discard_server.obj programs_helper.obj $(LINKFLAGS)
88 link -out:discard_server_upcall.exe discard_server_upcall.obj programs_helper.obj $(LINKFLAGS)
92 link -out:echo_server.exe echo_server.obj programs_helper.obj $(LINKFLAGS)
96 link -out:echo_server_upcall.exe echo_server_upcall.obj programs_helper.obj $(LINKFLAGS)
100 link -out:tsctp.exe tsctp.obj programs_helper.obj $(LINKFLAGS)
104 link -out:rtcweb.exe rtcweb.obj programs_helper.obj $(LINKFLAGS)
[all …]
/external/bc/tests/
Dother.sh45 exe="$testdir/../bin/$d"
47 exe="$1"
79 printf '%s\n' "$halt" | "$exe" "$@" > /dev/null 2>&1
85 printf '%s\n' "quit" | "$exe" "$@" > /dev/null 2>&1
89 two=$("$exe" "$@" -e 1+1 -e quit)
100 base=$(basename "$exe")
113 printf 's(.02893)\n' | "$exe" "$@" > /dev/null
117 "$exe" -e 4 "$@" > /dev/null
129 printf '4s stuff\n' | "$exe" "$@" > /dev/null
133 "$exe" -e 4pR "$@" > /dev/null
[all …]
/external/libxml2/win32/
DMakefile.mingw35 CPP = gcc.exe -E
42 CC = gcc.exe
62 LD = gcc.exe
94 AR = ar.exe
204 UTILS = $(BINDIR)/xmllint.exe\
205 $(BINDIR)/xmlcatalog.exe\
206 $(BINDIR)/testAutomata.exe\
207 $(BINDIR)/testC14N.exe\
208 $(BINDIR)/testDocbook.exe\
209 $(BINDIR)/testHTML.exe\
[all …]
DMakefile.msvc39 CPP = cl.exe /EP
46 CC = cl.exe
62 LD = link.exe
95 AR = lib.exe
259 UTILS = $(BINDIR)\xmllint.exe\
260 $(BINDIR)\xmlcatalog.exe\
261 $(BINDIR)\testAutomata.exe\
262 $(BINDIR)\testC14N.exe\
263 $(BINDIR)\testDocbook.exe\
264 $(BINDIR)\testHTML.exe\
[all …]
DMakefile.bcb45 CPP = cpp32.exe -P- -DWIN32
52 CC = bcc32.exe
70 LD = ilink32.exe
103 AR = tlib.exe
208 UTILS = $(BINDIR)\xmllint.exe\
209 $(BINDIR)\xmlcatalog.exe\
210 $(BINDIR)\testAutomata.exe\
211 $(BINDIR)\testC14N.exe\
212 $(BINDIR)\testDocbook.exe\
213 $(BINDIR)\testHTML.exe\
[all …]
/external/llvm-project/lldb/test/Shell/BuildScript/
Dtoolchain-clang.test1 RUN: %build -n --verbose --arch=32 --compiler=clang --mode=compile-and-link -o %t/foo.exe foobar.c \
4 RUN: %build -n --verbose --arch=64 --compiler=clang --mode=compile-and-link -o %t/foo.exe foobar.c \
7 CHECK: Cleaning {{.*}}toolchain-clang.test.tmp{{.}}foo.exe-foobar.o
8 CHECK: Cleaning {{.*}}toolchain-clang.test.tmp{{.}}foo.exe
9 CHECK: compiling foobar.c -> foo.exe-foobar.o
10 CHECK-32: {{.*}}clang++{{(.exe)?}} -m32 -g -O0 -c -o {{.*}}foo.exe-foobar.o {{.*}}foobar.c
11 CHECK-64: {{.*}}clang++{{(.exe)?}} -m64 -g -O0 -c -o {{.*}}foo.exe-foobar.o {{.*}}foobar.c
12 CHECK: linking foo.exe-foobar.o -> foo.exe
13 CHECK-32: {{.*}}clang++{{(.exe)?}} -m32 {{(-L.* )?(-Wl,-rpath,.* )?}}-o {{.*}}foo.exe {{.*}}foo.exe
14 CHECK-64: {{.*}}clang++{{(.exe)?}} -m64 {{(-L.* )?(-Wl,-rpath,.* )?}}-o {{.*}}foo.exe {{.*}}foo.exe
Dtoolchain-clang-cl.test3 RUN: %build -n --verbose --arch=32 --compiler=clang-cl --mode=compile-and-link -o %t/foo.exe foobar…
6 RUN: %build -n --verbose --arch=64 --compiler=clang-cl --mode=compile-and-link -o %t/foo.exe foobar…
13 CHECK-32: Output: {{.*}}toolchain-clang-cl.test.tmp\foo.exe
22 CHECK-32: Cleaning {{.*}}toolchain-clang-cl.test.tmp{{.}}foo.exe-foobar.obj
24 CHECK-32: Cleaning {{.*}}toolchain-clang-cl.test.tmp{{.}}foo.exe
25 CHECK-32: compiling foobar.c -> foo.exe-foobar.obj
26 CHECK-32: {{.*}}clang-cl{{(.exe)?}} -m32
27 CHECK-32: linking foo.exe-foobar.obj -> foo.exe
34 CHECK-64: Output: {{.*}}toolchain-clang-cl.test.tmp\foo.exe
43 CHECK-64: Cleaning {{.*}}toolchain-clang-cl.test.tmp{{.}}foo.exe-foobar.obj
[all …]
Dtoolchain-msvc.test3 RUN: %build -n --verbose --arch=32 --compiler=msvc --mode=compile-and-link -o %t/foo.exe foobar.c \
6 RUN: %build -n --verbose --arch=64 --compiler=msvc --mode=compile-and-link -o %t/foo.exe foobar.c \
13 X86: Output: {{.*}}toolchain-msvc.test.tmp\foo.exe
22 X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe-foobar.obj
24 X86: Cleaning {{.*}}toolchain-msvc.test.tmp\foo.exe
25 X86: compiling foobar.c -> foo.exe-foobar.obj
26 X86: Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x86\cl.exe
27 X86: linking foo.exe-foobar.obj -> foo.exe
28 X86: Command Line: {{.*}}\{{[Hh]ost[Xx]64}}\x86\link.exe
41 X64: Output: {{.*}}toolchain-msvc.test.tmp\foo.exe
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
DMakefile.m3230 all: arestest.exe aresfuzz.exe aresfuzzname.exe dnsdump.exe
32 arestest.exe: $(OBJS) gmock-gtest-all.o
35 aresfuzz.exe: $(FUZZOBJS)
38 aresfuzzname.exe: $(FUZZNAMEOBJS)
41 dnsdump.exe: $(DNSDUMPOBJS)
53 test: arestest.exe
54 ./arestest.exe
55 vtest: arestest.exe
56 ./arestest.exe -v
59 $(RM) $(OBJS) gmock-gtest-all.o arestest.exe aresfuzz.exe aresfuzzname.exe dnsdump.exe
/external/libevent/test/
DMakefile.nmake30 PROGRAMS=regress.exe \
31 test-init.exe test-eof.exe test-closed.exe test-weof.exe test-time.exe \
32 test-changelist.exe \
33 print-winsock-errors.exe
43 regress.exe: $(REGRESS_OBJS)
46 test-init.exe: test-init.obj
48 test-eof.exe: test-eof.obj
50 test-closed.exe: test-closed.obj
52 test-changelist.exe: test-changelist.obj
54 test-weof.exe: test-weof.obj
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dtest_spawn.py37 exe = os.path.join(tmpdir, 'foo.sh')
38 self.write_file(exe, '#!/bin/sh\nexit 1')
39 os.chmod(exe, 0777)
41 exe = os.path.join(tmpdir, 'foo.bat')
42 self.write_file(exe, 'exit 1')
44 os.chmod(exe, 0777)
45 self.assertRaises(DistutilsExecError, spawn, [exe])
49 exe = os.path.join(tmpdir, 'foo.sh')
50 self.write_file(exe, '#!/bin/sh\nexit 0')
51 os.chmod(exe, 0777)
[all …]
/external/curl/packages/vms/
Dgnv_link_curl.com5 $! File to build images using gnv$libcurl.exe
80 $ link/share=gnv$curlmsg.exe [.packages.vms]curlmsg.obj
142 $ hp_ssl_libcrypto32 = "sys$common:[syslib]ssl$libcrypto_shr32.exe"
143 $ hp_ssl_libssl32 = "sys$common:[syslib]ssl$libssl_shr32.exe"
160 $ hp_ssl_libcrypto32 = "sys$share:ssl$libcrypto_shr32.exe"
161 $ hp_ssl_libssl32 = "sys$share:ssl$libssl_shr32.exe"
285 2. Extract the ssl$crypto_shr32.exe and ssl$libssl_shr32.exe images.
288 /select=(ssl$libcrypto_shr32.exe,ssl$libssl_shr32.exe)-
399 $ link'ldebug'/exe=[.src]curl.exe/dsf=[.src]curl.dsf -
446 $ link'ldebug'/exe='curl_exe'/dsf='curl_dsf' -
[all …]
/external/llvm-project/lldb/test/API/python_api/hello_world/
DTestHelloWorld.py34 exe = '%s_%d'%(self.getBuildArtifact(self.testMethodName), os.getpid())
35 d = {'EXE': exe}
38 target = self.dbg.CreateTarget(exe)
80 exe = '%s_%d'%(self.testMethodName, os.getpid())
81 d = {'EXE': exe}
84 target = self.dbg.CreateTarget(self.getBuildArtifact(exe))
87 token = exe+'.token'
92 popen = self.spawnSubprocess(self.getBuildArtifact(exe), [token])
103 self.expect(stacktraces, exe=False,
113 exe = '%s_%d'%(self.testMethodName, os.getpid())
[all …]
/external/llvm-project/llvm/test/tools/llvm-objcopy/COFF/
Dbasic-copy.test32 RUN: yaml2obj %p/Inputs/i386-exe.yaml -o %t.i386.exe
33 RUN: llvm-objcopy %t.i386.exe %t.i386-copy.exe
34 RUN: obj2yaml %t.i386.exe > %t.i386.exe.yaml
35 RUN: obj2yaml %t.i386-copy.exe > %t.i386-copy.exe.yaml
36 RUN: cmp %t.i386.exe.yaml %t.i386-copy.exe.yaml
38 RUN: yaml2obj %p/Inputs/x86_64-exe.yaml -o %t.x86_64.exe
39 RUN: llvm-objcopy %t.x86_64.exe %t.x86_64-copy.exe
40 RUN: obj2yaml %t.x86_64.exe > %t.x86_64.exe.yaml
41 RUN: obj2yaml %t.x86_64-copy.exe > %t.x86_64-copy.exe.yaml
42 RUN: cmp %t.x86_64.exe.yaml %t.x86_64-copy.exe.yaml
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/.settings/
Dorg.eclipse.cdt.managedbuilder.core.prefs2 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/delimiter=;
3 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/operation=rem…
4 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/deli…
5 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/oper…
6 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/append=true
7 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
8 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/delimi…
9 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/operat…
10 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/append=true
11 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/.settings/
Dorg.eclipse.cdt.managedbuilder.core.prefs2 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/delimiter=;
3 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/operation=rem…
4 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/deli…
5 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/oper…
6 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/append=true
7 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
8 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/delimi…
9 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/operat…
10 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/append=true
11 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
/external/flatbuffers/tests/
Dgenerate_code.bat36 ..\%buildtype%\flatc.exe --binary --cpp --java --kotlin --csharp --dart --go --lobster --lua --js -…
38 ..\%buildtype%\flatc.exe --rust %TEST_NOINCL_FLAGS% %TEST_RUST_FLAGS% -I include_test monster_test.…
40 ..\%buildtype%\flatc.exe --python %TEST_BASE_FLAGS% --no-fb-import -I include_test monster_test.fbs…
42 ..\%buildtype%\flatc.exe --binary --cpp --java --csharp --dart --go --lobster --lua --js --ts --php…
45 ..\%buildtype%\flatc.exe --cpp --java --csharp --js --ts --php %TEST_BASE_FLAGS% %TEST_CPP_FLAGS% %…
46 ..\%buildtype%\flatc.exe --rust -I include_test -o include_test include_test/include_test1.fbs || g…
47 ..\%buildtype%\flatc.exe --rust -I include_test -o include_test/sub include_test/sub/include_test2.…
48 ..\%buildtype%\flatc.exe -b --schema --bfbs-comments --bfbs-builtins -I include_test monster_test.f…
49 ..\%buildtype%\flatc.exe --cpp --bfbs-comments --bfbs-builtins --bfbs-gen-embed %TEST_NOINCL_FLAGS%…
50 ..\%buildtype%\flatc.exe -b --schema --bfbs-comments --bfbs-builtins -I include_test arrays_test.fb…
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dnmake.mak5 # Note: Make sure that cl.exe is configured to include Platform SDK
8 all: wpa_supplicant.exe wpa_cli.exe wpa_passphrase.exe wpasvc.exe win_if_list.exe
181 wpa_supplicant.exe: $(OBJDIR) $(OBJS) $(OBJS2)
182 link.exe /out:wpa_supplicant.exe $(LFLAGS) $(OBJS) $(OBJS2) $(LIBS)
184 wpasvc.exe: $(OBJDIR) $(OBJS) $(OBJS3)
185 link.exe /out:wpasvc.exe $(LFLAGS) $(OBJS) $(OBJS3) $(LIBS)
187 wpa_cli.exe: $(OBJDIR) $(OBJS_c)
188 link.exe /out:wpa_cli.exe $(LFLAGS) $(OBJS_c) $(LIBS)
190 wpa_passphrase.exe: $(OBJDIR) $(OBJS_p)
191 link.exe /out:wpa_passphrase.exe $(LFLAGS) $(OBJS_p) $(LIBS)
[all …]

12345678910>>...85