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

1 2 3

  /external/v8/tools/gyp/test/defines/
gyptest-define-override.py 28 test.built_file_must_exist('fakeosprogram', type=test.EXECUTABLE)
30 os.remove(test.built_file_path('fakeosprogram', type=test.EXECUTABLE))
35 test.built_file_must_not_exist('fakeosprogram', type=test.EXECUTABLE)
41 test.built_file_must_exist('fakeosprogram', type=test.EXECUTABLE)
  /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/v8/tools/gyp/test/product/
gyptest-product.py 20 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
21 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True)
39 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True)
40 test.built_file_must_exist('bob/yoalt11.stuff', test.EXECUTABLE, bare=True)
41 test.built_file_must_exist('bob/yoalt12.stuff', test.EXECUTABLE, bare=True)
  /external/v8/tools/gyp/test/target/
gyptest-target.py 23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True)
24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True)
25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
  /external/v8/tools/gyp/test/exclusion/
gyptest-exclusion.py 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
  /external/selinux/libsemanage/tests/
Makefile 12 EXECUTABLE = libsemanage-tests
19 all: $(EXECUTABLE)
21 $(EXECUTABLE): $(OBJECTS)
28 rm -rf $(OBJECTS) $(EXECUTABLE)
31 ./$(EXECUTABLE)
  /external/v8/tools/gyp/test/subdirectory/
gyptest-subdir-all.py 28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
gyptest-subdir-default.py 28 test.built_file_must_not_exist('prog1', type=test.EXECUTABLE, chdir=chdir)
  /external/v8/tools/gyp/test/toplevel-dir/
gyptest-toplevel-dir.py 25 test.built_file_must_exist('prog1', type=test.EXECUTABLE, chdir=toplevel_dir)
  /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)
  /external/v8/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 58 test.built_file_must_exist('b', type=test.EXECUTABLE, chdir=chdir)
  /external/v8/tools/gyp/test/standalone-static-library/
gyptest-standalone-static-library.py 23 err = ['gyp: Target %s has type executable but standalone_static_library flag '
33 standalone_static_library_dir = test.EXECUTABLE
  /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)
  /external/v8/tools/gyp/test/mac/
gyptest-archs.py 88 'exe_32_64', chdir='archs', type=test.EXECUTABLE)
  /external/v8/tools/gyp/test/win/generator-output-different-drive/
gyptest-generator-output-different-drive.py 41 type=test.EXECUTABLE)
  /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, \

Completed in 1198 milliseconds

1 2 3