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

<<11121314151617181920>>

  /external/v8/src/mips/
frames-mips.h 96 // Must be the same as kDebugMarkOffset. Alias introduced when upgrading.
121 // This is just an alias with a shorter name. Use it from now on.
  /external/webkit/WebCore/manual-tests/
cursor.html 31 <div style="width: 20px; height: 20px; margin: 10px; background: #ddd; cursor: alias">alias</div>
  /external/webkit/WebKit/qt/docs/
qtwebkit.qdocconf 46 alias.i = e
47 alias.include = input
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
dispatch.py 147 """Add resource path alias.
153 alias_resource_path: alias resource path
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 208 char *alias = obj->variant.symLinkVariant.alias; local
210 if(*alias == '/')
213 obj = yaffsfs_FindObject(NULL,alias,symDepth++);
218 obj = yaffsfs_FindObject(obj->parent,alias,symDepth++);
1401 char *alias = obj->variant.symLinkVariant.alias; local
1403 strncpy(buf,alias,bufsiz - 1);
  /external/zlib/old/
visual-basic.txt 86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
  /frameworks/base/docs/html/guide/topics/manifest/
meta-data-element.jd 12 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
manifest-intro.jd 98 <a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a>
101 <a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;/activity-alias&gt;</a>
134 <br/><code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
188 <code><a href="{@docRoot}guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></code>
191 it is an alias for.)
  /sdk/files/
ant_rules_r1.xml 312 <isset property="key.alias" />
318 <echo>No key.store and key.alias properties found in build.properties.</echo>
331 message="Please enter password for alias '${key.alias}':"
332 addproperty="key.alias.password" />
341 alias="${key.alias}"
342 keypass="${key.alias.password}"
ant_rules_r2.xml 319 <isset property="key.alias" />
325 <echo>No key.store and key.alias properties found in build.properties.</echo>
338 message="Please enter password for alias '${key.alias}':"
339 addproperty="key.alias.password" />
348 alias="${key.alias}"
349 keypass="${key.alias.password}"
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.h 180 char *alias; /* Alias - always in upper case*/ member in struct:ConEntry_t
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow.h 63 collected during alias analysis. */
101 /* Set of memory tags that contain VAR in their alias set. */
109 /* Memory reference statistics collected during alias analysis. */
195 /* Memory reference statistics collected during alias analysis.
319 /* The "no alias" attribute allows alias analysis to make more
320 aggressive assumptions when assigning alias sets, computing
329 /* The symbol does not alias with other symbols that have a
333 /* The symbol does not alias with other symbols that have a
334 NO_ALIAS*, and it may not alias with global symbols. *
    [all...]
  /external/apache-http/src/org/apache/http/conn/ssl/
SSLSocketFactory.java 78 * keytool -import -alias "my server cert" -file server.crt -keystore my.truststore
99 * <pre>keytool -genkey -v -alias "my client key" -validity 365 -keystore my.keystore</pre>
106 * <pre>keytool -certreq -alias "my client key" -file mycertreq.csr -keystore my.keystore</pre>
119 * <pre>keytool -import -alias "my trusted ca" -file caroot.crt -keystore my.keystore</pre>
125 * <pre>keytool -import -alias "my client key" -file mycert.p7 -keystore my.keystore</pre>
  /external/icu4c/i18n/
olsontz.h 43 * a. Alias (int, length 1). An alias zone is an int resource. The
310 const int32_t *transitionTimes; // alias into res; do not delete
316 const int32_t *typeOffsets; // alias into res; do not delete
323 const uint8_t *typeData; // alias into res; do not delete
translit.cpp 977 TransliteratorAlias* alias = 0; local
    [all...]
unum.cpp 211 // otherwise, alias the destination buffer
244 // otherwise, alias the destination buffer
276 // otherwise, alias the destination buffer
614 // otherwise, alias the destination buffer
736 // otherwise, alias the destination buffer
zonemeta.cpp 367 const UChar* alias = ures_getNextString(aliases, NULL, NULL, &status); local
372 // Create canonical map entry for this alias
387 uhash_put(canonicalMap, (UChar*)alias, entry, &status);
420 // Not in CLDR data, but it could be new one whose alias is available
425 UnicodeString alias = TimeZone::getEquivalentID(*zone, j); local
426 if (alias == *zone) {
430 alias.extract(aliasUChars, ZID_KEY_MAX, status);
    [all...]
  /packages/apps/Email/src/com/android/exchange/
SSLSocketFactory.java 84 * keytool -import -alias "my server cert" -file server.crt -keystore my.truststore
105 * <pre>keytool -genkey -v -alias "my client key" -validity 365 -keystore my.keystore</pre>
112 * <pre>keytool -certreq -alias "my client key" -file mycertreq.csr -keystore my.keystore</pre>
125 * <pre>keytool -import -alias "my trusted ca" -file caroot.crt -keystore my.keystore</pre>
131 * <pre>keytool -import -alias "my client key" -file mycert.p7 -keystore my.keystore</pre>
  /system/core/sh/
input.c 63 #include "alias.h"
75 struct alias *ap; /* if push was associated with an alias */
355 sp->ap = (struct alias *)ap;
357 ((struct alias *)ap)->flag |= ALIASINUSE;
  /external/dnsmasq/src/
network.c 62 an IP address with --dhcp-bridge=interface,alias,alias */
63 struct dhcp_bridge *bridge, *alias; local
66 for (alias = bridge->alias; alias; alias = alias->next)
67 if (strncmp(name, alias->iface, IF_NAMESIZE) == 0)
83 if (alias)
    [all...]
  /external/openssl/apps/
x509.c 114 " -alias - output certificate alias\n",
123 " -setalias arg - set certificate alias\n",
178 char *alias=NULL; local
359 alias= *(++argv);
433 else if (strcmp(*argv,"-alias") == 0)
676 if (alias) X509_alias_set1(x, (unsigned char *)alias, -1);
755 else BIO_puts(STDout,"<No Alias>\n");
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 19 <li><a href="#AliasResources">Creating alias resources</a></li>
606 can create an alias to a resource. See <a href="#AliasResources">Creating
607 alias resources</a> below.</li>
618 <h3 id="AliasResources">Creating alias resources</h3>
623 resource that acts as an alias for a resource saved in your default resource directory.</p>
626 create an alias to another resource. In particular, animation, menu, raw, and other unspecified
643 <p>To create an alias to an existing drawable, use the {@code &lt;bitmap&gt;} element.
654 can reference as {@code R.drawable.icon}, but is actually an alias for the {@code
660 <p>To create an alias to an existing layout, use the {@code &lt;include&gt;}
671 as {@code R.layout.main}, but is actually an alias for the {@code R.layout.main_ltr
    [all...]
  /external/libxml2/
encoding.c 54 const char *alias; member in struct:_xmlCharEncodingAlias
988 if (xmlCharEncodingAliases[i].alias != NULL)
989 xmlFree((char *) xmlCharEncodingAliases[i].alias);
999 * @alias: the alias name as parsed, in UTF-8 format (ASCII actually)
1001 * Lookup an encoding name for the given alias.
1006 xmlGetEncodingAlias(const char *alias) {
1010 if (alias == NULL)
1017 upper[i] = toupper(alias[i]);
1023 * Walk down the list looking for a definition of the alias
1139 const char *alias; local
1309 const char *alias; local
1626 xmlCharEncoding alias; local
    [all...]
  /bionic/libm/src/
s_nexttoward.c 19 * where long double is the same as double, nexttoward() is an alias
s_scalbnl.c 26 * where long double is the same as double, scalbnl() is an alias

Completed in 863 milliseconds

<<11121314151617181920>>