Home
last modified time | relevance | path

Searched refs:do_open (Results 1 – 17 of 17) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c108 static void do_open(char *file, int flag) in do_open() function
118 do_open(file, 0); in open_file()
123 do_open(file, O_DIRECTORY); in open_dir()
155 do_open(file, flag); in do_open_test()
189 do_open(file, 0); in test_open_symlink()
/external/chromium-trace/catapult/third_party/pyserial/serial/
D__init__.py48 do_open = 'do_not_open' not in kwargs or not kwargs['do_not_open']
77 if do_open:
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbshelve.py44 self.do_open()
75 def do_open(self): member in DBShelveTestCase
92 self.do_open()
256 def do_open(self): member in BasicShelveTestCase
287 def do_open(self): member in BasicEnvShelveTestCase
/external/python/cpython3/Lib/test/
Dtest_urllib2.py492 return self.do_open(self.httpconn, req)
860 r = h.do_open(http, req)
881 self.assertRaises(urllib.error.URLError, h.do_open, http, req)
1305 result = self.do_open(self.connection, req)
1677 with handler.do_open(conn, req) as resp:
1689 handler.do_open(conn, req)
/external/mksh/src/
Dexec.c1407 bool do_open = true, do_close = false, do_fstat = false; in iosetup() local
1464 do_open = false; in iosetup()
1473 do_open = false; in iosetup()
1495 if (do_open) { in iosetup()
/external/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c241 void do_open(struct all_test_cases *tc_ptr);
1006 do_open(tc_ptr); in do_syscalltests()
1756 void do_open(struct all_test_cases *tc_ptr) in do_open() function
/external/python/cpython2/Lib/
Durllib2.py1152 def do_open(self, http_class, req, **http_conn_args): member in AbstractHTTPHandler
1228 return self.do_open(httplib.HTTPConnection, req)
1240 return self.do_open(httplib.HTTPSConnection, req,
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dreactive_socket_service_base.ipp133 asio::error_code reactive_socket_service_base::do_open(
/external/python/cpython2/Lib/test/
Dtest_urllib2.py446 return self.do_open(self.httpconn, req)
785 r = h.do_open(http, req)
806 self.assertRaises(urllib2.URLError, h.do_open, http, req)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service_base.hpp407 ASIO_DECL asio::error_code do_open(
Dreactive_socket_service.hpp113 if (!do_open(impl, protocol.family(), in open()
/external/python/cpython3/Lib/urllib/
Drequest.py1276 def do_open(self, http_class, req, **http_conn_args): member in AbstractHTTPHandler
1346 return self.do_open(http.client.HTTPConnection, req)
1360 return self.do_open(http.client.HTTPSConnection, req,
/external/libcxx/include/
Dlocale3510 return do_open(__nm, __loc);
3532 virtual catalog do_open(const basic_string<char>&, const locale&) const;
3544 messages<_CharT>::do_open(const basic_string<char>& __nm, const locale&) const
/external/python/cpython2/Misc/
DNEWS4617 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym38614 FUNC 53a84 6 0 std::messages<char>::do_open(std::string const&, std::locale const&) const
38616 FUNC 53a84 6 0 std::messages<wchar_t>::do_open(std::string const&, std::locale const&) const
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym55595 FUNC a0b24 8 0 std::messages<char>::do_open
55599 FUNC a0b30 8 0 std::messages<wchar_t>::do_open
/external/python/cpython3/Misc/
DHISTORY9492 - Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTP