HomeSort by relevance Sort by last modified time
    Searched refs:exe (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /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';
  /development/build/
sdk-windows-x86.atree 31 bin/adb.exe strip platform-tools/adb.exe
32 bin/fastboot.exe strip platform-tools/fastboot.exe
37 bin/aapt.exe strip platform-tools/aapt.exe
40 bin/aidl.exe strip platform-tools/aidl.exe
46 bin/dexdump.exe strip platform-tools/dexdump.exe
    [all...]
  /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...]
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
Makefile 3 lfbprof.exe: lfbprof.c lfbprof.h
  /sdk/build/
tools.windows.atree 34 bin/dmtracedump.exe strip tools/dmtracedump.exe
45 bin/emulator.exe strip tools/emulator.exe
46 bin/emulator-arm.exe strip tools/emulator-arm.exe
47 bin/emulator-x86.exe strip tools/emulator-x86.exe
61 bin/etc1tool.exe strip tools/etc1tool.exe
    [all...]
  /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"));
  /ndk/
ndk-build.cmd 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
4 set NDK_MAKE=%NDK_ROOT%/prebuilt/windows/bin/make.exe
5 %NDK_ROOT%\prebuilt\windows\bin\make.exe -f %NDK_ROOT%build/core/build-local.mk SHELL=cmd %* || exit /b %ERRORLEVEL%
  /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...]
  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 40 ".exe" : ""; //$NON-NLS-1$
80 for (String exe : executables) {
81 File f = new File(exe);
83 return SdkInstallStatus.invalidInstallation(exe + " not present.");
86 return SdkInstallStatus.invalidInstallation(exe + " is not executable.");
  /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

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 910