HomeSort by relevance Sort by last modified time
    Searched refs:EXE (Results 1 - 25 of 46) 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/chromium_org/third_party/libsrtp/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/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/chromium_org/third_party/libsrtp/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
28 test/dtls_srtp_driver$(EXE) >/dev/null
48 # EXE defines the suffix on executables - it's .exe for Windows, and
50 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/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
  /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/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 )) \

Completed in 1882 milliseconds

1 2