HomeSort by relevance Sort by last modified time
    Searched refs:exe (Results 76 - 100 of 1065) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/syslinux/win32/ntfstest/
Makefile 46 -o hello.exe ../../win/hello.c >/dev/null 2>&1 ; echo $$?)
48 .SUFFIXES: .c .obj .lib .exe .i .s .S .rc .res
57 TARGETS = ntfstest.exe
67 -rm -f *.o *.obj *.lib *.i *.s *.a .*.d *.tmp *_bin.c hello.exe
74 ntfstest.exe: $(OBJS) $(RESS)
  /external/syslinux/win64/
Makefile 37 -o hello.exe $(SRC)/../win/hello.c >/dev/null 2>&1 ; echo $$?)
39 .SUFFIXES: .c .obj .lib .exe .i .s .S
59 TARGETS = syslinux64.exe
69 -rm -f *.o *.obj *.lib *.i *.s *.a .*.d *.tmp *_bin.c hello.exe
83 syslinux64.exe: $(OBJS) $(LIB)
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.bat 55 @%BASETOOLS_DIR%\Genbootsector.exe -i %EFI_BOOT_DISK% -o FDBs.com
57 @%BASETOOLS_DIR%\Bootsectimage.exe -g FDBs.com FDBs-1.com -f
59 @%BASETOOLS_DIR%\Genbootsector.exe -o %EFI_BOOT_DISK% -i FDBs-1.com
69 %BASETOOLS_DIR%\Genbootsector.exe -i %EFI_BOOT_DISK% -o FDBs.com
71 @%BASETOOLS_DIR%\Bootsectimage.exe -g FDBs.com FDBs-1.com -f
73 @%BASETOOLS_DIR%\Genbootsector.exe -o %EFI_BOOT_DISK% -i FDBs-1.com
91 @%BASETOOLS_DIR%\Genbootsector.exe -i %EFI_BOOT_DISK% -o UsbBs16.com
93 @%BASETOOLS_DIR%\Bootsectimage.exe -g UsbBs16.com Bs16-1.com -f
94 @%BASETOOLS_DIR%\Genbootsector.exe -o %EFI_BOOT_DISK% -i Bs16-1.com
96 @%BASETOOLS_DIR%\Genbootsector.exe -m -o %EFI_BOOT_DISK% -i %BOOTSECTOR_BIN_DIR%\Mbr.com
    [all...]
  /external/zlib/src/contrib/delphi/
zlibd32.mak 28 all: $(ZLIB_LIB) example.exe minigzip.exe
80 test: example.exe minigzip.exe
84 example.exe: example.obj $(ZLIB_LIB)
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
94 -del *.exe
  /external/zlib/src/contrib/pascal/
zlibd32.mak 28 all: $(ZLIB_LIB) example.exe minigzip.exe
80 test: example.exe minigzip.exe
84 example.exe: example.obj $(ZLIB_LIB)
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
94 -del *.exe
  /external/curl/packages/vms/
curl_startup.com 58 $ gnv_ssl_libcrypto32 = "gnv$gnu:[lib]ssl$libcrypto_shr32.exe"
59 $ gnv_ssl_libssl32 = "gnv$gnu:[lib]ssl$libssl_shr32.exe"
65 $ hp_ssl_libcrypto32 = "sys$share:ssl$libcrypto_shr32.exe"
66 $ hp_ssl_libssl32 = "sys$share:ssl$libssl_shr32.exe"
81 $ define/system/exec gnv$libcurl gnv$gnu:[usr.lib]GNV$LIBCURL.EXE
91 $ curl_exe = "gnv$gnu:[usr.bin]gnv$curl.exe"
  /prebuilts/go/darwin-x86/src/os/signal/
signal_windows_test.go 77 exe := name + ".exe"
78 defer os.Remove(exe)
79 o, err := exec.Command(testenv.GoToolPath(t), "build", "-o", exe, src).CombinedOutput()
85 cmd := exec.Command(exe)
  /prebuilts/go/darwin-x86/test/
linkmain_run.go 24 os.Remove("linkmain.exe")
57 run("go tool link -o linkmain.exe linkmain.o")
58 run("go tool link -o linkmain.exe linkmain.a")
63 runFail("go tool link -o linkmain.exe linkmain1.o")
64 runFail("go tool link -o linkmain.exe linkmain1.a")
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 77 exe := name + ".exe"
78 defer os.Remove(exe)
79 o, err := exec.Command(testenv.GoToolPath(t), "build", "-o", exe, src).CombinedOutput()
85 cmd := exec.Command(exe)
  /prebuilts/go/linux-x86/test/
linkmain_run.go 24 os.Remove("linkmain.exe")
57 run("go tool link -o linkmain.exe linkmain.o")
58 run("go tool link -o linkmain.exe linkmain.a")
63 runFail("go tool link -o linkmain.exe linkmain1.o")
64 runFail("go tool link -o linkmain.exe linkmain1.a")
  /toolchain/binutils/binutils-2.25/binutils/
configure.com 126 $ write sys$output "Building nm.exe"
128 $ link/exe=nm 'NM_OBJS
130 $ write sys$output "Building strings.exe"
132 $ link/exe=strings 'STRINGS_OBJS
134 $ write sys$output "Building size.exe"
136 $ link/exe=size 'SIZE_OBJS
138 $ write sys$output "Building addr2line.exe"
140 $ link/exe=addr2line 'ADDR2LINE_OBJS
142 $ write sys$output "Building objdump.exe"
145 $ link/exe=objdump 'OBJDUMP_OBJ
    [all...]
  /external/flatbuffers/tests/
generate_code.bat 18 ..\%buildtype%\flatc.exe --cpp --java --csharp --go --binary --python --js --php --grpc --gen-mutable --gen-object-api --no-includes monster_test.fbs monsterdata_test.json
19 ..\%buildtype%\flatc.exe --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o namespace_test namespace_test\namespace_test1.fbs namespace_test\namespace_test2.fbs
20 ..\%buildtype%\flatc.exe --binary --schema monster_test.fbs
  /prebuilts/go/darwin-x86/src/cmd/internal/browser/
browser.go 17 if exe := os.Getenv("BROWSER"); exe != "" {
18 cmds = append(cmds, []string{exe})
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug369.go 26 run("go", "tool", "link", "-o", "a.exe", "main.o")
27 run("." + string(filepath.Separator) + "a.exe")
32 os.Remove("a.exe")
  /prebuilts/go/linux-x86/src/cmd/internal/browser/
browser.go 17 if exe := os.Getenv("BROWSER"); exe != "" {
18 cmds = append(cmds, []string{exe})
  /prebuilts/go/linux-x86/test/fixedbugs/
bug369.go 26 run("go", "tool", "link", "-o", "a.exe", "main.o")
27 run("." + string(filepath.Separator) + "a.exe")
32 os.Remove("a.exe")
  /development/build/tools/
patch_windows_sdk.sh 89 for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
  /external/lz4/contrib/gen_manual/
Makefile 40 # Define *.exe as extension for Windows systems
42 EXT =.exe
  /external/lzma/C/Util/Lzma/
makefile 2 PROG = LZMAc.exe
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfault.txt 7 ISAC=../Release/kenny.exe
8 ISACFIXFLOAT=../Release/testFixFloat.exe
  /sdk/find_java/
find_java.bat 16 rem This script is called by the other batch files to find a suitable Java.exe
18 rem is left unset if Java.exe was not found.
25 rem Note: Some users report that reg.exe is missing on their machine, so we
28 if exist %sys_32%\reg.exe (
37 rem our users without reg.exe, at least.
41 rem Check we have a valid Java.exe in the path. The return code will
43 for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s') do set java_exe=%%a
47 rem Check if we can find a javaw.exe at the same location than java.exe.
48 rem If that doesn't work, just fall back on the java.exe we just found.
    [all...]
  /external/harfbuzz_ng/win32/
config-msvc.mak 99 $(CFG)\$(PLAT)\hb-view.exe
147 $(CFG)\$(PLAT)\hb-shape.exe \
148 $(CFG)\$(PLAT)\hb-ot-shape-closure.exe
152 $(CFG)\$(PLAT)\main.exe \
153 $(CFG)\$(PLAT)\test.exe \
154 $(CFG)\$(PLAT)\test-buffer-serialize.exe \
155 $(CFG)\$(PLAT)\test-size-params.exe \
156 $(CFG)\$(PLAT)\test-would-substitute.exe \
157 $(CFG)\$(PLAT)\test-blob.exe \
158 $(CFG)\$(PLAT)\test-buffer.exe \
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
ms.app 16 APPLICATION = $(BIN_PATH)\$(APPNAME).exe
  /external/autotest/client/site_tests/security_AltSyscall/
security_AltSyscall.py 27 def run_test(self, exe, table, expected_ret, pretty_msg):
34 @param exe Test executable
39 cmdline = '/sbin/minijail0 -a %s %s/%s' % (table, self.srcdir, exe)
  /external/jemalloc/test/
test.sh.in 27 ${t}@exe@ @abs_srcroot@ @abs_objroot@

Completed in 608 milliseconds

1 2 34 5 6 7 8 91011>>