/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
D | pnm2png.bat | 2 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 …]
|
D | png2pnm.bat | 2 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/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generate.sh | 21 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/skia/third_party/externals/libwebp/ |
D | Makefile.vc | 18 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/curl/packages/vms/ |
D | gnv_link_curl.com | 3 $! File to build images using gnv$libcurl.exe 79 $ link/share=gnv$curlmsg.exe [.packages.vms]curlmsg.obj 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" 284 2. Extract the ssl$crypto_shr32.exe and ssl$libssl_shr32.exe images. 287 /select=(ssl$libcrypto_shr32.exe,ssl$libssl_shr32.exe)- 398 $ link'ldebug'/exe=[.src]curl.exe/dsf=[.src]curl.dsf - 445 $ link'ldebug'/exe='curl_exe'/dsf='curl_dsf' - [all …]
|
/third_party/openssl/demos/bio/ |
D | descrip.mms | 26 .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/mbedtls/programs/pkey/ |
D | CMakeLists.txt | 6 foreach(exe IN LISTS executables_mbedtls) 7 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test>) 8 target_link_libraries(${exe} ${mbedtls_target}) 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}) 36 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include)
|
/third_party/gptfdisk/ |
D | Makefile.mingw64 | 19 $(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
|
D | Makefile.mingw | 18 $(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
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | nmake.mak | 5 # 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_standard/wpa_supplicant/ |
D | nmake.mak | 5 # 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/icu/icu4c/source/samples/all/ |
D | samplecheck.bat | 45 set SAMPLE_BREAK=%ICU_SAMPLESDIR%\break\%ICU_ARCH%\%ICU_DBRL%\break.exe 46 set SAMPLE_CAL=%ICU_SAMPLESDIR%\cal\%ICU_ARCH%\%ICU_DBRL%\cal.exe 47 set SAMPLE_CASE=%ICU_SAMPLESDIR%\case\%ICU_ARCH%\%ICU_DBRL%\case.exe 48 set SAMPLE_CITER=%ICU_SAMPLESDIR%\citer\%ICU_ARCH%\%ICU_DBRL%\citer.exe 49 set SAMPLE_COLL=%ICU_SAMPLESDIR%\coll\%ICU_ARCH%\%ICU_DBRL%\coll.exe 50 set SAMPLE_CSDET=%ICU_SAMPLESDIR%\csdet\%ICU_ARCH%\%ICU_DBRL%\csdet.exe 51 set SAMPLE_DATE=%ICU_SAMPLESDIR%\date\%ICU_ARCH%\%ICU_DBRL%\date.exe 52 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe 53 set SAMPLE_DTITVFMT=%ICU_SAMPLESDIR%\dtitvfmtsample\%ICU_ARCH%\%ICU_DBRL%\dtitvfmtsample.exe 54 set SAMPLE_DTPTNG=%ICU_SAMPLESDIR%\dtptngsample\%ICU_ARCH%\%ICU_DBRL%\dtptngsample.exe [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
D | samplecheck.bat | 45 set SAMPLE_BREAK=%ICU_SAMPLESDIR%\break\%ICU_ARCH%\%ICU_DBRL%\break.exe 46 set SAMPLE_CAL=%ICU_SAMPLESDIR%\cal\%ICU_ARCH%\%ICU_DBRL%\cal.exe 47 set SAMPLE_CASE=%ICU_SAMPLESDIR%\case\%ICU_ARCH%\%ICU_DBRL%\case.exe 48 set SAMPLE_CITER=%ICU_SAMPLESDIR%\citer\%ICU_ARCH%\%ICU_DBRL%\citer.exe 49 set SAMPLE_COLL=%ICU_SAMPLESDIR%\coll\%ICU_ARCH%\%ICU_DBRL%\coll.exe 50 set SAMPLE_CSDET=%ICU_SAMPLESDIR%\csdet\%ICU_ARCH%\%ICU_DBRL%\csdet.exe 51 set SAMPLE_DATE=%ICU_SAMPLESDIR%\date\%ICU_ARCH%\%ICU_DBRL%\date.exe 52 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe 53 set SAMPLE_DTITVFMT=%ICU_SAMPLESDIR%\dtitvfmtsample\%ICU_ARCH%\%ICU_DBRL%\dtitvfmtsample.exe 54 set SAMPLE_DTPTNG=%ICU_SAMPLESDIR%\dtptngsample\%ICU_ARCH%\%ICU_DBRL%\dtptngsample.exe [all …]
|
/third_party/mbedtls/programs/ssl/ |
D | CMakeLists.txt | 32 foreach(exe IN LISTS executables) 34 if(exe STREQUAL "ssl_client2" OR exe STREQUAL "ssl_server2") 40 add_executable(${exe} ${exe}.c $<TARGET_OBJECTS:mbedtls_test> 42 target_link_libraries(${exe} ${libs}) 43 target_include_directories(${exe} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../tests/include) 44 if(exe STREQUAL "ssl_client2" OR exe STREQUAL "ssl_server2") 46 add_dependencies(${exe} generate_query_config_c) 48 target_include_directories(${exe}
|
/third_party/musl/libc-test/ |
D | Makefile | 12 RUN_TEST = $(RUN_WRAP) $(B)/common/runtest.exe -w '$(RUN_WRAP)' 42 $(1).BINS_TEMPL:=bin.exe bin-static.exe 49 math.BINS_TEMPL:=bin.exe 57 $(B)/$(1).exe $(B)/$(1)-static.exe: $$($(1).OBJS) 64 BINS:=$(foreach n,$(NAMES),$($(n).BINS)) $(B)/api/main.exe 65 LIBS:=$(foreach n,$(NAMES),$($(n).LIBS)) $(B)/common/runtest.exe 66 ERRS:=$(BINS:%.exe=%.err) 96 $(B)/common/all: $(B)/common/runtest.exe 98 $(ERRS): $(B)/common/runtest.exe | $(BDIRS) 115 $(B)/api/main.exe: $(api.OBJS) [all …]
|
/third_party/node/deps/corepack/shims/ |
D | npm.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/../dist/npm.js" $args 16 & "$basedir/node$exe" "$basedir/../dist/npm.js" $args 22 $input | & "node$exe" "$basedir/../dist/npm.js" $args 24 & "node$exe" "$basedir/../dist/npm.js" $args variable
|
D | yarn.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/../dist/yarn.js" $args 16 & "$basedir/node$exe" "$basedir/../dist/yarn.js" $args 22 $input | & "node$exe" "$basedir/../dist/yarn.js" $args 24 & "node$exe" "$basedir/../dist/yarn.js" $args variable
|
D | npx.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/../dist/npx.js" $args 16 & "$basedir/node$exe" "$basedir/../dist/npx.js" $args 22 $input | & "node$exe" "$basedir/../dist/npx.js" $args 24 & "node$exe" "$basedir/../dist/npx.js" $args variable
|
D | yarnpkg.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/../dist/yarnpkg.js" $args 16 & "$basedir/node$exe" "$basedir/../dist/yarnpkg.js" $args 22 $input | & "node$exe" "$basedir/../dist/yarnpkg.js" $args 24 & "node$exe" "$basedir/../dist/yarnpkg.js" $args variable
|
D | pnpm.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/../dist/pnpm.js" $args 16 & "$basedir/node$exe" "$basedir/../dist/pnpm.js" $args 22 $input | & "node$exe" "$basedir/../dist/pnpm.js" $args 24 & "node$exe" "$basedir/../dist/pnpm.js" $args variable
|
D | corepack.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/../dist/corepack.js" $args 16 & "$basedir/node$exe" "$basedir/../dist/corepack.js" $args 22 $input | & "node$exe" "$basedir/../dist/corepack.js" $args 24 & "node$exe" "$basedir/../dist/corepack.js" $args variable
|
/third_party/node/deps/corepack/shims/nodewin/ |
D | corepack.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/corepack.js" $args 16 & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/corepack.js" $args 22 $input | & "node$exe" "$basedir/node_modules/corepack/dist/corepack.js" $args 24 & "node$exe" "$basedir/node_modules/corepack/dist/corepack.js" $args variable
|
D | npx.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/npx.js" $args 16 & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/npx.js" $args 22 $input | & "node$exe" "$basedir/node_modules/corepack/dist/npx.js" $args 24 & "node$exe" "$basedir/node_modules/corepack/dist/npx.js" $args variable
|
D | pnpx.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/pnpx.js" $args 16 & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/pnpx.js" $args 22 $input | & "node$exe" "$basedir/node_modules/corepack/dist/pnpx.js" $args 24 & "node$exe" "$basedir/node_modules/corepack/dist/pnpx.js" $args variable
|
D | pnpm.ps1 | 4 $exe="" variable 8 $exe=".exe" variable 11 if (Test-Path "$basedir/node$exe") { 14 $input | & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/pnpm.js" $args 16 & "$basedir/node$exe" "$basedir/node_modules/corepack/dist/pnpm.js" $args 22 $input | & "node$exe" "$basedir/node_modules/corepack/dist/pnpm.js" $args 24 & "node$exe" "$basedir/node_modules/corepack/dist/pnpm.js" $args variable
|