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

1 2

  /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)
91 rm -f $(EXECUTABLE)
93 $(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
  /external/v8/test/cctest/
test-spaces.cc 156 Executability executable) {
163 size_t header_size = (executable == EXECUTABLE)
166 size_t guard_size = (executable == EXECUTABLE)
172 executable,
177 ((executable == EXECUTABLE))
262 EXECUTABLE);
281 EXECUTABLE);
    [all...]
  /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 339 vg_local_target := EXECUTABLE
376 vg_local_target := EXECUTABLE
397 vg_local_target := EXECUTABLE
429 vg_local_target := EXECUTABLE
469 vg_local_target := EXECUTABLE
518 vg_local_target := EXECUTABLE
549 vg_local_target := EXECUTABLE
  /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/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")):
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:
177 if target_desc == CCompiler.EXECUTABLE:
  /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")):
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")):
  /ndk/build/tools/
build-gcc.sh 357 # Enable linker option -eh-frame-hdr also for static executable
557 run $NDK_DIR/build/tools/build-gdb-stub.sh --gdb-executable-path="$TOOLCHAIN_PATH/bin/${ABI_CONFIGURE_TARGET}-gdb.exe" \
604 | while read EXECUTABLE; do run $STRIP "$EXECUTABLE"; done
  /external/v8/src/heap/
spaces-inl.h 114 Executability executable) {
115 base::OS::Unprotect(start, size, executable);
128 chunks_[id].owner()->executable() == EXECUTABLE);
136 Page* Page::Initialize(Heap* heap, MemoryChunk* chunk, Executability executable,

Completed in 1695 milliseconds

1 2