OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXECUTABLE
(Results
1 - 25
of
60
) sorted by null
1
2
3
/ndk/sources/android/support/tests/
run-host.sh
10
EXECUTABLE
=${
EXECUTABLE
:-/tmp/ndk-$USER/$EXENAME}
32
mkdir -p $(dirname "$
EXECUTABLE
")
34
$CXX -o "$
EXECUTABLE
" $SOURCES $CXXFLAGS $LINK_LIBS $LDFLAGS
35
"$
EXECUTABLE
"
/external/selinux/libsemanage/tests/
Makefile
12
EXECUTABLE
= libsemanage-tests
19
all: $(
EXECUTABLE
)
21
$(
EXECUTABLE
): $(OBJECTS)
28
rm -rf $(OBJECTS) $(
EXECUTABLE
)
31
./$(
EXECUTABLE
)
/cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.sh
24
EXECUTABLE
=$TMPDIR/float16_gen
26
$CLANG -Wl,-rpath=$LIBDIR -L $LIBDIR -lcompiler_rt -m64 float16_gen.c -o $
EXECUTABLE
27
$
EXECUTABLE
> $TMPFILE
/ndk/sources/host-tools/ndk-depends/
GNUmakefile
23
EXECUTABLE
:= $(PROGNAME)
25
all: $(
EXECUTABLE
)
68
rm -f $(
EXECUTABLE
)
70
$(
EXECUTABLE
): $(OBJECTS)
/ndk/sources/host-tools/ndk-stack/
GNUmakefile
23
EXECUTABLE
:= $(PROGNAME)
25
all: $(
EXECUTABLE
)
78
rm -f $(
EXECUTABLE
)
80
$(
EXECUTABLE
): $(OBJECTS)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfg-flags.def
153
/* Edge is
executable
. This is only used in GIMPLE SSA-CCP and VRP.
155
DEF_EDGE_FLAG(
EXECUTABLE
, 10)
/ndk/build/core/
build-executable.mk
17
#
executable
program
33
LOCAL_MODULE_CLASS :=
EXECUTABLE
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android
310
# Run a given
executable
through ADB.
311
# $1:
Executable
path
313
local
EXECUTABLE
=$1
314
local EXECUTABLE_BASENAME=$(basename "$
EXECUTABLE
")
315
run2 $ADB push $
EXECUTABLE
$TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
334
run2 $ADB push $
EXECUTABLE
$TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
344
# Statically link to ensure the
executable
can be run easily through ADB
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android
323
# Run a given
executable
through ADB.
324
# $1:
Executable
path
326
local
EXECUTABLE
=$1
327
local EXECUTABLE_BASENAME=$(basename "$
EXECUTABLE
")
328
run2 $ADB push $
EXECUTABLE
$TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
347
run2 $ADB push $
EXECUTABLE
$TARGET_PATH/$EXECUTABLE_BASENAME 2>/dev/null
357
# Statically link to ensure the
executable
can be run easily through ADB
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationTypeUtil.java
84
case
EXECUTABLE
:
/external/valgrind/
Android.build_host.mk
50
ifeq ($(vg_local_target),
EXECUTABLE
)
Android.build_one.mk
59
ifeq ($(vg_local_target),
EXECUTABLE
)
Android.mk
338
vg_local_target :=
EXECUTABLE
375
vg_local_target :=
EXECUTABLE
396
vg_local_target :=
EXECUTABLE
428
vg_local_target :=
EXECUTABLE
468
vg_local_target :=
EXECUTABLE
517
vg_local_target :=
EXECUTABLE
548
vg_local_target :=
EXECUTABLE
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c
207
#define TEST_PEX_RUN(PEXOBJ, FLAGS,
EXECUTABLE
, ARGV, OUTNAME, ERRNAME) \
214
__LINE__,
EXECUTABLE
, ARGV[0]); \
215
pex_run_err = pex_run (PEXOBJ, FLAGS,
EXECUTABLE
, ARGV, OUTNAME, \
/external/gmock/test/
Android.mk
64
$(eval include $(BUILD_$(2)
EXECUTABLE
)) \
/external/v8/test/cctest/heap/
test-spaces.cc
154
Executability
executable
) {
161
size_t header_size = (
executable
==
EXECUTABLE
)
164
size_t guard_size = (
executable
==
EXECUTABLE
)
170
executable
,
176
((
executable
==
EXECUTABLE
))
275
EXECUTABLE
);
294
EXECUTABLE
);
[
all
...]
/external/gtest/test/
Android.mk
63
$(eval include $(BUILD_$(2)
EXECUTABLE
)) \
/device/generic/goldfish/opengl/
common.mk
34
$(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %
EXECUTABLE
,%EXECUTABLES,$(patsubst %LIBRARY,%LIBRARIES,$2)))) \
150
$(if $(filter
EXECUTABLE
SHARED_LIBRARY,$(_emugl.$(_emugl_MODULE).type)),\
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
emxccompiler.py
117
(target_desc != self.
EXECUTABLE
)):
150
# (target_desc != self.
EXECUTABLE
or self.linker_dll == "gcc")):
bcppcompiler.py
203
if target_desc == CCompiler.
EXECUTABLE
:
cygwinccompiler.py
218
(target_desc != self.
EXECUTABLE
or self.linker_dll == "gcc")):
260
# (target_desc != self.
EXECUTABLE
or self.linker_dll == "gcc")):
unixccompiler.py
10
* compile handled by 'cc' (or similar)
executable
with -c option:
187
if target_desc == CCompiler.
EXECUTABLE
:
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
emxccompiler.py
117
(target_desc != self.
EXECUTABLE
)):
150
# (target_desc != self.
EXECUTABLE
or self.linker_dll == "gcc")):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py
117
(target_desc != self.
EXECUTABLE
)):
150
# (target_desc != self.
EXECUTABLE
or self.linker_dll == "gcc")):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py
117
(target_desc != self.
EXECUTABLE
)):
150
# (target_desc != self.
EXECUTABLE
or self.linker_dll == "gcc")):
Completed in 1408 milliseconds
1
2
3