/external/valgrind/main/exp-ptrcheck/tests/ |
hsg.stderr.exp | 23 <exe>./hsg</exe>
|
/external/wpa_supplicant/ |
Makefile | 824 wpa_supplicant.exe: wpa_supplicant 826 wpa_cli.exe: wpa_cli 828 wpa_passphrase.exe: wpa_passphrase 830 win_if_list.exe: win_if_list 832 eapol_test.exe: eapol_test 835 WINALL=wpa_supplicant.exe wpa_cli.exe wpa_passphrase.exe win_if_list.exe
|
/ndk/sources/host-tools/nawk-20071023/ |
GNUmakefile | 30 EXE := 34 EXE := .exe 37 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE) 68 MAKETAB := $(BUILD_DIR)/maketab$(EXE)
|
/external/llvm/test/lib/ |
llvm2cpp.exp | 30 set executable [file join Output $filename.exe]
|
/external/stlport/test/eh/ |
egcs.mak | 54 SUFFIXES: .cpp.o.exe.out.res
|
gcc7.mak | 66 SUFFIXES: .cpp.o.exe.out.res
|
gcc-amigaos-m68k.mak | 86 SUFFIXES: .cpp.o.exe.out.res
|
cygwin.mak | 90 SUFFIXES: .cpp.o.exe.out.res
|
djgpp.mak | 88 SUFFIXES: .cpp.o.exe.out.res
|
gcc-99r1.mak | 77 SUFFIXES: .cpp.o.exe.out.res
|
gcc-apple-macosx.mak | 89 SUFFIXES: .cpp.o.exe.out.res
|
gcc-freebsd.mak | 90 SUFFIXES: .cpp.o.exe.out.res
|
/external/valgrind/tsan/pin/ |
Makefile | 109 win_test.exe: win_test.cpp 114 rm -fv *.so *.o *.obj *.dll core* pintool.log* pin.log *.exp *.lib *.pdb *.ilk *.exe
|
/ndk/sources/host-tools/make-3.81/ |
makefile.com | 31 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs."" 86 $ link/exe=make make.opt/opt'lopt 90 $ link/exe=make make.opt/opt,sys$library:vaxcrtl/lib'lopt
|
/sdk/apkbuilder/etc/ |
apkbuilder.bat | 27 rem Check we have a valid Java.exe in the path.
|
/sdk/avdlauncher/ |
Android.mk | 6 # This simple .exe will sit at the root of the Windows SDK
|
/sdk/draw9patch/etc/ |
draw9patch.bat | 27 rem Check we have a valid Java.exe in the path.
|
/sdk/hierarchyviewer/etc/ |
hierarchyviewer1.bat | 27 rem Check we have a valid Java.exe in the path.
|
/sdk/layoutopt/app/etc/ |
layoutopt.bat | 27 rem Check we have a valid Java.exe in the path.
|
/sdk/sdklauncher/ |
Android.mk | 6 # This simple .exe will sit at the root of the Windows SDK
|
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 214 shell_prov.parseVmSymbols('shell.exe', 0x00400000, 0x0057c000, 255 'chrome.exe', 0x00400000, 0x00472000, 262 exe_exe_syms, '.exe with .exe symbols'); 267 'chrome.exe', 0x00400000, 0x00472000, 273 exe_dll_syms, '.exe with .dll symbols'); 296 dll_exe_syms, '.dll with .exe symbols');
|
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 88 # Don't use default vc80 midl.exe. It doesn't understand vista_sdk idl files. 89 MIDL = '$PLATFORM_SDK_VISTA_6_0_DIR/Bin/midl.exe ', 289 # final exe - that increases the size of the exe, but without it 290 # Obj-C categories aren't properly included in the exe. 494 print '***($SolutionDir)/build/<foo>/staging/<bar>.exe'
|
/external/valgrind/main/helgrind/tests/ |
tc06_two_races_xml.stderr.exp | 22 <exe>./tc06_two_races</exe>
|
/external/zlib/ |
make_vms.com | 57 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 179 $ call make example.exe "LINK example,libz.olb/lib" example.obj libz.olb 185 $ call make minigzip.exe - 200 $ write sys$output "Creating libzshr.exe" 208 $ LINK_'lopts'/SHARE=libzshr.exe modules.opt/opt,_link.opt/opt 356 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "") 357 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "") 383 $ if f$trnlnm(topt) then write topt "sys$share:vaxcrtl.exe/share" 384 $ if f$trnlnm(optf) then write optf "sys$share:vaxcrtl.exe/share" 413 all : example.exe minigzip.exe libz.ol [all...] |
/external/chromium/chrome/browser/ |
browser_main_win.cc | 56 // Get the breakpad pointer from chrome.exe 288 std::wstring exe = exe_path.value(); local 290 if (FilePath::CompareEqualIgnoreCase(exe, user_exe_path.value())) {
|