HomeSort by relevance Sort by last modified time
    Searched defs:getSentinel (Results 1 - 4 of 4) sorted by null

  /external/droiddriver/src/com/google/android/droiddriver/scroll/
AbstractSentinelStrategy.java 44 public UiElement getSentinel(UiElement parent) {
45 return getSentinel(parent.getChildren(predicate));
48 protected abstract UiElement getSentinel(List<UiElement> children);
71 protected UiElement getSentinel(List<UiElement> children) {
72 return original.getSentinel(children);
82 protected UiElement getSentinel(List<UiElement> children) {
93 protected UiElement getSentinel(List<UiElement> children) {
105 protected UiElement getSentinel(List<UiElement> children) {
121 protected UiElement getSentinel(UiElement parent, ScrollDirection direction) {
124 return backwardGetStrategy.getSentinel(parent)
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 55 static FileID getSentinel() { return get(-1); }
406 return clang::FileID::getSentinel();
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 592 static CachedStmtCheckersKey getSentinel() {
673 return clang::ento::CheckerManager::CachedStmtCheckersKey::getSentinel();
  /external/clang/include/clang/Sema/
ScopeInfo.h 172 static inline WeakObjectProfileTy getSentinel();
212 return WeakObjectProfileTy::getSentinel();
639 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() {

Completed in 283 milliseconds