/external/python/cpython3/Tools/scripts/ |
D | get-remote-certificate.py | 49 tfile = tempfile.mktemp() 50 with open(tfile, "w") as fp: 55 (host, port, tfile)) 57 os.unlink(tfile)
|
/external/python/cpython2/Tools/ssl/ |
D | get-remote-certificate.py | 48 tfile = tempfile.mktemp() 49 fp = open(tfile, "w") 55 (host, port, tfile)) 57 os.unlink(tfile)
|
/external/ltp/testcases/kernel/fs/binfmt_misc/ |
D | binfmt_misc02.sh | 70 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/ |
D | EnclosingMethodAttributeTestCase.java | 92 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/ |
D | FieldAnnotationsTestCase.java | 54 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/ |
D | go2.patch | 273 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/ |
D | task.rb | 166 tfile = find_tokens_file( vocab, grammar ) 167 file( tfile ) 168 deps << tfile
|
/external/python/cpython3/Modules/ |
D | _tkinter.c | 2657 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.c | 2733 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/ |
D | UTscapy.py | 675 for tfile in TESTFILES[:]: 676 if "*" in tfile: 677 TESTFILES.remove(tfile) 678 TESTFILES.extend(glob.glob(tfile))
|
/external/honggfuzz/examples/linux_kernel_ip/ |
D | linux-kernel-4.10.0.patch | 12 @@ -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/ |
D | go2.patch | 212 - 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/ |
D | go2.patch | 222 - cmd = append(cmd, tfile) 224 + out, err = goRun(runcmd, nil, tfile) 249 cmdline = append(cmdline, tfile)
|
/external/toolchain-utils/deprecated/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 18851 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 …]
|