Searched refs:getSentinel (Results 1 - 8 of 8) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/scroll/
H A DAbstractSentinelStrategy.java44 public UiElement getSentinel(UiElement parent) { method in class:AbstractSentinelStrategy.GetStrategy
45 return getSentinel(parent.getChildren(predicate));
48 protected abstract UiElement getSentinel(List<UiElement> children); method in class:AbstractSentinelStrategy.GetStrategy
71 protected UiElement getSentinel(List<UiElement> children) { method in class:AbstractSentinelStrategy.MorePredicateGetStrategy
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) { method in class:AbstractSentinelStrategy
124 return backwardGetStrategy.getSentinel(paren
[all...]
H A DStaticSentinelStrategy.java54 if (visibleBounds.contains(getSentinel(parent, direction).getBounds())) {
H A DDynamicSentinelStrategy.java182 UiElement oldSentinel = getSentinel(parent, direction);
184 UiElement newSentinel = getSentinel(driver.on(parentFinder), direction);
/external/clang/include/clang/Sema/
H A DScopeInfo.h172 static inline WeakObjectProfileTy getSentinel();
212 return WeakObjectProfileTy::getSentinel();
639 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() { function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy
/external/clang/include/clang/Basic/
H A DSourceLocation.h55 static FileID getSentinel() { return get(-1); } function in class:clang::FileID
406 return clang::FileID::getSentinel();
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h592 static CachedStmtCheckersKey getSentinel() { function in struct:clang::ento::CheckerManager::CachedStmtCheckersKey
673 return clang::ento::CheckerManager::CachedStmtCheckersKey::getSentinel();
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2094 if (Sentinel->getSentinel() == 0) {
H A DSemaExpr.cpp386 unsigned numArgsAfterSentinel = attr->getSentinel();

Completed in 444 milliseconds