| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
| powerpc.exp | 38 "tmpdir/libvxworks1.so -Tvxworks1.ld -q --force-dynamic" "" 116 {"TLS32 helper shared library" "-shared -melf32ppc tmpdir/tlslib32.o" "" "" {} 118 {"TLS32 dynamic exec" "-melf32ppc --no-ld-generated-unwind-info tmpdir/tls32.o tmpdir/libtlslib32.so" "" "" {} 122 {"TLS32 shared" "-shared -melf32ppc --no-ld-generated-unwind-info tmpdir/tls32.o" "" "" {} 143 {"TLS32 opt 5" "-melf32ppc --gc-sections --secure-plt tmpdir/tlsdll32.so" "" "-a32" {tlsopt5_32.s} 148 {"Dynamic application with SDA" "-melf32ppc tmpdir/sdalib.so" "" "-a32" {sdadyn.s} 162 {"TLS helper shared library" "-shared -melf64ppc tmpdir/tlslib.o" "" "" {} 166 {"TLS dynamic exec" "-melf64ppc --no-ld-generated-unwind-info tmpdir/tls.o tmpdir/libtlslib.so" "" "" { [all...] |
| aix52.exp | 39 # - Turn tmpdir/aix-* into tmpdir/aix64-*. 40 # - Turn tmpdir/libaix-* into tmpdir/libaix64-*. 46 regsub -all {tmpdir/aix-} $ldopts {tmpdir/aix64-} ldopts 68 remote_upload host "$srcdir/$subdir/$file" "tmpdir/$file" 120 "-shared -bexpall tmpdir/aix-export-1.o -Ltmpdir -laix-export-1" 126 "-shared -bexpfull tmpdir/aix-export-1.o -Ltmpdir -laix-export-1" 164 "-e.main tmpdir/aix-glink-2a.so tmpdir/aix-glink-2b.ro tmpdir/aix-glink-2c.so [all...] |
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
| phdrs.exp | 36 if ![ld_assemble $as $srcdir/$subdir/phdrs.s tmpdir/phdrs.o] { 45 if [is_elf64 tmpdir/phdrs.o] { 50 set ldopt "$ldopt -T $srcdir/$subdir/phdrs.t tmpdir/phdrs.o" 51 if ![ld_simple_link $ld tmpdir/phdrs $ldopt] { 58 set exec_output [run_host_cmd "$objdump" "--private-headers tmpdir/phdrs"]
|
| /external/google-breakpad/android/ |
| run-checks.sh | 58 TMPDIR= 72 --tmp-dir=*) TMPDIR=$optarg;; 191 if [ "$TMPDIR" ]; then 193 log "Cleaning up: $TMPDIR" 194 rm -rf "$TMPDIR" 196 dump "Temporary directory contents preserved: $TMPDIR" 206 if [ -z "$TMPDIR" ]; then 207 TMPDIR=$(mktemp -d /tmp/$PROGNAME.XXXXXXXX) 209 log "Using temporary directory: $TMPDIR" 211 if [ ! -d "$TMPDIR" ]; the [all...] |
| /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/ |
| nm.exp | 33 if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then { 38 set tempfile [remote_download host tmpdir/bintest.o] 40 set tempfile tmpdir/bintest.o 112 if {![binutils_assemble $srcdir/$subdir/unique.s tmpdir/unique.o]} then { 116 set tmpfile [remote_download host tmpdir/unique.o] 118 set tmpfile tmpdir/unique.o 130 remote_file host delete "tmpdir/unique.o" 184 if {![binutils_assemble $srcdir/$subdir/$nm_1_src tmpdir/nm-1.o]} then { 189 set tempfile [remote_download host tmpdir/nm-1.o] 191 set tempfile tmpdir/nm-1. [all...] |
| objdump.exp | 64 if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then { 68 set testfile [remote_download host tmpdir/bintest.o] 70 set testfile tmpdir/bintest.o 163 } elseif { ![binutils_assemble $srcdir/$subdir/dw2-compressed.S tmpdir/dw2-compressed.o] } then { 167 set compressed_testfile [remote_download host tmpdir/dw2-compressed.o] 169 set compressed_testfile tmpdir/dw2-compressed.o 222 if { ![binutils_assemble $decodedline_testsrc tmpdir/dw2-decodedline.o] } then { 227 set decodedline_testfile [remote_download host tmpdir/dw2-decodedline.o] 229 set decodedline_testfile tmpdir/dw2-decodedline.o 251 } elseif { ![binutils_assemble $srcdir/$subdir/dw2-ranges.S tmpdir/dw2-ranges.o] } then [all...] |
| size.exp | 33 if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then { 38 set testfile [remote_download host tmpdir/bintest.o] 40 set testfile tmpdir/bintest.o
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/ |
| run-clang-tidy.py | 63 def get_tidy_invocation(f, clang_tidy_binary, checks, tmpdir, build_path, 74 if tmpdir is not None: 78 (handle, name) = tempfile.mkstemp(suffix='.yaml', dir=tmpdir) 103 def apply_fixes(args, tmpdir): 110 invocation.append(tmpdir) 114 def run_tidy(args, tmpdir, build_path, queue): 119 tmpdir, build_path, args.header_filter, 196 tmpdir = None 199 tmpdir = tempfile.mkdtemp() 209 args=(args, tmpdir, build_path, queue) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/ |
| run-clang-tidy.py | 63 def get_tidy_invocation(f, clang_tidy_binary, checks, tmpdir, build_path, 74 if tmpdir is not None: 78 (handle, name) = tempfile.mkstemp(suffix='.yaml', dir=tmpdir) 103 def apply_fixes(args, tmpdir): 110 invocation.append(tmpdir) 114 def run_tidy(args, tmpdir, build_path, queue): 119 tmpdir, build_path, args.header_filter, 196 tmpdir = None 199 tmpdir = tempfile.mkdtemp() 209 args=(args, tmpdir, build_path, queue) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/ |
| run-clang-tidy.py | 63 def get_tidy_invocation(f, clang_tidy_binary, checks, tmpdir, build_path, 74 if tmpdir is not None: 78 (handle, name) = tempfile.mkstemp(suffix='.yaml', dir=tmpdir) 103 def apply_fixes(args, tmpdir): 110 invocation.append(tmpdir) 114 def run_tidy(args, tmpdir, build_path, queue): 119 tmpdir, build_path, args.header_filter, 196 tmpdir = None 199 tmpdir = tempfile.mkdtemp() 209 args=(args, tmpdir, build_path, queue) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/ |
| run-clang-tidy.py | 63 def get_tidy_invocation(f, clang_tidy_binary, checks, tmpdir, build_path, 74 if tmpdir is not None: 78 (handle, name) = tempfile.mkstemp(suffix='.yaml', dir=tmpdir) 103 def apply_fixes(args, tmpdir): 110 invocation.append(tmpdir) 114 def run_tidy(args, tmpdir, build_path, queue): 119 tmpdir, build_path, args.header_filter, 196 tmpdir = None 199 tmpdir = tempfile.mkdtemp() 209 args=(args, tmpdir, build_path, queue) [all...] |
| /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ |
| DirectoryScannerTest.java | 153 final String tmpdir = System.getProperty("java.io.tmpdir"); local 157 config.addDirectoryScanner("test",tmpdir,".*",0,0); 166 final File tmpFile = new File(tmpdir); 191 final String tmpdir = System.getProperty("java.io.tmpdir"); local 194 config.addDirectoryScanner("test1",tmpdir,".*",0,0); 195 config.addDirectoryScanner("test2",tmpdir,".*",0,0); 196 config.addDirectoryScanner("test3",tmpdir,".*",0,0); 263 bean.setRootDirectory(System.getProperty("java.io.tmpdir")); 292 final String tmpdir = System.getProperty("java.io.tmpdir"); local [all...] |
| /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/ |
| DirectoryScannerTest.java | 153 final String tmpdir = System.getProperty("java.io.tmpdir"); local 157 config.addDirectoryScanner("test",tmpdir,".*",0,0); 166 final File tmpFile = new File(tmpdir); 191 final String tmpdir = System.getProperty("java.io.tmpdir"); local 194 config.addDirectoryScanner("test1",tmpdir,".*",0,0); 195 config.addDirectoryScanner("test2",tmpdir,".*",0,0); 196 config.addDirectoryScanner("test3",tmpdir,".*",0,0); 263 bean.setRootDirectory(System.getProperty("java.io.tmpdir")); 292 final String tmpdir = System.getProperty("java.io.tmpdir"); local [all...] |
| /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/ |
| Test.pm | 58 my $tmpdir = tempdir( CLEANUP => 1 ); 68 my $grammar_file = File::Spec->catfile($tmpdir, "$grammar_name.g"); 72 my $test_program_file = File::Spec->catfile($tmpdir, 'test.pl'); 89 my $g_result = run_program([ File::Spec->catfile($cwd, 'tools', $antlr), '-o', $tmpdir, $grammar_file ]); 96 #local $ENV{PERLCOV_DB} = File::Spec->catfile($tmpdir, 'perlcov.db'); 97 #local $ENV{NYTPROF} = 'file=' . File::Spec->catfile($tmpdir, 'nytprof.out'); 98 $test_result = run_program([ get_perl(), '-Mblib', "-I$tmpdir", $test_program_file ]);
|
| /external/blktrace/btt/ |
| bno_plot.py | 92 tmpdir = tempfile.mktemp() variable 93 os.mkdir(tmpdir) 97 t = '%s/%s' % (tmpdir, f) 109 fo = open('%s/plot.cmds' % tmpdir, 'w') 117 cmd = '/usr/bin/gnuplot %s/plot.cmds -' % tmpdir 122 os.chdir(tmpdir) 127 os.system('/bin/rm -rf ' + tmpdir)
|
| /external/bsdiff/ |
| test_utils.cc | 20 // leaves it as is. Otherwise, if TMPDIR is defined in the environment and is 27 const char* tmpdir = getenv("TMPDIR"); local 28 const std::string prefix = (tmpdir && *tmpdir ? tmpdir : "/tmp"); 60 setenv("TMPDIR", BSDIFF_TARGET_TMP_BASE, 1);
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/ |
| undefined.exp | 35 if ![ld_compile "$CC -g" $srcdir/$subdir/undefined.c tmpdir/undefined.o] { 43 remote_file host delete "tmpdir/undefined" 49 send_log "$ld -e start $flags -o tmpdir/undefined tmpdir/undefined.o\n" 50 set exec_output [run_host_cmd "$ld" "-e start $flags -o tmpdir/undefined tmpdir/undefined.o"] 78 set mf "tmpdir/undefined.o* In function `function':"
|
| /toolchain/binutils/binutils-2.27/libiberty/ |
| make-temp-file.c | 112 char *tmpdir; local 119 base = try_dir (getenv ("TMPDIR"), base); 144 tmpdir = XNEWVEC (char, len + 2); 145 strcpy (tmpdir, base); 146 tmpdir[len] = DIR_SEPARATOR; 147 tmpdir[len+1] = '\0'; 148 memoized_tmpdir = tmpdir;
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
| TfTestLauncherTest.java | 157 File tmpDir = Mockito.mock(File.class); 158 Mockito.when(tmpDir.list()) 162 mTfTestLauncher.testTmpDirClean(tmpDir, mMockListener); 180 File tmpDir = Mockito.mock(File.class); 181 Mockito.when(tmpDir.list()).thenReturn(new String[] {"extra_file"}); 183 mTfTestLauncher.testTmpDirClean(tmpDir, mMockListener); 201 File tmpDir = Mockito.mock(File.class); 202 Mockito.when(tmpDir.list()).thenReturn(new String[] {"inv_1", "inv_2"}); 204 mTfTestLauncher.testTmpDirClean(tmpDir, mMockListener);
|
| /external/autotest/client/cros/enterprise/ |
| enterprise_fake_dmserver.py | 36 def start(self, tmpdir, debugdir): 40 @param tmpdir: location of the Autotest tmp dir. 45 self._policy_location = os.path.join(tmpdir, 'policy.json')
|
| /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-persist-prealloc/ |
| ext4_persist_prealloc_test.sh | 57 temp_tmpdir=$TMPDIR 58 TMPDIR=${PWD}/mnt_point; fallocate0${i} > /dev/null 2>&1 60 TMPDIR=$temp_tmpdir
|
| /hardware/libhardware/tests/input/evdev/ |
| TestHelpers.cpp | 75 auto tmpDir = opendir(mName); 76 while (auto entry = readdir(tmpDir)) { 84 closedir(tmpDir);
|
| /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/vax/ |
| objdump.exp | 36 if {![binutils_assemble $srcdir/$subdir/entrymask.s tmpdir/entrymask.o]} then { 41 set objfile [remote_download host tmpdir/entrymask.o] 43 set objfile tmpdir/entrymask.o
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/config/ |
| default.exp | 56 remote_exec host "mkdir -p tmpdir" 58 # Make symlinks from tmpdir/ld to the linker and assembler in the 61 if {![file isdirectory tmpdir/ld]} then { 62 catch "exec mkdir tmpdir/ld" status 63 catch "exec ln -s ../../ld-new tmpdir/ld/ld" status 64 catch "exec ln -s ld tmpdir/ld/collect-ld" status 65 catch "exec ln -s ../../../gas/as-new tmpdir/ld/as" status 67 set gcc_B_opt "-B[pwd]/tmpdir/ld/" 71 if {[file exists tmpdir/libpath.exp]} { 72 load_lib tmpdir/libpath.ex [all...] |
| /cts/tests/tests/os/src/android/os/cts/ |
| EnvironmentTest.java | 39 * TMPDIR being set prevents apps from asking to have temporary files 41 * something OS-defined. If TMPDIR points to a global shared directory, 45 assertNull("environment variable TMPDIR should not be set", 46 System.getenv("TMPDIR"));
|