/external/chromium/base/ |
D | bind_unittest.cc | 226 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); in TEST_F() 229 Callback<int(int)> c1 = Bind(&Sum, 32, 16, 8, 4, 2); in TEST_F() 232 Callback<int(int,int)> c2 = Bind(&Sum, 32, 16, 8, 4); in TEST_F() 235 Callback<int(int,int,int)> c3 = Bind(&Sum, 32, 16, 8); in TEST_F() 238 Callback<int(int,int,int,int)> c4 = Bind(&Sum, 32, 16); in TEST_F() 241 Callback<int(int,int,int,int,int)> c5 = Bind(&Sum, 32); in TEST_F() 244 Callback<int(int,int,int,int,int,int)> c6 = Bind(&Sum); in TEST_F() 263 Closure normal_cb = Bind(&VoidFunc0); in TEST_F() 264 Closure method_cb = Bind(&HasRef::VoidMethod0, &has_ref_); in TEST_F() 265 Closure const_method_nonconst_obj_cb = Bind(&HasRef::VoidConstMethod0, in TEST_F() [all …]
|
D | bind.h | 38 Bind(Sig f) { in Bind() function 45 Bind(Sig f, const P1& p1) { in Bind() function 53 Bind(Sig f, const P1& p1, const P2& p2) { in Bind() function 61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3) { in Bind() function 69 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4) { in Bind() function 79 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, in Bind() function 90 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4, in Bind() function
|
D | callback.h.pump | 28 // with the Bind() function in bind.h, they provide a type-safe method for 51 // base::Callback<int(int)> func_cb = base::Bind(&Return5); 55 // base::Closure void_func_cb = base::Bind(&PrintHi); 65 // base::Callback<int(void)> ref_cb = base::Bind(&Ref::Foo, ref.get()); 68 // base::Closure void_ref_cb = base::Bind(&Ref::PrintBye, ref.get()); 85 // base::Bind(&NoRef::Foo, base::Unretained(&no_ref)); 89 // base::Bind(&NoRef::PrintWhy, base::Unretained(no_ref)); 95 // base::Callback<int(void)> bound_copy_cb = base::Bind(&Identity, value); 97 // base::Bind(&Identity, base::ConstRef(value)); 107 // The design Callback and Bind is heavily influenced by C++'s [all …]
|
D | bind.h.pump | 24 // Though Bind()'s result is meant to be stored in a Callback<> type, it 27 // discern the correct specialization of Callback<>, Bind would need to 35 // classes). However, it is avoidable in Bind if we return the result 48 Bind(Sig f) { 58 Bind(Sig f, $for BOUND_ARG , [[const P$(BOUND_ARG)& p$(BOUND_ARG)]]) {
|
/external/webkit/Source/WebKit/wx/bindings/python/samples/ |
D | 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)
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 68 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor() argument 75 Bind(Bind), in MatchChildASTVisitor() 222 if (Bind != ASTMatchFinder::BK_All) { in match() 257 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anon50b4dffd0111::MatchChildASTVisitor 334 TraversalKind Traversal, BindKind Bind) { in memoizedMatchesRecursively() argument 340 Bind); in memoizedMatchesRecursively() 348 MaxDepth, Traversal, Bind); in memoizedMatchesRecursively() 360 TraversalKind Traversal, BindKind Bind) { in matchesRecursively() argument 362 &Matcher, this, Builder, MaxDepth, Traversal, Bind); in matchesRecursively() 375 BindKind Bind) { in matchesChildOf() argument [all …]
|
/external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | 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/smack/src/org/jivesoftware/smack/packet/ |
D | Bind.java | 34 public class Bind extends IQ { class 39 public Bind() { in Bind() method in Bind
|
/external/smack/src/org/jivesoftware/smack/ |
D | SASLAuthentication.java | 24 import org.jivesoftware.smack.packet.Bind; 441 Bind bindResource = new Bind(); in bindResourceAndEstablishSession() 449 Bind response = (Bind) collector.nextResult(SmackConfiguration.getPacketReplyTimeout()); in bindResourceAndEstablishSession()
|
D | SASLAuthentication.java.orig | 24 import org.jivesoftware.smack.packet.Bind; 265 // Bind a resource for this connection and 347 // Bind a resource for this connection and 412 // Bind a resource for this connection and 441 Bind bindResource = new Bind(); 449 Bind response = (Bind) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 775 m.Bind(&fail); in TEST() 832 m.Bind(&fail); in TEST() 889 m.Bind(&fail); in TEST() 893 m.Bind(&backtrack); in TEST() 929 m.Bind(&nomatch); in TEST() 935 m.Bind(&missing_match); in TEST() 976 m.Bind(&nomatch); in TEST() 982 m.Bind(&missing_match); in TEST() 1024 m.Bind(&fail); in TEST() 1026 m.Bind(&newline); in TEST() [all …]
|
/external/sonivox/jet_tools/JetCreator/ |
D | 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())
|
D | 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] )
|
D | JetCreator.py | 127 self.eventList.Bind(wx.EVT_LIST_ITEM_SELECTED, self.OnEventListClick) 128 self.segList.Bind(wx.EVT_LIST_ITEM_SELECTED, self.OnSegListClick) 129 self.segList.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.OnSegmentUpdate) 130 self.eventList.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.OnEventUpdate) 151 self.Bind(wx.EVT_BUTTON, self.OnSegmentAdd, id=self.btnAddSeg.GetId()) 152 self.Bind(wx.EVT_BUTTON, self.OnSegmentUpdate, id=self.btnRevSeg.GetId()) 153 self.Bind(wx.EVT_BUTTON, self.OnSegmentDelete, id=self.btnDelSeg.GetId()) 154 self.Bind(wx.EVT_BUTTON, self.OnSegmentsMove, id=self.btnMoveSeg.GetId()) 156 self.Bind(wx.EVT_BUTTON, self.OnSelectAll, id=self.btnQueueAll.GetId()) 157 self.Bind(wx.EVT_BUTTON, self.OnDeselectAll, id=self.btnDequeueAll.GetId()) [all …]
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | basicpacketsocketfactory.cc | 142 ret = socket->Bind(local_address); in BindSocket() 146 ret = socket->Bind(talk_base::SocketAddress(local_address.ip(), port)); in BindSocket()
|
D | asyncsocket.h | 68 virtual int Bind(const SocketAddress& addr) { in Bind() function 69 return socket_->Bind(addr); in Bind()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 13 template < typename T > struct Bind struct 41 typename TestSel::template Bind < Type >::type TestClass; in Register()
|
/external/clang/test/Parser/ |
D | DelayedTemplateParsing.cpp | 88 Callback Bind() { in Bind() function
|
/external/chromium/net/udp/ |
D | udp_server_socket.cc | 18 return socket_.Bind(address); in Listen()
|
/external/chromium/chrome/browser/ui/webui/ |
D | cookies_tree_model_adapter.h | 28 void Bind(const std::string& tree_id, CookiesTreeModel* model);
|
D | collected_cookies_ui_delegate.cc | 246 allowed_cookies_adapter_.Bind("allowed-cookies", in BindCookiesTreeModel() 248 blocked_cookies_adapter_.Bind("blocked-cookies", in BindCookiesTreeModel()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UndefinedAssignmentChecker.cpp | 26 : public Checker<check::Bind> {
|
/external/v8/src/ |
D | jsregexp.cc | 904 macro_assembler_->Bind(&fail); in Assemble() 1178 assembler->Bind(&undo); in Flush() 1200 assembler->Bind(label()); in Emit() 1226 assembler->Bind(label()); in Emit() 1516 macro_assembler->Bind(&ok); in EmitAtomLetter() 1527 macro_assembler->Bind(&ok); in EmitAtomLetter() 1621 macro_assembler->Bind(&next_range); in EmitCharClass() 1657 macro_assembler->Bind(&success); in EmitCharClass() 1688 macro_assembler->Bind(&label_); in LimitVersions() 2247 assembler->Bind(&ok); in EmitHat() [all …]
|
D | regexp-macro-assembler-tracer.cc | 57 void RegExpMacroAssemblerTracer::Bind(Label* label) { in Bind() function in v8::internal::RegExpMacroAssemblerTracer 59 assembler_->Bind(label); in Bind()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersInternal.h | 572 BindKind Bind) { in matchesChildOf() argument 582 Matcher, Builder, Traverse, Bind); in matchesChildOf() 589 BindKind Bind) { in matchesDescendantOf() argument 599 Matcher, Builder, Bind); in matchesDescendantOf() 622 BindKind Bind) = 0; 627 BindKind Bind) = 0;
|