HomeSort by relevance Sort by last modified time
    Searched refs:tfile (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ssl/
get-remote-certificate.py 48 tfile = tempfile.mktemp()
49 fp = open(tfile, "w")
55 (host, port, tfile))
57 os.unlink(tfile)
  /external/python/cpython2/Tools/ssl/
get-remote-certificate.py 48 tfile = tempfile.mktemp()
49 fp = open(tfile, "w")
55 (host, port, tfile))
57 os.unlink(tfile)
  /external/python/cpython3/Tools/scripts/
get-remote-certificate.py 51 tfile = tempfile.mktemp()
52 fp = open(tfile, "w")
58 (host, port, tfile))
60 os.unlink(tfile)
  /toolchain/binutils/binutils-2.27/bfd/
configure.com 252 $ open/write tfile []targmatch.h
253 $ write tfile "{ """ + target + "-*-*vms*""" + ","
254 $ write tfile "#if defined (SELECT_VECS)"
255 $ write tfile "SELECT_VECS"
256 $ write tfile "#else"
257 $ write tfile "UNSUPPORTED_TARGET"
258 $ write tfile "#endif"
259 $ write tfile "},"
260 $ close tfile
  /external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
text_datasets.py 40 tfile = tarfile.open(archive_path, 'r:*')
41 tfile.extractall(data_dir)
  /external/syslinux/com32/cmenu/
menugen.py 285 tfile = "adv_menu.tpl"
298 tfile = a
302 inst = Menusystem(tfile)
  /prebuilts/go/darwin-x86/src/path/filepath/
example_unix_test.go 52 fmt.Printf("input: %q\n\tdir: %q\n\tfile: %q\n", p, dir, file)
  /prebuilts/go/linux-x86/src/path/filepath/
example_unix_test.go 52 fmt.Printf("input: %q\n\tdir: %q\n\tfile: %q\n", p, dir, file)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 166 tfile = find_tokens_file( vocab, grammar )
167 file( tfile )
168 deps << tfile
  /prebuilts/go/darwin-x86/src/cmd/addr2line/
main.go 36 fmt.Fprintf(w, "\tfile:line\n")
  /prebuilts/go/linux-x86/src/cmd/addr2line/
main.go 36 fmt.Fprintf(w, "\tfile:line\n")
  /external/python/cpython2/Modules/
_tkinter.c 2721 int mask, tfile; local
2771 int tfile; local
3534 int tfile; local
    [all...]
  /external/python/cpython3/Modules/
_tkinter.c 2698 int tfile; local
2733 int tfile; local
3380 int tfile; local
    [all...]
  /external/scapy/scapy/tools/
UTscapy.py 675 for tfile in TESTFILES[:]:
676 if "*" in tfile:
677 TESTFILES.remove(tfile)
678 TESTFILES.extend(glob.glob(tfile))
  /bionic/tests/
stdio_test.cpp 136 FILE* tfile = fdopen(tf.fd, "r"); local
137 ASSERT_TRUE(tfile != NULL);
139 AssertFileIs(tfile, "hello\n");
140 fclose(tfile);
862 FILE* tfile = fdopen(tf.fd, "r+"); local
863 ASSERT_TRUE(tfile != nullptr);
865 ASSERT_EQ(7, fprintf(tfile, "%d %s", 123, "abc"));
866 AssertFileIs(tfile, "123 abc");
867 fclose(tfile);
    [all...]
  /prebuilts/go/darwin-x86/test/
run.go 861 tfile := filepath.Join(t.tempDir, "tmp__.go")
862 if err := ioutil.WriteFile(tfile, out, 0666); err != nil {
870 cmd = append(cmd, tfile)
892 tfile := filepath.Join(t.tempDir, "tmp__.go")
893 err = ioutil.WriteFile(tfile, out, 0666)
900 cmdline = append(cmdline, tfile)
913 t.err = t.errorCheck(string(out), false, tfile, "tmp__.go")
  /prebuilts/go/linux-x86/test/
run.go 861 tfile := filepath.Join(t.tempDir, "tmp__.go")
862 if err := ioutil.WriteFile(tfile, out, 0666); err != nil {
870 cmd = append(cmd, tfile)
892 tfile := filepath.Join(t.tempDir, "tmp__.go")
893 err = ioutil.WriteFile(tfile, out, 0666)
900 cmdline = append(cmdline, tfile)
913 t.err = t.errorCheck(string(out), false, tfile, "tmp__.go")
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileTest.java 602 File tfile = new File(tdir, "blah-blah"); local
603 Files.write("blah", tfile, Charsets.US_ASCII);
607 zf.addAllRecursively(tfile);
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 

Completed in 416 milliseconds

1 2