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

  /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)
  /toolchain/binutils/binutils-2.25/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/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 51 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 51 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...]
  /bionic/tests/
stdio_test.cpp 115 FILE* tfile = fdopen(tf.fd, "r"); local
116 ASSERT_TRUE(tfile != NULL);
118 AssertFileIs(tfile, "hello\n");
119 fclose(tfile);
674 FILE* tfile = fdopen(tf.fd, "r+"); local
675 ASSERT_TRUE(tfile != nullptr);
677 ASSERT_EQ(7, fprintf(tfile, "%d %s", 123, "abc"));
678 AssertFileIs(tfile, "123 abc");
679 fclose(tfile);
    [all...]
  /prebuilts/go/darwin-x86/test/
run.go 765 tfile := filepath.Join(t.tempDir, "tmp__.go")
766 if err := ioutil.WriteFile(tfile, out, 0666); err != nil {
774 cmd = append(cmd, tfile)
796 tfile := filepath.Join(t.tempDir, "tmp__.go")
797 err = ioutil.WriteFile(tfile, out, 0666)
804 cmdline = append(cmdline, tfile)
817 t.err = t.errorCheck(string(out), false, tfile, "tmp__.go")
  /prebuilts/go/linux-x86/test/
run.go 765 tfile := filepath.Join(t.tempDir, "tmp__.go")
766 if err := ioutil.WriteFile(tfile, out, 0666); err != nil {
774 cmd = append(cmd, tfile)
796 tfile := filepath.Join(t.tempDir, "tmp__.go")
797 err = ioutil.WriteFile(tfile, out, 0666)
804 cmdline = append(cmdline, tfile)
817 t.err = t.errorCheck(string(out), false, tfile, "tmp__.go")
  /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/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 476 milliseconds