Searched defs:Bind (Results 76 - 100 of 115) sorted by path

12345

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h1626 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1635 struct Bind { struct in struct:testing::internal::TemplateSel
1641 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/ ...
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver_unittest.cc92 void Bind() { function in class:RelayServerTest
341 Bind();
351 Bind();
374 Bind();
399 Bind();
423 Bind();
448 Bind();
473 Bind();
513 Bind();
/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/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h1627 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1636 struct Bind { struct in struct:testing::internal::TemplateSel
1642 TmplSel::template Bind<T>::type
/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.h59 virtual int Bind(const SocketAddress& addr) { function in class:rtc::AsyncSocketAdapter
60 return socket_->Bind(addr);
H A Dmacasyncsocket.cc83 // Bind the socket to a local address.
84 int MacAsyncSocket::Bind(const SocketAddress& address) { function in class:rtc::MacAsyncSocket
H A Dnatsocketfactory.cc88 virtual int Bind(const SocketAddress& addr) { function in class:rtc::NATSocket
95 result = (socket_) ? socket_->Bind(addr) : -1;
H A Dphysicalsocketserver.cc164 int Bind(const SocketAddress& bind_addr) { function in class:rtc::PhysicalSocket
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);
H A Dwin32socketserver.cc302 int Win32Socket::Bind(const SocketAddress& addr) { function in class:rtc::Win32Socket
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dudp_socket2_win.cc332 bool UdpSocket2Windows::Bind(const SocketAddress& name) function in class:webrtc::test::UdpSocket2Windows
344 "UdpSocket2Windows::Bind() WSAerror: %d",
H A Dudp_socket_posix.cc145 bool UdpSocketPosix::Bind(const SocketAddress& name) function in class:webrtc::test::UdpSocketPosix
153 "UdpSocketPosix::Bind() error: %d", errno);
/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/compiler/
H A Dast-graph-builder.h209 void Bind(Variable* variable, Node* node) { function in class:v8::internal::compiler::AstGraphBuilder::Environment
H A Draw-machine-assembler.cc126 void RawMachineAssembler::Bind(Label* label) { function in class:v8::internal::compiler::RawMachineAssembler
/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.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
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 Dregexp-macro-assembler-irregexp.cc41 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { function in class:v8::internal::RegExpMacroAssemblerIrregexp
424 Bind(&backtrack_);
/external/chromium_org/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc144 void RegExpMacroAssemblerIA32::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerIA32
/external/chromium_org/v8/src/x87/
H A Dregexp-macro-assembler-x87.cc143 void RegExpMacroAssemblerX87::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerX87
/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

Completed in 2054 milliseconds

12345