HomeSort by relevance Sort by last modified time
    Searched refs:getSentinel (Results 1 - 8 of 8) 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...]
StaticSentinelStrategy.java 54 if (visibleBounds.contains(getSentinel(parent, direction).getBounds())) {
DynamicSentinelStrategy.java 182 UiElement oldSentinel = getSentinel(parent, direction);
184 UiElement newSentinel = getSentinel(driver.on(parentFinder), direction);
  /external/clang/include/clang/Sema/
ScopeInfo.h 172 static inline WeakObjectProfileTy getSentinel();
212 return WeakObjectProfileTy::getSentinel();
639 FunctionScopeInfo::WeakObjectProfileTy::getSentinel() {
  /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/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp 386 unsigned numArgsAfterSentinel = attr->getSentinel();
    [all...]

Completed in 65 milliseconds