Home
last modified time | relevance | path

Searched refs:ebm (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DScopedEventBaseThread.cpp31 EventBaseManager* ebm, in run() argument
39 ebm->setEventBase(eb, false); in run()
43 eb->runOnDestruction([=] { ebm->clearEventBase(); }); in run()
55 ScopedEventBaseThread::ScopedEventBaseThread(EventBaseManager* ebm) in ScopedEventBaseThread() argument
56 : ScopedEventBaseThread(ebm, "") {} in ScopedEventBaseThread()
59 EventBaseManager* ebm, StringPiece name) in ScopedEventBaseThread() argument
60 : ScopedEventBaseThread(EventBase::Options(), ebm, name) {} in ScopedEventBaseThread()
64 EventBaseManager* ebm, in ScopedEventBaseThread() argument
66 : ebm_(ebm ? ebm : EventBaseManager::get()) { in ScopedEventBaseThread()
H A DEventBaseThread.cpp27 bool autostart, EventBaseManager* ebm, folly::StringPiece threadName) in EventBaseThread() argument
28 : EventBaseThread(autostart, EventBase::Options(), ebm, threadName) {} in EventBaseThread()
33 EventBaseManager* ebm, in EventBaseThread() argument
35 : ebm_(ebm), ebOpts_(std::move(eventBaseOptions)) { in EventBaseThread()
41 EventBaseThread::EventBaseThread(EventBaseManager* ebm) in EventBaseThread() argument
42 : EventBaseThread(true, ebm) {} in EventBaseThread()
H A DEventBaseThread.h36 EventBaseManager* ebm = nullptr,
41 EventBaseManager* ebm = nullptr,
43 explicit EventBaseThread(EventBaseManager* ebm);
H A DScopedEventBaseThread.h43 explicit ScopedEventBaseThread(EventBaseManager* ebm);
44 explicit ScopedEventBaseThread(EventBaseManager* ebm, StringPiece name);
47 EventBaseManager* ebm,
/dports/games/eboard/eboard-1.1.3/
H A Dproto_xboard.cc97 ebm=0; in XBoardProtocol()
448 ebm=0; in run()
452 if (ebm!=0) in run()
455 ebm=0; in run()
985 if (!ebm) return; in makeBookmarkCaption()
1006 ebm->maxply, in makeBookmarkCaption()
1090 if (ebm) { in readDialog()
1224 if (ebm) { in readDialog()
1225 ebm->proto=2; in readDialog()
1309 if (ebm) { in readDialog()
[all …]
H A Dglobal.cc419 EngineBookmark *ebm; in readRC() local
511 case 42: ebm=new EngineBookmark(); ebm->read(t); in readRC()
512 EnginePresets.push_back(ebm); break; in readRC()
893 if ( (*(*ei)) == ebm ) { in addEngineBookmark()
894 delete ebm; in addEngineBookmark()
898 EnginePresets.push_front(ebm); in addEngineBookmark()
1060 if (humanwhite != ebm->humanwhite) return 0; in operator ==()
1062 if (maxply != ebm->maxply) return 0; in operator ==()
1063 if (think != ebm->think) return 0; in operator ==()
1064 if (proto != ebm->proto) return 0; in operator ==()
[all …]
H A Dglobal.h70 int operator==(EngineBookmark *ebm);
222 void addEngineBookmark(EngineBookmark *ebm);
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DEventBaseThreadTest.cpp86 auto ebm = EventBaseManager::get(); in TEST_F() local
90 ebt_eb->runInEventBaseThreadAndWait([&] { ebm_eb = ebm->getEventBase(); }); in TEST_F()
95 EventBaseManager ebm; in TEST_F() local
96 EventBaseThread ebt(&ebm); in TEST_F()
99 ebt_eb->runInEventBaseThreadAndWait([&] { ebm_eb = ebm.getEventBase(); }); in TEST_F()
H A DScopedEventBaseThreadTest.cpp62 auto ebm = EventBaseManager::get(); in TEST_F() local
66 sebt_eb->runInEventBaseThreadAndWait([&] { ebm_eb = ebm->getEventBase(); }); in TEST_F()
71 EventBaseManager ebm; in TEST_F() local
72 ScopedEventBaseThread sebt(&ebm); in TEST_F()
75 sebt_eb->runInEventBaseThreadAndWait([&] { ebm_eb = ebm.getEventBase(); }); in TEST_F()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dhighlight.mup79 1: [up]8f bm with staff below;a;4s ebm;4s bm with staff below;8b;[len 11]d ebm;
80 2: 4s bm with staff above;8a;b ebm;[down;len 14]b bm with staff above;d;4s ebm;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/white_rabbit/wr_cores_v4_2/ip_cores/etherbone-core/hdl/eb_slave_core/
H A Detherbone_pkg.vhd42 function f_hi_adr_bits(ebm : t_sdb_device) return natural;
90 --ebm (optional)
158 -- gets correct number of high address bits from ebm sdb
159 function f_hi_adr_bits(ebm : t_sdb_device) return natural is
163 len := f_hot_to_bin(ebm.sdb_component.addr_last);
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dhighlight.mup.fold79 1: [up]8f bm with staff below;a;4s ebm;4s bm with staff below;8b;[len 11]d ebm;
80 2: 4s bm with staff above;8a;b ebm;[down;len 14]b bm with staff above;d;4s ebm;
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_bindings.c41 E_Config_Binding_Mouse *ebm; in e_bindings_init() local
48 EINA_LIST_FOREACH(e_bindings->mouse_bindings, l, ebm) in e_bindings_init()
49 e_bindings_mouse_add(ebm->context, ebm->button, ebm->modifiers, in e_bindings_init()
50 ebm->any_mod, ebm->action, ebm->params); in e_bindings_init()
302 E_Config_Binding_Mouse *ebm; in e_bindings_mouse_reset() local
308 e_bindings_mouse_add(ebm->context, ebm->button, ebm->modifiers, in e_bindings_mouse_reset()
309 ebm->any_mod, ebm->action, ebm->params); in e_bindings_mouse_reset()
485 E_Config_Binding_Mouse *ebm; in e_bindings_mouse_action_modifiers_text_generate() local
494 if ((ebm->context == (int)ctxt) && eina_streq(ebm->action, action)) in e_bindings_mouse_action_modifiers_text_generate()
496 current = ebm->modifiers; in e_bindings_mouse_action_modifiers_text_generate()
[all …]
H A De_config.c1391 E_Config_Binding_Mouse *ebm; in e_config_load() local
1400 … _e_config_binding_mouse_add(E_BINDING_CONTEXT_ANY, ebm->button, ebm->modifiers, in e_config_load()
1405 … _e_config_binding_mouse_add(E_BINDING_CONTEXT_ANY, ebm->button, ebm->modifiers, in e_config_load()
1410 … _e_config_binding_mouse_add(E_BINDING_CONTEXT_ANY, ebm->button, ebm->modifiers, in e_config_load()
1412 … _e_config_binding_mouse_add(E_BINDING_CONTEXT_ANY, ebm->button, ebm->modifiers, in e_config_load()
1565 E_Config_Binding_Mouse *ebm; in e_config_load() local
1578 free(ebm); in e_config_load()
2389 if (!ebm) return; in e_config_binding_mouse_free()
2390 eina_stringshare_del(ebm->action); in e_config_binding_mouse_free()
2391 eina_stringshare_del(ebm->params); in e_config_binding_mouse_free()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/executors/
H A DIOThreadPoolExecutor.cpp84 EventBaseManager* ebm, in IOThreadPoolExecutor() argument
92 eventBaseManager_(ebm) { in IOThreadPoolExecutor()
101 EventBaseManager* ebm, in IOThreadPoolExecutor() argument
106 eventBaseManager_(ebm) { in IOThreadPoolExecutor()
H A DIOThreadPoolExecutor.h63 folly::EventBaseManager* ebm = folly::EventBaseManager::get(),
71 folly::EventBaseManager* ebm = folly::EventBaseManager::get(),
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/services/
H A DWorkerThread.h30 explicit WorkerThread(folly::EventBaseManager* ebm,
/dports/www/ot-recorder/recorder-0.8.4/
H A D.travis.yml19 …zBnHnswcr8ZRAdsWkWr4XmysLL3/XnRN3awLDGoibs65Yd7fg1TqV/9HWjpDmcwUOs5o06MIfFPakhYj1D+ebm+DwS9KoxawvE=
/dports/sysutils/k3b/k3b-21.12.3/src/option/
H A Dk3bexternalbinpermissionmodel.cpp67 explicit Private(ExternalBinManager const& ebm) : externalBinManager(ebm) {} in Private() argument
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.mup.ref79ebm</Note Attribute><Normal Text>;</Normal Text><Note>4s </Note><Note Attribute>bm with staff belo…
80ebm</Note Attribute><Normal Text>;</Normal Text><Special Char>[</Special Char><Note Attribute>down…
/dports/comms/ebusd/ebusd-21.3/contrib/etc/ebusd/
H A Dbroadcast.csv6 …ronic;0x40=ENCON;0x50=Kromschröder;0x60=Eberle;0x65=EBV;0x75=Grässlin;0x85=ebm-papst;0x95=SIG;0xa5…
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/
H A Dblob_test.go436 ebm, ok := err.(distribution.ErrBlobMounted)
441 if !reflect.DeepEqual(ebm.Descriptor, desc) {
442 t.Fatalf("descriptors not equal: %v != %v", ebm.Descriptor, desc)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/storage/
H A Dblob_test.go436 ebm, ok := err.(distribution.ErrBlobMounted)
441 if !reflect.DeepEqual(ebm.Descriptor, desc) {
442 t.Fatalf("descriptors not equal: %v != %v", ebm.Descriptor, desc)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/storage/
H A Dblob_test.go436 ebm, ok := err.(distribution.ErrBlobMounted)
441 if !reflect.DeepEqual(ebm.Descriptor, desc) {
442 t.Fatalf("descriptors not equal: %v != %v", ebm.Descriptor, desc)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/storage/
H A Dblob_test.go436 ebm, ok := err.(distribution.ErrBlobMounted)
441 if !reflect.DeepEqual(ebm.Descriptor, desc) {
442 t.Fatalf("descriptors not equal: %v != %v", ebm.Descriptor, desc)

123456789