Home
last modified time | relevance | path

Searched refs:global_scope (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/animationworklet/
H A Danimation_worklet_global_scope_test.cc53 AnimationWorkletGlobalScope* global_scope) { in ProxyClientMutate() argument
56 global_scope->UpdateAnimatorsList(state); in ProxyClientMutate()
213 ProxyClientMutate(state, global_scope); in RunConstructAndAnimateTestOnWorklet()
270 AnimationWorkletGlobalScope* global_scope = in RunAnimateOutputTestOnWorklet() local
272 ASSERT_TRUE(global_scope); in RunAnimateOutputTestOnWorklet()
294 ProxyClientMutate(state, global_scope); in RunAnimateOutputTestOnWorklet()
309 AnimationWorkletGlobalScope* global_scope = in RunAnimatorInstanceCreationTestOnWorklet() local
311 ASSERT_TRUE(global_scope); in RunAnimatorInstanceCreationTestOnWorklet()
331 ProxyClientMutate(state, global_scope); in RunAnimatorInstanceCreationTestOnWorklet()
357 AnimationWorkletGlobalScope* global_scope = in RunAnimatorInstanceUpdateTestOnWorklet() local
[all …]
H A Danimation_worklet_proxy_client.cc96 WorkletGlobalScope* global_scope) { in AddGlobalScope() argument
97 DCHECK(global_scope); in AddGlobalScope()
98 DCHECK(global_scope->IsContextThread()); in AddGlobalScope()
102 global_scopes_.push_back(To<AnimationWorkletGlobalScope>(global_scope)); in AddGlobalScope()
167 AnimationWorkletGlobalScope* global_scope = in Mutate() local
169 DCHECK(global_scope); in Mutate()
171 global_scope->UpdateAnimatorsList(*input); in Mutate()
173 global_scope->UpdateAnimators(*input, output.get(), in Mutate()
201 WorkletGlobalScope* global_scope) { in AddGlobalScopeForTesting() argument
202 DCHECK(global_scope); in AddGlobalScopeForTesting()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/animationworklet/
H A Danimation_worklet_global_scope_test.cc53 AnimationWorkletGlobalScope* global_scope) { in ProxyClientMutate() argument
56 global_scope->UpdateAnimatorsList(state); in ProxyClientMutate()
217 ProxyClientMutate(state, global_scope); in RunConstructAndAnimateTestOnWorklet()
287 AnimationWorkletGlobalScope* global_scope = in RunAnimateOutputTestOnWorklet() local
289 ASSERT_TRUE(global_scope); in RunAnimateOutputTestOnWorklet()
298 global_scope->ScriptController()->Evaluate( in RunAnimateOutputTestOnWorklet()
319 ProxyClientMutate(state, global_scope); in RunAnimateOutputTestOnWorklet()
334 AnimationWorkletGlobalScope* global_scope = in RunAnimatorInstanceCreationTestOnWorklet() local
336 ASSERT_TRUE(global_scope); in RunAnimatorInstanceCreationTestOnWorklet()
347 global_scope->ScriptController()->Evaluate( in RunAnimatorInstanceCreationTestOnWorklet()
[all …]
H A Danimation_worklet_proxy_client.cc96 WorkletGlobalScope* global_scope) { in AddGlobalScope() argument
97 DCHECK(global_scope); in AddGlobalScope()
98 DCHECK(global_scope->IsContextThread()); in AddGlobalScope()
102 global_scopes_.push_back(To<AnimationWorkletGlobalScope>(global_scope)); in AddGlobalScope()
167 AnimationWorkletGlobalScope* global_scope = in Mutate() local
169 DCHECK(global_scope); in Mutate()
171 global_scope->UpdateAnimatorsList(*input); in Mutate()
173 global_scope->UpdateAnimators(*input, output.get(), in Mutate()
201 WorkletGlobalScope* global_scope) { in AddGlobalScopeForTesting() argument
202 DCHECK(global_scope); in AddGlobalScopeForTesting()
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dmain.cc86 global_scope_t * global_scope = NULL; local
91 global_scope = new global_scope_t(envp);
100 bind_scope_t bound_scope(*global_scope, global_scope->report());
103 if (global_scope->HANDLED(script_)) {
105 global_scope->session().read_journal_files();
126 global_scope->show_version_info(std::cout);
187 if (global_scope)
188 global_scope->report_error(err);
205 checked_delete(global_scope);
214 if (global_scope)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_clients.cc115 ServiceWorkerGlobalScope* global_scope = in get() local
119 if (!global_scope) in get()
123 global_scope->GetServiceWorkerHost()->GetClient( in get()
131 ServiceWorkerGlobalScope* global_scope = in matchAll() local
134 if (!global_scope) in matchAll()
138 global_scope->GetServiceWorkerHost()->GetClients( in matchAll()
146 ServiceWorkerGlobalScope* global_scope = in claim() local
150 if (!global_scope) in claim()
163 ServiceWorkerGlobalScope* global_scope = in openWindow() local
186 global_scope->ConsumeWindowInteraction(); in openWindow()
[all …]
H A Dservice_worker_window_client.cc94 ServiceWorkerGlobalScope* global_scope = in focus() local
97 if (!global_scope->IsWindowInteractionAllowed()) { in focus()
103 global_scope->ConsumeWindowInteraction(); in focus()
105 global_scope->GetServiceWorkerHost()->FocusClient( in focus()
114 ServiceWorkerGlobalScope* global_scope = in navigate() local
117 KURL parsed_url = KURL(global_scope->location()->Url(), url); in navigate()
123 if (!global_scope->GetSecurityOrigin()->CanDisplay(parsed_url)) { in navigate()
130 global_scope->GetServiceWorkerHost()->NavigateClient( in navigate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/service_worker/
H A Dservice_worker_clients.cc115 ServiceWorkerGlobalScope* global_scope = in get() local
119 if (!global_scope) in get()
123 global_scope->GetServiceWorkerHost()->GetClient( in get()
131 ServiceWorkerGlobalScope* global_scope = in matchAll() local
134 if (!global_scope) in matchAll()
138 global_scope->GetServiceWorkerHost()->GetClients( in matchAll()
146 ServiceWorkerGlobalScope* global_scope = in claim() local
150 if (!global_scope) in claim()
163 ServiceWorkerGlobalScope* global_scope = in openWindow() local
186 global_scope->ConsumeWindowInteraction(); in openWindow()
[all …]
H A Dservice_worker_window_client.cc94 ServiceWorkerGlobalScope* global_scope = in focus() local
97 if (!global_scope->IsWindowInteractionAllowed()) { in focus()
103 global_scope->ConsumeWindowInteraction(); in focus()
105 global_scope->GetServiceWorkerHost()->FocusClient( in focus()
114 ServiceWorkerGlobalScope* global_scope = in navigate() local
117 KURL parsed_url = KURL(global_scope->location()->Url(), url); in navigate()
123 if (!global_scope->GetSecurityOrigin()->CanDisplay(parsed_url)) { in navigate()
130 global_scope->GetServiceWorkerHost()->NavigateClient( in navigate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Daudio_worklet_global_scope_test.cc136 global_scope->ScriptController()->GetScriptState(); in EvaluateScriptModule()
163 global_scope->ScriptController()->GetScriptState(); in RunBasicTestOnWorkletThread()
182 global_scope->FindDefinition("testProcessor"); in RunBasicTestOnWorkletThread()
189 global_scope->CreateProcessor("testProcessor", in RunBasicTestOnWorkletThread()
209 global_scope->ScriptController()->GetScriptState(); in RunParsingTestOnWorkletThread()
229 EXPECT_TRUE(global_scope->FindDefinition("class1")); in RunParsingTestOnWorkletThread()
230 EXPECT_TRUE(global_scope->FindDefinition("class2")); in RunParsingTestOnWorkletThread()
249 EXPECT_FALSE(global_scope->FindDefinition("class3")); in RunParsingTestOnWorkletThread()
263 global_scope->ScriptController()->GetScriptState(); in RunSimpleProcessTestOnWorkletThread()
289 global_scope->CreateProcessor("testProcessor", in RunSimpleProcessTestOnWorkletThread()
[all …]
H A Daudio_worklet_processor.cc16 AudioWorkletGlobalScope* global_scope = To<AudioWorkletGlobalScope>(context); in Create() local
17 DCHECK(global_scope); in Create()
18 DCHECK(global_scope->IsContextThread()); in Create()
21 ProcessorCreationParams* params = global_scope->GetProcessorCreationParams(); in Create()
24 auto* port = MakeGarbageCollected<MessagePort>(*global_scope); in Create()
26 return MakeGarbageCollected<AudioWorkletProcessor>(global_scope, in Create()
31 AudioWorkletGlobalScope* global_scope, in AudioWorkletProcessor() argument
34 : global_scope_(global_scope), processor_port_(port), name_(name) {} in AudioWorkletProcessor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Daudio_worklet_global_scope_test.cc148 global_scope->ScriptController()->GetScriptState(); in ExpectEvaluateScriptModule()
182 global_scope->ScriptController()->GetScriptState(); in RunBasicTestOnWorkletThread()
201 global_scope->FindDefinition("testProcessor"); in RunBasicTestOnWorkletThread()
208 global_scope->CreateProcessor("testProcessor", in RunBasicTestOnWorkletThread()
228 global_scope->ScriptController()->GetScriptState(); in RunParsingTestOnWorkletThread()
248 EXPECT_TRUE(global_scope->FindDefinition("class1")); in RunParsingTestOnWorkletThread()
249 EXPECT_TRUE(global_scope->FindDefinition("class2")); in RunParsingTestOnWorkletThread()
268 EXPECT_FALSE(global_scope->FindDefinition("class3")); in RunParsingTestOnWorkletThread()
282 global_scope->ScriptController()->GetScriptState(); in RunSimpleProcessTestOnWorkletThread()
308 global_scope->CreateProcessor("testProcessor", in RunSimpleProcessTestOnWorkletThread()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/parse/
H A Dvariable.rs43 if self.global_scope.default_var_exists(ident) { in parse_variable_declaration()
51 if self.global_scope.default_var_exists(ident) { in parse_variable_declaration()
64 if self.at_root && self.global_scope.var_exists(ident) { in parse_variable_declaration()
65 if !self.global_scope.default_var_exists(ident) { in parse_variable_declaration()
70 && !self.global_scope.default_var_exists(ident) in parse_variable_declaration()
72 self.global_scope.insert_var(ident, value.clone()); in parse_variable_declaration()
76 self.global_scope.insert_var(ident, value.clone()); in parse_variable_declaration()
91 self.global_scope.insert_var(ident, value.clone()); in parse_variable_declaration()
96 if self.global_scope.var_exists(ident) { in parse_variable_declaration()
97 self.global_scope.insert_var(ident, value); in parse_variable_declaration()
[all …]
H A Dcontrol_flow.rs39 global_scope: self.global_scope, in parse_if()
99 global_scope: self.global_scope, in parse_if()
133 global_scope: self.global_scope, in parse_if()
281 global_scope: self.global_scope, in parse_for()
305 global_scope: self.global_scope, in parse_for()
358 global_scope: self.global_scope, in parse_while()
382 global_scope: self.global_scope, in parse_while()
470 global_scope: self.global_scope, in parse_each()
494 global_scope: self.global_scope, in parse_each()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/data_loaders/genbank/test/
H A Dtest_objmgr_gbloader_mt.cpp266 … for(unsigned global_scope=0;global_scope<=(thr==1U?1U:(global_om==0U?1U:2U)); ++global_scope) in Run() local
268 unsigned mode = (global_om<<2) + global_scope ; in Run()
271 ", scope=" << kGlobalScopeTags[global_scope]); in Run()
274 timing[thr-1][global_om][global_scope] = time(0)-start ; in Run()
276 … _TRACE("Test("<<thr<<","<<global_om<<","<<global_scope<<") completed ==============="); in Run()
280 for(unsigned global_scope=0;global_scope<=2; ++global_scope) in Run() local
283 if(timing[thr][global_om][global_scope]==0) continue; in Run()
284 if(timing[thr][global_om][global_scope]>0) in Run()
287 ", scope=" << kGlobalScopeTags[global_scope] << in Run()
288 " ==>> " << timing[thr][global_om][global_scope] << " sec"); in Run()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_bsm.c262 pim->global_scope.sz_id = PIM_GBL_SZ_ID; in pim_bsm_proc_init()
264 pim->global_scope.accept_nofwd_bsm = true; in pim_bsm_proc_init()
265 pim->global_scope.state = NO_INFO; in pim_bsm_proc_init()
266 pim->global_scope.pim = pim; in pim_bsm_proc_init()
267 pim->global_scope.bsm_list = list_new(); in pim_bsm_proc_init()
277 pim_bs_timer_stop(&pim->global_scope); in pim_bsm_proc_free()
279 if (pim->global_scope.bsm_list) in pim_bsm_proc_free()
280 list_delete(&pim->global_scope.bsm_list); in pim_bsm_proc_free()
650 pim->global_scope.current_bsr = bsr; in pim_bsm_update()
946 scope = &pim_ifp->pim->global_scope; in pim_bsm_new_nbr_fwd()
[all …]
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_bsm.c262 pim->global_scope.sz_id = PIM_GBL_SZ_ID; in pim_bsm_proc_init()
264 pim->global_scope.accept_nofwd_bsm = true; in pim_bsm_proc_init()
265 pim->global_scope.state = NO_INFO; in pim_bsm_proc_init()
266 pim->global_scope.pim = pim; in pim_bsm_proc_init()
267 pim->global_scope.bsm_list = list_new(); in pim_bsm_proc_init()
277 pim_bs_timer_stop(&pim->global_scope); in pim_bsm_proc_free()
279 if (pim->global_scope.bsm_list) in pim_bsm_proc_free()
280 list_delete(&pim->global_scope.bsm_list); in pim_bsm_proc_free()
650 pim->global_scope.current_bsr = bsr; in pim_bsm_update()
946 scope = &pim_ifp->pim->global_scope; in pim_bsm_new_nbr_fwd()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/csspaint/
H A Dpaint_worklet_global_scope_test.cc72 CrossThreadPersistent<PaintWorkletGlobalScope> global_scope = in RunBasicParsingTestOnWorklet() local
76 global_scope->ScriptController()->GetScriptState(); in RunBasicParsingTestOnWorklet()
92 ASSERT_TRUE(global_scope->ScriptController()->Evaluate( in RunBasicParsingTestOnWorklet()
95 CSSPaintDefinition* definition = global_scope->FindDefinition("test"); in RunBasicParsingTestOnWorklet()
103 ASSERT_FALSE(global_scope->ScriptController()->Evaluate( in RunBasicParsingTestOnWorklet()
105 EXPECT_FALSE(global_scope->FindDefinition("null")); in RunBasicParsingTestOnWorklet()
108 EXPECT_FALSE(global_scope->FindDefinition("non-existent")); in RunBasicParsingTestOnWorklet()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/grass-0.10.8/src/
H A Dscope.rs182 global_scope: &'a Scope, in get_var()
189 global_scope.get_var(name) in get_var()
192 pub fn var_exists(&self, name: Identifier, global_scope: &Scope) -> bool { in var_exists()
198 global_scope.var_exists(name) in var_exists()
218 global_scope: &'a Scope, in get_mixin()
225 global_scope.get_mixin(name) in get_mixin()
228 pub fn mixin_exists(&self, name: Identifier, global_scope: &Scope) -> bool { in mixin_exists()
234 global_scope.mixin_exists(name) in mixin_exists()
257 global_scope.get_fn(name) in get_fn()
260 pub fn fn_exists(&self, name: Identifier, global_scope: &Scope) -> bool { in fn_exists()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/csspaint/
H A Dpaint_worklet_global_scope_test.cc71 CrossThreadPersistent<PaintWorkletGlobalScope> global_scope = in RunBasicParsingTestOnWorklet() local
86 ->RunScriptOnWorkerOrWorklet(*global_scope)); in RunBasicParsingTestOnWorklet()
87 CSSPaintDefinition* definition = global_scope->FindDefinition("test"); in RunBasicParsingTestOnWorklet()
97 ->RunScriptOnWorkerOrWorklet(*global_scope)); in RunBasicParsingTestOnWorklet()
98 EXPECT_FALSE(global_scope->FindDefinition("null")); in RunBasicParsingTestOnWorklet()
101 EXPECT_FALSE(global_scope->FindDefinition("non-existent")); in RunBasicParsingTestOnWorklet()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/include/
H A Dext-include-variables.c38 struct sieve_variable_scope *global_scope = ctx->global_vars; in ext_include_variable_import_global() local
51 global_var = sieve_variable_scope_declare(global_scope, variable); in ext_include_variable_import_global()
86 struct sieve_variable_scope *global_scope = in ext_include_variables_save() local
88 unsigned int count = sieve_variable_scope_size(global_scope); in ext_include_variables_save()
98 sieve_variable_scope_get_variables(global_scope, &size); in ext_include_variables_save()
130 struct sieve_variable_scope *global_scope = in ext_include_variables_dump() local
135 i_assert(global_scope != NULL); in ext_include_variables_dump()
137 vars = sieve_variable_scope_get_variables(global_scope, &size); in ext_include_variables_dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/script/
H A Dclassic_script.cc55 WorkerOrWorkletGlobalScope& global_scope) { in RunScriptOnWorkerOrWorklet() argument
56 DCHECK(global_scope.IsContextThread()); in RunScriptOnWorkerOrWorklet()
58 ScriptState::Scope scope(global_scope.ScriptController()->GetScriptState()); in RunScriptOnWorkerOrWorklet()
60 global_scope.ScriptController()->EvaluateAndReturnValue( in RunScriptOnWorkerOrWorklet()
62 global_scope.GetV8CacheOptions()); in RunScriptOnWorkerOrWorklet()
/dports/misc/tlci/tlci-4a3dd51a872f36a513f06efa475922259dee91f1/src/
H A Dtlci.c38 scope_t global_scope = { variable
88 heap_cell_t* result = eval_evaluate(tlci_heap, &global_scope, cell); in run_command()
105 eval_insert_scope(&global_scope, name->content.as_ident.identifier, in run_command()
106 eval_evaluate(tlci_heap, &global_scope, lcell->value)); in run_command()
116 eval_release_var(&global_scope, name); in run_command()
153 eval_mark(tlci_heap, &global_scope); in run_commands()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/workers/
H A Dworker_navigator.cc54 WorkerOrWorkletGlobalScope* global_scope = in GetAcceptLanguages() local
58 (&global_scope->EnsureFetcher()->Context())) in GetAcceptLanguages()
65 WorkerOrWorkletGlobalScope* global_scope = in NotifyUpdate() local
67 global_scope->DispatchEvent( in NotifyUpdate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/workers/
H A Dworker_navigator.cc54 WorkerOrWorkletGlobalScope* global_scope = in GetAcceptLanguages() local
58 (&global_scope->EnsureFetcher()->Context())) in GetAcceptLanguages()
65 WorkerOrWorkletGlobalScope* global_scope = in NotifyUpdate() local
67 global_scope->DispatchEvent( in NotifyUpdate()

12345678910>>...22