Searched refs:close (Results 1 - 25 of 3060) sorted by relevance

1234567891011>>

/prebuilts/go/darwin-x86/src/hash/
H A Dtest_gen.awk12 close(cmd);
/prebuilts/go/linux-x86/src/hash/
H A Dtest_gen.awk12 close(cmd);
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dmp_fork_bomb.py13 w.close()
15 r.close()
H A Dtest_popen.py42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
H A Dtest_sunaudiodev.py17 fp.close()
24 a.close()
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dmp_fork_bomb.py13 w.close()
15 r.close()
H A Dtest_popen.py42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
H A Dtest_sunaudiodev.py17 fp.close()
24 a.close()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dmp_fork_bomb.py13 w.close()
15 r.close()
H A Dtest_popen.py42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dmp_fork_bomb.py13 w.close()
15 r.close()
H A Dtest_popen.py42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ifstream.members/
H A Dclose.pass.cpp15 // void close();
27 fs.close();
35 fs.close();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ifstream.members/
H A Dclose.pass.cpp15 // void close();
27 fs.close();
35 fs.close();
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dwhichdb.py33 f.close()
37 f.close()
44 f.close()
50 d.close()
68 f.close()
80 f.close()
H A Dkeyword.py70 fp.close()
76 fp.close()
90 fp.close()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dwhichdb.py33 f.close()
37 f.close()
44 f.close()
50 d.close()
68 f.close()
80 f.close()
H A Dkeyword.py70 fp.close()
76 fp.close()
90 fp.close()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dwhichdb.py33 f.close()
37 f.close()
44 f.close()
50 d.close()
68 f.close()
80 f.close()
H A Dkeyword.py70 fp.close()
76 fp.close()
90 fp.close()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dwhichdb.py33 f.close()
37 f.close()
44 f.close()
50 d.close()
68 f.close()
80 f.close()
H A Dkeyword.py70 fp.close()
76 fp.close()
90 fp.close()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_text_file.py60 out_file.close()
67 in_file.close()
74 in_file.close()
81 in_file.close()
87 in_file.close()
94 in_file.close()
101 in_file.close()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_text_file.py60 out_file.close()
67 in_file.close()
74 in_file.close()
81 in_file.close()
87 in_file.close()
94 in_file.close()
101 in_file.close()
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
H A DURLDumper.java77 is.close();
78 fos.close();

Completed in 424 milliseconds

1234567891011>>