HomeSort by relevance Sort by last modified time
    Searched full:alias (Results 226 - 250 of 1344) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/jarutils/src/com/android/jarutils/
KeystoreHelper.java 55 String alias,
83 commandList.add("-alias");
84 commandList.add(alias);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/
DefaultPolicy.java 70 * alias. <br>
76 * alias(es) to keystore certificates. These fields can be omitted to denote any
85 * be omitted and then the name is treated as an alias to X.509 Certificate, and
95 * class. SignedBy value represents the keystore alias(es) to certificate(s)
99 * be correctly signed by the said alias(es). <br>
123 * <dt>alias: <i>name </i>
124 * <dd>Denotes substitution of a KeyStore alias. Namely, if a KeyStore has an
  /dalvik/libcore/security/src/main/java/java/security/
Provider.java 64 // Contains "Service.Alias" and Provider.Service classes added using
72 // Contains "Service.Alias" and Provider.Service classes added using put()
375 alg = getPropertyIgnoreCase("Alg.Alias." + servAlg); //$NON-NLS-1$
615 super.put("Alg.Alias." + s.type + "." + i.next(), s.algorithm); //$NON-NLS-1$ //$NON-NLS-2$
636 super.remove("Alg.Alias." + s.type + "." + i.next()); //$NON-NLS-1$ //$NON-NLS-2$
665 if (k.startsWith("Alg.Alias.")) { // Alg.Alias.<crypto_service>.<aliasName>=<standardName> //$NON-NLS-1$
745 if (key.startsWith("Alg.Alias.")) { // Alg.Alias.<crypto_service>.<aliasName>=<standardName> //$NON-NLS-1$
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 2634 UResourceBundle *rb = NULL, *alias = NULL; local
2695 UResourceBundle *rb = NULL, *alias = NULL, *a=NULL; local
    [all...]
  /external/openssl/crypto/objects/
objects.txt 3 !Alias ccitt itu-t
8 !Alias joint-iso-ccitt joint-iso-itu-t
40 !Alias id-fieldType ansi-X9-62 1
47 !Alias id-publicKeyType ansi-X9-62 2
49 !Alias ellipticCurve ansi-X9-62 3
50 !Alias c-TwoCurve X9-62_ellipticCurve 0
71 !Alias primeCurve X9-62_ellipticCurve 1
79 !Alias id-ecSigType ansi-X9-62 4
91 !Alias secg_ellipticCurve certicom-arc 0
131 !Alias wap-wsg-idm-ecid wap-wsg
    [all...]
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore4Test.java 280 String alias = keyStore.getCertificateAlias(TestKeyStoreSpi.CERT); local
281 assertNotNull("alias is null", alias);
282 assertEquals("alias is not expected", "certalias", alias);
305 assertNull("alias was not null", certificateAlias);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
es-ES_pos.utf 22 ! 20: alias XNPR for the user lexicon
23 ! 21: alias XN for the user lexicon
24 ! 22: alias XV for the user lexicon
25 ! 23: alias XA for the user lexicon
26 ! 24: alias XADV for the user lexicon
27 ! 25: alias XX for the user lexicon
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_pos.utf 22 ! 20: alias XNPR for the user lexicon
23 ! 21: alias XN for the user lexicon
24 ! 22: alias XV for the user lexicon
25 ! 23: alias XA for the user lexicon
26 ! 24: alias XADV for the user lexicon
27 ! 25: alias XX for the user lexicon
  /external/webkit/WebCore/bindings/scripts/
IDLParser.pm 32 use constant MODE_ALIAS => 13; # 'alias' section
374 } elsif ($_ =~ /(\A|\b)alias/) {
376 # whose names contain the substring "alias".
407 print " |- Trying to parse alias...\n" unless $beQuiet;
415 print " |----> Alias; INTERFACE \"$interfaceName\" WRAPPER \"$wrapperName\"\n |-\n |\n" unless $beQuiet;
417 # FIXME: Check if alias is already in aliases
  /external/webkit/WebCore/platform/graphics/
FontCache.cpp 137 // Alias Courier <-> Courier New
150 // Alias Times and Times New Roman.
158 // Alias Arial and Helvetica
168 // alias MS Sans Serif (bitmap font) -> Microsoft Sans Serif (truetype font)
174 // Alias MS Serif (bitmap) -> Times New Roman (truetype font). There's no
208 // We were unable to find a font. We have a small set of fonts that we alias to other names,
  /external/icu4c/data/mappings/
convrtrs.txt 8 # If this converter alias table looks very confusing, a much easier to
23 # This is an alias file used by the character set converter.
31 # taggedAlias ::= alias [ tags ]
35 # alias ::= converterName
57 # The * after the standard tag denotes that the previous alias is the
71 # must not get an old alias, because it would mean that
72 # old files with this alias would be interpreted differently.
92 # tables with the same alias. If an alias is given to more than one converter,
93 # it is considered to be an ambiguous alias, and the affinity list wil
    [all...]
  /external/elfutils/
configure.ac 191 extern __typeof (name) aliasname __attribute__ ((alias (#name)));
202 extern __typeof (name) aliasname __attribute__ ((alias (#name), visibility ("internal"))) internal_function_def;
246 extern __typeof__ (name) __##name##_internal __attribute__ ((alias (#name)));
  /external/icu4c/common/unicode/
uscript.h 90 /** Canadian_Aboriginal script (alias). @stable ICU 2.2 */
205 * <p>Note: To search by short or long script alias only, use
206 * u_getPropertyValueEnum(UCHAR_SCRIPT, alias) instead. This does
  /external/iptables/extensions/
libipt_icmp.c 27 /* Alias */ { "pong", 0, 0, 0xFF },
55 /* Alias */ { "ping", 8, 0, 0xFF },
62 /* Alias */ { "ttl-exceeded", 11, 0, 0xFF },
  /external/kernel-headers/original/linux/
init.h 186 /* These macros create a dummy inline: gcc 2.9x does not count alias
196 int init_module(void) __attribute__((alias(#initfn)));
202 void cleanup_module(void) __attribute__((alias(#exitfn)));
  /external/libxml2/include/libxml/
encoding.h 201 const char *alias);
203 xmlDelEncodingAlias (const char *alias);
205 xmlGetEncodingAlias (const char *alias);
  /cts/tests/src/android/graphics/drawable/cts/
DrawableTestUtils.java 60 if (!"alias".equals(nodeName)) {
  /dalvik/libcore/security/src/test/java/tests/targets/security/
MessageDigestTestMD2.java 81 put("Alg.Alias.MessageDigest.1.2.840.113549.2.2", "MD2");
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 468 String alias = null; local
474 // alias = ekm.chooseServerAlias(certType, null,
478 alias = ekm.chooseEngineServerAlias(certType, null,
483 if (alias != null) {
484 certs = ekm.getCertificateChain(alias);
488 // alias = km.chooseServerAlias(certType, null, this.socketOwner);
489 // if (alias != null) {
491 certs = km.getCertificateChain(alias);
503 privKey = parameters.getKeyManager().getPrivateKey(alias);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 49 * @param nameAlias A potential alias for the name, or null.
77 * @param nameAlias A potential alias for the name, or null.
108 * @param nameAlias A potential alias for the name, or null.
132 * @param nameAlias A potential alias for the name, or null.
160 * @param nameAlias A potential alias for the name, or null.
190 * @param nameAlias A potential alias for the name, or null.
216 * @param nameAlias A potential alias for the name, or null.
257 * @param nameAlias A potential alias for the name, or null.
403 * @return A potential alias for the name, or null.
  /external/bluetooth/bluez/src/
device.c 308 /* Alias (fallback to name or address) */
317 dict_append_entry(&dict, "Alias", DBUS_TYPE_STRING, &ptr);
360 const char *alias, void *data)
372 /* Remove alias if empty string */
374 g_str_equal(alias, "") ? NULL : alias);
381 DEVICE_INTERFACE, "Alias",
382 DBUS_TYPE_STRING, &alias);
443 } else if (g_str_equal("Alias", property)) {
444 const char *alias; local
948 char alias[MAX_NAME_LENGTH + 1]; local
    [all...]
  /external/dropbear/libtommath/
bn_mp_div_2d.c 69 /* alias */
bn_mp_mul_2d.c 56 /* alias */
bn_s_mp_add.c 53 /* alias for digit pointers */
bn_s_mp_sqr.c 49 /* alias for where to store the results */

Completed in 211 milliseconds

1 2 3 4 5 6 7 8 91011>>