Home
last modified time | relevance | path

Searched refs:getSentinel (Results 1 – 7 of 7) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/scroll/
DSentinelStrategy.java62 UiElement sentinel = getSentinel(container.getChildren(predicate)); in find()
71 protected abstract UiElement getSentinel(List<? extends UiElement> children); in getSentinel() method in SentinelStrategy.Getter
82 protected UiElement getSentinel(List<? extends UiElement> children) {
96 protected UiElement getSentinel(List<? extends UiElement> children) {
117 protected UiElement getSentinel(List<? extends UiElement> children) {
132 protected UiElement getSentinel(List<? extends UiElement> children) {
154 protected UiElement getSentinel(List<? extends UiElement> children) { in getSentinel() method in SentinelStrategy.MorePredicateGetter
155 return original.getSentinel(children); in getSentinel()
175 protected UiElement getSentinel(DroidDriver driver, Finder containerFinder, in getSentinel() method in SentinelStrategy
DDynamicSentinelStrategy.java213 UiElement newSentinel = getSentinel(driver, containerFinder, direction); in scroll()
220 return lastSentinel != null ? lastSentinel : getSentinel(driver, containerFinder, direction); in getOldSentinel()
DStaticSentinelStrategy.java52 UiElement sentinel = getSentinel(driver, containerFinder, direction); in scroll()
/external/clang/include/clang/Sema/
DScopeInfo.h200 static inline WeakObjectProfileTy getSentinel();
240 return WeakObjectProfileTy::getSentinel(); in getTombstoneKey()
826 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() { in getSentinel() function
/external/clang/include/clang/Basic/
DSourceLocation.h55 static FileID getSentinel() { return get(-1); } in getSentinel() function
405 return clang::FileID::getSentinel();
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2092 if (Sentinel->getSentinel() == 0) { in MaybeAddSentinel()
DSemaExpr.cpp430 unsigned numArgsAfterSentinel = attr->getSentinel(); in DiagnoseSentinelCalls()