Searched defs:Bind (Results 1 - 24 of 24) sorted by relevance

/external/chromium/base/
H A Dbind.h20 // Though Bind()'s result is meant to be stored in a Callback<> type, it
23 // discern the correct specialization of Callback<>, Bind would need to
31 // classes). However, it is avoidable in Bind if we return the result
38 Bind(Sig f) { function in namespace:base
45 Bind(Sig f, const P1& p1) { function in namespace:base
53 Bind(Sig f, const P1& p1, const P2& p2) { function in namespace:base
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { function in namespace:base
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { function in namespace:base
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, function in namespace:base
90 Bind(Si function in namespace:base
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dcookies_tree_model_adapter.cc44 void CookiesTreeModelAdapter::Bind(const std::string& tree_id, function in class:CookiesTreeModelAdapter
/external/chromium/net/udp/
H A Dudp_socket_libevent.cc230 int UDPSocketLibevent::Bind(const IPEndPoint& address) { function in class:net::UDPSocketLibevent
H A Dudp_socket_win.cc201 int UDPSocketWin::Bind(const IPEndPoint& address) { function in class:net::UDPSocketWin
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncsocket.h68 virtual int Bind(const SocketAddress& addr) { function in class:talk_base::AsyncSocketAdapter
69 return socket_->Bind(addr);
H A Dphysicalsocketserver.cc176 int Bind(const SocketAddress& addr) { function in class:talk_base::PhysicalSocket
H A Dwin32socketserver.cc316 int Win32Socket::Bind(const SocketAddress& addr) { function in class:talk_base::Win32Socket
/external/v8/src/
H A Dmksnapshot.cc50 int32_t* Bind(const char* name) { function in class:Counter
H A Dplatform-posix.cc269 bool Bind(const int port);
292 bool POSIXSocket::Bind(const int port) { function in class:v8::internal::POSIXSocket
H A Dregexp-macro-assembler-irregexp.cc61 void RegExpMacroAssemblerIrregexp::Bind(Label* l) { function in class:v8::internal::RegExpMacroAssemblerIrregexp
440 Bind(&backtrack_);
H A Dd8.cc309 int32_t* Counter::Bind(const char* name, bool is_histogram) { function in class:v8::Counter
373 counter->Bind(name, is_histogram);
H A Dhydrogen.h336 void Bind(Variable* variable, HValue* value) { function in class:v8::internal::HEnvironment
337 Bind(IndexFor(variable), value);
340 void Bind(int index, HValue* value);
756 void Bind(Variable* var, HValue* value) { environment()->Bind(var, value); } function in class:v8::internal::HGraphBuilder
H A Dplatform-win32.cc1676 bool Bind(const int port);
1699 bool Win32Socket::Bind(const int port) { function in class:v8::internal::Win32Socket
H A Dhydrogen.cc2368 environment()->Bind(i, parameter);
2373 environment()->Bind(i, undefined_constant);
2387 environment()->Bind(scope->arguments(), object);
2389 environment()->Bind(scope->arguments_shadow(), object);
2703 environment()->Bind(i, unknown);
3404 Bind(var, Top());
3516 Bind(var, value);
4750 Bind(var, after);
5673 void HEnvironment::Bind(int index, HValue* value) { function in class:v8::internal::HEnvironment
/external/llvm/lib/CodeGen/
H A DELF.h71 static ELFSym *getGV(const GlobalValue *GV, unsigned Bind, argument
75 Sym->setBind(Bind);
116 static ELFSym *getUndefGV(const GlobalValue *GV, unsigned Bind) { argument
119 Sym->setBind(Bind);
148 assert(X == (X & 0xF) && "Bind value out of range!");
/external/chromium/chrome/browser/debugger/
H A Ddevtools_http_protocol_handler.cc164 Bind(request, connection_id);
475 void DevToolsHttpProtocolHandler::Bind(net::URLRequest* request, function in class:DevToolsHttpProtocolHandler
/external/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h169 class Bind { class in namespace:clang::ento::check
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc160 void RegExpMacroAssemblerIA32::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerIA32
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-type-util.h1622 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1631 struct Bind { struct in struct:testing::internal::TemplateSel
1637 TmplSel::template Bind<T>::type
/external/gtest/include/gtest/internal/
H A Dgtest-type-util.h1616 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
1625 struct Bind { struct in struct:testing::internal::TemplateSel
1631 TmplSel::template Bind<T>::type
/external/llvm/utils/unittest/googletest/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/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/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc157 void RegExpMacroAssemblerMIPS::Bind(Label* label) { function in class:v8::internal::RegExpMacroAssemblerMIPS
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp269 StoreRef Bind(Store store, Loc LV, SVal V);
288 /// BindStruct - Bind a compound value to a structure.
745 // Bind the non-static globals memory space to a new symbol that we will
1322 StoreRef RegionStoreManager::Bind(Store store, Loc L, SVal V) { function in class:RegionStoreManager
1377 return Bind(store, svalBuilder.makeLoc(VR), InitVal);
1380 // FIXME: this method should be merged into Bind().
1385 return Bind(store, loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC)),
1465 newStore = Bind(newStore.getStore(), svalBuilder.makeLoc(ER), *VI);
1522 newStore = Bind(newStore.getStore(), svalBuilder.makeLoc(FR), *VI);
1834 store = Bind(stor
[all...]

Completed in 1493 milliseconds