HomeSort by relevance Sort by last modified time
    Searched refs:is_displayed (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Support/
SystemUtils.cpp 23 if (stream_to_check.is_displayed()) {
raw_ostream.cpp 647 bool raw_fd_ostream::is_displayed() const { function in class:raw_fd_ostream
  /frameworks/compile/mclinker/lib/Support/
raw_ostream.cpp 69 if (!is_displayed())
76 if (!is_displayed())
83 if (!is_displayed())
88 bool mcld::raw_fd_ostream::is_displayed() const function in class:mcld::raw_fd_ostream
93 return llvm::raw_fd_ostream::is_displayed();
  /external/llvm/include/llvm/Support/
FormattedStream.h 148 bool is_displayed() const override {
149 return TheStream->is_displayed();
raw_ostream.h 243 virtual bool is_displayed() const { return false; } function in class:llvm::raw_ostream
246 virtual bool has_colors() const { return is_displayed(); }
387 bool is_displayed() const override;
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 51 bool is_displayed() const;
  /external/chromium_org/chrome/browser/chromeos/input_method/
mode_indicator_browsertest.cc 45 bool is_displayed() const { function in class:chromeos::input_method::ScopedModeIndicatorObserverForTesting
157 EXPECT_TRUE(observer.is_displayed());
169 EXPECT_TRUE(observer.is_displayed());
191 EXPECT_TRUE(observer.is_displayed());
  /external/clang/tools/diagtool/
TreeView.cpp 29 return llvm::errs().is_displayed() && llvm::outs().is_displayed();
  /external/chromium_org/chrome/test/chromedriver/
element_util.h 99 bool* is_displayed);
element_util.cc 383 bool is_displayed = false; local
385 session, web_view, target_element_id, true, &is_displayed);
388 if (!is_displayed)
487 bool* is_displayed) {
493 session->GetCurrentFrameId(), web_view, webdriver::atoms::IS_DISPLAYED,
497 if (!result->GetAsBoolean(is_displayed))
498 return Status(kUnknownError, "IS_DISPLAYED should return a boolean value");
element_commands.cc 39 bool is_displayed = false; local
44 session, web_view, element_id, true, &is_displayed);
47 if (is_displayed)
441 webdriver::atoms::asString(webdriver::atoms::IS_DISPLAYED),
  /external/chromium_org/components/test/data/password_manager/
websitetest.py 153 return element.is_displayed()

Completed in 531 milliseconds