/external/autotest/client/site_tests/security_SysVIPC/ |
security_SysVIPC.py | 43 exes = set() 45 exes.add(os.readlink(link)) 46 return tuple(sorted(exes))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
test_ccompiler.py | 71 self.exes = kw
75 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/external/python/cpython2/Lib/distutils/tests/ |
test_ccompiler.py | 69 self.exes = kw 73 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 72 self.exes = kw 76 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 72 self.exes = kw 76 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/external/python/cpython3/Lib/distutils/tests/ |
test_cygwinccompiler.py | 20 exes = self.test_class._exes 21 if self.cmd in exes: 23 self.stdout = BytesIO(exes[self.cmd])
|
test_sysconfig.py | 88 self.exes = kw 92 self.assertEqual(comp.exes['archiver'], 'my_ar -arflags')
|
/external/blktrace/btt/ |
bt_timeline.c | 30 char *devices, *exes, *input_name, *output_name, *seek_name, *bno_dump_name; variable
|
proc.c | 237 if (exes == NULL) 241 char *exe, *p, *next, *exes_save = strdup(exes);
|
args.c | 65 .name = "exes", 213 "[ -e <exe,...> | --exes=<exe,...> ]\n" \ 306 exes = optarg;
|
globals.h | 169 extern char bt_timeline_version[], *devices, *exes, *input_name, *output_name;
|
output.c | 715 if (exes == NULL || *exes != '\0') {
|
/build/soong/cmd/symbol_inject/ |
pe.go | 37 // symbols in win32 exes seem to be prefixed with an underscore
|
/external/pcre/dist2/ |
RunTest.bat | 524 @echo location of the the built exes) you call RunTest.bat. By default RunTest.bat
528 @echo If the build dir is not under the source dir you can either copy your exes
530 @echo location of your built exes and then run RunTest.bat.
|
/external/blktrace/btt/doc/ |
btt.tex | 808 [ -e <exe,...> | --exes=<exe,...> ] [all...] |