/external/conscrypt/src/platform/java/org/conscrypt/ |
TrustedCertificateStore.java | 88 public static final boolean isSystem(String alias) { 89 return alias.startsWith(PREFIX_SYSTEM); 91 public static final boolean isUser(String alias) { 92 return alias.startsWith(PREFIX_USER); 131 public Certificate getCertificate(String alias) { 132 return getCertificate(alias, false); 135 public Certificate getCertificate(String alias, boolean includeDeletedSystem) { 137 File file = fileForAlias(alias); 138 if (file == null || (isUser(alias) && isTombstone(file))) { 142 if (cert == null || (isSystem(alias) 249 String alias = prefix + filename; local 263 String alias = PREFIX_SYSTEM + filename; local [all...] |
/external/llvm/test/CodeGen/Generic/ |
2009-03-17-LSR-APInt.ll | 33 @_ZL20__gthrw_pthread_oncePiPFvvE = weak alias i32 (i32*, void ()*), i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0] 34 @_ZL27__gthrw_pthread_getspecificj = weak alias i8* (i32), i8* (i32)* @pthread_getspecific ; <i8* (i32)*> [#uses=0] 35 @_ZL27__gthrw_pthread_setspecificjPKv = weak alias i32 (i32, i8*), i32 (i32, i8*)* @pthread_setspecific ; <i32 (i32, i8*)*> [#uses=0] 36 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = weak alias i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*), i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create ; <i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)*> [#uses=0] 37 @_ZL22__gthrw_pthread_cancelm = weak alias i32 (i64), i32 (i64)* @pthread_cancel ; <i32 (i64)*> [#uses=0] 38 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 39 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 40 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 41 @_ZL26__gthrw_pthread_mutex_initP15pthread_mutex_tPK19pthread_mutexattr_t = weak alias i32 (%struct.pthread_mutex_t*, %struct.Alignment*), i32 (%struct.pthread_mutex_t*, %struct.Alignment*)* @pthread_mutex_init ; <i32 (%struct.pthread_mutex_t*, %struct.Alignment*)*> [#uses=0] 42 @_ZL26__gthrw_pthread_key_createPjPFvPvE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)* (…) [all...] |
/external/llvm/test/Transforms/GVN/ |
2009-03-10-PREOnVoid.ll | 20 @_ZL20__gthrw_pthread_oncePiPFvvE = weak alias i32 (i32*, void ()*), i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0] 21 @_ZL27__gthrw_pthread_getspecificj = weak alias i8* (i32), i8* (i32)* @pthread_getspecific ; <i8* (i32)*> [#uses=0] 22 @_ZL27__gthrw_pthread_setspecificjPKv = weak alias i32 (i32, i8*), i32 (i32, i8*)* @pthread_setspecific ; <i32 (i32, i8*)*> [#uses=0] 23 @_ZL22__gthrw_pthread_createPmPK16__pthread_attr_sPFPvS3_ES3_ = weak alias i32 (i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*), i32 (i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create ; <i32 (i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)*> [#uses=0] 24 @_ZL22__gthrw_pthread_cancelm = weak alias i32 (i32), i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=0] 25 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 26 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 27 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0] 28 @_ZL26__gthrw_pthread_mutex_initP15pthread_mutex_tPK19pthread_mutexattr_t = weak alias i32 (%struct.pthread_mutex_t*, %struct.__sched_param*), i32 (%struct.pthread_mutex_t*, %struct.__sched_param*)* @pthread_mutex_init ; <i32 (%struct.pthread_mutex_t*, %struct.__sched_param*)*> [#uses=0] 29 @_ZL26__gthrw_pthread_key_createPjPFvPvE = weak alias i32 (i32*, void (i8*)*), i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)* (…) [all...] |
/frameworks/base/graphics/java/android/graphics/ |
FontListParser.java | 40 aliases = new ArrayList<Alias>(); 43 public List<Alias> aliases; 70 public static class Alias { 111 } else if (tag.equals("alias")) { 202 private static Alias readAlias(XmlPullParser parser) 204 Alias alias = new Alias(); local 205 alias.name = parser.getAttributeValue(null, "name"); 206 alias.toName = parser.getAttributeValue(null, "to") [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
ARB_framebuffer_object.xml | 143 <function name="IsRenderbuffer" alias="IsRenderbufferEXT"> 148 <function name="BindRenderbuffer" alias="BindRenderbufferEXT"> 153 <function name="DeleteRenderbuffers" alias="DeleteRenderbuffersEXT"> 158 <function name="GenRenderbuffers" alias="GenRenderbuffersEXT"> 163 <function name="RenderbufferStorage" alias="RenderbufferStorageEXT"> 179 <function name="GetRenderbufferParameteriv" alias="GetRenderbufferParameterivEXT"> 185 <function name="IsFramebuffer" alias="IsFramebufferEXT"> 190 <function name="BindFramebuffer" alias="BindFramebufferEXT"> 195 <function name="DeleteFramebuffers" alias="DeleteFramebuffersEXT"> 200 <function name="GenFramebuffers" alias="GenFramebuffersEXT" [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyStore2Test.java | 143 // alias 1 146 // alias 2 149 // alias 3 175 // alias 1 178 // alias 2 181 // alias 3 192 assertTrue("the alias names were returned wrong", i == 3 210 // alias 1 213 // alias 2 234 // alias 270 String alias = keyTest.getCertificateAlias(cert[1]); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
PKCS12KeyStoreSpi.java | 272 String alias) 274 return (certs.get(alias) != null || keys.get(alias) != null); 283 String alias) 286 Key k = (Key)keys.remove(alias); 288 Certificate c = (Certificate)certs.remove(alias); 297 String id = (String)localIds.remove(alias); 313 String alias) 315 if (alias == null) 317 throw new IllegalArgumentException("null alias passed to getCertificate.") 878 String alias = null; local 977 String alias = null; local 1039 String alias = null; local 1138 String alias = null; local 1670 String alias = (String)en.nextElement(); local 1682 String alias = (String)en.nextElement(); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
DES.java | 466 // provider.addAlgorithm("Alg.Alias.Mac.DES", "DESMAC"); 469 // provider.addAlgorithm("Alg.Alias.Mac.DES/CFB8", "DESMAC/CFB8"); 472 // provider.addAlgorithm("Alg.Alias.Mac.DES64", "DESMAC64"); 475 // provider.addAlgorithm("Alg.Alias.Mac.DES64WITHISO7816-4PADDING", "DESMAC64WITHISO7816-4PADDING"); 476 // provider.addAlgorithm("Alg.Alias.Mac.DESISO9797ALG1MACWITHISO7816-4PADDING", "DESMAC64WITHISO7816-4PADDING"); 477 // provider.addAlgorithm("Alg.Alias.Mac.DESISO9797ALG1WITHISO7816-4PADDING", "DESMAC64WITHISO7816-4PADDING"); 480 // provider.addAlgorithm("Alg.Alias.Mac.DESISO9797MAC", "DESWITHISO9797"); 483 // provider.addAlgorithm("Alg.Alias.Mac.ISO9797ALG3", "ISO9797ALG3MAC"); 485 // provider.addAlgorithm("Alg.Alias.Mac.ISO9797ALG3MACWITHISO7816-4PADDING", "ISO9797ALG3WITHISO7816-4PADDING"); 489 provider.addAlgorithm("Alg.Alias.AlgorithmParameters", OIWObjectIdentifiers.desCBC, "DES") [all...] |
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
aliaspass_test.py | 100 var Alias = goog.require('goog.Alias'); 101 Alias.use(); 105 alias_token = _GetTokenByLineAndString(start_token, 'Alias', 3) 138 var events = goog.events; // scope alias 140 Event; // nested multiline scope alias 143 // it appears before the alias. 146 var Component = goog.ui.Component; // scope alias 147 var MyClass = myproject.foo.MyClass; // scope alias 149 // Scope alias of non-Closurized namespace [all...] |
aliaspass.py | 48 alias_map: A dictionary mapping a symbol to an alias. 60 """Updates the alias for identifiers in a type. 64 alias_map: A dictionary mapping a symbol to an alias. 68 js_type.alias = aliased_symbol 79 when they're using an alias (so they may be expanded to the full symbol 205 """Scans a goog.scope block to find aliases and mark alias tokens.""" 216 # Check to see if this token is an alias. 220 # If this is a alias statement in the goog.scope block. 225 # If this is an alias, remember it in the map. 227 alias, symbol = matc [all...] |
/external/llvm/test/Bitcode/ |
highLevelStructure.3.2.ll | 22 ; CHECK: @aliased1 = alias i32, i32* @glob1 23 @aliased1 = alias i32, i32* @glob1 24 ; CHECK-NEXT: @aliased2 = internal alias i32, i32* @glob1 25 @aliased2 = internal alias i32, i32* @glob1 26 ; CHECK-NEXT: @aliased3 = alias i32, i32* @glob1 27 @aliased3 = external alias i32, i32* @glob1 28 ; CHECK-NEXT: @aliased4 = weak alias i32, i32* @glob1 29 @aliased4 = weak alias i32, i32* @glob1 30 ; CHECK-NEXT: @aliased5 = weak_odr alias i32, i32* @glob1 31 @aliased5 = weak_odr alias i32, i32* @glob [all...] |
/external/llvm/test/Transforms/Inline/ |
noalias-cs.ll | 10 store float %0, float* %arrayidx.i, align 4, !alias.scope !7, !noalias !8 12 store float %0, float* %arrayidx1.i, align 4, !alias.scope !8, !noalias !7 22 call void @foo2(float* %b, float* %b, float* %a), !alias.scope !0 30 ; CHECK: store float %0, float* %arrayidx.i.i, align 4, !alias.scope !12, !noalias !13 32 ; CHECK: store float %0, float* %arrayidx1.i.i, align 4, !alias.scope !14, !noalias !15 36 ; CHECK: %2 = load float, float* %a, align 4, !alias.scope !16, !noalias !17 38 ; CHECK: store float %2, float* %arrayidx.i.i1, align 4, !alias.scope !21, !noalias !22 40 ; CHECK: store float %2, float* %arrayidx1.i.i2, align 4, !alias.scope !23, !noalias !24 41 ; CHECK: %3 = load float, float* %a, align 4, !alias.scope !16 43 ; CHECK: store float %3, float* %arrayidx.i3, align 4, !alias.scope !1 [all...] |
/external/llvm/lib/Option/ |
Option.cpp | 32 assert(getAlias().isValid() && "Only alias options can have alias args."); 33 assert(getKind() == FlagClass && "Only Flag aliases can have alias args."); 35 "Cannot provide alias args to a flag option."); 73 const Option Alias = getAlias(); 74 if (Alias.isValid()) { 75 O << " Alias:"; 76 Alias.print(O); 89 const Option Alias = getAlias(); 90 if (Alias.isValid() [all...] |
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
KeyChainTestActivity.java | 228 String alias; local 236 alias = mAlias; 238 return alias; 246 @Override public X509Certificate[] getCertificateChain(String alias) { 250 = KeyChain.getCertificateChain(KeyChainTestActivity.this, alias); 274 @Override public PrivateKey getPrivateKey(String alias) { 278 alias); 291 @Override public void alias(String alias) { method in class:KeyChainTestActivity.AliasResponse 292 if (alias == null) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/security/ |
KeyStoreUsage.java | 75 * our {@code KeyStore} by their alias names. 114 * The alias of the selected entry in the KeyStore. 140 // This is alias the user wants for a generated key. 148 * check the alias isn't blank here. 150 final String alias = aliasInput.getText().toString(); 151 if (alias == null || alias.length() == 0) { 162 new GenerateTask().execute(alias); 171 final String alias = mSelectedAlias; 173 if (alias != null) 303 final String alias = params[0]; local 351 final String alias = params[0]; local 413 final String alias = params[0]; local 489 final String alias = params[0]; local [all...] |
/external/llvm/test/Linker/ |
funcimport.ll | 22 ; Ensure that both weak alias to an imported function and strong alias to a 24 ; Also ensures that alias to a linkonce function is turned into a declaration 35 ; Ensure that weak alias to a non-imported function is correctly 36 ; turned into a declaration, but that strong alias to an imported function 37 ; is imported as alias. 44 ; Ensure that strong alias imported in second pass of importing ends up 45 ; as an alias. 52 ; Ensure that strong alias imported in first pass of importing ends up 53 ; as an alias, and that seeing the alias definition during a second inlinin [all...] |
/packages/apps/Settings/src/com/android/settings/ |
UserCredentialsSettings.java | 146 .execute(item.alias); 171 for (String alias : aliases) { 172 keyChain.removeKeyPair(alias); 206 for (final String alias : keyStore.list(type.prefix)) { 208 if (alias.startsWith(LockPatternUtils.PROFILE_KEY_NAME_ENCRYPT) || 209 alias.startsWith(LockPatternUtils.PROFILE_KEY_NAME_DECRYPT)) { 212 Credential c = credentials.get(alias); 214 credentials.put(alias, (c = new Credential(alias))); 245 ((TextView) view.findViewById(R.id.alias)).setText(item.alias) 274 final String alias; field in class:UserCredentialsSettings.Credential [all...] |
/libcore/ojluni/src/main/java/sun/security/ssl/ |
X509KeyManagerImpl.java | 103 public X509Certificate[] getCertificateChain(String alias) { 104 PrivateKeyEntry entry = getEntry(alias); 109 public PrivateKey getPrivateKey(String alias) { 110 PrivateKeyEntry entry = getEntry(alias); 208 // we construct the alias we return to JSSE as seen in the code below 214 + entry.alias; 217 private PrivateKeyEntry getEntry(String alias) { 218 // if the alias is null, return immediately 219 if (alias == null) { 224 Reference<PrivateKeyEntry> ref = entryCacheMap.get(alias); 445 final String alias; field in class:X509KeyManagerImpl.EntryStatus 619 String alias = e.nextElement(); local [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
KSBuilder_ImplTest.java | 100 * <code>getProtectionParameter(String alias)</code> 107 * getProtectionParameter(String alias) 108 * throws NullPointerException when alias is null; 109 * throws KeyStoreException when alias is not available; 164 // alias) 179 assertEquals(ksB.getProtectionParameter("Bad alias"), pp[i]); 181 // KeyStoreException might be thrown because there is no entry with such alias 187 // KeyStoreException might be thrown because there is no entry with such alias 218 * <code>getProtectionParameter(String alias)</code> 227 * getProtectionParameter(String alias) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorNamespaceAlias.java | 28 * TransformerFactory for xsl:namespace-alias markup. 29 * A stylesheet can use the xsl:namespace-alias element to 30 * declare that one namespace URI is an alias for another namespace URI. 32 * <!ELEMENT xsl:namespace-alias EMPTY> 33 * <!ATTLIST xsl:namespace-alias 46 * Receive notification of the start of an xsl:namespace-alias element.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/ |
SHA512.java | 168 provider.addAlgorithm("Alg.Alias.MessageDigest.SHA512", "SHA-512"); 169 provider.addAlgorithm("Alg.Alias.MessageDigest." + NISTObjectIdentifiers.id_sha512, "SHA-512"); 173 // provider.addAlgorithm("Alg.Alias.MessageDigest.SHA512/224", "SHA-512/224"); 174 // provider.addAlgorithm("Alg.Alias.MessageDigest." + NISTObjectIdentifiers.id_sha512_224, "SHA-512/224"); 177 // provider.addAlgorithm("Alg.Alias.MessageDigest.SHA512256", "SHA-512/256"); 178 // provider.addAlgorithm("Alg.Alias.MessageDigest." + NISTObjectIdentifiers.id_sha512_256, "SHA-512/256");
|
/frameworks/base/core/java/android/security/ |
IKeystoreService.aidl | 60 int generateKey(String alias, in KeymasterArguments arguments, in byte[] entropy, int uid, 62 int getKeyCharacteristics(String alias, in KeymasterBlob clientId, in KeymasterBlob appId, 64 int importKey(String alias, in KeymasterArguments arguments, int format, 66 ExportResult exportKey(String alias, int format, in KeymasterBlob clientId, 68 OperationResult begin(IBinder appToken, String alias, int purpose, boolean pruneable, 78 int attestKey(String alias, in KeymasterArguments params, out KeymasterCertificateChain chain);
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
X509ExtendedKeyManager.java | 49 * Choose an alias to authenticate the client side of an 63 * select an alias applicable to any engine. 64 * @return the alias name for the desired key, or null if there 73 * Choose an alias to authenticate the server side of an 86 * select an alias applicable to any engine. 87 * @return the alias name for the desired key, or null if there
|
/packages/apps/Email/src/com/android/email/view/ |
CertificateSelector.java | 84 public void setCertificate(String alias) { 86 mValue = alias; 88 TextUtils.isEmpty(alias) 90 : alias); 92 TextUtils.isEmpty(alias) 102 * Gets the alias for the currently selected certificate, or null if one is not selected.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-microblaze.texi | 34 This directive is an alias for @code{.byte}. Each expression is assembled 38 This directive is an alias for @code{.hword}. Each expression is assembled 42 This directive is an alias for @code{.word}. Each expression is assembled 46 This directive is an alias for @code{.func} denoting the start of function 50 This directive is an alias for @code{.endfunc} denoting the end of function 54 This directive is an alias for @code{.rva}. The resolved address of @var{label}
|