Home
last modified time | relevance | path

Searched refs:EXECUTABLE (Results 1 – 25 of 41) sorted by relevance

12

/external/selinux/libsemanage/tests/
DMakefile6 EXECUTABLE = libsemanage-tests macro
13 all: $(EXECUTABLE)
15 $(EXECUTABLE): $(OBJECTS) ../src/libsemanage.a
19 rm -rf $(OBJECTS) $(EXECUTABLE)
22 ./$(EXECUTABLE)
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/
Dgenerate_keil_project_test.sh23 EXECUTABLE=test_executable
28 --executable=${EXECUTABLE} \
33 if ! grep -q "${EXECUTABLE}" ${OUTPUT_FILE}; then
34 echo "ERROR: No executable name '${EXECUTABLE}' found in project file '${OUTPUT_FILE}'."
/external/brotli/
DMakefile10 EXECUTABLE = brotli macro
38 $(EXECUTABLE): $(OBJECTS)
39 $(CC) $(LDFLAGS) $(OBJECTS) -lm -o $(BINDIR)/$(EXECUTABLE)
45 test: $(EXECUTABLE)
/external/skia/bin/
Dcoverage26 EXECUTABLE="$1"
40 ninja -C "$BUILD" "$EXECUTABLE"
50 "$BUILD"/"$EXECUTABLE" "$@"
/external/skqp/bin/
Dcoverage26 EXECUTABLE="$1"
40 ninja -C "$BUILD" "$EXECUTABLE"
50 "$BUILD"/"$EXECUTABLE" "$@"
/external/skqp/fuzz/
Dcoverage28 EXECUTABLE="fuzz"
43 ninja -C "$BUILD" "$EXECUTABLE"
68 timeout 10 $BUILD/$EXECUTABLE ${ARGS[i]} -b $f &
/external/skia/fuzz/
Dcoverage28 EXECUTABLE="fuzz"
43 ninja -C "$BUILD" "$EXECUTABLE"
68 timeout 10 $BUILD/$EXECUTABLE ${ARGS[i]} -b $f &
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/templates/
DMakefile.tpl18 %{EXECUTABLE}% : $(OBJS)
21 all: %{EXECUTABLE}%
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/
Dmain.py71 EXECUTABLE = 'data/capture_tpu_profile' variable
121 executable_path = os.path.join(os.path.dirname(__file__), EXECUTABLE)
/external/llvm/test/tools/dsymutil/
Ddebug-map-parsing.test5 …llvm-dsymutil -dump-debug-map %p/Inputs/inexistant 2>&1 | FileCheck %s --check-prefix=NO-EXECUTABLE
84 NO-EXECUTABLE: cannot parse{{.*}}/inexistant": {{[Nn]o}} such file
85 NO-EXECUTABLE-NOT: ---
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/
Ddebug-map-parsing.test5 … not dsymutil -dump-debug-map %p/Inputs/inexistant 2>&1 | FileCheck %s --check-prefix=NO-EXECUTABLE
85 NO-EXECUTABLE: cannot parse{{.*}}/inexistant': {{[Nn]o}} such file
86 NO-EXECUTABLE-NOT: ---
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py293 (CCompiler.EXECUTABLE, None): self.ldflags_exe,
294 (CCompiler.EXECUTABLE, False): self.ldflags_exe,
295 (CCompiler.EXECUTABLE, True): self.ldflags_exe_debug,
Dccompiler.py615 EXECUTABLE = "executable" variable in CCompiler
731 self.link(CCompiler.EXECUTABLE, objects,
Dcygwinccompiler.py190 (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
Dmsvc9compiler.py599 if target_desc == CCompiler.EXECUTABLE:
685 if target_desc == CCompiler.EXECUTABLE:
Dunixccompiler.py176 if target_desc == CCompiler.EXECUTABLE:
Dbcppcompiler.py203 if target_desc == CCompiler.EXECUTABLE:
/external/python/cpython2/Lib/distutils/
Demxccompiler.py117 (target_desc != self.EXECUTABLE)):
Dccompiler.py615 EXECUTABLE = "executable" variable in CCompiler
697 self.link(CCompiler.EXECUTABLE, objects,
Dunixccompiler.py179 if target_desc == CCompiler.EXECUTABLE:
Dmsvc9compiler.py611 if target_desc == CCompiler.EXECUTABLE:
697 if target_desc == CCompiler.EXECUTABLE:
Dcygwinccompiler.py194 (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
Dbcppcompiler.py203 if target_desc == CCompiler.EXECUTABLE:
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp144 enum State { INITIAL, RECORDING, EXECUTABLE, PENDING, INVALID }; enumerator
DVkCommandBuffer.cpp460 state = EXECUTABLE; in end()
858 state = EXECUTABLE; in submit()

12