HomeSort by relevance Sort by last modified time
    Searched refs:executable (Results 51 - 75 of 1015) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-51.d 7 # Undefined reference for a R_CRIS_16_TPREL in an executable.
tls-err-53.d 7 # R_CRIS_16_DTPREL in executable against symbol from DSO.
tls-err-65.d 7 # R_CRIS_16_TPREL in executable against symbol from DSO.
  /external/ltp/testcases/network/nfs/fsx-linux/
fsx.sh 141 for executable in $EXECUTABLES
145 echo "${executable} -N $ITERATIONS $TCtmp/testfile Starting"
146 ./${executable} -N $ITERATIONS $TCtmp/testfile 2>&1
148 echo "${executable} -N $ITERATIONS $TCtmp/testfile Finished"
  /system/extras/simpleperf/runtest/
runtest.conf 3 <executable name="simpleperf_runtest_one_function"/>
21 <executable name="simpleperf_runtest_two_functions"/>
43 <executable name="simpleperf_runtest_function_fork"/>
66 <executable name="simpleperf_runtest_function_pthread"/>
85 <executable name="simpleperf_runtest_comm_change"/>
109 <executable name="simpleperf_runtest_function_recursive"/>
157 <executable name="simpleperf_runtest_function_indirect_recursive"/>
198 <executable name="simpleperf_runtest_comm_change"/>
  /system/vold/fs/
Vfat.h 32 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
  /external/autotest/client/site_tests/kernel_PerfEventRename/
kernel_PerfEventRename.py 28 executable = 'perf-rename-test' variable in class:kernel_PerfEventRename
33 utils.make(self.executable)
45 self.executable),
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
settings.py 47 executable: The ssh executable to use.
63 executable='/usr/bin/ssh',
67 self.executable = executable
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_subprocess.py 77 rc = subprocess.call([sys.executable, "-c",
83 rc = subprocess.check_call([sys.executable, "-c",
90 subprocess.check_call([sys.executable, "-c",
97 [sys.executable, "-c", "print 'BDFL'"])
104 [sys.executable, "-c", "import sys; sys.exit(5)"])
110 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"],
118 [sys.executable, "-c", "print 'will not be run'"],
127 rc = subprocess.call([sys.executable, "-c",
145 p = subprocess.Popen([sys.executable, "-c", 'print "banana"'],
164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_subprocess.py 77 rc = subprocess.call([sys.executable, "-c",
83 rc = subprocess.check_call([sys.executable, "-c",
90 subprocess.check_call([sys.executable, "-c",
97 [sys.executable, "-c", "print 'BDFL'"])
104 [sys.executable, "-c", "import sys; sys.exit(5)"])
110 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"],
118 [sys.executable, "-c", "print 'will not be run'"],
127 rc = subprocess.call([sys.executable, "-c",
145 p = subprocess.Popen([sys.executable, "-c", 'print "banana"'],
164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 77 rc = subprocess.call([sys.executable, "-c",
83 rc = subprocess.check_call([sys.executable, "-c",
90 subprocess.check_call([sys.executable, "-c",
97 [sys.executable, "-c", "print 'BDFL'"])
104 [sys.executable, "-c", "import sys; sys.exit(5)"])
110 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"],
118 [sys.executable, "-c", "print 'will not be run'"],
127 rc = subprocess.call([sys.executable, "-c",
145 p = subprocess.Popen([sys.executable, "-c", 'print "banana"'],
164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 77 rc = subprocess.call([sys.executable, "-c",
83 rc = subprocess.check_call([sys.executable, "-c",
90 subprocess.check_call([sys.executable, "-c",
97 [sys.executable, "-c", "print 'BDFL'"])
104 [sys.executable, "-c", "import sys; sys.exit(5)"])
110 [sys.executable, "-c", "import sys; sys.stderr.write('BDFL')"],
118 [sys.executable, "-c", "print 'will not be run'"],
127 rc = subprocess.call([sys.executable, "-c",
145 p = subprocess.Popen([sys.executable, "-c", 'print "banana"'],
164 'p = Popen([sys.executable, "-c", "print \'test_stdout_none\'"],
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 66 /* Ensure that the executable pathname uses Win32 backslashes. This
69 that calls CreateProcess) *iff* the executable pathname (argv[0])
152 /* Tack the executable on the end of a (possibly slash terminated) buffer
155 tack_on_executable (char *buf, const char *executable)
160 backslashify (strcat (buf, executable));
186 mingw_rootify (const char *executable)
199 return executable;
207 return executable;
217 return executable;
240 return executable;
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 39 String executable = System.getProperty("java.home"); local
40 if (!executable.endsWith(File.separator)) {
41 executable += File.separator;
43 executable += "bin" + File.separator + "java";
55 return run(executable, args, envp, displayOutput);
168 // construct the name of executable file
169 String executable = System.getProperty("java.home"); local
170 if (!executable.endsWith(File.separator)) {
171 executable += File.separator;
173 executable += "bin" + File.separator + "java"
    [all...]
  /external/v8/tools/sanitizers/
sancov_merger.py 10 <executable name>.test.<id>.<attempt>.sancov
12 For each executable, this script writes a new file:
13 <executable name>.result.sancov
50 # executable name in group 1.
63 executable: Name of the executable whose sancov files should be merged.
67 Returns: A tuple with the executable name and the result file name.
69 keep, coverage_dir, executable, index, bucket = args
80 result_file_name = '%s.result.%d.sancov' % (executable, index)
83 result_file_name = '%s.result.sancov' % executable
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ParameterTest.java 29 import java.lang.reflect.Executable;
116 private static void checkSingleStringParameter(Executable executable) {
117 ExecutableTestHelper helper = new ExecutableTestHelper(executable);
140 private static void checkSingleStringParameter_withMetadata(Executable executable) {
141 ExecutableTestHelper helper = new ExecutableTestHelper(executable);
173 private static void checkGenericParameter(Executable executable) {
174 ExecutableTestHelper helper = new ExecutableTestHelper(executable);
904 private final Executable executable; field in class:ParameterTest.ExecutableTestHelper
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
compilation.py 51 # Known C/C++ compiler executable name patterns
138 executable = os.path.basename(command[0])
139 if any(pattern.match(executable) for pattern in COMPILER_PATTERNS):
140 return 'c++' if cplusplus.match(executable) else 'c'
  /build/make/core/
executable_internal.mk 2 ## Standard rules for building an executable file.
15 $(call target-executable-hook)
32 $(error $(LOCAL_PATH): $(LOCAL_MODULE) is statically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_FORCE_STATIC_EXECUTABLE := true)
71 $(transform-o-to-static-executable)
75 $(transform-o-to-executable)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build.py 44 ('executable=', 'e',
68 self.executable = None
117 if self.executable is None:
118 self.executable = os.path.normpath(sys.executable)
  /external/autotest/client/site_tests/security_Minijail0/src/
mountns-enter.py 22 sys.executable, child_path, test_file])
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
run_tests.py 14 args = [sys.executable, testname] + args
  /kernel/tests/net/test/
all_tests.sh 50 readonly tests=$(find . -name '*_test.py' -type f -executable)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build.py 44 ('executable=', 'e',
68 self.executable = None
117 if self.executable is None:
118 self.executable = os.path.normpath(sys.executable)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
appletrunner.py 2 # This file is meant as an executable script for running applets.
3 # BuildApplet will use it as the main executable in the .app bundle if
20 os.execve(sys.executable, sys.argv, os.environ)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build.py 44 ('executable=', 'e',
68 self.executable = None
117 if self.executable is None:
118 self.executable = os.path.normpath(sys.executable)

Completed in 1158 milliseconds

1 23 4 5 6 7 8 91011>>