Searched defs:Bind (Results 101 - 115 of 115) sorted by relevance

12345

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-type-util.h1618 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1627 struct Bind { struct in struct:testing::internal::TemplateSel
1633 TmplSel::template Bind<T>::type
/external/chromium_org/storage/browser/quota/
H A Dquota_manager.cc367 return base::Bind(&UsageAndQuotaCallbackDispatcher::DidGetHostUsage,
374 return base::Bind(
382 return base::Bind(&UsageAndQuotaCallbackDispatcher::DidGetQuota,
389 return base::Bind(&UsageAndQuotaCallbackDispatcher::DidGetAvailableSpace,
481 base::Bind(&GetUsageInfoTask::DidGetGlobalUsage, variable
485 base::Bind(&GetUsageInfoTask::DidGetGlobalUsage, variable
489 base::Bind(&GetUsageInfoTask::DidGetGlobalUsage, variable
560 base::Bind(&OriginDataDeleter::DidDeleteOriginData,
639 base::Bind(&HostDataDeleter::DidGetOriginsForHost,
680 base::Bind(
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc129 virtual int Bind(const SocketAddress& addr) { function in class:rtc::VirtualSocket
135 int result = server_->Bind(this, &local_addr_);
433 result = Bind(SocketAddress("0.0.0.0", 0));
435 result = Bind(SocketAddress("::", 0));
469 int result = server_->Bind(this, &local_addr_);
526 // When we bind a socket to Any, VSS's Bind gives it another address. For
646 int VirtualSocketServer::Bind(VirtualSocket* socket, function in class:rtc::VirtualSocketServer
660 int VirtualSocketServer::Bind(VirtualSocket* socket, SocketAddress* addr) { function in class:rtc::VirtualSocketServer
680 return Bind(socket, *addr);
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h363 void MacroAssembler::Bind(Label* label) { function in class:v8::internal::MacroAssembler
1425 Bind(&ok);
1437 Bind(&ok);
H A Dregexp-macro-assembler-arm64.cc134 __ Bind(&start_label_); // And then continue from here.
199 void RegExpMacroAssemblerARM64::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerARM64
200 __ Bind(label);
223 __ Bind(&not_at_start);
330 __ Bind(&loop);
350 __ Bind(&loop_check);
355 __ Bind(&fail);
358 __ Bind(&success);
410 __ Bind(&fallthrough);
449 __ Bind(
[all...]
/external/chromium_org/v8/src/
H A Dd8.cc688 int32_t* Counter::Bind(const char* name, bool is_histogram) { function in class:v8::Counter
752 counter->Bind(name, is_histogram);
888 // Bind the Realm object.
H A Dhydrogen.h594 void Bind(Variable* variable, HValue* value) { function in class:v8::internal::FINAL
595 Bind(IndexFor(variable), value);
598 void Bind(int index, HValue* value);
601 Bind(parameter_count(), value);
2232 void Bind(Variable* var, HValue* value) { environment()->Bind(var, value); } function in class:v8::internal::HOptimizedGraphBuilder
2248 env->Bind(index, value);
H A Dhydrogen.cc4487 environment()->Bind(i, parameter);
4497 environment()->Bind(i, undefined_constant);
4507 environment()->Bind(scope->arguments(),
5161 Bind(each_var, key);
7912 inner_env->Bind(function->scope()->arguments(), arguments_object);
11261 environment()->Bind(variable, value);
12041 void HEnvironment::Bind(int index, HValue* value) { function in class:v8::internal::HEnvironment
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h331 /// \brief Bind the specified \p ID to the matcher.
712 BindKind Bind) {
721 Matcher, Builder, Traverse, Bind);
728 BindKind Bind) {
737 Matcher, Builder, Bind);
760 BindKind Bind) = 0;
765 BindKind Bind) = 0;
708 matchesChildOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, TraversalKind Traverse, BindKind Bind) argument
725 matchesDescendantOf(const T &Node, const DynTypedMatcher &Matcher, BoundNodesTreeBuilder *Builder, BindKind Bind) argument
/external/vixl/src/a64/
H A Dmacro-assembler-a64.h407 void Bind(Label* label) { function in class:vixl::MacroAssembler
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4981 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); local
4984 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind);
4986 return Bind;
5109 CXXBindTemporaryExpr *Bind = local
5111 if (Bind == TopBind)
5114 CXXTemporary *Temp = Bind->getTemporary();
5117 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
5121 MarkFunctionReferenced(Bind->getExprLoc(), Destructor);
5122 CheckDestructorAccess(Bind->getExprLoc(), Destructor,
5124 << Bind
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h5318 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
5327 struct Bind { struct in struct:testing::internal::TemplateSel
5333 TmplSel::template Bind<T>::type
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h5318 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
5327 struct Bind { struct in struct:testing::internal::TemplateSel
5333 TmplSel::template Bind<T>::type
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 6113 milliseconds

12345