HomeSort by relevance Sort by last modified time
    Searched refs:Bind (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium/base/
bind_unittest.cc 5 #include "base/bind.h"
9 // to use bind.h in a headerfile for getting the Callback types.
10 #error "base/bind.h should avoid pulling in callback.h by default."
140 // Some test functions that we can Bind to.
226 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1);
229 Callback<int(int)> c1 = Bind(&Sum, 32, 16, 8, 4, 2);
232 Callback<int(int,int)> c2 = Bind(&Sum, 32, 16, 8, 4);
235 Callback<int(int,int,int)> c3 = Bind(&Sum, 32, 16, 8);
238 Callback<int(int,int,int,int)> c4 = Bind(&Sum, 32, 16);
241 Callback<int(int,int,int,int,int)> c5 = Bind(&Sum, 32)
    [all...]
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/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 51 self.Bind(wx.EVT_BUTTON, self.OnOpenButton, btn)
55 self.Bind(wx.EVT_BUTTON, self.OnPrevPageButton, btn)
59 self.Bind(wx.EVT_BUTTON, self.OnNextPageButton, btn)
63 self.Bind(wx.EVT_BUTTON, self.OnStopButton, btn)
67 self.Bind(wx.EVT_BUTTON, self.OnRefreshPageButton, btn)
77 self.Bind(wx.EVT_COMBOBOX, self.OnLocationSelect, self.location)
78 self.location.Bind(wx.EVT_KEY_UP, self.OnLocationKey)
79 self.location.Bind(wx.EVT_CHAR, self.IgnoreReturn)
88 self.webview.Bind(wx.webview.EVT_WEBVIEW_LOAD, self.OnStateChanged)
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdIntrinsics.cpp 33 static void Bind(const Context *, const Script *, void *, uint32_t, Allocation *) {
50 funcs->bind = Bind;
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.h 28 void Bind(const std::string& tree_id, CookiesTreeModel* model);
cookies_tree_model_adapter.cc 44 void CookiesTreeModelAdapter::Bind(const std::string& tree_id,
  /external/chromium/net/udp/
udp_server_socket.cc 18 return socket_.Bind(address);
udp_socket_libevent.h 32 // Bind the address/port for this socket to |address|. This is generally
35 int Bind(const IPEndPoint& address);
udp_socket_win.h 34 // Bind the address/port for this socket to |address|. This is generally
37 int Bind(const IPEndPoint& address);
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 88 Callback Bind() {
  /external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.h 68 virtual int Bind(const SocketAddress& addr) {
69 return socket_->Bind(addr);
basicpacketsocketfactory.cc 62 LOG(LS_ERROR) << "UDP bind failed with error "
80 LOG(LS_ERROR) << "TCP bind failed with error "
104 LOG(LS_ERROR) << "TCP bind failed with error "
142 ret = socket->Bind(local_address);
146 ret = socket->Bind(talk_base::SocketAddress(local_address.ip(), port));
asyncudpsocket.cc 44 if (socket->Bind(address)) {
45 LOG(LS_INFO) << "Failed to bind UDP socket " << socket->GetError();
win32socketserver.h 60 virtual int Bind(const SocketAddress& addr);
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 123 ASTMatchFinder::BindKind Bind)
130 Bind(Bind),
218 if (Bind != ASTMatchFinder::BK_All) {
255 const ASTMatchFinder::BindKind Bind;
321 TraversalKind Traversal, BindKind Bind) {
331 MaxDepth, Traversal, Bind);
343 TraversalKind Traversal, BindKind Bind) {
345 &Matcher, this, Builder, MaxDepth, Traversal, Bind);
358 BindKind Bind) {
    [all...]
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 49 self.scroll_panel.Bind(wx.EVT_PAINT, self.on_paint)
50 self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
51 self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
52 self.scroll.Bind(wx.EVT_PAINT, self.on_paint)
53 self.scroll.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
54 self.scroll.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down)
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 26 : public Checker<check::Bind> {
BoolAssignmentChecker.cpp 25 class BoolAssignmentChecker : public Checker< check::Bind > {
CheckerDocumentation.cpp 44 check::Bind,
132 /// \param S The bind is performed while processing the statement S.
134 /// check::Bind
  /external/v8/src/
regexp-macro-assembler-tracer.h 44 virtual void Bind(Label* label);
  /external/v8/test/cctest/
test-regexp.cc 775 m.Bind(&fail);
832 m.Bind(&fail);
889 m.Bind(&fail);
893 m.Bind(&backtrack);
929 m.Bind(&nomatch);
935 m.Bind(&missing_match);
976 m.Bind(&nomatch);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 79 self.segList.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.OnQueueSegment)
80 self.segList.Bind(wx.EVT_LIST_ITEM_SELECTED, self.OnSegListClick)
126 self.Bind(wx.EVT_BUTTON, self.OnQueueSegmentViaBut, id=self.btnQueue.GetId())
127 self.Bind(wx.EVT_BUTTON, self.OnCancelNQueue, id=self.btnCancelNQueue.GetId())
128 self.Bind(wx.EVT_BUTTON, self.OnStop, id=self.btnStop.GetId())
129 self.Bind(wx.EVT_BUTTON, self.OnQueueCancelCurrent, id=self.btnQueueCancelCurrent.GetId())
130 self.Bind(wx.EVT_BUTTON, self.OnPause, id=self.btnPause.GetId())
131 self.Bind(wx.EVT_BUTTON, self.OnMuteAll, id=self.btnMuteAll.GetId())
132 self.Bind(wx.EVT_BUTTON, self.OnUnMuteAll, id=self.btnUnMuteAll.GetId())
133 self.Bind(wx.EVT_BUTTON, self.OnMuteOrg, id=self.btnMuteOrg.GetId())
    [all...]
JetCtrls.py 251 self.btn.Bind(wx.EVT_BUTTON, self.OnBrowse, self.btn)
318 self.btn.Bind(wx.EVT_BUTTON, self.OnBrowse, self.btn)
416 self.spin.Bind(wx.EVT_SPIN_UP, self.OnSpinUp, self.spin)
417 self.spin.Bind(wx.EVT_SPIN_DOWN, self.OnSpinDown, self.spin)
419 self.time[0].Bind(wx.EVT_SET_FOCUS, self.OnFocusMeasure, self.time[0] )
420 self.time[1].Bind(wx.EVT_SET_FOCUS, self.OnFocusBeat, self.time[1] )
421 self.time[2].Bind(wx.EVT_SET_FOCUS, self.OnFocusTick, self.time[2] )
423 self.time[0].Bind(wx.EVT_KILL_FOCUS, self.OnChangeVal, self.time[0] )
424 self.time[1].Bind(wx.EVT_KILL_FOCUS, self.OnChangeVal, self.time[1] )
425 self.time[2].Bind(wx.EVT_KILL_FOCUS, self.OnChangeVal, self.time[2] )
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 190 /// descendants of the node or bind matched nodes to names. If you are
201 /// May bind 'Node' to an ID via 'Builder', or recurse into
419 /// Stop at the first match and only bind the first match.
440 BindKind Bind) {
445 Matcher, Builder, Traverse, Bind);
452 BindKind Bind) {
457 Matcher, Builder, Bind);
477 BindKind Bind) = 0;
482 BindKind Bind) = 0;
642 /// BindableMatcher provides a \a bind() method that allows binding th
654 Matcher<T> bind(StringRef ID) const { function in class:clang::ast_matchers::internal::BindableMatcher
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.h 84 void Bind(net::URLRequest* request, int connection_id);

Completed in 2935 milliseconds

1 2 3 4