HomeSort by relevance Sort by last modified time
    Searched refs:tmpdir (Results 101 - 125 of 520) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i143317.d 2 tmpdir/i143317.x: file format elf32-.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-6.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
21 .*: LDPT_OPTION 'claim:tmpdir/func.o'
24 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
25 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
26 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
29 tmpdir/main.o: In function `main':
plugin-7.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
21 .*: LDPT_OPTION 'claim:tmpdir/func.o'
25 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
26 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
27 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
30 `_?func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .*
plugin-8.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
21 .*: LDPT_OPTION 'claim:tmpdir/func.o'
27 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
28 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
29 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
34 `_?func' referenced in section `\.text.*' of tmpdir/main.o: defined in discarded section .*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-glink-3-32.d 4 #ld: -b32 -bnoautoimp tmpdir/aix-glink-3b.so
aix-glink-3-64.d 4 #ld: -b64 -bnoautoimp tmpdir/aix64-glink-3b.so
vxworks1-static.d 3 #ld: tmpdir/libvxworks1.so -Tvxworks1.ld
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
refdbg-1.d 3 #ld: -EL tmpdir/refdbg-0-dso.so
vxworks1-static.d 3 #ld: tmpdir/libvxworks1.so -Tvxworks1.ld -EL
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/
vxworks1-static.d 3 #ld: tmpdir/libvxworks1.so -Tvxworks1.ld
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
entry-2.d 3 #ld: --entry foo -u foo tmpdir/libentry.a
entry-3.d 3 #ld: -shared --entry foo tmpdir/libentry.a
entry-4.d 3 #ld: -shared --entry foo -u foo tmpdir/libentry.a
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_downloads.py 51 def make_tracker_file(self, tmpdir=None):
52 if not tmpdir:
53 tmpdir = self._MakeTempDir()
54 tracker_file = os.path.join(tmpdir, 'tracker')
57 def make_dst_fp(self, tmpdir=None):
58 if not tmpdir:
59 tmpdir = self._MakeTempDir()
60 dst_file = os.path.join(tmpdir, 'dstfile')
94 tmpdir = self._MakeTempDir()
95 tracker_file_name = self.make_tracker_file(tmpdir)
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/tests/
runner_test.py 88 tmpdir = None
90 tmpdir = h.mkdtemp()
91 h.chdir(tmpdir)
105 if tmpdir:
106 h.rmtree(tmpdir)
116 tmpdir = None
118 tmpdir = h.mkdtemp()
119 h.chdir(tmpdir)
130 if tmpdir:
131 h.rmtree(tmpdir)
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
JavaIOTempDirExistTest.java 52 String tmpdir = System.getProperty("java.io.tmpdir"); local
56 Assert.assertEquals(tempFileBackRef.getParentFile(), new File(tmpdir));
72 final String tmpdir = System.getProperty("java.io.tmpdir"); local
76 System.setProperty("java.io.tmpdir", newDir.getAbsolutePath());
82 System.setProperty("java.io.tmpdir", tmpdir);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-checks/
checks.exp 41 if { ![ld_assemble $as $srcdir/$subdir/asm.s tmpdir/asm.o]} {
46 if ![ld_simple_link $ld tmpdir/asm.x "$ldflags tmpdir/asm.o"] {
61 set exec_output [run_host_cmd "$ld" "-o tmpdir/asm.x $ldflags tmpdir/asm.o"]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfcomm/
elfcomm.exp 56 if { ![ld_assemble $as $srcdir/$subdir/sort-common.s tmpdir/sort-common.o] } {
61 if { ![ld_simple_link $ld tmpdir/sort-common.dx "--sort-common=descending tmpdir/sort-common.o"] } {
66 send_log "$objdump --syms tmpdir/sort-common.dx | grep var | sort\n"
67 set exec_output [run_host_cmd "$objdump" "--syms tmpdir/sort-common.dx | grep var | sort"]
85 if { ![ld_simple_link $ld tmpdir/sort-common.ax "--sort-common=ascending tmpdir/sort-common.o"] } {
90 send_log "$objdump --syms tmpdir/sort-common.ax | grep var | sort\n"
91 set exec_output [run_host_cmd "$objdump" "--syms tmpdir/sort-common.ax | grep var | sort"]
129 send_log "$READELF --syms tmpdir/common1.o | grep foo\n
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
elfweak.exp 67 set tmpdir tmpdir
81 global tmpdir
85 verbose -log "$objdump $SOBJDUMP_FLAGS $object | grep foo$ > $tmpdir/objdump.out"
87 catch "exec $objdump $SOBJDUMP_FLAGS $object | grep foo$ > $tmpdir/objdump.out" exec_output
104 if [file exists $tmpdir/objdump.out] then {
105 set file_b [open $tmpdir/objdump.out r]
107 perror "$tmpdir/objdump.out doesn't exist"
111 verbose "# Diff'ing: $expectfile $tmpdir/objdump.out" 2
145 verbose -log "\t$tmpdir/objdump.out: $i: $line_b
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-versados/
versados.exp 46 send_log "$objdump -s tmpdir/$whichone.out >tmpdir/$whichone.dump\n"
47 catch "exec $objdump -s tmpdir/$whichone.out | grep -v srec >tmpdir/$whichone.dump" exec_output
56 send_log "$objdump -s $srcdir/$subdir/$whichone.ook >tmpdir/$whichone.dok\n"
57 catch "exec $objdump -s $srcdir/$subdir/$whichone.ook | grep -v srec >tmpdir/$whichone.dok" exec_output
67 catch "exec diff tmpdir/$whichone.dump tmpdir/$whichone.dok" exec_output
78 if ![ld_simple_link $ld tmpdir/t1.out \
90 if ![ld_simple_link $ld tmpdir/t2.out
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 61 tmpdir = self.mkdtemp()
62 self.write_file([tmpdir, 'file1'], 'xxx')
63 self.write_file([tmpdir, 'file2'], 'xxx')
64 os.mkdir(os.path.join(tmpdir, 'sub'))
65 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
68 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
75 os.chdir(tmpdir)
88 os.chdir(tmpdir)
107 tmpdir = self.mkdtemp()
108 dist = os.path.join(tmpdir, 'dist'
    [all...]
test_dep_util.py 15 tmpdir = self.mkdtemp()
16 new_file = os.path.join(tmpdir, 'new')
33 tmpdir = self.mkdtemp()
34 sources = os.path.join(tmpdir, 'sources')
35 targets = os.path.join(tmpdir, 'targets')
50 tmpdir = self.mkdtemp()
51 sources = os.path.join(tmpdir, 'sources')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 61 tmpdir = self.mkdtemp()
62 self.write_file([tmpdir, 'file1'], 'xxx')
63 self.write_file([tmpdir, 'file2'], 'xxx')
64 os.mkdir(os.path.join(tmpdir, 'sub'))
65 self.write_file([tmpdir, 'sub', 'file3'], 'xxx')
68 unittest.skipUnless(splitdrive(tmpdir)[0] == splitdrive(tmpdir2)[0],
75 os.chdir(tmpdir)
88 os.chdir(tmpdir)
107 tmpdir = self.mkdtemp()
108 dist = os.path.join(tmpdir, 'dist'
    [all...]
test_dep_util.py 15 tmpdir = self.mkdtemp()
16 new_file = os.path.join(tmpdir, 'new')
33 tmpdir = self.mkdtemp()
34 sources = os.path.join(tmpdir, 'sources')
35 targets = os.path.join(tmpdir, 'targets')
50 tmpdir = self.mkdtemp()
51 sources = os.path.join(tmpdir, 'sources')
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
pe-compile.exp 43 if ![ld_compile "$CC $CFLAGS" $srcdir/$subdir/basefile1.s tmpdir/basefile1.o] {
56 --base-file=tmpdir/$testname.base \
57 --export-all-symbols" tmpdir/$testname.dll \
58 "tmpdir/basefile1.o"] {
63 if { $verbose > 2 } then { verbose "output is [file_contents tmpdir/$testname.base]" 3 }
65 catch "exec wc -c tmpdir/$testname.base" err
67 if ![string match "0 tmpdir/$testname.base" [string trim $err]] then {
84 if ![ld_compile "$CC $CFLAGS -shared" $srcdir/$subdir/vers-script-dll.c tmpdir/vers-script-dll.o] {
97 -Wl,--output-def,tmpdir/$testname.def" tmpdir/$testname.dll
    [all...]

Completed in 1135 milliseconds

1 2 3 45 6 7 8 91011>>