/external/elfutils/libdw/ |
D | dwarf_getscopes.c | 42 Dwarf_Die *scopes; member 53 if (a->scopes != NULL) in pc_match() 100 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]); in origin_match() local 101 if (scopes == NULL) in origin_match() 103 free (a->scopes); in origin_match() 108 a->scopes = scopes; in origin_match() 112 scopes[a->nscopes++] = die->die; in origin_match() 128 if (a->scopes == NULL) in pc_record() 133 a->scopes = malloc (a->nscopes * sizeof a->scopes[0]); in pc_record() 134 if (a->scopes == NULL) in pc_record() [all …]
|
D | dwarf_getscopes_die.c | 42 Dwarf_Die *scopes = malloc (depth * sizeof scopes[0]); in scope_visitor() local 43 if (scopes == NULL) in scope_visitor() 52 scopes[i++] = die->die; in scope_visitor() 58 *(void **) arg = scopes; in scope_visitor() 63 dwarf_getscopes_die (Dwarf_Die *die, Dwarf_Die **scopes) in dwarf_getscopes_die() argument 72 *scopes = info; in dwarf_getscopes_die()
|
/external/python/apitools/apitools/base/py/ |
D | credentials_lib.py | 133 def GetCredentials(package_name, scopes, client_id, client_secret, user_agent, argument 140 scopes = util.NormalizeScopes(scopes) 144 'scope': ' '.join(sorted(scopes)), 160 def ServiceAccountCredentialsFromFile(filename, scopes, user_agent=None): argument 168 filename, scopes=scopes)) 187 scopes=scopes, user_agent=user_agent) 193 service_account_name, private_key_filename, scopes, user_agent): argument 196 scopes = util.NormalizeScopes(scopes) 201 service_account_name, private_key_filename, scopes=scopes)) 209 service_account_name, key_file.read(), scopes, [all …]
|
D | credentials_lib_test.py | 31 def __init__(self, scopes=None, service_account_name=None): argument 32 self._scopes = scopes or ['scope1'] 49 self, service_account_name=None, scopes=None, cache_filename=None): argument 57 scopes, **kwargs) 61 def _GetServiceCreds(self, service_account_name=None, scopes=None): argument 62 metadatamock = MetadataMock(scopes, service_account_name) 71 scopes=scopes) 76 scopes = ['scope1'] 78 scopes=None) 80 scopes=scopes) [all …]
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | cluster_scoping_pass_test.cc | 49 absl::flat_hash_map<string, string> scopes; in GetXlaInternalScopes() local 53 scopes[node->name()] = scope; in GetXlaInternalScopes() 59 for (const auto& p : scopes) { in GetXlaInternalScopes() 63 return scopes; in GetXlaInternalScopes() 119 auto scopes = GetXlaInternalScopes(*graph); in TEST() local 120 EXPECT_NE(scopes["add0"], scopes["add1"]); in TEST() 121 EXPECT_EQ(scopes["add0"], scopes["relu0"]); in TEST() 122 EXPECT_EQ(scopes["add1"], scopes["relu1"]); in TEST() 172 auto scopes = GetXlaInternalScopes(*graph); in TEST() local 173 EXPECT_NE(scopes["add0"], scopes["add1"]); in TEST() [all …]
|
/external/python/oauth2client/oauth2client/ |
D | service_account.py | 99 scopes='', argument 113 self._scopes = util.scopes_to_string(scopes) 145 def _from_parsed_json_keyfile(cls, keyfile_dict, scopes, argument 187 credentials = cls(service_account_email, signer, scopes=scopes, 195 def from_json_keyfile_name(cls, filename, scopes='', argument 222 return cls._from_parsed_json_keyfile(client_credentials, scopes, 227 def from_json_keyfile_dict(cls, keyfile_dict, scopes='', argument 252 return cls._from_parsed_json_keyfile(keyfile_dict, scopes, 259 private_key_password=None, scopes='', argument 293 credentials = cls(service_account_email, signer, scopes=scopes, [all …]
|
D | util.py | 147 def scopes_to_string(scopes): argument 160 if isinstance(scopes, six.string_types): 161 return scopes 163 return ' '.join(scopes) 166 def string_to_scopes(scopes): argument 178 if not scopes: 180 if isinstance(scopes, six.string_types): 181 return scopes.split(' ') 183 return scopes
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 4 …file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/Symbol… 34 …e:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g"]; 77 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:7:… 78 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:7:… 111 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:8:… 112 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:8:… 145 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:9:… 146 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:9:… 179 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:10… [all …]
|
D | SymbolTableParser.m | 4 …file : /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g 14 // $ANTLR 3.4 /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/Symbol… 141 …e:@"/Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g"]; 182 …* /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:25:… 194 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:27… 195 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:27… 217 … /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:27:1… 258 …* /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:30:… 275 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:36… 276 …// /Users/acondit/source/antlr/code/antlr3/runtime/ObjC/Framework/examples/scopes/SymbolTable.g:36… [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_non_uniform_test.cpp | 100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, variable 190 Values("%bool"), ValuesIn(scopes), Values(""), 197 Values("%bool"), ValuesIn(scopes), 202 Values("%bool"), ValuesIn(scopes), 207 Values("%bool"), ValuesIn(scopes), 212 Values("%u32vec4"), ValuesIn(scopes), 217 Values("%bool"), ValuesIn(scopes), 222 Values("%bool"), ValuesIn(scopes), 227 Values("%u32"), ValuesIn(scopes), 233 Values("%u32"), ValuesIn(scopes), [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_non_uniform_test.cpp | 100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, variable 190 Values("%bool"), ValuesIn(scopes), Values(""), 197 Values("%bool"), ValuesIn(scopes), 202 Values("%bool"), ValuesIn(scopes), 207 Values("%bool"), ValuesIn(scopes), 212 Values("%u32vec4"), ValuesIn(scopes), 217 Values("%bool"), ValuesIn(scopes), 222 Values("%bool"), ValuesIn(scopes), 227 Values("%u32"), ValuesIn(scopes), 233 Values("%u32"), ValuesIn(scopes), [all …]
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_non_uniform_test.cpp | 100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup, variable 190 Values("%bool"), ValuesIn(scopes), Values(""), 197 Values("%bool"), ValuesIn(scopes), 202 Values("%bool"), ValuesIn(scopes), 207 Values("%bool"), ValuesIn(scopes), 212 Values("%u32vec4"), ValuesIn(scopes), 217 Values("%bool"), ValuesIn(scopes), 222 Values("%bool"), ValuesIn(scopes), 227 Values("%u32"), ValuesIn(scopes), 233 Values("%u32"), ValuesIn(scopes), [all …]
|
/external/rust/crates/rayon-core/src/thread_pool/ |
D | test.rs | 271 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&Scope<'scope>>, op: OP) in nested_scopes() 279 let mut scopes = scopes; in nested_scopes() localVariable 280 scopes.push(s); in nested_scopes() 281 nest(tail, scopes, op) in nested_scopes() 284 (op)(&scopes) in nested_scopes() 293 nest(&pools, vec![], |scopes| { in nested_scopes() 294 for &s in scopes { in nested_scopes() 307 fn nest<'scope, OP>(pools: &[ThreadPool], scopes: Vec<&ScopeFifo<'scope>>, op: OP) in nested_fifo_scopes() 315 let mut scopes = scopes; in nested_fifo_scopes() localVariable 316 scopes.push(s); in nested_fifo_scopes() [all …]
|
/external/python/oauth2client/oauth2client/contrib/ |
D | flask_util.py | 236 def init_app(self, app, scopes=None, client_secrets_file=None, argument 269 if scopes is None: 270 scopes = app.config.get('GOOGLE_OAUTH2_SCOPES', _DEFAULT_SCOPES) 271 self.scopes = scopes 342 scopes = set(self.scopes).union(set(extra_scopes)) 347 scope=scopes, 498 def required(self, decorated_function=None, scopes=None, argument 512 requested_scopes = set(self.scopes) 513 if scopes is not None: 514 requested_scopes |= set(scopes) [all …]
|
/external/grpc-grpc/examples/objective-c/auth_sample/ |
D | SelectUserViewController.m | 36 // As instructed in https://developers.google.com/identity/sign-in/ios/additional-scopes 37 if (![signIn.scopes containsObject:kTestScope]) { 38 signIn.scopes = [signIn.scopes arrayByAddingObject:kTestScope]; 53 NSString *scopes = [user.accessibleScopes componentsJoinedByString:@", "]; 54 scopes = scopes.length ? scopes : @"(none)"; 55 self.subLabel.text = [NSString stringWithFormat:@"Scopes: %@", scopes];
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | ComponentDescriptor.java | 32 .scopes(ImmutableSet.of()); in builder() 39 public abstract ImmutableSet<ClassName> scopes(); in scopes() method in ComponentDescriptor 84 Builder scopes(ImmutableSet<ClassName> scopes); in scopes() argument 86 Builder scopes(ClassName... scopes); in scopes() method
|
/external/python/oauth2client/oauth2client/contrib/django_util/ |
D | __init__.py | 333 self.scopes = getattr(settings_instance, 'GOOGLE_OAUTH2_SCOPES', 418 def __init__(self, request, scopes=None, return_url=None): argument 429 if scopes: 430 self._scopes = set(oauth2_settings.scopes) | set(scopes) 432 self._scopes = set(oauth2_settings.scopes) 455 _credentials_from_request(self.request).scopes) 460 def scopes(self): member in UserOAuth2
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/ |
D | JsonReader.java | 210 int[] scopes; field in JsonReader 227 scopes = new int[32]; in JsonReader() 233 if (stackSize == scopes.length) { in pushScope() 237 scopes = Arrays.copyOf(scopes, scopes.length * 2); in pushScope() 241 scopes[stackSize++] = newTop; in pushScope() 363 return JsonScope.getPath(stackSize, scopes, pathNames, pathIndices); in getPath()
|
/external/elfutils/src/ |
D | addr2line.c | 314 Dwarf_Die *scopes; in print_dwarf_function() local 315 int nscopes = dwarf_getscopes (cudie, addr - bias, &scopes); in print_dwarf_function() 321 switch (dwarf_tag (&scopes[i])) in print_dwarf_function() 325 const char *name = get_diename (&scopes[i]); in print_dwarf_function() 335 const char *name = get_diename (&scopes[i]); in print_dwarf_function() 355 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function() 362 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function() 366 if (dwarf_formudata (dwarf_attr (&scopes[i], in print_dwarf_function() 407 free (scopes); in print_dwarf_function() 732 Dwarf_Die *scopes = NULL; in handle_address() local [all …]
|
/external/python/oauth2client/tests/contrib/ |
D | test_gce.py | 44 self.assertIsNone(credentials.scopes) 50 scopes = scope.split() 51 credentials = gce.AppAssertionCredentials(scopes=scopes) 52 self.assertEqual(credentials.scopes, None) 122 self.assertIsNone(credentials.scopes) 123 scopes = credentials.retrieve_scopes(http_mock) 124 self.assertEqual(scopes, SERVICE_ACCOUNT_INFO['scopes'])
|
/external/libnl/lib/route/ |
D | rtnl.c | 93 static const struct trans_tbl scopes[] = { variable 103 return __type2str(scope, buf, size, scopes, ARRAY_SIZE(scopes)); in rtnl_scope2str() 108 return __str2type(name, scopes, ARRAY_SIZE(scopes)); in rtnl_str2scope()
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t022scopes.g | 7 /* global scopes */ 19 /* rule scopes, from the book, final beta, p.147 */ 36 /* rule scopes, from the book, final beta, p.148 */ 62 /* recursive rule scopes, from the book, final beta, p.150 */ 96 /* recursive rule scopes, access bottom-most scope */ 110 /* recursive rule scopes, access with negative index */
|
/external/antlr/runtime/Python3/tests/ |
D | t022scopes.g | 7 /* global scopes */ 19 /* rule scopes, from the book, final beta, p.147 */ 36 /* rule scopes, from the book, final beta, p.148 */ 61 /* recursive rule scopes, from the book, final beta, p.150 */ 90 /* recursive rule scopes, access bottom-most scope */ 104 /* recursive rule scopes, access with negative index */
|
/external/antlr/runtime/Python/tests/ |
D | t022scopes.g | 7 /* global scopes */ 19 /* rule scopes, from the book, final beta, p.147 */ 36 /* rule scopes, from the book, final beta, p.148 */ 61 /* recursive rule scopes, from the book, final beta, p.150 */ 90 /* recursive rule scopes, access bottom-most scope */ 104 /* recursive rule scopes, access with negative index */
|
/external/antlr/runtime/Cpp/tests/ |
D | t022scopes.g | 7 /* global scopes */ 30 /* rule scopes, from the book, final beta, p.147 */ 47 /* rule scopes, from the book, final beta, p.148 */ 72 /* recursive rule scopes, from the book, final beta, p.150 */ 101 /* recursive rule scopes, access bottom-most scope */ 115 /* recursive rule scopes, access with negative index */
|