Home
last modified time | relevance | path

Searched refs:tryBind (Results 1 – 13 of 13) sorted by relevance

/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DConnectionBinder.java35 boolean tryBind( in tryBind() method
DCrossProfileSender.java529 scheduledExecutorService.execute(this::tryBind); in startTryBinding()
532 private void tryBind() { in tryBind() method in CrossProfileSender
566 if (!binder.tryBind(context, bindToService, connection, availabilityRestrictions)) { in tryBind()
582 scheduledExecutorService.schedule(this::tryBind, bindRetryDelayMs, TimeUnit.MILLISECONDS); in scheduleBindAttempt()
DDpcProfileBinder.java44 public boolean tryBind( in tryBind() method in DpcProfileBinder
DAbstractProfileBinder.java55 public boolean tryBind( in tryBind() method in AbstractProfileBinder
/external/llvm-project/clang-tools-extra/clang-query/
DQuery.cpp101 llvm::Optional<DynTypedMatcher> M = Matcher.tryBind("root"); in run()
/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp353 auto M = *BoundMatcher.tryBind(Tag); in taggedMatchers()
398 Matchers.push_back(M.tryBind(RootID)->withTraversalKind(TK_AsIs)); in buildMatchers()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp210 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp589 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DParser.cpp376 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in parseIdentifierPrefixImpl()
DRegistry.cpp709 llvm::Optional<DynTypedMatcher> Bound = Result->tryBind(BindID); in constructBoundMatcher()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h376 llvm::Optional<DynTypedMatcher> tryBind(StringRef ID) const;
1160 .tryBind(ID)
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h431 llvm::Optional<DynTypedMatcher> tryBind(StringRef ID) const;
1341 .tryBind(ID)
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp335 llvm::Optional<DynTypedMatcher> DynTypedMatcher::tryBind(StringRef ID) const { in tryBind() function in clang::ast_matchers::internal::DynTypedMatcher