Searched refs:tryBind (Results 1 – 7 of 7) sorted by relevance
35 boolean tryBind( in tryBind() method
554 scheduledExecutorService.execute(this::tryBind); in startTryBinding()557 private void tryBind() { in tryBind() method in CrossProfileSender591 if (!binder.tryBind(context, bindToService, connection, availabilityRestrictions)) { in tryBind()607 scheduledExecutorService.schedule(this::tryBind, bindRetryDelayMs, TimeUnit.MILLISECONDS); in scheduleBindAttempt()
44 public boolean tryBind( in tryBind() method in DpcProfileBinder
55 public boolean tryBind( in tryBind() method in AbstractProfileBinder
210 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher
589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
376 llvm::Optional<DynTypedMatcher> tryBind(StringRef ID) const;1160 .tryBind(ID)