Home
last modified time | relevance | path

Searched refs:recorders (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/
H A Daudio_debug_recording_manager_unittest.cc158 recorders.push_back(RegisterDebugRecordingSource(params)); in TEST_F()
159 recorders.push_back(RegisterDebugRecordingSource(params)); in TEST_F()
160 recorders.push_back(RegisterDebugRecordingSource(params)); in TEST_F()
161 EXPECT_EQ(3ul, recorders.size()); in TEST_F()
164 while (!recorders.empty()) { in TEST_F()
165 recorders.pop_back(); in TEST_F()
168 EXPECT_EQ(0ul, recorders.size()); in TEST_F()
181 EXPECT_EQ(3ul, recorders.size()); in TEST_F()
184 for (const auto& recorder : recorders) { in TEST_F()
212 EXPECT_EQ(3ul, recorders.size()); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/
H A Daudio_debug_recording_manager_unittest.cc158 recorders.push_back(RegisterDebugRecordingSource(params)); in TEST_F()
159 recorders.push_back(RegisterDebugRecordingSource(params)); in TEST_F()
160 recorders.push_back(RegisterDebugRecordingSource(params)); in TEST_F()
161 EXPECT_EQ(3ul, recorders.size()); in TEST_F()
164 while (!recorders.empty()) { in TEST_F()
165 recorders.pop_back(); in TEST_F()
168 EXPECT_EQ(0ul, recorders.size()); in TEST_F()
181 EXPECT_EQ(3ul, recorders.size()); in TEST_F()
184 for (const auto& recorder : recorders) { in TEST_F()
212 EXPECT_EQ(3ul, recorders.size()); in TEST_F()
[all …]
/dports/security/theonionbox/theonionbox-4.3.1/theonionbox/tob/livedata/
H A D__init__.py59 recorders = {} variable in Manager
85 self.recorders = {}
128 self.recorders[key] = Recorder(interval=interval,
143 self.recorders[key] = Recorder(interval=interval)
202 for key in self.recorders:
205 rec = self.recorders[key].record(timestamp=time_stamp,
213 interval = self.recorders[key].get_interval()
214 new_slot_start = self.recorders[key].get_slot_start()
368 for key in self.recorders:
371 read=self.recorders[key]['read'],
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ocmock/OCMock/
H A DOCObserverMockObject.m31 recorders = [[NSMutableArray alloc] init];
48 [recorders release];
73 [recorders addObject:recorder];
84 if([recorders count] == 1)
87 [self description], [[recorders lastObject] description]];
90 else if([recorders count] > 0)
93 [self description], @([recorders count])];
113 limit = expectationOrderMatters ? 1 : [recorders count];
116 if([[recorders objectAtIndex:i] matchesNotification:aNotification])
118 [recorders removeObjectAtIndex:i];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ocmock/OCMock/
H A DOCObserverMockObject.m31 recorders = [[NSMutableArray alloc] init];
48 [recorders release];
73 [recorders addObject:recorder];
84 if([recorders count] == 1)
87 [self description], [[recorders lastObject] description]];
90 else if([recorders count] > 0)
93 [self description], @([recorders count])];
113 limit = expectationOrderMatters ? 1 : [recorders count];
116 if([[recorders objectAtIndex:i] matchesNotification:aNotification])
118 [recorders removeObjectAtIndex:i];
/dports/sysutils/vector/vector-0.10.0/cargo-crates/hdrhistogram-6.3.4/src/sync/
H A Dmod.rs48 truth.recorders += 1; in clone()
64 truth.recorders -= 1; in drop()
83 recorders: usize, field
124 crit.recorders += 1; in reactivate()
193 crit.recorders -= 1; in deactivate()
316 let recorders = self.shared.truth.lock().unwrap().recorders; in refresh_inner() localVariable
325 while phased < recorders { in refresh_inner()
377 truth.recorders += 1; in recorder()
396 truth: Mutex::new(Critical { recorders: 0 }), in from()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Drecorder_group_tabs.cc57 std::list<TrackRecordAxis*> recorders = _recorder->visible_recorders (); in compute_tabs() local
58 …for (std::list<TrackRecordAxis*>::const_iterator i = recorders.begin (); i != recorders.end (); ++… in compute_tabs()
95 std::list<TrackRecordAxis*> recorders = _recorder->visible_recorders (); in routes_for_tab() local
96 …for (std::list<TrackRecordAxis*>::const_iterator i = recorders.begin (); i != recorders.end (); ++… in routes_for_tab()
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go134 recorders map[attribute.Distinct]*labeledRecorder member
183 lrec, ok := a.recorders[labels.Equivalent()]
188 a.recorders[labels.Equivalent()] = lrec
193 if a.recorders == nil {
194 a.recorders = make(map[attribute.Distinct]*labeledRecorder)
199 a.recorders[labels.Equivalent()] = &labeledRecorder{
448 if len(a.recorders) == 0 {
452 for encodedLabels, lrec := range a.recorders {
468 delete(a.recorders, encodedLabels)
471 if len(a.recorders) == 0 {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go134 recorders map[label.Distinct]*labeledRecorder member
183 lrec, ok := a.recorders[labels.Equivalent()]
192 a.recorders[labels.Equivalent()] = lrec
197 if a.recorders == nil {
198 a.recorders = make(map[label.Distinct]*labeledRecorder)
203 a.recorders[labels.Equivalent()] = &labeledRecorder{
450 if len(a.recorders) == 0 {
454 for encodedLabels, lrec := range a.recorders {
470 delete(a.recorders, encodedLabels)
473 if len(a.recorders) == 0 {
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go134 recorders map[label.Distinct]*labeledRecorder member
183 lrec, ok := a.recorders[labels.Equivalent()]
192 a.recorders[labels.Equivalent()] = lrec
197 if a.recorders == nil {
198 a.recorders = make(map[label.Distinct]*labeledRecorder)
203 a.recorders[labels.Equivalent()] = &labeledRecorder{
450 if len(a.recorders) == 0 {
454 for encodedLabels, lrec := range a.recorders {
470 delete(a.recorders, encodedLabels)
473 if len(a.recorders) == 0 {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go134 recorders map[label.Distinct]*labeledRecorder member
183 lrec, ok := a.recorders[labels.Equivalent()]
192 a.recorders[labels.Equivalent()] = lrec
197 if a.recorders == nil {
198 a.recorders = make(map[label.Distinct]*labeledRecorder)
203 a.recorders[labels.Equivalent()] = &labeledRecorder{
455 if len(a.recorders) == 0 {
459 for encodedLabels, lrec := range a.recorders {
475 delete(a.recorders, encodedLabels)
478 if len(a.recorders) == 0 {
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go134 recorders map[attribute.Distinct]*labeledRecorder member
183 lrec, ok := a.recorders[labels.Equivalent()]
188 a.recorders[labels.Equivalent()] = lrec
193 if a.recorders == nil {
194 a.recorders = make(map[attribute.Distinct]*labeledRecorder)
199 a.recorders[labels.Equivalent()] = &labeledRecorder{
445 if len(a.recorders) == 0 {
449 for encodedLabels, lrec := range a.recorders {
465 delete(a.recorders, encodedLabels)
468 if len(a.recorders) == 0 {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go134 recorders map[attribute.Distinct]*labeledRecorder member
183 lrec, ok := a.recorders[labels.Equivalent()]
188 a.recorders[labels.Equivalent()] = lrec
193 if a.recorders == nil {
194 a.recorders = make(map[attribute.Distinct]*labeledRecorder)
199 a.recorders[labels.Equivalent()] = &labeledRecorder{
448 if len(a.recorders) == 0 {
452 for encodedLabels, lrec := range a.recorders {
468 delete(a.recorders, encodedLabels)
471 if len(a.recorders) == 0 {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go134 recorders map[attribute.Distinct]*labeledRecorder member
183 lrec, ok := a.recorders[labels.Equivalent()]
188 a.recorders[labels.Equivalent()] = lrec
193 if a.recorders == nil {
194 a.recorders = make(map[attribute.Distinct]*labeledRecorder)
199 a.recorders[labels.Equivalent()] = &labeledRecorder{
445 if len(a.recorders) == 0 {
449 for encodedLabels, lrec := range a.recorders {
465 delete(a.recorders, encodedLabels)
468 if len(a.recorders) == 0 {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/sdk/metric/
H A Dsdk.go130 recorders map[attribute.Distinct]*labeledRecorder member
180 lrec, ok := a.recorders[labels.Equivalent()]
185 a.recorders[labels.Equivalent()] = lrec
190 if a.recorders == nil {
191 a.recorders = make(map[attribute.Distinct]*labeledRecorder)
196 a.recorders[labels.Equivalent()] = &labeledRecorder{
444 if len(a.recorders) == 0 {
448 for encodedLabels, lrec := range a.recorders {
464 delete(a.recorders, encodedLabels)
467 if len(a.recorders) == 0 {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DParseRecorder.cs40 List<ParseRecorder> recorders = new List<ParseRecorder>(); in CreateRecorders()
45 recorders.Add(recorder); in CreateRecorders()
49 ParseRecorderList list = new ParseRecorderList(recorders); in CreateRecorders()
111 internal ParseRecorderList(IEnumerable<ParseRecorder> recorders) { in ParseRecorderList() argument
112 _recorders = recorders; in ParseRecorderList()
/dports/devel/py-moto/moto-2.2.16/moto/config/
H A Dmodels.py849 self.recorders = {}
1108 if len(self.recorders) == 1 and not self.recorders.get(config_recorder["name"]):
1158 recorders = []
1166 recorders.append(self.recorders[rname].to_dict())
1172 return recorders
1175 recorders = []
1183 recorders.append(self.recorders[rname].status.to_dict())
1189 return recorders
1193 if not self.recorders:
1288 del self.recorders[recorder_name]
[all …]
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Dagent_interface.c43 static recorder_info *recorders[NB_MAX_RECORDERS]; variable
78 g_debug("Sending %s", recorders[i]->name); in agent_initialize_communication()
79 fprintf(socket_f, "%s;", recorders[i]->name); in agent_initialize_communication()
94 recorders[i]->name, enable); in agent_initialize_communication()
103 recorders[i]->trace = 1; in agent_initialize_communication()
104 g_info("Enable recorder '%s'", recorders[i]->name); in agent_initialize_communication()
132 recorders[i]->trace = 0; in agent_finalize_communication()
373 recorders[nb_recorders] = recorder; in recorder_activate()
/dports/www/mediawiki135/mediawiki-1.35.5/tests/parser/
H A DMultiTestRecorder.php8 private $recorders = []; variable in MultiTestRecorder
11 $this->recorders[] = $recorder;
15 foreach ( $this->recorders as $recorder ) {
/dports/www/mediawiki136/mediawiki-1.36.3/tests/parser/
H A DMultiTestRecorder.php8 private $recorders = []; variable in MultiTestRecorder
11 $this->recorders[] = $recorder;
15 foreach ( $this->recorders as $recorder ) {
/dports/www/mediawiki137/mediawiki-1.37.1/tests/parser/
H A DMultiTestRecorder.php8 private $recorders = []; variable in MultiTestRecorder
11 $this->recorders[] = $recorder;
15 foreach ( $this->recorders as $recorder ) {
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dsv_recorder.c187 while (sv.recorders) in write_msg()
188 SVR_RemoveUser (sv.recorders); in write_msg()
339 if (!sv.recorders) { in SVR_AddUser()
349 r->next = sv.recorders; in SVR_AddUser()
350 sv.recorders = r; in SVR_AddUser()
399 for (_r = &sv.recorders; *_r; _r = &(*_r)->next) { in SVR_RemoveUser()
456 for (r = sv.recorders; r; r = r->next) { in write_packet()
526 for (r = sv.recorders; r; r = r->next) in SVR_Frame()
602 for (r = sv.recorders; r; r = r->next) { in SVR_SendMessages()
645 for (count = 0, rec = sv.recorders; rec; count++, rec = rec->next) in SVR_NumRecorders()
H A Dsv_send.c359 if (sv.recorders) { in SV_Multicast()
515 if (sv.recorders && msg->cursize) { in SV_WriteClientdataToMessage()
527 if (sv.recorders) { in SV_WriteClientdataToMessage()
676 if (sv.recorders) { in SV_UpdateToReliableMessages()
697 if (sv.recorders) { in SV_UpdateToReliableMessages()
712 if (sv.recorders) { in SV_UpdateToReliableMessages()
738 if (sv.recorders && sv.reliable_datagram.cursize) { in SV_UpdateToReliableMessages()
743 if (sv.recorders) in SV_UpdateToReliableMessages()
858 if (recorder && sv.recorders) { in SV_ClientPrintf()
897 if (sv.recorders) { in SV_BroadcastPrintf()
H A Dsv_init.c321 struct recorder_s *recorders; in SV_SpawnServer() local
338 recorders = sv.recorders; in SV_SpawnServer()
345 sv.recorders = recorders; in SV_SpawnServer()
/dports/science/nest/nest-simulator-3.1/testsuite/regressiontests/
H A Dticket-710.sli25 Name: testsuite::ticket-710 - HPC synapses do not work for spike recorders.
30 Ensure that hpc_synapses work for spike recorders. This test creates 1 neuron and 1 spike recorder …

12345678910>>...16