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

1 2

  /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/srtp/crypto/
Makefile 23 # EXE defines the suffix on executables - it's .exe for cygwin, and
26 EXE =
44 testapp = test/cipher_driver$(EXE) test/datatypes_driver$(EXE) \
45 test/stat_driver$(EXE) test/sha1_driver$(EXE) \
46 test/kernel_driver$(EXE) test/aes_calc$(EXE) test/rand_gen$(EXE) \
    [all...]
  /external/srtp/
Makefile 22 crypto/test/cipher_driver$(EXE) -v >/dev/null
23 crypto/test/kernel_driver$(EXE) -v >/dev/null
24 test/rdbx_driver$(EXE) -v >/dev/null
25 test/srtp_driver$(EXE) -v >/dev/null
26 test/roc_driver$(EXE) -v >/dev/null
27 test/replay_driver$(EXE) -v >/dev/null
46 # EXE defines the suffix on executables - it's .exe for Windows, and
48 EXE =
70 %$(EXE): %.
    [all...]
  /external/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/lib/tsan/lit_tests/
test_output.sh 23 EXE=$SRC.exe
25 $COMPILER $OBJ $LDFLAGS -o $EXE
26 RES=$($EXE 2>&1 || true)
29 rm -f $EXE $OBJ
  /external/valgrind/unittest/
run_output_tests.sh 18 CMD="$TSAN $SUPP $IGNORE -- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output.py output_tests/${TEST}.tmpl"
Makefile 42 OUTPUT_TESTS_OBJS=$(patsubst %,$(BIN)output_tests/%-$(BUILD)$(EXE),$(OUTPUT_TESTS_LIST))
44 all: $(BIN)racecheck_unittest-$(BUILD)$(EXE) $(BIN)demo_tests-$(BUILD)$(EXE) \
45 $(BIN)bigtest-$(BUILD)$(EXE) output_tests \
46 $(BIN)memory_unittest-$(BUILD)$(EXE)
48 all: $(BIN)deadlock_unittest-$(BUILD)$(EXE)
86 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)racecheck_unittest-$(BUILD).$(OBJ) \
94 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)windows_tests-$(BUILD).$(OBJ)
96 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)posix_tests-$(BUILD).$(OBJ)
101 $(BIN)racecheck_unittest-$(BUILD)$(EXE): $(BIN)libstdc++_tests-$(BUILD).$(OBJ
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker-death_unittest.sh 47 EXE="${1:-$BINDIR}/heap-checker_unittest"
71 # $5+ args to pass to $EXE
83 echo -n "Testing $EXE with $@ ... "
85 ALARM $timeout env "$@" $EXE > "$output" 2>&1
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker-death_unittest.sh 47 EXE="${1:-$BINDIR}/heap-checker_unittest"
71 # $5+ args to pass to $EXE
83 echo -n "Testing $EXE with $@ ... "
85 ALARM $timeout env "$@" $EXE > "$output" 2>&1
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 39 EXE :=
47 EXE := .exe
50 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE)
81 MAKETAB := $(BUILD_DIR)/maketab$(EXE)
  /external/qemu/distrib/
update-audio.sh 24 EXE=""
45 EXE=.exe
  /development/scripts/
combine_sdks.sh 46 EXE=.exe
49 EXE=
67 # replace tools/emulator # at this time we do not want the exe from SDK1.x
  /external/chromium_org/third_party/sqlite/src/
Makefile.arm-wince-mingw32ce-gcc 69 #### The suffix to add to executable files. ".exe" for windows.
72 EXE = .exe
73 #EXE =
Makefile.linux-gcc 83 #### The suffix to add to executable files. ".exe" for windows.
86 #EXE = .exe
87 EXE =
main.mk 17 # EXE The suffix to add to executable files. ".exe" for windows
368 all: sqlite3.h libsqlite3.a sqlite3$(EXE)
374 sqlite3$(EXE): $(TOP)/src/shell.c libsqlite3.a sqlite3.h
375 $(TCCX) $(READLINE_FLAGS) -o sqlite3$(EXE) \
530 testfixture$(EXE): $(TESTSRC2) libsqlite3.a $(TESTSRC) $(TOP)/src/tclsqlite.c
533 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB) libsqlite3.a
535 amalgamation-testfixture$(EXE): sqlite3.c $(TESTSRC) $(TOP)/src/tclsqlite.c
538 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)
540 fts3-testfixture$(EXE): sqlite3.c fts3amal.c $(TESTSRC) $(TOP)/src/tclsqlite.
    [all...]
Makefile.vxworks 73 #### The suffix to add to executable files. ".exe" for windows.
76 EXE = .vxe
77 #EXE =
161 # EXE The suffix to add to executable files. ".exe" for windows
454 all: sqlite3.h libsqlite3.a sqlite3$(EXE)
463 sqlite3$(EXE): $(TOP)/src/shell.c libsqlite3.a sqlite3.h
464 $(TCCX) $(READLINE_FLAGS) -o sqlite3$(EXE) \
608 testfixture$(EXE): $(TESTSRC2) libsqlite3.a $(TESTSRC) $(TOP)/src/tclsqlite.c
611 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB) libsqlite3.
    [all...]
  /external/chromium_org/third_party/icu/source/config/
mh-cygwin-msvc 60 LINK.c= LINK.EXE /subsystem:console $(LDFLAGS)
61 LINK.cc= LINK.EXE /subsystem:console $(LDFLAGS)
64 SHLIB.c= LINK.EXE /DLL $(LDFLAGS)
65 SHLIB.cc= LINK.EXE /DLL $(LDFLAGS)
86 AR = LIB.EXE#M#
179 rc.exe /fo$@ $(CPPFLAGS) $(SOURCE_FILE)
187 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
190 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest -outputresource:"$@;1" && rm -rf $@.manifest )) \
  /external/icu4c/config/
mh-cygwin-msvc 59 LINK.c= LINK.EXE /subsystem:console $(LDFLAGS)
60 LINK.cc= LINK.EXE /subsystem:console $(LDFLAGS)
63 SHLIB.c= LINK.EXE /DLL $(LDFLAGS)
64 SHLIB.cc= LINK.EXE /DLL $(LDFLAGS)
85 AR = LIB.EXE#M#
178 rc.exe /fo$@ $(CPPFLAGS) $(SOURCE_FILE)
186 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
189 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest -outputresource:"$@;1" && rm -rf $@.manifest )) \
  /external/chromium_org/chrome/tools/build/win/
resedit.py 170 res_name: the name of the resource, e.g. "SETUP.EXE".
186 res_name: the name of the resource, e.g. "SETUP.EXE".
209 res_name: the name of the resource, e.g. "SETUP.EXE".
244 # Extract from mini_installer.exe, the resource type "B7", langid 1033 and
247 %prog mini_installer.exe --extract B7 1033 CHROME.PACKED.7Z chrome.7z
249 # Update mini_installer.exe by removing the resouce type "BL", langid 1033 and
250 # name "SETUP.EXE". Add the resource type "B7", langid 1033 and name
251 # "SETUP.EXE.packed.7z" from the file setup.packed.7z.
252 # Write the edited file to mini_installer_packed.exe.
253 %prog mini_installer.exe \\
    [all...]
  /external/qemu/android/build/
common.sh 82 EXE=""
97 EXE=.exe
107 log2 "EXE=$EXE"
158 TMPE=/tmp/android-$$-test$EXE
  /build/
envsetup.sh 804 local EXE="$1"
805 if [ "$EXE" ] ; then
806 qpid | \grep "$prepend$EXE$append"
823 local EXE="$1"
824 if [ "$EXE" ] ; then
827 | \grep "$prepend$EXE$append" \
862 if adb shell ls -l /proc/$PID/exe | grep -q /system/bin/app_process ; then
912 local EXE="$1"
913 if [ "$EXE" ] ; then
914 EXE=$
    [all...]
  /external/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
  /ndk/build/tools/
prebuilt-common.sh 642 HOST_EXE=.exe
1135 echo ".exe"
    [all...]
  /external/qemu/
android-configure.sh 197 CCACHE="$ANDROID_PREBUILT/ccache/ccache$EXE"
199 CCACHE="$ANDROID_PREBUILTS/ccache/ccache$EXE"
216 OPTION_TARGETS="$OPTION_TARGETS $HOST_BIN/emulator$EXE"
524 TARGET_EXEEXT=.exe
  /external/qemu/distrib/zlib-1.2.3/
configure 81 EXE='.exe';;
452 /^EXE *=/s#=.*#=$EXE#

Completed in 1293 milliseconds

1 2