Home
last modified time | relevance | path

Searched defs:scope (Results 26 – 50 of 10751) sorted by relevance

12345678910>>...431

/dports/textproc/py-pycountry/pycountry-20.7.3/src/pycountry/databases/
H A Diso639-3.json6 "scope": "I", string
12 "scope": "I", string
18 "scope": "I", string
24 "scope": "I", string
31 "scope": "I", string
37 "scope": "I", string
43 "scope": "I", string
50 "scope": "I", string
56 "scope": "I", string
62 "scope": "I", string
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-internal.cc36 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
47 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
54 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
61 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
67 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
79 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
151 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
185 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
193 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
202 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/scope/
H A DScopeHierarchy.java37 AbstractHelpScope scope = new MockScope('c', true); in testHierarchicalToc() local
48 AbstractHelpScope scope = new MockScope('c', true); in testHierarchicalTocDepth3() local
59 AbstractHelpScope scope = new MockScope('c', false); in testNonHierarchicalTocDepth3() local
68 AbstractHelpScope scope = new MockScope('c', false); in testNonHierarchicalToc() local
77 AbstractHelpScope scope = new MockScope('c', true); in testHierarchicalTopic() local
86 AbstractHelpScope scope = new MockScope('c', false); in testNonHierarchicalTopic() local
97 AbstractHelpScope scope = new MockScope('d', false); in testNonHierarchicalTopicThreeDeep() local
106 AbstractHelpScope scope = new MockScope('c', true); in testHierarchicalEntry() local
115 AbstractHelpScope scope = new MockScope('c', false); in testNonHierarchicalEntry() local
137 AbstractHelpScope scope = new MockScope('c', true); in testHierarchicalEntryThreeDeep() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-internal.cc36 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
47 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
54 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
61 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
67 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
79 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
151 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
185 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
193 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
202 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
[all …]
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/cppgc/
H A Dmetric-recorder-unittest.cc75 StatsCollector::EnabledScope scope( in TEST_F() local
88 StatsCollector::EnabledScope scope( in TEST_F() local
108 StatsCollector::EnabledScope scope(Heap::From(GetHeap())->stats_collector(), in TEST_F() local
112 StatsCollector::EnabledScope scope(Heap::From(GetHeap())->stats_collector(), in TEST_F() local
116 StatsCollector::EnabledScope scope(Heap::From(GetHeap())->stats_collector(), in TEST_F() local
120 StatsCollector::EnabledScope scope(Heap::From(GetHeap())->stats_collector(), in TEST_F() local
124 StatsCollector::EnabledConcurrentScope scope( in TEST_F() local
129 StatsCollector::EnabledConcurrentScope scope( in TEST_F() local
155 StatsCollector::EnabledScope scope(Heap::From(GetHeap())->stats_collector(), in TEST_F() local
197 StatsCollector::EnabledConcurrentScope scope( in TEST_F() local
[all …]
/dports/lang/nwcc/nwcc_0.8.3/
H A Dscope.h79 struct scope { struct
81 struct scope *parent; argument
82 unsigned long scopeno; argument
89 int have_stmt;
92 struct sd {
97 } struct_defs;
100 struct ed {
104 } enum_defs;
107 struct {
111 } function_decls;
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-func-name-inference.cc105 v8::HandleScope scope(CcTest::isolate()); in TEST() local
117 v8::HandleScope scope(CcTest::isolate()); in TEST() local
130 v8::HandleScope scope(CcTest::isolate()); in TEST() local
144 v8::HandleScope scope(CcTest::isolate()); in TEST() local
158 v8::HandleScope scope(CcTest::isolate()); in TEST() local
173 v8::HandleScope scope(CcTest::isolate()); in TEST() local
190 v8::HandleScope scope(CcTest::isolate()); in TEST() local
209 v8::HandleScope scope(CcTest::isolate()); in TEST() local
228 v8::HandleScope scope(CcTest::isolate()); in TEST() local
243 v8::HandleScope scope(CcTest::isolate()); in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp119 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in SetFloat() local
262 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsUndefined() local
272 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsNull() local
282 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsBoolean() local
292 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsString() local
302 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsNumber() local
312 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsInteger() local
322 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsObject() local
332 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsArray() local
342 CFXJSE_ScopeUtil_IsolateHandle scope(GetIsolate()); in IsFunction() local
[all …]
/dports/devel/py-celery/celery-4.4.7/docs/userguide/
H A Dtesting.rst135 ``celery_app`` - Celery app used for testing.
151 ``celery_worker`` - Embed live worker.
183 ``celery_config`` - Override to setup Celery test app configuration.
202 ``celery_parameters`` - Override to setup Celery test app parameters.
223 ``celery_worker_parameters`` - Override to setup Celery worker parameters.
246 ``celery_enable_logging`` - Override to enable logging in embedded workers.
259 ``celery_includes`` - Add additional imports for embedded workers.
277 ``celery_worker_pool`` - Override the pool used for embedded workers.
295 ``celery_session_worker`` - Embedded worker that lives throughout the session.
321 ``celery_session_app`` - Celery app used for testing (session scope).
[all …]
/dports/www/moodle310/moodle/lib/tests/behat/
H A Dbehat_hooks.php135 public static function before_suite_hook(BeforeSuiteScope $scope) {
236 public static function before_feature(BeforeFeatureScope $scope) {
250 public static function after_feature(AfterFeatureScope $scope) {
268 public static function after_suite(AfterSuiteScope $scope) {
315 public function before_goutte_scenarios(BeforeScenarioScope $scope) {
399 public function before_scenario_hook(BeforeScenarioScope $scope) {
504 public function before_step(BeforeStepScope $scope) {
568 public function before_step_javascript(BeforeStepScope $scope) {
602 public function after_step_javascript(AfterStepScope $scope) {
707 protected function take_screenshot(AfterStepScope $scope) {
[all …]
/dports/www/moodle311/moodle/lib/tests/behat/
H A Dbehat_hooks.php135 public static function before_suite_hook(BeforeSuiteScope $scope) {
236 public static function before_feature(BeforeFeatureScope $scope) {
250 public static function after_feature(AfterFeatureScope $scope) {
268 public static function after_suite(AfterSuiteScope $scope) {
315 public function before_goutte_scenarios(BeforeScenarioScope $scope) {
399 public function before_scenario_hook(BeforeScenarioScope $scope) {
504 public function before_step(BeforeStepScope $scope) {
568 public function before_step_javascript(BeforeStepScope $scope) {
602 public function after_step_javascript(AfterStepScope $scope) {
707 protected function take_screenshot(AfterStepScope $scope) {
[all …]
/dports/www/moodle39/moodle/lib/tests/behat/
H A Dbehat_hooks.php135 public static function before_suite_hook(BeforeSuiteScope $scope) {
236 public static function before_feature(BeforeFeatureScope $scope) {
250 public static function after_feature(AfterFeatureScope $scope) {
268 public static function after_suite(AfterSuiteScope $scope) {
315 public function before_goutte_scenarios(BeforeScenarioScope $scope) {
399 public function before_scenario_hook(BeforeScenarioScope $scope) {
504 public function before_step(BeforeStepScope $scope) {
568 public function before_step_javascript(BeforeStepScope $scope) {
602 public function after_step_javascript(AfterStepScope $scope) {
707 protected function take_screenshot(AfterStepScope $scope) {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DASTImplTests.java917 public void endVisit(CharLiteral charLiteral, BlockScope scope) { in endVisit()
928 BlockScope scope) { in endVisit()
934 public void endVisit(StringLiteral stringLiteral, BlockScope scope) { in endVisit()
949 public boolean visit(CharLiteral charLiteral, BlockScope scope) { in visit()
960 BlockScope scope) { in visit()
1014 public boolean visit(MemberValuePair pair, BlockScope scope) { in visit()
1022 public void endVisit(MemberValuePair pair, BlockScope scope) { in endVisit()
1028 public void endVisit(Argument argument, BlockScope scope) { in endVisit()
1034 public void endVisit(Argument argument, ClassScope scope) { in endVisit()
1046 public boolean visit(Argument argument, BlockScope scope) { in visit()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-internal.cc44 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
55 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
62 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
69 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
75 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
87 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
160 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
194 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
202 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
211 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/video_layout/
H A Dscope.h11 typedef struct scope struct
26 void scope_init (scope_t *scope); argument
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-intl.cc42 HandleScope scope(isolate); in BUILTIN() local
60 HandleScope scope(isolate); in BUILTIN() local
71 HandleScope scope(isolate); in BUILTIN() local
101 HandleScope scope(isolate); in BUILTIN() local
115 HandleScope scope(isolate); in BUILTIN() local
391 HandleScope scope(isolate); in BUILTIN() local
399 HandleScope scope(isolate); in BUILTIN() local
406 HandleScope scope(isolate); in BUILTIN() local
417 HandleScope scope(isolate); in BUILTIN() local
428 HandleScope scope(isolate); in BUILTIN() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fxjs/
H A Dcfxjse_value.cpp124 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in SetFloat() local
352 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsUndefined() local
361 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsNull() local
370 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsBoolean() local
379 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsString() local
388 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsNumber() local
397 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsInteger() local
406 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsObject() local
415 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsArray() local
424 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsFunction() local
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fxjs/
H A Dcfxjse_value.cpp126 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in SetFloat() local
354 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsUndefined() local
363 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsNull() local
372 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsBoolean() local
381 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsString() local
390 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsNumber() local
399 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsInteger() local
408 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsObject() local
417 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsArray() local
426 CFXJSE_ScopeUtil_IsolateHandle scope(m_pIsolate); in IsFunction() local
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-promise.cc19 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
43 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
53 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
63 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
73 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
83 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
90 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
102 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
110 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
126 HandleScope scope(isolate); in RUNTIME_FUNCTION() local
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/interpreter/
H A Dtest-bytecode-generator.cc157 InitializedIgnitionHandleScope scope; in TEST() local
188 InitializedIgnitionHandleScope scope; in TEST() local
245 InitializedIgnitionHandleScope scope; in TEST() local
290 InitializedIgnitionHandleScope scope; in TEST() local
316 InitializedIgnitionHandleScope scope; in TEST() local
331 InitializedIgnitionHandleScope scope; in TEST() local
346 InitializedIgnitionHandleScope scope; in TEST() local
361 InitializedIgnitionHandleScope scope; in TEST() local
405 InitializedIgnitionHandleScope scope; in TEST() local
439 InitializedIgnitionHandleScope scope; in TEST() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DWorkingCopySearchTests.java76 IJavaSearchScope scope = SearchEngine.createHierarchyScope(type); in testHierarchyScopeOnWorkingCopy() local
99 IJavaSearchScope scope = in testAddNewType() local
132 …IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {this.workingCopy.g… in testAllTypeNames1() local
164 …IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {this.workingCopy.g… in testAllTypeNames2() local
201 IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {wc.getParent()}); in testAllTypeNames3() local
239 IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {wc.getParent()}); in testAllTypeNames4() local
274 …IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {this.workingCopy.g… in testAllTypeNamesBug99915() local
318 IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] { projects[1] }); in testAllTypeNamesBug98684() local
424 IJavaSearchScope scope = in testRemoveType() local
470 …IJavaSearchScope scope = SearchEngine.createJavaSearchScope(new IJavaElement[] {this.workingCopy.g… in testBug478042_dirtyWC_001() local
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/contrib/asgi/
H A Dtest_asgi.py40 def scope(request): function
66 async def basic_app(scope, receive, send): argument
79 async def error_app(scope, receive, send): argument
83 async def error_handled_app(scope, receive, send): argument
90 def double_callable_app(scope): argument
97 def _check_span_tags(scope, span): argument
123 async def test_basic_asgi(scope, tracer, test_spans): argument
209 async def test_asgi_error(scope, tracer, test_spans): argument
231 async def test_asgi_500(scope, tracer, test_spans): argument
370 async def test_app(scope, receive, send): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-intl.cc41 HandleScope scope(isolate); in BUILTIN() local
59 HandleScope scope(isolate); in BUILTIN() local
70 HandleScope scope(isolate); in BUILTIN() local
99 HandleScope scope(isolate); in BUILTIN() local
113 HandleScope scope(isolate); in BUILTIN() local
389 HandleScope scope(isolate); in BUILTIN() local
397 HandleScope scope(isolate); in BUILTIN() local
404 HandleScope scope(isolate); in BUILTIN() local
415 HandleScope scope(isolate); in BUILTIN() local
426 HandleScope scope(isolate); in BUILTIN() local
[all …]
H A Dbuiltins-callsite.cc49 HandleScope scope(isolate); in BUILTIN() local
57 HandleScope scope(isolate); in BUILTIN() local
65 HandleScope scope(isolate); in BUILTIN() local
73 HandleScope scope(isolate); in BUILTIN() local
91 HandleScope scope(isolate); in BUILTIN() local
99 HandleScope scope(isolate); in BUILTIN() local
107 HandleScope scope(isolate); in BUILTIN() local
115 HandleScope scope(isolate); in BUILTIN() local
123 HandleScope scope(isolate); in BUILTIN() local
131 HandleScope scope(isolate); in BUILTIN() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-callsite.cc49 HandleScope scope(isolate); in BUILTIN() local
57 HandleScope scope(isolate); in BUILTIN() local
65 HandleScope scope(isolate); in BUILTIN() local
73 HandleScope scope(isolate); in BUILTIN() local
87 HandleScope scope(isolate); in BUILTIN() local
95 HandleScope scope(isolate); in BUILTIN() local
103 HandleScope scope(isolate); in BUILTIN() local
111 HandleScope scope(isolate); in BUILTIN() local
119 HandleScope scope(isolate); in BUILTIN() local
127 HandleScope scope(isolate); in BUILTIN() local
[all …]

12345678910>>...431