Searched refs:is_displayed (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Support/
H A DSystemUtils.cpp21 if (stream_to_check.is_displayed()) {
H A Draw_ostream.cpp704 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream
/external/swiftshader/third_party/LLVM/lib/Support/
H A DSystemUtils.cpp23 if (stream_to_check.is_displayed()) {
H A Draw_ostream.cpp635 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream
/external/llvm/include/llvm/Support/
H A DFormattedStream.h130 bool is_displayed() const override {
131 return TheStream->is_displayed();
H A Draw_ostream.h254 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
257 virtual bool has_colors() const { return is_displayed(); }
407 bool is_displayed() const override;
/external/clang/tools/diagtool/
H A DTreeView.cpp29 return llvm::errs().is_displayed() && llvm::outs().is_displayed();
/external/autotest/server/cros/ap_configurators/
H A DbelkinF9K1105_ap_configurator.py112 elif self.driver.find_element_by_xpath(dup).is_displayed():
143 if self.driver.find_element_by_xpath(pwd_wrong).is_displayed():
162 if self.driver.find_element_by_id(button_id).is_displayed():
H A Dnetgear4300_ap_configurator.py81 self.wait_for_object_by_xpath(xpath).is_displayed())
H A Dtrendnet692gr_ap_configurator.py40 if element and element.is_displayed():
H A Dasus_rtac68u_ap_configurator.py185 self.wait_for_object_by_xpath(xpath).is_displayed())
H A Dnetgear_WNDR_dual_band_configurator.py107 if element and element.is_displayed():
H A Dweb_driver_core_helpers.py131 if element and element.is_displayed():
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A Draw_ostream.h267 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
270 virtual bool has_colors() const { return is_displayed(); }
420 bool is_displayed() const override;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Draw_ostream.h228 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
382 virtual bool is_displayed() const;
/external/autotest/client/site_tests/desktopui_SonicExtension/
H A Dtest_utils.py116 usage_check_box.is_displayed, timeout=10, sleep_interval=1,
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Draw_ostream.cpp683 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1561 if (outs().is_displayed()) {

Completed in 8338 milliseconds