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

1 2

  /external/lldb/examples/darwin/heap_find/heap/
Makefile 13 EXE ?= libheap.dylib
14 DSYM ?= $(EXE).dSYM
20 $(EXE) : heap_find.cpp
21 $(CXX) $(CFLAGS) -install_name "@executable_path/libheap.dylib" -dynamiclib -lobjc heap_find.cpp -o "$(EXE)"
28 all: $(EXE)
30 rm -rf "$(EXE)" "$(DSYM)"
  /external/lldb/test/functionalities/command_script/import/
Makefile 4 EXE := hello_world
  /external/lldb/test/python_api/hello_world/
Makefile 5 EXE := hello_world
  /external/lldb/test/python_api/process/io/
Makefile 4 EXE := process_io
  /external/compiler-rt/lib/tsan/
check_memcpy.sh 16 EXE=$SRC.exe
18 $CXX $OBJ $LDFLAGS -o $EXE
20 NCALL=$(objdump -d $EXE | egrep "callq .*<__interceptor_mem(cpy|set)>" | wc -l)
27 NCALL=$(objdump -d $EXE | egrep "jmpq .*<__interceptor_mem(cpy|set)>" | wc -l)
  /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/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_OPTIONS=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_OPTIONS=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_OPTIONS=report_globals=2 %run %te.exe %t.dll 2>&1 | FileCheck %s
10 #if defined(EXE)
  /external/compiler-rt/test/tsan/
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/lldb/examples/functions/
Makefile 5 EXE := lldb-functions
  /external/lldb/examples/lookup/
Makefile 4 EXE := lldb-lookup
  /development/scripts/
gdbclient 98 local EXE=`adb shell readlink /proc/$PID/exe | tr -d '\r\n'`
100 if [ -z "$EXE" ]; then
105 local LOCAL_EXE_PATH=$SYMBOLS_DIR$EXE
109 adb pull $EXE $LOCAL_EXE_PATH
111 echo "Error: unable to find symbols for executable $EXE: file $LOCAL_EXE_PATH does not exist"
131 # /proc/pid/exe. Right now, we prefer 64bit by checking those entries first.
196 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
  /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/icu/icu4c/source/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 )) \
mh-msys-msvc 12 # rc.exe command
64 LINK.c= LINK.EXE -subsystem:console $(LDFLAGS)
65 LINK.cc= LINK.EXE -subsystem:console $(LDFLAGS)
68 SHLIB.c= LINK.EXE -DLL $(LDFLAGS)
69 SHLIB.cc= LINK.EXE -DLL $(LDFLAGS)
90 AR = LIB.EXE#M#
171 rc.exe -fo$@ $(CPPFLAGS) $<
179 ( echo Embedding manifest into $< && mt.exe -nologo -manifest $<.manifest -outputresource:"$<;2" && rm -rf $<.manifest )) \
182 ( echo Embedding manifest into $@ && mt.exe -nologo -manifest $@.manifest -outputresource:"$@;1" && rm -rf $@.manifest )) \
  /ndk/build/tools/
prebuilt-common.sh 713 HOST_EXE=.exe
    [all...]
  /external/zlib/src/
configure 192 EXE='.exe' ;;
200 EXE='.exe' ;;
751 echo EXE = $EXE >> configure.log
792 /^EXE *=/s#=.*#=$EXE#
818 /^EXE *=/s#=.*#=$EXE#
    [all...]
  /build/
envsetup.sh 878 local EXE="$1"
879 if [ "$EXE" ] ; then
880 qpid | \grep "$prepend$EXE$append"
897 local EXE="$1"
898 if [ "$EXE" ] ; then
901 | \grep "$prepend$EXE$append" \
1015 if adb shell ls -l /proc/$PID/exe | grep -q /system/bin/app_process ; then
1044 # Read the ELF header from /proc/$PID/exe to determine if the process is
1050 if [[ "$(adb shell cat /proc/$PID/exe | xxd -l 1 -s 4 -ps)" -eq "02" ]] ; then
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 128 # Executable suffix (.exe on Windows and Mac OS X)
129 EXE=
195 PYTHON= python$(EXE)
247 PGEN= Parser/pgen$(EXE)
876 -rm -f $(DESTDIR)$(BINDIR)/python2$(EXE)
877 (cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)$(EXE) python2$(EXE))
878 (cd $(DESTDIR)$(BINDIR); $(LN) -s python2$(EXE) $(PYTHON))
900 $(INSTALL_PROGRAM) $(BUILDPYTHON) $(DESTDIR)$(BINDIR)/python$(VERSION)$(EXE)
    [all...]

Completed in 403 milliseconds

1 2