Searched refs:domain (Results 1 – 4 of 4) sorted by relevance
/development/tools/repo_pull/ |
D | gerrit.py | 230 domain = row[0] 239 credentials[domain] = (username, password) 279 def _find_auth_credentials(credentials, domain): argument 284 if _domain_matches(domain, domain_pattern): 286 raise KeyError('Domain {} not found'.format(domain)) 289 def create_url_opener(cookie_file_path, domain): argument 295 username, password = _find_auth_credentials(credentials, domain) 299 auth_handler.add_password(domain, domain, username, password) 315 domain = urlparse(args.gerrit).netloc 318 return create_url_opener(args.gitcookies, domain) [all …]
|
/development/samples/SipDemo/src/com/example/android/sip/ |
D | WalkieTalkieActivity.java | 125 String domain = prefs.getString("domainPref", ""); in initializeLocalProfile() local 128 if (username.length() == 0 || domain.length() == 0 || password.length() == 0) { in initializeLocalProfile() 134 SipProfile.Builder builder = new SipProfile.Builder(username, domain); in initializeLocalProfile()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 288 domain - n. territory over which rule or control is exercised
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 517 ** This file is in the public domain, so clarified as of 7248 LZMA SDK is placed in the public domain. 8646 All MurmurHash source files are placed in the public domain. 8802 All code here is public domain. 11984 This library (libselinux) is public domain software, i.e. not copyrighted. 14613 which has been placed in the public domain: 14615 "LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)
|