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

1 2

  /external/gemmlowp/scripts/
test-android.sh 34 EXE=gemmlowp-android-binary
49 -o $EXE \
73 adb push $EXE /data/local/tmp
80 echo adb shell "/data/local/tmp/$EXE $TESTARGS"
82 adb shell "/data/local/tmp/$EXE $TESTARGS" | tee "log-$EXE"
  /external/python/cpython2/Lib/plat-darwin/
regen 3 python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
regen 3 python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
regen 3 python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
  /external/python/cpython2/Lib/plat-atheos/
regen 3 python$EXE ../../Tools/scripts/h2py.py -i '\(u_long\)' -i '\(uint32_t\)' -i '\(int\)' -i '\(unsigned int\)' /include/netinet/in.h /include/sys/types.h
  /external/selinux/libsepol/tests/
Makefile 3 EXE ?= libsepol-tests
31 all: $(EXE) $(policies)
34 $(EXE): $(objs) $(parserobjs) $(LIBSEPOL)
44 rm -f $(objs) $(EXE)
49 test: $(EXE) $(policies)
52 ./$(EXE)
  /external/compiler-rt/test/asan/TestCases/Windows/
null_deref_multiple_dlls.cc 14 #if defined(EXE)
dll_report_globals_symbolization_at_startup.cc 2 // RUN: %clang_cl_asan -O0 -DEXE %s %t.lib -Fe%te.exe
3 // RUN: %env_asan_opts=report_globals=2 %run %te.exe 2>&1 | FileCheck %s
13 #if defined(EXE)
report_globals_reload_dll.cc 3 // RUN: %clang_cl_asan -O0 -DEXE %s -Fe%te.exe
4 // RUN: %env_asan_opts=report_globals=1 %run %te.exe %t.dll 2>&1 | FileCheck %s
11 #if defined(EXE)
report_globals_vs_freelibrary.cc 2 // RUN: %clang_cl_asan -O0 -DEXE %s -Fe%te.exe
3 // RUN: %env_asan_opts=report_globals=2 %run %te.exe %t.dll 2>&1 | FileCheck %s
10 #if defined(EXE)
  /development/scripts/
gdbclient 110 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`
111 if [ -z "$EXE" ]; then
116 local LOCAL_EXE_PATH=$SYMBOLS_DIR$EXE
120 adb pull $EXE $LOCAL_EXE_PATH
122 echo "Error: unable to find symbols for executable $EXE: file $LOCAL_EXE_PATH does not exist"
197 if [[ $EXE =~ (^|/)(app_process|dalvikvm)(|32|64)$ ]]; then
combine_sdks.sh 46 EXE=.exe
49 EXE=
67 # replace tools/emulator # at this time we do not want the exe from SDK1.x
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Makefile 40 EXE=
57 all: example$(EXE) minigzip$(EXE)
86 example$(EXE): example.o $(LIBS)
89 minigzip$(EXE): minigzip.o $(LIBS)
123 rm -f *.o *~ example$(EXE) minigzip$(EXE) \
  /external/python/cpython2/PC/VS7.1/
amd64_ml64.bat 4 set MLEXE=Microsoft Platform SDK\Bin\Win64\x86\AMD64\ml64.EXE
14 set ML64=ml64.exe
  /external/icu/icu4c/source/config/
mh-cygwin-msvc 62 LINK.c= LINK.EXE -subsystem:console $(LDFLAGS)
63 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS)
66 SHLIB.c= LINK.EXE -DLL $(LDFLAGS)
67 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS)
88 AR = LIB.EXE#M#
180 rc.exe -fo$@ $(CPPFLAGS) $(SOURCE_FILE)
188 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
191 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest -outputresource:"$@;1" && rm -rf $@.manifest )) \
mh-msys-msvc 14 # rc.exe command
67 LINK.c= LINK.EXE -subsystem:console $(LDFLAGS)
68 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS)
71 SHLIB.c= LINK.EXE -DLL $(LDFLAGS)
72 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS)
93 AR = LIB.EXE#M#
173 rc.exe -fo$@ $(CPPFLAGS) $<
181 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
184 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest -outputresource:"$@;1" && rm -rf $@.manifest )) \
  /external/curl/packages/DOS/
common.dj 10 .SUFFIXES: .exe .y
19 ifneq ($(findstring CMD.EXE,$(SHELL)),CMD.EXE)
46 # (reduces curl.exe with approx 700 kB)
  /external/lz4/contrib/djgpp/
Makefile 29 EXE = lz4.exe
55 %.exe: %.o $(LIB) Makefile
64 all: $(LIB) $(EXE)
69 $(EXE): $(LOBJ) $(OBJ)
73 rm -f $(OBJ) $(EXE) $(LOBJ) $(LIB) *.tmp $(SDEPS) $(LSDEPS) $(TSDEPS)
75 install: $(INC) $(LIB) $(EXE)
78 echo $(DESTDIR)/bin/$(EXE) >> .footprint
79 cp -v $(EXE) $(DESTDIR)/bin/
116 @echo "EXE="$(EXE
    [all...]
  /prebuilts/go/darwin-x86/src/os/exec/
lp_windows_test.go 136 // Run "cmd.exe /c test.searchFor" with new environment and
137 // work directory set. All candidates are copies of printpath.exe.
165 PATHEXT: `.COM;.EXE;.BAT`,
167 files: []string{`p1\a.exe`, `p2\a.exe`, `p2\a`},
171 PATHEXT: `.COM;.EXE;.BAT`,
173 files: []string{`p1.dir\a`, `p2.dir\a.exe`},
177 PATHEXT: `.COM;.EXE;.BAT`,
179 files: []string{`p1\a.exe`, `p2\a.exe`},
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
lp_windows_test.go 136 // Run "cmd.exe /c test.searchFor" with new environment and
137 // work directory set. All candidates are copies of printpath.exe.
165 PATHEXT: `.COM;.EXE;.BAT`,
167 files: []string{`p1\a.exe`, `p2\a.exe`, `p2\a`},
171 PATHEXT: `.COM;.EXE;.BAT`,
173 files: []string{`p1.dir\a`, `p2.dir\a.exe`},
177 PATHEXT: `.COM;.EXE;.BAT`,
179 files: []string{`p1\a.exe`, `p2\a.exe`},
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
config.ini 272 BinaryExtList = EXE, EFI, FV, ROM, DLL, COM, BMP, GIF, PYD, CMP, BIN, JPG, UNI, RAW, COM2, LIB, DEPEX, SYS, DB
  /external/python/cpython3/Tools/msi/
testrelease.bat 29 for %%f in ("%PCBUILD%win32\en-us\*.exe") do (
38 for %%f in ("%PCBUILD%amd64\en-us\*.exe") do (
54 @set EXE=%~1
55 @if not "%EXE:embed=%"=="%EXE%" exit /B 0
63 "%~2\Python\python.exe" -c "import sys; print(sys.version)" > "%~2\version.txt" 2>&1
84 "%~2\Python\python.exe" -m pip install "azure<0.10" > "%~2\pip.txt" 2>&1
86 "%~2\Python\python.exe" -m pip uninstall -y azure python-dateutil six >> "%~2\pip.txt" 2>&1
92 "%~2\Python\python.exe" -m test -uall -v test_ttk_guionly test_tk test_idle > "%~2\tcltk.txt" 2>&1
  /external/python/cpython3/Lib/distutils/command/
build_scripts.py 105 sysconfig.get_config_var("EXE")))
  /external/swiftshader/third_party/LLVM/bindings/ocaml/
Makefile.ocaml 70 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
72 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
352 clean-local:: clean-exe
360 $(Verb) $(Archive.EXE) $@ $(ObjectsCMO)
364 $(Verb) $(Archive.EXE) $@ $(ObjectsCMX)
413 install-exe \
415 uninstall-exe
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
configure 192 EXE='.exe' ;;
200 EXE='.exe' ;;
751 echo EXE = $EXE >> configure.log
792 /^EXE *=/s#=.*#=$EXE#
818 /^EXE *=/s#=.*#=$EXE#
    [all...]

Completed in 541 milliseconds

1 2