Home
last modified time | relevance | path

Searched refs:tfile (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Tools/scripts/
Dget-remote-certificate.py49 tfile = tempfile.mktemp()
50 with open(tfile, "w") as fp:
55 (host, port, tfile))
57 os.unlink(tfile)
/external/python/cpython2/Tools/ssl/
Dget-remote-certificate.py48 tfile = tempfile.mktemp()
49 fp = open(tfile, "w")
55 (host, port, tfile))
57 os.unlink(tfile)
/external/ltp/testcases/kernel/fs/binfmt_misc/
Dbinfmt_misc02.sh70 local tfile=$2
83 [ "$valid" = "1" ] && recognised_unrecognised "$tfile" "$tstring"
84 [ "$valid" = "0" ] && unrecognised "$tfile" "$tstring"
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DEnclosingMethodAttributeTestCase.java92 final File tfile = createTestdataFile("AttributeTestClassEM02$1.class"); in testAttributeSerializtion() local
93 clazz.dump(tfile); in testAttributeSerializtion()
108 tfile.deleteOnExit(); in testAttributeSerializtion()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DFieldAnnotationsTestCase.java54 final File tfile = createTestdataFile("AnnotatedFields.class"); in testFieldAnnotationEntrysReadWrite() local
55 clazz.dump(tfile); in testFieldAnnotationEntrysReadWrite()
60 assertTrue(tfile.delete()); in testFieldAnnotationEntrysReadWrite()
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo2.patch273 tfile := filepath.Join(t.tempDir, "tmp__.go")
274 if err := ioutil.WriteFile(tfile, out, 0666); err != nil {
282 - cmd = append(cmd, tfile)
284 + out, err = goRun(runcmd, nil, tfile)
306 tfile := filepath.Join(t.tempDir, "tmp__.go")
307 err = ioutil.WriteFile(tfile, out, 0666)
315 cmdline = append(cmdline, tfile)
/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb166 tfile = find_tokens_file( vocab, grammar )
167 file( tfile )
168 deps << tfile
/external/python/cpython3/Modules/
D_tkinter.c2657 int tfile; in _tkinter_tkapp_createfilehandler_impl() local
2661 tfile = PyObject_AsFileDescriptor(file); in _tkinter_tkapp_createfilehandler_impl()
2662 if (tfile < 0) in _tkinter_tkapp_createfilehandler_impl()
2669 data = NewFHCD(func, file, tfile); in _tkinter_tkapp_createfilehandler_impl()
2675 Tcl_CreateFileHandler(tfile, mask, FileHandler, (ClientData) data); in _tkinter_tkapp_createfilehandler_impl()
2692 int tfile; in _tkinter_tkapp_deletefilehandler() local
2696 tfile = PyObject_AsFileDescriptor(file); in _tkinter_tkapp_deletefilehandler()
2697 if (tfile < 0) in _tkinter_tkapp_deletefilehandler()
2700 DeleteFHCD(tfile); in _tkinter_tkapp_deletefilehandler()
2704 Tcl_DeleteFileHandler(tfile); in _tkinter_tkapp_deletefilehandler()
[all …]
/external/python/cpython2/Modules/
D_tkinter.c2733 int mask, tfile; in Tkapp_CreateFileHandler() local
2759 tfile = PyObject_AsFileDescriptor(file); in Tkapp_CreateFileHandler()
2760 if (tfile < 0) in Tkapp_CreateFileHandler()
2767 data = NewFHCD(func, file, tfile); in Tkapp_CreateFileHandler()
2773 Tcl_CreateFileHandler(tfile, mask, FileHandler, (ClientData) data); in Tkapp_CreateFileHandler()
2783 int tfile; in Tkapp_DeleteFileHandler() local
2808 tfile = PyObject_AsFileDescriptor(file); in Tkapp_DeleteFileHandler()
2809 if (tfile < 0) in Tkapp_DeleteFileHandler()
2812 DeleteFHCD(tfile); in Tkapp_DeleteFileHandler()
2816 Tcl_DeleteFileHandler(tfile); in Tkapp_DeleteFileHandler()
[all …]
/external/scapy/scapy/tools/
DUTscapy.py675 for tfile in TESTFILES[:]:
676 if "*" in tfile:
677 TESTFILES.remove(tfile)
678 TESTFILES.extend(glob.glob(tfile))
/external/honggfuzz/examples/linux_kernel_ip/
Dlinux-kernel-4.10.0.patch12 @@ -1334,6 +1334,9 @@ static ssize_t tun_get_user(struct tun_struct *tun, struct tun_file *tfile,
21 tun_rx_batched(tun, tfile, skb, more);
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo2.patch212 - cmd = append(cmd, tfile)
214 + out, err = goRun(runcmd, nil, tfile)
239 cmdline = append(cmdline, tfile)
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo2.patch222 - cmd = append(cmd, tfile)
224 + out, err = goRun(runcmd, nil, tfile)
249 cmdline = append(cmdline, tfile)
/external/toolchain-utils/deprecated/dejagnu/gdb_baseline/
Darmv7a-cros-linux-gnueabi18851 UNRESOLVED: gdb.trace/mi-traceframe-changed.exp: tfile: select trace file
18852 FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0
18853 FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind 0 again
18854 FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: tfind end
18855 FAIL: gdb.trace/mi-traceframe-changed.exp: tfile: -trace-find frame-number 0
18941 Running ./gdb.trace/tfile.exp ...
18946 UNRESOLVED: gdb.trace/tfile.exp: target tfile
18947 FAIL: gdb.trace/tfile.exp: info tracepoints on trace file
18948 FAIL: gdb.trace/tfile.exp: tfind 0 on trace file
18949 PASS: gdb.trace/tfile.exp: print testglob on trace file
[all …]