/external/bluetooth/glib/tests/ |
makefile.msc.in | 14 testglib.exe \ 15 testgdate.exe \ 16 testgdateparser.exe \ 17 unicode-normalize.exe \ 18 unicode-collate.exe 21 atomic-test.exe \ 22 array-test.exe \ 23 asyncqueue-test.exe \ 24 base64-test.exe \ 25 bit-test.exe \ [all...] |
/external/chromium/chrome/browser/ |
browser_util_win.cc | 22 std::wstring exe = exe_path.value(); local 23 std::replace(exe.begin(), exe.end(), '\\', '!'); 24 std::transform(exe.begin(), exe.end(), exe.begin(), tolower); 25 exe = L"Global\\" + exe; 28 handle = CreateEvent(NULL, TRUE, TRUE, exe.c_str());
|
/system/core/adb/ |
get_my_path_linux.c | 22 void get_my_path(char *exe, size_t maxLen) 25 snprintf(proc, sizeof proc, "/proc/%d/exe", getpid()); 26 int err = readlink(proc, exe, maxLen - 1); 28 exe[err] = '\0'; 30 exe[0] = '\0';
|
get_my_path_windows.c | 21 void get_my_path(char *exe, size_t maxLen) 26 if (GetModuleFileName(NULL, exe, maxLen) > 0) { 27 r = strrchr(exe, '\\'); 31 exe[0] = '\0';
|
get_my_path_freebsd.c | 26 get_my_path(char *exe, size_t maxLen) 32 int err = readlink(proc, exe, maxLen - 1); 34 exe[err > 0 ? err : 0] = '\0';
|
/external/openssl/crypto/des/ |
makefile.bc | 16 .obj.exe: 17 $(CC) $(LFLAGS) -e$*.exe $*.obj libdes.lib 19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe 21 # "make clean": use a directory containing only libdes .exe and .obj files... 23 del *.exe 45 destest.exe: destest.obj libdes.lib 46 rpw.exe: rpw.obj libdes.li [all...] |
/sdk/build/ |
tools.windows.atree | 31 bin/dmtracedump.exe strip tools/dmtracedump.exe 39 bin/emulator.exe strip tools/emulator.exe 40 bin/emulator-arm.exe strip tools/emulator-arm.exe 41 bin/emulator-x86.exe strip tools/emulator-x86.exe 55 bin/etc1tool.exe strip tools/etc1tool.exe [all...] |
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
Makefile | 3 lfbprof.exe: lfbprof.c lfbprof.h
|
/external/stlport/test/eh/ |
intel.mak | 14 RSC=rc.exe 15 CPP=icl.exe 16 F90=fl32.exe 31 LINK32=link.exe 40 $(CPP) $(CPP_PROJ) $(Dep_stl) -o eh_test.exe $(CPP_LIBS) 41 .\eh_test.exe 46 -@erase "$(OUTDIR)\*.exe" 50 .exe.out: 53 .cpp.exe:
|
intel45.mak | 14 RSC=rc.exe 15 CPP=icl.exe 16 LINK32=xilink.exe 79 $(CPP) $(CPP_PROJ) $(Dep_stl) /Feeh_test.exe $(CPP_LIBS) 81 ..\test\eh\eh_test.exe -s 100 86 -@erase "$(OUTDIR)\*.exe" 90 .exe.out: 93 .cpp.exe:
|
/external/chromium/base/test/ |
perf_test_suite.cc | 28 FilePath exe; local 29 PathService::Get(base::FILE_EXE, &exe); 30 log_path = exe.ReplaceExtension(FILE_PATH_LITERAL("log"));
|
/external/v8/tools/visual_studio/ |
d8js2c.cmd | 4 set PYTHON="..\..\..\third_party\python_24\python.exe"
5 if not exist %PYTHON% set PYTHON=python.exe
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland/ |
Makefile | 8 # This makefile builds initflex.exe and flex.exe by default. It 9 # removes initflex.exe after making flex.exe. After that, you may 33 all: initflex.exe flex.exe 34 rm initflex.exe initflex.map 105 initflex.exe: $(INITOBJS) 108 $&.exe 113 flex.exe: $(OBJS [all...] |
/development/build/ |
sdk-windows-x86.atree | 30 bin/adb.exe strip platform-tools/adb.exe 35 bin/aapt.exe strip platform-tools/aapt.exe 38 bin/aidl.exe strip platform-tools/aidl.exe 44 bin/dexdump.exe strip platform-tools/dexdump.exe 47 bin/llvm-rs-cc.exe strip platform-tools/llvm-rs-cc.exe [all...] |
/external/zlib/watcom/ |
watcom_l.mak | 25 all: $(ZLIB_LIB) example.exe minigzip.exe 34 example.exe: $(ZLIB_LIB) example.obj 35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB) 37 minigzip.exe: $(ZLIB_LIB) minigzip.obj 38 $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
|
/external/icu4c/samples/uresb/ |
resources.mak | 7 GENRB = ..\..\..\bin64\genrb.exe 9 GENRB = ..\..\..\bin\genrb.exe
|
/external/sonivox/arm-fm-22k/host_src/ |
arm-fm-22k.mak | 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
|
/external/sonivox/arm-hybrid-22k/host_src/ |
arm-hybrid-22k.mak | 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
|
/external/sonivox/arm-wt-22k/host_src/ |
arm-wt-22k.mak | 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
|
/external/webkit/Source/WebKit/win/WebKit.vcproj/ |
InterfacesPostBuild.cmd | 1 %SystemDrive%\cygwin\bin\which.exe bash
|
/system/core/fastboot/ |
util_windows.c | 39 void get_my_path(char exe[PATH_MAX]) 43 GetModuleFileName( NULL, exe, PATH_MAX-1 ); 44 exe[PATH_MAX-1] = 0; 45 r = strrchr( exe, '\\' );
|
/external/wpa_supplicant_8/wpa_supplicant/ |
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 [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
arm-fm-22k_lib.mak | 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
arm-hybrid-22k_lib.mak | 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
|
/external/sonivox/arm-wt-22k/lib_src/ |
arm-wt-22k_lib.mak | 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
11 AS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
13 AR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
|