Home
last modified time | relevance | path

Searched full:exe (Results 1 – 25 of 1614) sorted by relevance

12345678910>>...65

/third_party/skia/third_party/externals/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 …]
/third_party/curl/packages/vms/
Dgnv_link_curl.com3 $! File to build images using gnv$libcurl.exe
77 $ if f$search("gnv$curlmsg.exe") .eqs. ""
79 $ link/share=gnv$curlmsg.exe [.packages.vms]curlmsg.obj
107 $ link/exe='default_dir'report_openssl_version.exe 'rpt_obj'
108 $ report_openssl_version := $'default_dir'report_openssl_version.exe
141 $ hp_ssl_libcrypto32 = "sys$common:[syslib]ssl$libcrypto_shr32.exe"
142 $ hp_ssl_libssl32 = "sys$common:[syslib]ssl$libssl_shr32.exe"
159 $ hp_ssl_libcrypto32 = "sys$share:ssl$libcrypto_shr32.exe"
160 $ hp_ssl_libssl32 = "sys$share:ssl$libssl_shr32.exe"
206 $ gnv_ssl_libcrypto32 = "gnv$gnu:[lib]ssl$libcrypto_shr32.exe"
[all …]
/third_party/skia/third_party/externals/libwebp/
DMakefile.vc18 If cl.exe is in your PATH rerun nmake with ARCH=<arch>.
30 CCNODBG = cl.exe $(NOLOGO) /O2 /DNDEBUG
31 CCDEBUG = cl.exe $(NOLOGO) /Od /Zi /D_DEBUG /RTC1
36 LNKDLL = link.exe /DLL $(NOLOGO)
37 LNKEXE = link.exe $(NOLOGO)
38 LNKLIB = lib.exe $(NOLOGO)
39 MT = mt.exe $(NOLOGO)
40 RCNODBG = rc.exe $(NOLOGO) /l"0x0409" # 0x409 = U.S. English
348 OUT_EXAMPLES = $(DIRBIN)\cwebp.exe $(DIRBIN)\dwebp.exe
349 EXTRA_EXAMPLES = $(DIRBIN)\vwebp.exe $(DIRBIN)\webpmux.exe \
[all …]
/third_party/openssl/demos/bio/
Ddescrip.mms26 .obj.exe :
29 all : client-arg.exe client-conf.exe saccept.exe sconnect.exe -
30 server-arg.exe server-cmod.exe server-conf.exe
32 client-arg.exe : client-arg.obj
33 client-conf.exe : client-conf.obj
34 saccept.exe : saccept.obj
35 sconnect.exe : sconnect.obj
36 server-arg.exe : server-arg.obj
37 server-cmod.exe : server-cmod.obj
38 server-conf.exe : server-conf.obj
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dgenerate.sh21 i686-linux-gnu-gcc main.c list.o -o main.exe $cflags
22 ./main.exe >> "$out"
24 x86_64-linux-gnu-gcc main.c list.o -o main.exe $cflags
25 ./main.exe >> "$out"
27 aarch64-linux-gnu-gcc main.c list.o -o main.exe $cflags
28 qemu-aarch64 -L /usr/aarch64-linux-gnu ./main.exe >> "$out"
30 arm-linux-gnueabihf-gcc main.c list.o -o main.exe $cflags
31 qemu-arm -L /usr/arm-linux-gnueabihf ./main.exe >> "$out"
33 powerpc64le-linux-gnu-gcc main.c list.o -o main.exe $cflags
34 qemu-ppc64le -L /usr/powerpc64le-linux-gnu ./main.exe >> "$out"
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 …]
/third_party/libwebsockets/win32port/
Dlibwebsockets.nsi6 OutFile "libwebsockets-${VERSION}-install.exe"
42 File /nonfatal "..\build\bin\Release\libwebsockets-test-client.exe"
43 File /nonfatal "..\build\bin\Release\libwebsockets-test-echo.exe"
44 File /nonfatal "..\build\bin\Release\libwebsockets-test-fraggle.exe"
45 File /nonfatal "..\build\bin\Release\libwebsockets-test-ping.exe"
46 File /nonfatal "..\build\bin\Release\libwebsockets-test-server.exe"
47 File /nonfatal "..\build\bin\Release\libwebsockets-test-server-extpoll.exe"
68 WriteUninstaller "$INSTDIR\Uninstall.exe"
70 …ft\Windows\CurrentVersion\Uninstall\libwebsockets" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
71 …ws\CurrentVersion\Uninstall\libwebsockets" "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S"
[all …]
/third_party/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 …]
/third_party/googletest/googlemock/test/
Dgmock_test.cc73 const char* argv[] = {"foo.exe", nullptr}; in TEST()
75 const char* new_argv[] = {"foo.exe", nullptr}; in TEST()
81 const char* argv[] = {"foo.exe", "--gmock_verbose=info", nullptr}; in TEST()
83 const char* new_argv[] = {"foo.exe", nullptr}; in TEST()
90 const wchar_t* argv[] = {L"foo.exe", L"--gmock_verbose=info", in TEST()
93 const wchar_t* new_argv[] = {L"foo.exe", nullptr}; in TEST()
102 const char* argv[] = {"foo.exe", "--non_gmock_flag=blah", nullptr}; in TEST()
104 const char* new_argv[] = {"foo.exe", "--non_gmock_flag=blah", nullptr}; in TEST()
110 const char* argv[] = {"foo.exe", "--non_gmock_flag=blah", in TEST()
113 const char* new_argv[] = {"foo.exe", "--non_gmock_flag=blah", nullptr}; in TEST()
[all …]
/third_party/icu/
D.gitignore150 icu4c/source/extra/scrptrun/srtest.exe
163 icu4c/source/samples/break/break.exe
165 icu4c/source/samples/cal/icucal.exe
167 icu4c/source/samples/case/case.exe
169 icu4c/source/samples/citer/citer.exe
171 icu4c/source/samples/csdet/csdet.exe
173 icu4c/source/samples/date/icudate.exe
177 icu4c/source/samples/numfmt/numfmt.exe
179 icu4c/source/samples/props/props.exe
181 icu4c/source/samples/translit/translit.exe
[all …]
/third_party/gptfdisk/
DMakefile.mingw18 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) $(LDLIBS) -o gdisk32.exe
21 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) $(LDLIBS) -lncursesw -o cgdisk32.exe
24 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) $(LDLIBS) -lpopt -lintl -liconv -o sgdisk32.exe
27 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts32.exe
33 rm -f core *.o *~ gdisk32.exe cgdisk32.exe sgdisk32.exe fixparts32.exe
36 $(STRIP) gdisk32.exe cgdisk32.exe sgdisk32.exe fixparts32.exe
DMakefile.mingw6419 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) $(LDLIBS) -o gdisk64.exe
22 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) $(LDLIBS) -lncursesw -o cgdisk64.exe
25 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) $(LDLIBS) -lpopt -lintl -liconv -o sgdisk64.exe
28 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts64.exe
34 rm -f core *.o *~ gdisk64.exe cgdisk64.exe sgdisk64.exe fixparts64.exe
37 $(STRIP) gdisk64.exe cgdisk64.exe sgdisk64.exe fixparts64.exe
/third_party/lz4/
Dappveyor.yml30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
74 COPY programs\lz4.exe bin\lz4.exe
77 …7z.exe a -bb1 bin\lz4_x64.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
81 …7z.exe a -bb1 bin\lz4_x86.zip NEWS .\bin\lz4.exe .\bin\README.md .\bin\example .\bin\dll .\bin\sta…
84 - if [%COMPILER%]==[gcc] (COPY tests\*.exe programs\)
102 COPY build\VS2010\bin\%PLATFORM%_%CONFIGURATION%\*.exe programs\
112 lz4 -i1b lz4.exe &&
113 lz4 -i1b5 lz4.exe &&
114 lz4 -i1b10 lz4.exe &&
[all …]
/third_party/mbedtls/programs/pkey/
DCMakeLists.txt6 foreach(exe IN LISTS executables_mbedtls)
7 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
8 target_link_libraries(${exe} ${mbedtls_target} ${CMAKE_THREAD_LIBS_INIT})
9 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include)
33 foreach(exe IN LISTS executables_mbedcrypto)
34 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>)
35 target_link_libraries(${exe} ${mbedcrypto_target} ${CMAKE_THREAD_LIBS_INIT})
36 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include)
/third_party/mbedtls/programs/ssl/
DCMakeLists.txt31 foreach(exe IN LISTS executables)
33 if(exe STREQUAL "ssl_client2" OR exe STREQUAL "ssl_server2")
39 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>
41 target_link_libraries(${exe} ${libs} ${CMAKE_THREAD_LIBS_INIT})
42 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include)
43 if(exe STREQUAL "ssl_client2" OR exe STREQUAL "ssl_server2")
45 add_dependencies(${exe} generate_query_config_c)
47 target_include_directories(${exe}
/third_party/protobuf/protoc-artifacts/
Dpom.xml49 <file>${basedir}/target/linux/x86_64/protoc.exe</file>
51 <type>exe</type>
54 <file>${basedir}/target/linux/x86_32/protoc.exe</file>
56 <type>exe</type>
59 <file>${basedir}/target/windows/x86_64/protoc.exe</file>
61 <type>exe</type>
64 <file>${basedir}/target/windows/x86_32/protoc.exe</file>
66 <type>exe</type>
69 <file>${basedir}/target/osx/x86_64/protoc.exe</file>
71 <type>exe</type>
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_spawn.py28 exe = os.path.join(tmpdir, 'foo.sh')
29 self.write_file(exe, '#!%s\nexit 1' % unix_shell)
31 exe = os.path.join(tmpdir, 'foo.bat')
32 self.write_file(exe, 'exit 1')
34 os.chmod(exe, 0o777)
35 self.assertRaises(DistutilsExecError, spawn, [exe])
39 exe = os.path.join(tmpdir, 'foo.sh')
40 self.write_file(exe, '#!%s\nexit 0' % unix_shell)
42 exe = os.path.join(tmpdir, 'foo.bat')
43 self.write_file(exe, 'exit 0')
[all …]
/third_party/mesa3d/src/amd/vulkan/
D00-radv-defaults.conf65 … <application name="Shadow Of The Tomb Raider (DX11/DX12)" application_name_match="SOTTR.exe">
70 <application name="RAGE 2" executable="RAGE2.exe">
74 <application name="Path of Exile (64-bit, Steam)" executable="PathOfExile_x64Steam.exe">
78 <application name="Path of Exile (32-bit, Steam)" executable="PathOfExileSteam.exe">
82 <application name="Path of Exile (64-bit)" executable="PathOfExile_x64.exe">
86 <application name="Path of Exile (32-bit)" executable="PathOfExile.exe">
114 <application name="Monster Hunter World" application_name_match="MonsterHunterWorld.exe">
126 <application name="Resident Evil Village" application_name_match="re8.exe">
130 <application name="Fable Anniversary" application_name_match="Fable Anniversary.exe">
134 <application name="Dragon's Dogma Dark Ariser" application_name_match="DDDA.exe">
[all …]
/third_party/mbedtls/programs/test/
DCMakeLists.txt66 foreach(exe IN LISTS executables_libs executables_mbedcrypto)
68 if(exe STREQUAL "query_compile_time_config")
73 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>
75 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include)
76 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../library)
77 if(exe STREQUAL "query_compile_time_config")
78 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
82 set_target_properties(${exe} PROPERTIES C_STANDARD 11)
85 list(FIND executables_libs ${exe} exe_index)
87 target_link_libraries(${exe} ${libs} ${CMAKE_THREAD_LIBS_INIT})
[all …]
/third_party/skia/infra/bots/recipes/compile.expected/
DBuild-Win-Clang-x86-Debug.json65exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe
80exe', 'dm.app', 'fm', 'fm.exe', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe
103 …til.process_iter():\n try:\n if p.name in ('mspdbsrv.exe', 'vctip.exe', 'cl.exe', 'link.exe'):…
119 …@STEP_LOG_LINE@python.inline@ if p.name in ('mspdbsrv.exe', 'vctip.exe', 'cl.exe', 'link.exe'):…
/third_party/python/Tools/msi/launcher/
Dlauncher_reg.wxs8 …Python.File" Description="!(loc.PythonFileDescription)" Advertise="no" Icon="py.exe" IconIndex="1">
10 <Verb Id="open" TargetFile="py.exe" Argument="&quot;%L&quot; %*" />
15 …onFile" Description="!(loc.PythonNoConFileDescription)" Advertise="no" Icon="py.exe" IconIndex="1">
17 <Verb Id="open" TargetFile="pyw.exe" Argument="&quot;%L&quot; %*" />
22 …ile" Description="!(loc.PythonCompiledFileDescription)" Advertise="no" Icon="py.exe" IconIndex="2">
24 <Verb Id="open" TargetFile="py.exe" Argument="&quot;%L&quot; %*" />
30 …ension" Description="!(loc.PythonExtensionDescription)" Advertise="no" Icon="py.exe" IconIndex="3">
34 …File" Description="!(loc.PythonArchiveFileDescription)" Advertise="no" Icon="py.exe" IconIndex="5">
36 <Verb Id="open" TargetFile="py.exe" Argument="&quot;%L&quot; %*" />
41 … Description="!(loc.PythonNoConArchiveFileDescription)" Advertise="no" Icon="py.exe" IconIndex="5">
[all …]
/third_party/python/PCbuild/
Dfind_msbuild.bat2 @rem Searches for MSBuild.exe. This is the only tool we need to initiate
28 @rem If msbuild.exe is on the PATH, assume that the user wants that one.
32 @rem VS 2017 and later provide vswhere.exe, which can be used
33 @if not exist "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" goto :skip_vswhere
35 @for /F "tokens=*" %%i in ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -pr…
37 …O @if exist "%_Py_MSBuild_Root%\%%j\Bin\msbuild.exe" (set MSBUILD="%_Py_MSBuild_Root%\%%j\Bin\msbu…
45 @if "%%i"=="MSBuildToolsPath" @if exist "%%k\msbuild.exe" @(set MSBUILD="%%k\msbuild.exe")
55 @if exist msbuild.exe @(set MSBUILD="%CD%\msbuild.exe") else @(set MSBUILD=)
/third_party/icu/icu4c/source/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 …]

12345678910>>...65