Home
last modified time | relevance | path

Searched defs:scopes (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript_eslint/packages/scope-manager/tests/eslint-scope/
Dimplicit-global-reference.test.ts15 const scopes = scopeManager.scopes; constant
37 const scopes = scopeManager.scopes; constant
61 const scopes = scopeManager.scopes; constant
84 const scopes = scopeManager.scopes; constant
108 const scopes = scopeManager.scopes; constant
129 const scopes = scopeManager.scopes; constant
153 const scopes = scopeManager.scopes; constant
/third_party/node/test/parallel/
Dtest-policy-scopes-dependencies.js27 scopes: { property
43 scopes: { property
59 scopes: { property
78 scopes: { property
112 scopes: { property
170 scopes: { property
187 scopes: { property
204 scopes: { property
220 scopes: { property
241 scopes: { property
[all …]
Dtest-policy-scopes-integrity.js27 scopes: { property
51 scopes: { property
81 scopes: { property
128 scopes: { property
146 scopes: { property
164 scopes: { property
177 scopes: { property
199 scopes: { property
213 scopes: { property
226 scopes: { property
[all …]
/third_party/grpc/src/core/lib/security/credentials/external/
Dfile_external_account_credentials.cc30 std::vector<std::string> scopes, in Create()
42 Options options, std::vector<std::string> scopes, grpc_error** error) in FileExternalAccountCredentials()
Durl_external_account_credentials.cc28 std::vector<std::string> scopes, in Create()
40 Options options, std::vector<std::string> scopes, grpc_error** error) in UrlExternalAccountCredentials()
Dexternal_account_credentials.cc66 const Json& json, std::vector<std::string> scopes, grpc_error** error) { in Create()
180 Options options, std::vector<std::string> scopes) in ExternalAccountCredentials()
485 std::vector<std::string> scopes = absl::StrSplit(scopes_string, ','); in grpc_external_account_credentials_create() local
Daws_external_account_credentials.cc59 std::vector<std::string> scopes, in Create()
71 Options options, std::vector<std::string> scopes, grpc_error** error) in AwsExternalAccountCredentials()
/third_party/boost/libs/log/test/run/
Dattr_named_scope.cpp61 typedef attrs::named_scope_list scopes; in BOOST_AUTO_TEST_CASE() typedef
141 typedef attrs::named_scope_list scopes; in BOOST_AUTO_TEST_CASE() typedef
182 typedef attrs::named_scope_list scopes; in BOOST_AUTO_TEST_CASE() typedef
/third_party/node/test/fixtures/policy/dependencies/
Ddependencies-scopes-policy.json2 "scopes": { object
Ddependencies-scopes-relative-specifier.json2 "scopes": { object
Ddependencies-scopes-and-resources-policy.json8 "scopes": { object
/third_party/typescript_eslint/packages/scope-manager/src/
DScopeManager.ts46 public readonly scopes: Scope[]; property in ScopeManager
113 const scopes = this.nodeToScope.get(node); constant
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dmanifest.json19 "scopes": ["https://www.googleapis.com/auth/drive"] array
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h119 iterator_range<scope_iterator> scopes() const { in scopes() function
/third_party/libnl/lib/route/
Drtnl.c93 static const struct trans_tbl scopes[] = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, variable
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, variable
/third_party/spirv-tools/test/val/
Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, variable
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint-scope/
DScopeManager.ts23 scopes: Scope[]; property
/third_party/typescript/src/services/refactors/
DextractSymbol.ts644 const scopes: Scope[] = []; constant
668 …const { scopes, readsAndWrites: { target, usagesPerScope, functionErrorsPerScope, exposedVariableD… constant
675 …const { scopes, readsAndWrites: { target, usagesPerScope, constantErrorsPerScope, exposedVariableD… constant
701 …const { scopes, readsAndWrites: { functionErrorsPerScope, constantErrorsPerScope } } = getPossible… constant
750 const scopes = collectEnclosingScopes(targetRange); constant
/third_party/boost/tools/quickbook/src/
Dtemplate_stack.hpp119 deque scopes; member
/third_party/typescript_eslint/packages/scope-manager/src/scope/
DScopeBase.ts117 const scopes = scopeManager.nodeToScope.get(scope.block); constant
/third_party/python/Python/
Dsymtable.c508 analyze_name(PySTEntryObject *ste, PyObject *scopes, PyObject *name, long flags, in analyze_name()
585 analyze_cells(PyObject *scopes, PyObject *free) in analyze_cells()
636 update_symbols(PyObject *symbols, PyObject *scopes, in update_symbols()
751 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.h302 std::unique_ptr<prog_scope_storage> scopes; variable
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dunified-signatures.ts472 const scopes: Scope[] = []; constant

12