HomeSort by relevance Sort by last modified time
    Searched defs:is_open (Results 26 - 30 of 30) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.h 166 bool is_open() const { return _M_base.__is_open(); } function in class:basic_filebuf
501 bool is_open() { function in class:basic_ifstream
502 return this->rdbuf()->is_open();
580 bool is_open() { function in class:basic_ofstream
581 return this->rdbuf()->is_open();
661 bool is_open() { function in class:basic_fstream
662 return this->rdbuf()->is_open();
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 674 bool is_open = IsCandidateWindowOpen(); local
675 if (!was_candidate_window_open_ && is_open) {
677 } else if (was_candidate_window_open_ && !is_open) {
680 was_candidate_window_open_ = is_open;
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 610 int is_open = 0; local
624 is_open = ((*device)->USBDeviceOpenSeize(device) == kIOReturnSuccess);
642 if (try_reconfigure && is_open) {
655 if (kIOReturnSuccess != ret && is_open && try_unsuspend) {
693 if (is_open)
    [all...]
  /external/grub/stage2/
builtins.c 1771 int is_open = 0; local
    [all...]

Completed in 1094 milliseconds

12