HomeSort by relevance Sort by last modified time
    Searched defs:do_open (Results 26 - 50 of 54) sorted by null

12 3

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
messages_members.h 55 { return this->do_open(__s, __loc); }
64 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const function in class:messages
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 64 { return do_open(__fn, __loc); }
76 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
97 { return do_open(__fn, __loc); }
109 virtual catalog do_open(const string& __fn, const locale& __loc) const function in class:messages
134 virtual catalog do_open(const string& __fn, const locale& __loc) const;
162 virtual catalog do_open(const string& __fn, const locale& __loc) const;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
messages.cpp 124 _Messages::catalog _Messages::do_open(const string& filename, const locale& L) const { function in class:_Messages
201 messages_byname<char>::do_open(const string& filename, const locale& l) const function in class:messages_byname
202 { return _M_impl->do_open(filename, l); }
230 messages_byname<wchar_t>::do_open(const string& filename, const locale& L) const function in class:messages_byname
231 { return _M_impl->do_open(filename, L); }
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
messages.cpp 124 _Messages::catalog _Messages::do_open(const string& filename, const locale& L) const { function in class:_Messages
201 messages_byname<char>::do_open(const string& filename, const locale& l) const function in class:messages_byname
202 { return _M_impl->do_open(filename, l); }
230 messages_byname<wchar_t>::do_open(const string& filename, const locale& L) const function in class:messages_byname
231 { return _M_impl->do_open(filename, L); }
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify04.c 114 static void do_open(char *file, int flag, char *flagstr) function
122 #define DO_OPEN(file, flag) do_open(file, flag, #flag)
126 DO_OPEN(file, 0);
131 DO_OPEN(file, O_DIRECTORY);
163 do_open(file, flag, flagstr);
199 DO_OPEN(file, 0);
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbshelve.py 44 self.do_open()
75 def do_open(self): member in class:DBShelveTestCase
92 self.do_open()
256 def do_open(self): member in class:BasicShelveTestCase
287 def do_open(self): member in class:BasicEnvShelveTestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbshelve.py 44 self.do_open()
75 def do_open(self): member in class:DBShelveTestCase
92 self.do_open()
256 def do_open(self): member in class:BasicShelveTestCase
287 def do_open(self): member in class:BasicEnvShelveTestCase
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 4 #ifdef do_open
5 #undef do_open macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 44 self.do_open()
75 def do_open(self): member in class:DBShelveTestCase
92 self.do_open()
256 def do_open(self): member in class:BasicShelveTestCase
287 def do_open(self): member in class:BasicEnvShelveTestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbshelve.py 44 self.do_open()
75 def do_open(self): member in class:DBShelveTestCase
92 self.do_open()
256 def do_open(self): member in class:BasicShelveTestCase
287 def do_open(self): member in class:BasicEnvShelveTestCase
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib2.py 320 if meth in ["redirect_request", "do_open", "proxy_open"]:
1126 def do_open(self, http_class, req): member in class:AbstractHTTPHandler
    [all...]
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 241 void do_open(struct all_test_cases *tc_ptr);
1756 void do_open(struct all_test_cases *tc_ptr) function
    [all...]
  /external/mksh/src/
exec.c 1345 bool do_open = true, do_close = false, do_fstat = false; local
    [all...]

Completed in 1847 milliseconds

12 3