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

1 2 34 5 6 7 8 91011>>

  /cts/tests/res/xml/
layout.xml 17 <alias xmlns:android="http://schemas.android.com/apk/res/android">
46 </alias>
scaledrawable.xml 17 <alias xmlns:android="http://schemas.android.com/apk/res/android">
35 </alias>
  /external/bluetooth/glib/gobject/
gmarshal.list 22 # NONE deprecated alias for VOID
23 # BOOL deprecated alias for BOOLEAN
  /external/dropbear/libtommath/
bn_fast_mp_montgomery_reduce.c 48 /* alias for the W[] array */
51 /* alias for the digits of x*/
97 /* alias for the digits of the modulus */
100 /* Alias for the columns set by an offset of ix */
123 /* alias for current word */
126 /* alias for next word, where the carry goes */
140 /* alias for destination word */
143 /* alias for shifted double precision result */
bn_mp_cmp_mag.c 33 /* alias for a */
36 /* alias for b */
  /external/icu4c/test/testdata/
root.txt 97 rootAliasClient:alias {"/LOCALE/rootAliasDestination"}
99 nestedRootAliasClient:alias {"/LOCALE/rootAliasTable/destination"}
te_IN.txt 93 a:alias{ "sh_YU"}
  /external/iptables/extensions/
libip6t_multiport.man 11 is a convenient alias for this option.
16 is a convenient alias for this option.
libipt_multiport.man 11 is a convenient alias for this option.
16 is a convenient alias for this option.
  /external/v8/test/mjsunit/
debug-stepin-function-call.js 84 var alias = g;
86 var r = 10 + alias.call(null, 3);
94 var alias = g;
96 alias.call(null, 3);
120 var alias = g;
122 var r = 10 + alias.apply(null, [3, 'unused arg']);
130 var alias = g;
132 alias.apply(null, [3]);
  /bionic/libc/arch-x86/include/machine/
asm.h 86 * WEAK ALIAS: create a weak alias
88 #define WEAK_ALIAS(alias,sym) \
89 .weak alias; \
90 alias = sym
  /external/bluetooth/bluez/test/
test-device 23 print " alias <address> [alias]"
93 if (sys.argv[1] == "alias"):
102 print properties["Alias"]
104 device.SetProperty("Alias", sys.argv[3])
  /ndk/build/platforms/android-5/arch-x86/usr/include/machine/
asm.h 86 * WEAK ALIAS: create a weak alias
88 #define WEAK_ALIAS(alias,sym) \
89 .weak alias; \
90 alias = sym
  /ndk/build/platforms/android-8/arch-x86/usr/include/machine/
asm.h 86 * WEAK ALIAS: create a weak alias
88 #define WEAK_ALIAS(alias,sym) \
89 .weak alias; \
90 alias = sym
  /external/icu4c/data/
build.xml 138 <alias from="in_ID" to="id_ID" />
139 <alias from="iw_IL" to="he_IL" />
140 <alias from="ja_JP_TRADITIONAL" to="ja_JP@calendar=japanese" xpath="//ldml/dates/calendars/default[@type='japanese']"/>
141 <alias from="no_NO" to="nb_NO" />
142 <alias from="no_NO_NY" to="nn_NO" />
143 <alias from="en_RH" to="en_ZW" />
144 <alias from="th_TH_TRADITIONAL" to="th_TH@calendar=buddhist" xpath="//ldml/dates/calendars/default[@type='buddhist']" />
205 <alias from="de__PHONEBOOK" to="de@collation=phonebook" xpath="//ldml/collations/default[@type='phonebook']"/>
206 <alias from="es__TRADITIONAL" to="es@collation=traditional" xpath="//ldml/collations/default[@type='traditional']"/>
207 <alias from="hi__DIRECT" to="hi@collation=direct" xpath="//ldml/collations/default[@type='direct']"/
    [all...]
  /external/openssl/crypto/asn1/
x_x509a.c 77 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
96 if (!x || !x->aux || !x->aux->alias)
98 ASN1_UTF8STRING_free(x->aux->alias);
99 x->aux->alias = NULL;
103 if(!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) return 0;
104 return ASN1_STRING_set(aux->alias, name, len);
125 if(!x->aux || !x->aux->alias) return NULL;
126 if(len) *len = x->aux->alias->length;
127 return x->aux->alias->data
    [all...]
  /external/webkit/WebCore/platform/text/
TextEncodingRegistry.cpp 145 static void checkExistingName(const char* alias, const char* atomicName)
147 const char* oldAtomicName = textEncodingNameMap->get(alias);
153 if (strcmp(alias, "ISO-8859-8-I") == 0
157 LOG_ERROR("alias %s maps to %s already, but someone is trying to make it map to %s",
158 alias, oldAtomicName, atomicName);
163 static void addToTextEncodingNameMap(const char* alias, const char* name)
165 ASSERT(strlen(alias) <= maxEncodingNameLength);
167 ASSERT(strcmp(alias, name) == 0 || atomicName);
170 checkExistingName(alias, atomicName);
171 textEncodingNameMap->add(alias, atomicName)
    [all...]
  /external/bluetooth/bluez/doc/
device-api.txt 126 changed. Use the Alias property instead.
157 string Alias [readwrite]
159 The name alias for the remote device. The alias can
163 In case no alias is set, it will return the remote
164 device name. Setting an empty string as alias will
167 When reseting the alias with an empty string, the
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 157 // alias 1
160 // alias 2
163 // alias 3
203 // alias 1
206 // alias 2
209 // alias 3
220 assertTrue("the alias names were returned wrong", i == 3
252 // alias 1
255 // alias 2
297 // alias
339 String alias = keyTest.getCertificateAlias(cert[1]); local
1228 String alias = "alias"; local
    [all...]
  /external/icu4c/tools/tzcode/
icuzones 10 # in tz.alias for rataining backward compatibility.
22 # Link canonical alias
39 # These definitions were originally defined in tz.alias.
  /external/icu4c/i18n/
transreg.h 35 * the create() method on the alias to create the actual
36 * transliterator, and deletes the alias.
44 * Construct a simple alias (type == SIMPLE)
50 * Construct a compound RBT alias (type == COMPOUND)
57 * Construct a rules alias (type = RULES)
78 * Return TRUE if this alias is rule-based. If so, the caller
99 // 1. Simple alias
100 // Here aliasID is the alias string. Everything else is
113 const UnicodeSet* compoundFilter; // alias
164 * Return a non-NULL aliasReturn value if the ID points to an alias
    [all...]
  /external/bison/src/
symtab.c 66 res->alias = NULL;
274 | Declare the new symbol SYM. Make it an alias of SYMVAL, and type |
281 if (symval->alias)
284 else if (sym->alias)
292 symval->alias = sym;
293 sym->alias = symval;
306 | Check that THIS, and its alias, have same precedence and |
313 symbol *alias = this; local
314 symbol *orig = this->alias;
317 if (!(this->alias && this->user_token_number == USER_NUMBER_ALIAS)
    [all...]
  /development/samples/AliasActivity/res/values/
strings.xml 18 <string name="app_label">An Alias</string>
  /external/oprofile/libpopt/
popt.h 99 #define POPT_BADOPTION_NOALIAS (1 << 0) /*!< don't go into an alias */
129 * A popt alias argument for poptAddAlias().
141 * A popt alias or exec argument for poptAddItem().
145 struct poptOption option; /*!< alias/exec name(s) and description. */
146 int argc; /*!< (alias) no. of args. */
148 const char ** argv; /*!< (alias) args, must be free()able. */
158 * Empty table marker to enable displaying popt alias/exec options.
165 0, "Options implemented via popt alias/exec:", NULL },
329 * Add alias to context.
330 * @todo Pass alias by reference, not value
    [all...]
  /external/oprofile/
popt.h 99 #define POPT_BADOPTION_NOALIAS (1 << 0) /*!< don't go into an alias */
129 * A popt alias argument for poptAddAlias().
141 * A popt alias or exec argument for poptAddItem().
145 struct poptOption option; /*!< alias/exec name(s) and description. */
146 int argc; /*!< (alias) no. of args. */
148 const char ** argv; /*!< (alias) args, must be free()able. */
158 * Empty table marker to enable displaying popt alias/exec options.
165 0, "Options implemented via popt alias/exec:", NULL },
329 * Add alias to context.
330 * @todo Pass alias by reference, not value
    [all...]

Completed in 151 milliseconds

1 2 34 5 6 7 8 91011>>