HomeSort by relevance Sort by last modified time
    Searched defs:Bind (Results 1 - 23 of 23) sorted by null

  /external/chromium/base/
bind.h 2 // pump.py bind.h.pump
20 // 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) {
45 Bind(Sig f, const P1& p1) {
53 Bind(Sig f, const P1& p1, const P2& p2) {
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) {
69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) {
79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4
    [all...]
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.cc 44 void CookiesTreeModelAdapter::Bind(const std::string& tree_id,
  /external/chromium/net/udp/
udp_socket_libevent.cc 230 int UDPSocketLibevent::Bind(const IPEndPoint& address) {
243 rv = bind(socket_, addr, addr_len);
udp_socket_win.cc 201 int UDPSocketWin::Bind(const IPEndPoint& address) {
214 rv = bind(socket_, addr, addr_len);
  /external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.h 68 virtual int Bind(const SocketAddress& addr) {
69 return socket_->Bind(addr);
physicalsocketserver.cc 176 int Bind(const SocketAddress& addr) {
179 int err = ::bind(s_, (sockaddr*)&saddr, sizeof(saddr));
    [all...]
win32socketserver.cc 316 int Win32Socket::Bind(const SocketAddress& addr) {
323 int err = ::bind(socket_, reinterpret_cast<sockaddr*>(&saddr), sizeof(saddr));
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 169 class Bind {
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 120 __ bind(&start_label_); // And then continue from here.
157 void RegExpMacroAssemblerMIPS::Bind(Label* label) {
  /external/v8/src/
mksnapshot.cc 50 int32_t* Bind(const char* name) {
platform-posix.cc 269 bool Bind(const int port);
292 bool POSIXSocket::Bind(const int port) {
302 int status = bind(socket_,
regexp-macro-assembler-irregexp.cc 61 void RegExpMacroAssemblerIrregexp::Bind(Label* l) {
440 Bind(&backtrack_);
d8.cc 309 int32_t* Counter::Bind(const char* name, bool is_histogram) {
373 counter->Bind(name, is_histogram);
hydrogen.h 336 void Bind(Variable* variable, HValue* value) {
337 Bind(IndexFor(variable), value);
340 void Bind(int index, HValue* value);
756 void Bind(Variable* var, HValue* value) { environment()->Bind(var, value); }
    [all...]
platform-win32.cc     [all...]
hydrogen.cc     [all...]
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 164 Bind(request, connection_id);
475 void DevToolsHttpProtocolHandler::Bind(net::URLRequest* request,
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 113 __ bind(&start_label_); // And then continue from here.
160 void RegExpMacroAssemblerIA32::Bind(Label* label) {
161 __ bind(label);
186 __ bind(&not_at_start);
293 __ bind(&fallthrough);
328 __ bind(&loop);
345 __ bind(&loop_increment);
354 __ bind(&fail);
360 __ bind(&success);
414 __ bind(&fallthrough)
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 269 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
    [all...]

Completed in 1104 milliseconds