OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXE
(Results
1 - 25
of
27
) 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)
/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/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
/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
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/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 )) \
/build/
envsetup.sh
864
local
EXE
="$1"
865
if [ "$
EXE
" ] ; then
866
qpid | \grep "$prepend$
EXE
$append"
883
local
EXE
="$1"
884
if [ "$
EXE
" ] ; then
887
| \grep "$prepend$
EXE
$append" \
1001
if adb shell ls -l /proc/$PID/
exe
| grep -q /system/bin/app_process ; then
1042
# Read the ELF header from /proc/$PID/
exe
to determine if the process is
1048
if [[ "$(adb shell cat /proc/$PID/
exe
| xxd -l 1 -s 4 -ps)" -eq "02" ]] ; then
1115
local
EXE
=`adb shell readlink /proc/$PID/exe | sed s/.$//
[
all
...]
/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/llvm/bindings/ocaml/
Makefile.ocaml
108
Archive.
EXE
:= $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamlLibs:%=%.cmxa) $(OCAMLDEBUGFLAG) -o)
110
Archive.
EXE
:= $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
426
clean-local:: clean-
exe
434
$(Verb) $(Archive.
EXE
) $@ $(ObjectsCMO)
438
$(Verb) $(Archive.
EXE
) $@ $(ObjectsCMX)
489
install-
exe
\
491
uninstall-
exe
/external/mksh/src/
Build.sh
316
test $tcfn = no && test -f a.
exe
&& tcfn=a.
exe
576
if test -d $tfn || test -d $tfn.
exe
; then
580
rmf a.
exe
* a.out* conftest.c *core core.* lft ${tfn}* no *.bc *.ll *.o *.gen \
1149
C89_COMPILER=CL.
EXE
1154
C89_LINKER=LINK.
EXE
1236
rmf conftest.c conftest.o conftest a.out* a.
exe
* vv.out
[
all
...]
/external/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h
[
all
...]
Completed in 1237 milliseconds
1
2