Home
last modified time | relevance | path

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

12345678910>>...38

/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/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
248 UTILS = $(BINDIR)\xmllint.exe\
249 $(BINDIR)\xmlcatalog.exe\
250 $(BINDIR)\testAutomata.exe\
251 $(BINDIR)\testC14N.exe\
252 $(BINDIR)\testDocbook.exe\
253 $(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/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.py34 exe = os.path.join(tmpdir, 'foo.sh')
35 self.write_file(exe, '#!/bin/sh\nexit 1')
36 os.chmod(exe, 0777)
38 exe = os.path.join(tmpdir, 'foo.bat')
39 self.write_file(exe, 'exit 1')
41 os.chmod(exe, 0777)
42 self.assertRaises(DistutilsExecError, spawn, [exe])
46 exe = os.path.join(tmpdir, 'foo.sh')
47 self.write_file(exe, '#!/bin/sh\nexit 0')
48 os.chmod(exe, 0777)
[all …]
/external/autotest/client/site_tests/security_SandboxedServices/
Dsecurity_SandboxedServices.py240 exe = process.comm
242 if exe == "kthreadd":
253 if exe in exclusions:
256 running_services[exe] = process
270 for exe in services_set.intersection(baseline_set):
271 process = running_services[exe]
274 if process.euser != baseline[exe]["euser"]:
276 exe, baseline[exe]['euser'], process.euser)
278 sandbox_delta.append(exe)
282 if process.egroup != baseline[exe]['egroup']:
[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/cmockery/cmockery_0_1_2/windows/
Dmakefile44 LIBTOOL=lib.exe
48 LINK=link.exe
71 .SUFFIXES: .exe .lib .obj .c
91 $(EXECUTABLE_DIR)\calculator.exe \
92 $(EXECUTABLE_DIR)\calculator_test.exe \
93 $(EXECUTABLE_DIR)\allocate_module_test.exe \
94 $(EXECUTABLE_DIR)\assert_macro_test.exe \
95 $(EXECUTABLE_DIR)\customer_database_test.exe \
96 $(EXECUTABLE_DIR)\key_value_test.exe \
97 $(EXECUTABLE_DIR)\product_database_test.exe \
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dtest_spawn.py34 exe = os.path.join(tmpdir, 'foo.sh')
35 self.write_file(exe, '#!%s\nexit 1' % unix_shell)
37 exe = os.path.join(tmpdir, 'foo.bat')
38 self.write_file(exe, 'exit 1')
40 os.chmod(exe, 0o777)
41 self.assertRaises(DistutilsExecError, spawn, [exe])
45 exe = os.path.join(tmpdir, 'foo.sh')
46 self.write_file(exe, '#!%s\nexit 0' % unix_shell)
48 exe = os.path.join(tmpdir, 'foo.bat')
49 self.write_file(exe, 'exit 0')
[all …]
/external/valgrind/none/tests/
Dprocfs-linux.stderr.exp-with-readlinkat3 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
5 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
6 Result of readlink("/proc/self/exe"): procfs-cmdline-exe
7 Result of readlink("/proc/<pid>/exe"): procfs-cmdline-exe
8 Result of readlinkat("/proc/self/exe"): procfs-cmdline-exe
9 Result of readlinkat("/proc/<pid>/exe"): procfs-cmdline-exe
Dprocfs-linux.stderr.exp-without-readlinkat3 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
5 ./procfs-cmdline-exe\0arg1\0arg 2\0arg3\0
6 Result of readlink("/proc/self/exe"): procfs-cmdline-exe
7 Result of readlink("/proc/<pid>/exe"): procfs-cmdline-exe
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
DruniSACRate.txt8 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_n…
9 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/saws…
10 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_n…
11 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/saws…
12 ../Release/kenny.exe 13000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.pcm $OUTDIR/out_n…
13 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 60 -MAXRATE 32000 ../data/orig/saws…
14 ../Release/kenny.exe 13000 -INIT_RATE 32000 -FIXED_FL -FL 60 -MAX 100 ../data/orig/sawsweep_380_60.…
16 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_1…
17 ../Release/kenny.exe ../data/orig/bottlenecks.txt -FIXED_FL -FL 30 -MAXRATE 32000 ../data/orig/long…
18 ../Release/kenny.exe 13000 -FIXED_FL -FL 30 -MAX 100 ../data/orig/longspeech.pcm $OUTDIR/out_napi_1…
[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 …]
/external/selinux/python/sepolgen/tests/
Daudit.txt2 …d=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=us…
5 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
8 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
11 …d=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/bash" subj=us…
14 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
17 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
20 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
23 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
26 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
29 … euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/bash" subj=us…
[all …]
/external/honggfuzz/
Dcmdline.c130 if (!hfuzz->exe.fuzzStdin && !hfuzz->persistent && in cmdlineVerify()
131 !checkFor_FILE_PLACEHOLDER(hfuzz->exe.cmdline)) { in cmdlineVerify()
137 if (hfuzz->exe.fuzzStdin && hfuzz->persistent) { in cmdlineVerify()
206 .exe = in cmdlineParse()
429 hfuzz->exe.nullifyStdio = false; in cmdlineParse()
438 hfuzz->exe.fuzzStdin = true; in cmdlineParse()
468 hfuzz->exe.externalCommand = optarg; in cmdlineParse()
501 hfuzz->exe.asLimit = strtoull(optarg, NULL, 0); in cmdlineParse()
504 hfuzz->exe.rssLimit = strtoull(optarg, NULL, 0); in cmdlineParse()
507 hfuzz->exe.dataLimit = strtoull(optarg, NULL, 0); in cmdlineParse()
[all …]
Dreport.c58 for (int x = 0; run->global->exe.cmdline[x]; x++) { in report_printTargetCmd()
59 dprintf(reportFD, "%s ", run->global->exe.cmdline[x]); in report_printTargetCmd()
109 run->global->exe.externalCommand == NULL ? "NULL" : run->global->exe.externalCommand, in report_Report()
110 run->global->exe.fuzzStdin ? "TRUE" : "FALSE", run->global->timing.tmOut, in report_Report()
111 run->global->linux.ignoreAddr, run->global->exe.asLimit, run->global->exe.rssLimit, in report_Report()
112 run->global->exe.dataLimit, run->global->linux.pid, run->global->linux.pidCmd, in report_Report()
/external/boringssl/src/util/bot/go/
Denv.py41 exe = sys.argv[1] variable
42 if exe == 'python':
43 exe = sys.executable variable
47 if os.sep not in exe:
48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE]) variable
49 sys.exit(subprocess.call([exe] + sys.argv[2:], env=new))
/external/lzma/DOC/
Dinstaller.txt16 7zr.exe is reduced version of 7za.exe of 7-Zip.
17 7zr.exe supports only format with these codecs: LZMA, LZMA2, BCJ, BCJ2, ARM, Copy.
32 copy /b 7zSD.sfx + config.txt + archive.7z archive.exe
52 RunProgram Command for executing. Default value is "setup.exe".
81 RunProgram="setup.exe"
97 ExecuteFile="msiexec.exe"
124 copy /b 7zS2.sfx + archive.7z sfx.exe
126 When you run installer sfx module (sfx.exe)
132 You can send parameters to installer, and installer will transfer them to extracted .exe file.
138 bat, cmd, exe, inf, msi, cab (under Windows CE), html, htm
[all …]
/external/libpcap/msdos/
Dmakefile.dj47 TARGETS = msdos/bin2c.exe libpcap.a filtertest.exe findalldevstest.exe \
48 nonblocktest.exe opentest.exe
62 filtertest.exe: tests/filtertest.c libpcap.a
66 findalldevstest.exe: tests/findalldevstest.c libpcap.a
70 nonblocktest.exe: tests/nonblocktest.c libpcap.a
74 opentest.exe: tests/opentest.c libpcap.a
78 msdos/pkt_stub.inc: msdos/bin2c.exe msdos/pkt_rx1.S
97 msdos/bin2c.exe: msdos/bin2c.c
98 $(CC) $*.c -o $*.exe
/external/libjpeg-turbo/release/
Dlibjpeg-turbo.nsi.in3 OutFile "@CMAKE_BINARY_DIR@\${BUILDDIR}@INST_NAME@.exe"
53 File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}cjpeg.exe"
54 File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}djpeg.exe"
55 File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}jpegtran.exe"
56 File "@CMAKE_BINARY_DIR@\${BUILDDIR}tjbench.exe"
57 File "@CMAKE_BINARY_DIR@\${BUILDDIR}rdjpgcom.exe"
58 File "@CMAKE_BINARY_DIR@\${BUILDDIR}wrjpgcom.exe"
94 …Version\Uninstall\@INST_REG_NAME@ @VERSION@" "UninstallString" '"$INSTDIR\uninstall_@VERSION@.exe"'
97 WriteUninstaller "uninstall_@VERSION@.exe"
132 Delete $INSTDIR\bin\cjpeg.exe
[all …]
/external/autotest/client/site_tests/security_RuntimeExecStack/
Dsecurity_RuntimeExecStack.py88 exe = cmd
89 if ' ' in exe:
90 exe = exe[:exe.index(' ')]
97 logging.debug('ok: %s %s', pid, exe)
100 failed.add(exe)
/external/zlib/src/win32/
DMakefile.gcc74 all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) example.exe minigzip.exe example_d.exe minigzip_d.exe
76 test: example.exe minigzip.exe
80 testdll: example_d.exe minigzip_d.exe
100 example.exe: example.o $(STATICLIB)
104 minigzip.exe: minigzip.o $(STATICLIB)
108 example_d.exe: example.o $(IMPLIB)
112 minigzip_d.exe: minigzip.o $(IMPLIB)
165 -$(RM) *.exe
/external/selinux/python/sepolgen/tests/test_data/
Daudit.log2 …id=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=(none) comm="pam_timestamp_c" exe="/sbin/pam_timestam…
5 …0 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" sub…
7 …0 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="beagled" exe="/usr/bin/mono" sub…
9 …d=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock…
11 …d=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock…
13 …00 subj=staff_u:staff_r:staff_su_t:s0 msg='PAM: authentication acct=root : exe="/bin/su" (hostname…
14 …id=500 subj=staff_u:staff_r:staff_su_t:s0 msg='PAM: accounting acct=root : exe="/bin/su" (hostname…
16 …d=500 euid=0 suid=0 fsuid=0 egid=500 sgid=500 fsgid=500 tty=pts1 comm="su" exe="/bin/su" subj=staf…
18 …d=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts1 comm="xauth" exe="/usr/bin/xauth" su…
20 …d=500 suid=500 fsuid=500 egid=500 sgid=500 fsgid=500 tty=pts1 comm="xauth" exe="/usr/bin/xauth" su…
[all …]

12345678910>>...38