Home
last modified time | relevance | path

Searched refs:is_displayed (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/Support/
DFormattedStream.h130 bool is_displayed() const override { in is_displayed() function
131 return TheStream->is_displayed(); in is_displayed()
Draw_ostream.h254 virtual bool is_displayed() const { return false; } in is_displayed() function
257 virtual bool has_colors() const { return is_displayed(); } in has_colors()
407 bool is_displayed() const override;
/external/autotest/server/cros/ap_configurators/
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():
Dnetgear4300_ap_configurator.py81 self.wait_for_object_by_xpath(xpath).is_displayed())
Dtrendnet692gr_ap_configurator.py40 if element and element.is_displayed():
Dasus_rtac68u_ap_configurator.py185 self.wait_for_object_by_xpath(xpath).is_displayed())
Dnetgear_WNDR_dual_band_configurator.py107 if element and element.is_displayed():
Dweb_driver_core_helpers.py131 if element and element.is_displayed():
/external/clang/tools/diagtool/
DTreeView.cpp29 return llvm::errs().is_displayed() && llvm::outs().is_displayed(); in hasColors()
/external/llvm/lib/Support/
DSystemUtils.cpp21 if (stream_to_check.is_displayed()) { in CheckBitcodeOutputToConsole()
Draw_ostream.cpp704 bool raw_fd_ostream::is_displayed() const { in is_displayed() function in raw_fd_ostream
/external/swiftshader/third_party/LLVM/lib/Support/
DSystemUtils.cpp23 if (stream_to_check.is_displayed()) { in CheckBitcodeOutputToConsole()
Draw_ostream.cpp635 bool raw_fd_ostream::is_displayed() const { in is_displayed() function in raw_fd_ostream
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h228 virtual bool is_displayed() const { return false; } in is_displayed() function
382 virtual bool is_displayed() const;
/external/autotest/client/site_tests/desktopui_SonicExtension/
Dtest_utils.py116 usage_check_box.is_displayed, timeout=10, sleep_interval=1,
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1561 if (outs().is_displayed()) { in printRawClangAST()