/external/webkit/WebCore/ |
WebCore.qrc | 3 <file alias="missingImage.png">Resources/missingImage.png</file> 4 <file alias="nullPlugin.png">Resources/nullPlugin.png</file> 5 <file alias="textAreaResizeCorner.png">Resources/textAreaResizeCorner.png</file> 6 <file alias="urlIcon.png">Resources/urlIcon.png</file> 7 <file alias="zoomInCursor.png">Resources/zoomInCursor.png</file> 8 <file alias="zoomOutCursor.png">Resources/zoomOutCursor.png</file> 9 <file alias="verticalTextCursor.png">Resources/verticalTextCursor.png</file> 10 <file alias="cellCursor.png">Resources/cellCursor.png</file> 11 <file alias="contextMenuCursor.png">Resources/contextMenuCursor.png</file> 12 <file alias="copyCursor.png">Resources/copyCursor.png</file [all...] |
/external/icu4c/test/testdata/ |
testaliases.txt | 14 // This should produce an error - circular alias 15 aaa:alias { "testaliases/aab" } // Test circular dependency protection 16 aab:alias { "testaliases/aaa" } 19 nonexisting:alias { "/ICUDATA/ja" } 22 simplealias:alias { "testtypes/menu/file/open" } // simple referencing 24 // alias that uses another alias and references parts of the end structure 25 referencingalias:alias { "testaliases/anotheralias/2" } // Referencing through another alias 26 anotheralias:alias { "/ICUDATA/ja_JP/LocaleScript" } // Provoke a fallback to [all...] |
/external/webkit/WebKit/qt/tests/qwebframe/ |
tst_qwebframe.qrc | 3 <file alias="image.png">resources/image.png</file> 4 <file alias="style.css">resources/style.css</file> 5 <file alias="test1.html">resources/test1.html</file> 6 <file alias="test2.html">resources/test2.html</file> 7 <file alias="testiframe.html">resources/testiframe.html</file> 8 <file alias="testiframe2.html">resources/testiframe2.html</file>
|
/external/bluetooth/glib/glib/ |
galiasdef.c | 18 extern __typeof (g_array_append_vals) g_array_append_vals __attribute((alias("IA__g_array_append_vals"), visibility("default"))); 21 extern __typeof (g_array_free) g_array_free __attribute((alias("IA__g_array_free"), visibility("default"))); 24 extern __typeof (g_array_insert_vals) g_array_insert_vals __attribute((alias("IA__g_array_insert_vals"), visibility("default"))); 27 extern __typeof (g_array_new) g_array_new __attribute((alias("IA__g_array_new"), visibility("default"))); 30 extern __typeof (g_array_prepend_vals) g_array_prepend_vals __attribute((alias("IA__g_array_prepend_vals"), visibility("default"))); 33 extern __typeof (g_array_remove_index) g_array_remove_index __attribute((alias("IA__g_array_remove_index"), visibility("default"))); 36 extern __typeof (g_array_remove_index_fast) g_array_remove_index_fast __attribute((alias("IA__g_array_remove_index_fast"), visibility("default"))); 39 extern __typeof (g_array_remove_range) g_array_remove_range __attribute((alias("IA__g_array_remove_range"), visibility("default"))); 42 extern __typeof (g_array_set_size) g_array_set_size __attribute((alias("IA__g_array_set_size"), visibility("default"))); 45 extern __typeof (g_array_sized_new) g_array_sized_new __attribute((alias("IA__g_array_sized_new"), visibility("default"))) [all...] |
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 63 public Key engineGetKey(String alias, char[] password) 65 if (Keys.containsKey(alias)) { 66 return (Key) Keys.get(alias); 71 public Certificate[] engineGetCertificateChain(String alias) { 72 if (Chain.containsKey(alias)) { 73 return (Certificate[]) Chain.get(alias); 78 public Certificate engineGetCertificate(String alias) { 79 if (Cert.containsKey(alias)) { 80 return (Certificate) Cert.get(alias); 85 public Date engineGetCreationDate(String alias) { 183 String alias; local 207 String alias; local [all...] |
TestKeyStoreSpi.java | 68 public boolean engineContainsAlias(String alias) { 69 return aliases.containsKey(alias); 73 public void engineDeleteEntry(String alias) throws KeyStoreException { 74 throw new KeyStoreException("entry " + alias + " cannot be deleted"); 78 public Certificate engineGetCertificate(String alias) { 79 return (Certificate) aliases.get(alias); 88 for (Map.Entry<String, Object> alias : aliases.entrySet()) { 89 if (alias.getValue() == cert) { 90 return alias.getKey(); 98 public Certificate[] engineGetCertificateChain(String alias) { [all...] |
/external/icu4c/tools/genpname/ |
data.h | [all...] |
/bionic/libc/arch-arm/include/machine/ |
cdefs.h | 7 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 9 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 11 #define __weak_alias(alias,sym) \ 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/bionic/libc/arch-x86/include/machine/ |
cdefs.h | 12 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 14 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 16 #define __weak_alias(alias,sym) \ 17 __asm__(".weak " __STRING(alias) " ; " \ 18 __STRING(alias) " = " __STRING(sym));
|
/ndk/build/platforms/android-3/arch-arm/usr/include/machine/ |
cdefs.h | 7 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 9 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 11 #define __weak_alias(alias,sym) \ 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-4/arch-arm/usr/include/machine/ |
cdefs.h | 7 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 9 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 11 #define __weak_alias(alias,sym) \ 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-5/arch-arm/usr/include/machine/ |
cdefs.h | 7 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 9 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 11 #define __weak_alias(alias,sym) \ 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-5/arch-x86/usr/include/machine/ |
cdefs.h | 12 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 14 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 16 #define __weak_alias(alias,sym) \ 17 __asm__(".weak " __STRING(alias) " ; " \ 18 __STRING(alias) " = " __STRING(sym));
|
/ndk/build/platforms/android-8/arch-arm/usr/include/machine/ |
cdefs.h | 7 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 9 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 11 #define __weak_alias(alias,sym) \ 12 __asm__(".weak " __STRING(alias) " ; " __STRING(alias) \
|
/ndk/build/platforms/android-8/arch-x86/usr/include/machine/ |
cdefs.h | 12 #define __indr_reference(sym,alias) __lint_equal__(sym,alias) 14 #define __weak_alias(alias,sym) __lint_equal__(sym,alias) 16 #define __weak_alias(alias,sym) \ 17 __asm__(".weak " __STRING(alias) " ; " \ 18 __STRING(alias) " = " __STRING(sym));
|
/external/webkit/WebCore/platform/text/mac/ |
character-sets.txt | 49 If the character set is from an ISO standard, its cs alias is the ISO 55 revised, the year of revision is added to the cs alias of the new 66 Alias: iso-ir-6 67 Alias: ANSI_X3.4-1986 68 Alias: ISO_646.irv:1991 69 Alias: ASCII 70 Alias: ISO646-US 71 Alias: US-ASCII (preferred MIME name) 72 Alias: us 73 Alias: IBM36 [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
icons.qrc | 3 <file alias="wpa_gui.svg">icons/wpa_gui.svg</file>
|
icons_png.qrc | 3 <file alias="wpa_gui.png">icons/hicolor/16x16/apps/wpa_gui.png</file>
|
/external/webkit/WebKit/qt/tests/qwebelement/ |
tst_qwebelement.qrc | 3 <file alias="style.css">resources/style.css</file> 4 <file alias="style2.css">resources/style2.css</file> 5 <file alias="image.png">resources/image.png</file>
|
/dalvik/libcore/security/src/main/java/java/security/ |
KeyStoreSpi.java | 42 * Returns the key with the given alias, using the password to recover the 45 * @param alias 46 * the alias for the entry. 49 * @return the key with the specified alias, or {@code null} if the 50 * specified alias is not bound to an entry. 56 public abstract Key engineGetKey(String alias, char[] password) 60 * Returns the certificate chain for the entry with the given alias. 62 * @param alias 63 * the alias for the entry 64 * @return the certificate chain for the entry with the given alias, o [all...] |
/sdk/templates/ |
alias.template | 3 ALIAS PROJECTS ARE CURRENT NOT SUPPORTED. 6 <alias xmlns:android="http://schemas.android.com/apk/res/android"> 9 </alias
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
BouncyCastleProvider.java | 61 put("Alg.Alias.KeyStore.UBER", "BouncyCastle"); 62 put("Alg.Alias.KeyStore.BOUNCYCASTLE", "BouncyCastle"); 63 put("Alg.Alias.KeyStore.bouncycastle", "BouncyCastle"); 69 put("Alg.Alias.CertificateFactory.X509", "X.509"); 93 put("Alg.Alias.AlgorithmParameterGenerator.2.16.840.1.101.3.4.2", "AES"); // these first 3 are wrong, but seem to have got around 94 put("Alg.Alias.AlgorithmParameterGenerator.2.16.840.1.101.3.4.22", "AES"); 95 put("Alg.Alias.AlgorithmParameterGenerator.2.16.840.1.101.3.4.42", "AES"); 96 put("Alg.Alias.AlgorithmParameterGenerator.2.16.840.1.101.3.4.1.2", "AES"); 97 put("Alg.Alias.AlgorithmParameterGenerator.2.16.840.1.101.3.4.1.22", "AES"); 98 put("Alg.Alias.AlgorithmParameterGenerator.2.16.840.1.101.3.4.1.42", "AES") [all...] |
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/ |
X509KeyManager.java | 31 * Chooses an alias for the client side of an SSL connection to authenticate 41 * the alias selected does not depend on a specific socket. 42 * @return the alias name of a matching key or {@code null} if there are no 49 * Chooses an alias for the server side of an SSL connection to authenticate 59 * the alias selected does not depend on a specific socket. 60 * @return the alias name of a matching key or {@code null} if there are no 67 * Returns the certificate chain for the specified alias. 69 * @param alias 70 * the alias to get the certificate chain for. 71 * @return the certificate chain for the specified alias, or {@code null} i [all...] |
/dalvik/libcore/support/src/test/java/tests/support/ |
Support_TestProvider.java | 60 put("Alg.Alias.MessageDigest.SHA1", "SHA"); 61 put("Alg.Alias.MessageDigest.SHA-1", "SHA"); 62 put("Alg.Alias.MessageDigest.OID.1.3.14.3.2.26", "SHA"); 63 put("Alg.Alias.MessageDigest.1.3.14.3.2.26", "SHA"); 73 put("Alg.Alias.AlgorithmParameters.1.2.840.10040.4.1", "DSA"); 74 put("Alg.Alias.AlgorithmParameters.1.3.14.3.2.12", "DSA"); 80 put("Alg.Alias.KeyPairGenerator.OID.1.2.840.10040.4.1", "DSA"); 81 put("Alg.Alias.KeyPairGenerator.1.2.840.10040.4.1", "DSA"); 82 put("Alg.Alias.KeyPairGenerator.1.3.14.3.2.12", "DSA"); 88 put("Alg.Alias.KeyFactory.1.2.840.10040.4.1", "DSA") [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
activity-alias-element.jd | 1 page.title=<activity-alias> 6 <dd><pre class="stx"><activity-alias android:<a href="#enabled">enabled</a>=["true" | "false"] 14 </activity-alias></pre></dd> 24 <dd>An alias for an activity, named by the {@code targetActivity} 26 alias and it must be declared before the alias in the manifest. 29 The alias presents the target activity as a independent entity. 32 can activate the target through the alias and how the system 33 treats the alias. For example, the intent filters on the alias may [all...] |