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

1 2

  /external/selinux/libsemanage/tests/
Makefile 9 EXECUTABLE = libsemanage-tests
16 all: $(EXECUTABLE)
18 $(EXECUTABLE): $(OBJECTS) ../src/libsemanage.a
22 rm -rf $(OBJECTS) $(EXECUTABLE)
25 ./$(EXECUTABLE)
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/cloud_tpu_profiler/
main.py 58 EXECUTABLE = 'data/capture_tpu_profile'
87 executable_path = os.path.join(os.path.dirname(__file__), EXECUTABLE)
  /external/brotli/
Makefile 10 EXECUTABLE = brotli
26 $(EXECUTABLE): $(OBJECTS)
27 $(CC) $(LDFLAGS) $(OBJECTS) -lm -o $(BINDIR)/$(EXECUTABLE)
33 test: $(EXECUTABLE)
  /tools/tradefederation/core/atest/test_runners/
example_test_runner.py 26 EXECUTABLE = 'echo'
38 run_cmd_dict = {'exe': self.EXECUTABLE,
regression_test_runner.py 27 EXECUTABLE = 'tradefed.sh'
34 self.run_cmd_dict = {'exe': self.EXECUTABLE,
robolectric_test_runner.py 33 # We don't actually use EXECUTABLE because we're going to use
36 EXECUTABLE = 'make'
test_runner_base.py 31 EXECUTABLE = ''
38 if not self.EXECUTABLE:
39 raise atest_error.NoTestRunnerExecutable('Class var EXECUTABLE is '
atest_tf_test_runner.py 33 EXECUTABLE = 'atest_tradefed.sh'
43 self.run_cmd_dict = {'exe': self.EXECUTABLE,
171 self.EXECUTABLE, args_not_supported)
vts_tf_test_runner.py 31 EXECUTABLE = 'vts-tradefed'
41 self.run_cmd_dict = {'exe': self.EXECUTABLE,
94 self.EXECUTABLE, args_not_supported)
  /tools/tradefederation/core/atest/
test_runner_handler_unittest.py 50 EXECUTABLE = 'echo'
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
ep_info.h 50 #define EXECUTABLE U(0x8)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 190 is a string that will be split into executable name and (optional)
198 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
208 "unknown executable '%s' for class %s" % \
665 EXECUTABLE = "executable"
671 """Link a bunch of stuff together to create an executable or
    [all...]
  /external/python/cpython2/Lib/distutils/
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
  /external/python/cpython3/Lib/distutils/
ccompiler.py 132 is a string that will be split into executable name and (optional)
140 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
149 raise ValueError("unknown executable '%s' for class %s" %
615 EXECUTABLE = "executable"
631 """Link a bunch of stuff together to create an executable or
731 self.link(CCompiler.EXECUTABLE, objects,
756 linked into the shared library or executable.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 140 is a string that will be split into executable name and (optional)
148 # attributes 'cpp', 'cc', etc. with hard-coded executable names;
158 "unknown executable '%s' for class %s" % \
615 EXECUTABLE = "executable"
621 """Link a bunch of stuff together to create an executable or
697 self.link(CCompiler.EXECUTABLE, objects,
722 linked into the shared library or executable.
    [all...]
  /external/v8/src/
globals.h 503 CODE_SPACE, // No pointers to new space, marked executable.
588 enum Executability { NOT_EXECUTABLE, EXECUTABLE };
    [all...]
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 

Completed in 1727 milliseconds

1 2