Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Des6-destructuring-assignments.test.ts21 let scope = scopeManager.scopes[0]; variable
61 let scope = scopeManager.scopes[0]; variable
101 let scope = scopeManager.scopes[0]; variable
151 let scope = scopeManager.scopes[0]; variable
207 let scope = scopeManager.scopes[0]; variable
274 let scope = scopeManager.scopes[0]; variable
345 let scope = scopeManager.scopes[0]; variable
396 let scope = scopeManager.scopes[0]; variable
442 let scope = scopeManager.scopes[0]; variable
482 let scope = scopeManager.scopes[0]; variable
[all …]
Dreferences.test.ts10 const scope = scopeManager.scopes[0]; constant
36 const scope = scopeManager.scopes[1]; constant
63 const scope = scopeManager.scopes[1]; constant
88 const scope = scopeManager.scopes[0]; constant
114 const scope = scopeManager.scopes[1]; constant
139 const scope = scopeManager.scopes[0]; constant
165 const scope = scopeManager.scopes[1]; constant
191 const scope = scopeManager.scopes[0]; constant
217 const scope = scopeManager.scopes[2]; constant
246 const scope = scopeManager.scopes[1]; constant
[all …]
Des6-export.test.ts18 let scope = scopeManager.scopes[0]; variable
41 let scope = scopeManager.scopes[0]; variable
71 let scope = scopeManager.scopes[0]; variable
96 let scope = scopeManager.scopes[0]; variable
117 let scope = scopeManager.scopes[0]; variable
140 let scope = scopeManager.scopes[0]; variable
163 let scope = scopeManager.scopes[0]; variable
184 let scope = scopeManager.scopes[0]; variable
202 let scope = scopeManager.scopes[0]; variable
Des6-arrow-function-expression.test.ts21 let scope = scopeManager.scopes[0]; variable
45 let scope = scopeManager.scopes[0]; variable
74 let scope = scopeManager.scopes[0]; variable
98 let scope = scopeManager.scopes[0]; variable
118 const scope = scopeManager.scopes[1]; constant
Des6-class.test.ts22 let scope = scopeManager.scopes[0]; variable
62 let scope = scopeManager.scopes[0]; variable
100 let scope = scopeManager.scopes[0]; variable
142 let scope = scopeManager.scopes[0]; variable
182 const scope = scopeManager.scopes[0]; constant
Dimplied-strict.test.ts27 let scope = scopeManager.scopes[0]; variable
57 let scope = scopeManager.scopes[0]; variable
83 let scope = scopeManager.scopes[0]; variable
109 let scope = scopeManager.scopes[0]; variable
Des6-import.test.ts17 let scope = scopeManager.scopes[0]; variable
41 let scope = scopeManager.scopes[0]; variable
65 let scope = scopeManager.scopes[0]; variable
89 let scope = scopeManager.scopes[0]; variable
122 let scope = scopeManager.scopes[0]; variable
Des6-block-scope.test.ts20 let scope = scopeManager.scopes[0]; variable
46 let scope = scopeManager.scopes[0]; variable
79 let scope = scopeManager.scopes[0]; variable
118 let scope = scopeManager.scopes[0]; variable
Des6-default-parameters.test.ts29 const scope = scopeManager.scopes[1]; constant
72 const scope = scopeManager.scopes[1]; constant
117 const scope = scopeManager.scopes[1]; constant
162 const scope = scopeManager.scopes[1]; constant
206 const scope = scopeManager.scopes[2]; constant
251 const scope = scopeManager.scopes[1]; constant
296 const scope = scopeManager.scopes[1]; constant
338 const scope = scopeManager.scopes[2]; constant
Des6-iteration-scope.test.ts24 let scope = scopeManager.scopes[0]; variable
74 let scope = scopeManager.scopes[0]; variable
133 let scope = scopeManager.scopes[0]; variable
/third_party/ltp/tools/sparse/sparse-src/
Dscope.h30 struct scope { struct
31 struct symbol_list *symbols; /* List of symbols in this scope */ argument
32 struct scope *next; argument
42 static inline int toplevel(struct scope *scope) in toplevel()
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope.c38 jerryx_handle_scope_release_handles (jerryx_handle_scope scope) in jerryx_handle_scope_release_handles()
71 jerryx_close_handle_scope (jerryx_handle_scope scope) in jerryx_close_handle_scope()
111 jerryx_close_escapable_handle_scope (jerryx_handle_scope scope) in jerryx_close_escapable_handle_scope()
126 jerryx_hand_scope_escape_handle_from_prelist (jerryx_handle_scope scope, size_t idx) in jerryx_hand_scope_escape_handle_from_prelist()
157 jerryx_escape_handle_internal (jerryx_escapable_handle_scope scope, in jerryx_escape_handle_internal()
274 jerryx_escape_handle (jerryx_escapable_handle_scope scope, in jerryx_escape_handle()
291 jerryx_remove_handle (jerryx_escapable_handle_scope scope, in jerryx_remove_handle()
306 jerryx_handle_scope_add_handle_to (jerryx_handle_t *handle, jerryx_handle_scope scope) in jerryx_handle_scope_add_handle_to()
331 jerryx_create_handle_in_scope (jerry_value_t jval, jerryx_handle_scope scope) in jerryx_create_handle_in_scope()
Dhandle-scope-allocator.c34 #define JERRYX_HANDLE_SCOPE_PRELIST_IDX(scope) (scope - jerryx_handle_scope_pool.prelist) argument
60 jerryx_handle_scope_is_in_prelist (jerryx_handle_scope_t *scope) in jerryx_handle_scope_is_in_prelist()
76 jerryx_handle_scope_get_parent (jerryx_handle_scope_t *scope) in jerryx_handle_scope_get_parent()
109 jerryx_handle_scope_get_child (jerryx_handle_scope_t *scope) in jerryx_handle_scope_get_child()
152 jerryx_handle_scope_t *scope; in jerryx_handle_scope_alloc() local
194 jerryx_handle_scope_free (jerryx_handle_scope_t *scope) in jerryx_handle_scope_free()
/third_party/boost/libs/variant/perf/
Dmove_perf.cpp20 struct scope { struct
26 explicit scope(const char* const message) in scope() argument
31 ~scope() { in ~scope() argument
/third_party/boost/boost/python/
Dscope.hpp21 class scope class
37 inline scope::scope(object const& new_scope) in scope() function in boost::python::scope
44 inline scope::scope() in scope() function in boost::python::scope
68 inline scope::scope(scope const& new_scope) in scope() function in boost::python::scope
/third_party/gn/src/gn/
Dfunctions_target.cc33 Scope* scope, in ExecuteGenericTarget()
193 Value RunAction(Scope* scope, in RunAction()
275 Value RunActionForEach(Scope* scope, in RunActionForEach()
340 Value RunBundleData(Scope* scope, in RunBundleData()
499 Value RunCreateBundle(Scope* scope, in RunCreateBundle()
550 Scope* scope, in RunCopy()
576 Value RunExecutable(Scope* scope, in RunCopy()
611 Value RunGroup(Scope* scope, in RunGroup()
645 Value RunLoadableModule(Scope* scope, in RunGroup()
674 Value RunRustLibrary(Scope* scope, in RunGroup()
[all …]
Dtool.cc89 bool Tool::ReadBool(Scope* scope, const char* var, bool* field, Err* err) { in ReadBool()
100 bool Tool::ReadString(Scope* scope, in ReadString()
114 bool Tool::ReadPattern(Scope* scope, in ReadPattern()
135 bool Tool::ReadPatternList(Scope* scope, in ReadPatternList()
158 bool Tool::ReadLabel(Scope* scope, in ReadLabel()
182 bool Tool::ReadOutputExtension(Scope* scope, Err* err) { in ReadOutputExtension()
202 bool Tool::InitTool(Scope* scope, Toolchain* toolchain, Err* err) { in InitTool()
230 Scope* scope, in CreateTool()
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h42 VkSystemAllocationScope scope) in vk_alloc()
50 VkSystemAllocationScope scope) in vk_zalloc()
64 VkSystemAllocationScope scope) in vk_realloc()
80 VkSystemAllocationScope scope) in vk_strdup()
97 VkSystemAllocationScope scope, in vk_vasprintf()
110 VkSystemAllocationScope scope, in vk_asprintf()
125 VkSystemAllocationScope scope) in vk_alloc2()
137 VkSystemAllocationScope scope) in vk_zalloc2()
231 VkSystemAllocationScope scope) in vk_multialloc_alloc()
267 VkSystemAllocationScope scope) in vk_multialloc_alloc2()
[all …]
/third_party/weston/libweston/
Dweston-log.c250 struct weston_log_scope *scope) in weston_log_subscription_create()
309 weston_log_subscription_add(struct weston_log_scope *scope, in weston_log_subscription_add()
347 struct weston_log_scope *scope; in weston_log_get_scope() local
376 struct weston_log_scope *scope; in weston_debug_protocol_advertise_scopes() local
432 struct weston_log_scope *scope; in weston_log_ctx_destroy() local
582 struct weston_log_scope *scope; in weston_log_ctx_add_log_scope() local
666 struct weston_log_scope *scope; in weston_compositor_add_log_scope() local
685 weston_log_scope_destroy(struct weston_log_scope *scope) in weston_log_scope_destroy()
723 weston_log_scope_is_enabled(struct weston_log_scope *scope) in weston_log_scope_is_enabled()
756 weston_log_scope_complete(struct weston_log_scope *scope) in weston_log_scope_complete()
[all …]
/third_party/typescript/tests/baselines/reference/
DparserRealSource9.js222 Binder.prototype.resolveBaseTypeLinks = function (typeLinks, scope) { argument
241 Binder.prototype.resolveBases = function (scope, type) { argument
272 Binder.prototype.resolveSignatureGroup = function (signatureGroup, scope, instanceType) { argument
297 Binder.prototype.bindType = function (scope, type, instanceType) { argument
347 Binder.prototype.bindSymbol = function (scope, symbol) { argument
393 Binder.prototype.bind = function (scope, table) { argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
Dresolve.go616 type scope struct { struct
617 objects map[string]objectAndSource
618 parent *scope
628 func newScope(parent *scope) scope {
634 func (s *scope) lookup(name string) *objectAndSource {
646 func (s *scope) declare(object sem.Named, source tok.Source) error {
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstaudiovisualizer.c165 shader_fade (GstAudioVisualizer * scope, const GstVideoFrame * sframe, in shader_fade()
193 shader_fade_and_move_up (GstAudioVisualizer * scope, in shader_fade_and_move_up()
221 shader_fade_and_move_down (GstAudioVisualizer * scope, in shader_fade_and_move_down()
249 shader_fade_and_move_left (GstAudioVisualizer * scope, in shader_fade_and_move_left()
281 shader_fade_and_move_right (GstAudioVisualizer * scope, in shader_fade_and_move_right()
313 shader_fade_and_move_horiz_out (GstAudioVisualizer * scope, in shader_fade_and_move_horiz_out()
354 shader_fade_and_move_horiz_in (GstAudioVisualizer * scope, in shader_fade_and_move_horiz_in()
391 shader_fade_and_move_vert_out (GstAudioVisualizer * scope, in shader_fade_and_move_vert_out()
426 shader_fade_and_move_vert_in (GstAudioVisualizer * scope, in shader_fade_and_move_vert_in()
461 gst_audio_visualizer_change_shader (GstAudioVisualizer * scope) in gst_audio_visualizer_change_shader()
[all …]
/third_party/node/test/js-native-api/test_handle_scope/
Dtest_handle_scope.c11 napi_handle_scope scope; in NewScope() local
21 napi_escapable_handle_scope scope; in NewScopeEscape() local
33 napi_escapable_handle_scope scope; in NewScopeEscapeTwice() local
48 napi_handle_scope scope; in NewScopeWithException() local
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c154 struct decode_scope *scope; member
253 struct decode_scope *scope = rzalloc_size(state, sizeof(*scope)); in push_scope() local
266 pop_scope(struct decode_scope *scope) in pop_scope()
278 evaluate_expr(struct decode_scope *scope, isa_expr_t expr) in evaluate_expr()
361 find_field(struct decode_scope *scope, const struct isa_bitset *bitset, in find_field()
401 extract_field(struct decode_scope *scope, const struct isa_field *field) in extract_field()
420 find_display(struct decode_scope *scope, const struct isa_bitset *bitset) in find_display()
462 display_bitset_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_bitset_field()
479 display_enum_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_enum_field()
495 resolve_field(struct decode_scope *scope, const char *field_name, size_t field_name_len, bitmask_t … in resolve_field()
[all …]
/third_party/node/deps/npm/node_modules/libnpmteam/
Dindex.js23 scope, property
36 scope field
48 scope, property
61 scope, property
67 cmd.lsTeams = (scope, opts) => { argument
71 cmd.lsTeams.stream = (scope, opts) => { argument

12345678910>>...20