/external/llvm/test/Bitcode/ |
compatibility-3.7.ll | 174 ; [unnamed_addr] alias <AliaseeTy> @<Aliasee> 177 @a.private = private alias i32* @g.private 178 ; CHECK: @a.private = private alias i32, i32* @g.private 179 @a.internal = internal alias i32* @g.internal 180 ; CHECK: @a.internal = internal alias i32, i32* @g.internal 181 @a.linkonce = linkonce alias i32* @g.linkonce 182 ; CHECK: @a.linkonce = linkonce alias i32, i32* @g.linkonce 183 @a.weak = weak alias i32* @g.weak 184 ; CHECK: @a.weak = weak alias i32, i32* @g.weak 185 @a.linkonce_odr = linkonce_odr alias i32* @g.linkonce_od [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ICUResourceBundleTest.java | 459 logln("Alias mechanism works for simplealias"); 469 logln("Alias mechanism works for nonexisting alias"); 477 logln("Alias mechanism works for referencingalias"); 493 logln("Alias mechanism works for KeyAlias0PST"); 500 logln("Alias mechanism works for KeyAlias1PacificStandardTime"); 506 logln("Alias mechanism works for KeyAlias2PDT"); 513 logln("Alias mechanism works for KeyAlias3LosAngeles. Got: "+s1); 522 logln("Alias mechanism works for testGetStringByIndexAliasing/0. Got: "+s1); 528 logln("Alias mechanism works for testGetStringByIndexAliasing/1") 825 ICUResourceBundle alias = (ICUResourceBundle)rb.get("a"); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ICUResourceBundleTest.java | 455 logln("Alias mechanism works for simplealias"); 465 logln("Alias mechanism works for nonexisting alias"); 473 logln("Alias mechanism works for referencingalias"); 489 logln("Alias mechanism works for KeyAlias0PST"); 496 logln("Alias mechanism works for KeyAlias1PacificStandardTime"); 502 logln("Alias mechanism works for KeyAlias2PDT"); 509 logln("Alias mechanism works for KeyAlias3LosAngeles. Got: "+s1); 518 logln("Alias mechanism works for testGetStringByIndexAliasing/0. Got: "+s1); 524 logln("Alias mechanism works for testGetStringByIndexAliasing/1") 821 ICUResourceBundle alias = (ICUResourceBundle)rb.get("a"); local [all...] |
/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 442 // * UnicodeString using readonly-alias to a const UChar array 445 printUnicodeString("readonly-alias string: ", three); 455 // setTo() readonly alias 457 // copying the readonly-alias object with fastCopyFrom() (new in ICU 2.4) 458 // will readonly-alias the same buffer 460 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two); 461 printf("verify that a fastCopyFrom(readonly alias) uses the same buffer pointer: %d (should be 1)\n", 465 printf("verify that a regular copy of a readonly alias uses a different buffer pointer: %d (should be 0)\n", 468 // * UnicodeString using writeable-alias to a non-const UChar array 470 printUnicodeString("writeable-alias string: ", four) [all...] |
/external/mksh/src/ |
dot.mkshrc | 50 \alias ls=ls 52 \alias l='ls -F' 53 \alias la='l -a' 54 \alias ll='l -l' 55 \alias lo='l -alo' 56 \alias doch='sudo mksh -c "$(\builtin fc -ln -1)"' 57 \command -v rot13 >/dev/null || \alias rot13='tr \ 405 i_alias[nalias]=hash; b_alias[nalias++]='\builtin alias -t' 419 i_func[nfunc++]=alias 535 y=$(\alias "$x") || y [all...] |
/external/clang/test/CodeGenCXX/ |
destructors.cpp | 89 // complete destructor alias tested above 91 // CHECK2-LABEL: @_ZN5test01AD1Ev = alias {{.*}} @_ZN5test01AD2Ev 127 // There must be a definition in this translation unit for the alias 133 // CHECK3: @_ZN5test11MD2Ev = alias {{.*}} @_ZN5test11AD2Ev 137 // CHECK3: @_ZN5test11ND2Ev = alias {{.*}} @_ZN5test11AD2Ev 141 // CHECK3: @_ZN5test11OD2Ev = alias {{.*}} @_ZN5test11AD2Ev 154 // CHECK4: @_ZN5test11SD2Ev = alias {{.*}}, bitcast {{.*}} @_ZN5test11AD2Ev 181 struct D : C {}; // D::~D() is an alias to C::~C() 367 // Verify that this doesn't get emitted as an alias
|
cxx11-thread-local.cpp | 63 // LINUX: @_ZTH1a = alias void (), void ()* @__tls_init 64 // DARWIN: @_ZTH1a = internal alias void (), void ()* @__tls_init 65 // CHECK: @_ZTHL1d = internal alias void (), void ()* @__tls_init 66 // LINUX: @_ZTHN1U1mE = alias void (), void ()* @__tls_init 67 // DARWIN: @_ZTHN1U1mE = internal alias void (), void ()* @__tls_init 68 // CHECK: @_ZTHN1VIiE1mE = linkonce_odr alias void (), void ()* @__tls_init
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
mls.py | 60 raise TypeError("{0} is an alias".format(sym.name(policy))) 81 raise TypeError("{0} is an alias".format(sym.name(policy))) 163 raise TypeError("{0} is an alias".format(sym.name(policy))) 228 for alias in self.qpol_symbol.alias_iter(self.policy): 229 yield alias 241 stmt += " alias {{ {0} }}".format(' '.join(aliases)) 243 stmt += " alias {0}".format(aliases[0]) 273 stmt += " alias {{ {0} }}".format(' '.join(aliases)) 275 stmt += " alias {0}".format(aliases[0])
|
/toolchain/binutils/binutils-2.25/cpu/ |
iq2000.cpu | 456 (dni add2 "add registers" (ALIAS NO-DIS USES-RD USES-RS USES-RT) 469 (dni addi2 "add immediate" (ALIAS NO-DIS USES-RS USES-RT) 481 (dni addiu2 "add immediate unsigned" (ALIAS NO-DIS USES-RS USES-RT) 493 (dni addu2 "add unsigned" (ALIAS NO-DIS USES-RD USES-RS USES-RT) 505 (dni ado162 "add 16, ones complement" (ALIAS NO-DIS USES-RD USES-RS USES-RT) 523 (dni and2 "and register" (ALIAS NO-DIS USES-RD USES-RS USES-RT) 535 (dni andi2 "and immediate" (ALIAS NO-DIS USES-RS USES-RT) 547 (dni andoi2 "and ones immediate" (ALIAS NO-DIS USES-RS USES-RT) 559 (dni nor2 "nor" (ALIAS NO-DIS USES-RD USES-RS USES-RT) 571 (dni or2 "or" (ALIAS NO-DIS USES-RD USES-RS USES-RT [all...] |
/external/icu/icu4c/source/test/intltest/ |
ustrtest.cpp | [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-bitfield-extract.ll | 111 ; lsr is an alias of ubfm 132 ; lsl is an alias of ubfm 154 ; lsr is an alias of ubfm 176 ; lsr is an alias of ubfm 197 ; lsl is an alias of ubfm 217 ; lsl is an alias of ubfm 246 ; lsr is an alias of ubfm 269 ; lsr is an alias of ubfm 292 ; lsr is an alias of ubfm 295 ; lsl is an alias of ubf [all...] |
/prebuilts/misc/common/swig/include/2.0.11/d/ |
std_vector.i | 33 alias push_back add; 34 alias push_back push; 35 alias push_back opCatAssign; 36 alias size length; 37 alias opSlice slice; 189 alias size_t KeyType; 190 alias $typemap(dtype, CTYPE) ValueType; 315 alias size length; 317 alias remove removeAny; 318 alias removeAny stableRemoveAny [all...] |
/external/libxml2/doc/devhelp/ |
libxml2-encoding.html | 50 int <a href="#xmlDelEncodingAlias">xmlDelEncodingAlias</a> (const char * alias); 51 const char * <a href="#xmlGetEncodingAlias">xmlGetEncodingAlias</a> (const char * alias); 55 int <a href="#xmlAddEncodingAlias">xmlAddEncodingAlias</a> (const char * name, <br/> const char * alias); 147 <div class="refsect2" lang="en"><h3><a name="xmlAddEncodingAlias"/>xmlAddEncodingAlias ()</h3><pre class="programlisting">int xmlAddEncodingAlias (const char * name, <br/> const char * alias)<br/> 148 </pre><p>Registers an alias @alias for an encoding named @name. Existing alias will be overwritten.</p> 149 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>name</tt></i>:</span></td><td>the encoding name as parsed, in UTF-8 format (ASCII actually)</td></tr><tr><td><span class="term"><i><tt>alias</tt></i>:</span></td><td>the alias name as parsed, in UTF-8 format (ASCII actually)</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>0 in case of success, -1 in case of error</td></tr></tbody></table></div></div> 175 <div class="refsect2" lang="en"><h3><a name="xmlDelEncodingAlias"/>xmlDelEncodingAlias ()</h3><pre class="programlisting">int xmlDelEncodingAlias (const char * alias)<br/ [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-dis.c | 1841 const aarch64_opcode *alias; local [all...] |
/external/e2fsprogs/intl/ |
localcharset.c | 103 /* Pointer to the contents of the charset.alias file, if it has already been 108 /* Return a pointer to the contents of the charset.alias file. */ 120 const char *base = "charset.alias"; 307 through the charset.alias file. */ 358 /* Resolve through the charset.alias file. */ 379 /* Resolve alias. */
|
/external/icu/icu4c/source/i18n/ |
utrans.cpp | 153 UnicodeString ID(idLength<0, id, idLength); // r-o alias 168 rulesLength); // r-o alias 256 UnicodeString ID(idLength<0, id, idLength); // r-o alias 275 // Create read only alias of filterPattern: 453 // writeable alias: for this ct, len CANNOT be -1 (why?) 483 // writeable alias: for this ct, len CANNOT be -1 (why?)
|
/external/icu/icu4c/source/test/cintltst/ |
stdnmtst.c | 156 dotestconv("Shift_JIS", "MIME", "ibm-943_P15A-2003") &&/* ambiguous alias */ 157 dotestconv("Shift_JIS", "", "ibm-943_P130-1999") &&/* ambiguous alias */ 158 dotestconv("ibm-943", "", "ibm-943_P15A-2003") &&/* ambiguous alias */ 159 dotestconv("ibm-943", "IBM", "ibm-943_P130-1999") &&/* ambiguous alias */ 160 dotestconv("ibm-1363", "", "ibm-1363_P11B-1998") &&/* ambiguous alias */ 161 dotestconv("ibm-1363", "IBM", "ibm-1363_P110-1997") &&/* ambiguous alias */
|
/external/jetty/src/java/org/eclipse/jetty/util/ssl/ |
AliasedX509ExtendedKeyManager.java | 33 * KeyManager to select a key with desired alias 45 * @param keyAlias Alias of the key to be selected 96 public X509Certificate[] getCertificateChain(String alias) 98 return _keyManager.getCertificateChain(alias); 105 public PrivateKey getPrivateKey(String alias) 107 return _keyManager.getPrivateKey(alias);
|
/external/llvm/tools/llvm-extract/ |
llvm-extract.cpp | 64 // ExtractAlias - The alias to extract from the module. 66 ExtractAliases("alias", cl::desc("Specify alias to extract"), 67 cl::ZeroOrMore, cl::value_desc("alias")); 73 ExtractRegExpAliases("ralias", cl::desc("Specify alias(es) to extract using a " 128 errs() << argv[0] << ": program doesn't contain alias named '"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
de-DE_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/en-US/ |
en-US_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/it-IT/ |
it-IT_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
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestSSLContext.java | 334 for (String alias: Collections.list(keyStore.aliases())) { 335 if (!keyStore.isCertificateEntry(alias)) { 338 X509Certificate keyStoreCertificate = (X509Certificate) keyStore.getCertificate(alias); 350 for (String alias: Collections.list(keyStore.aliases())) { 351 if (!keyStore.isCertificateEntry(alias)) { 354 Certificate keyStoreCertificate = keyStore.getCertificate(alias);
|
/toolchain/binutils/binutils-2.25/intl/ |
localcharset.c | 103 /* Pointer to the contents of the charset.alias file, if it has already been 108 /* Return a pointer to the contents of the charset.alias file. */ 120 const char *base = "charset.alias"; 308 through the charset.alias file. */ 359 /* Resolve through the charset.alias file. */ 380 /* Resolve alias. */
|
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | 34 * more frequently used alias functions to get this information.</p> 296 * Do a fuzzy compare of two converter/alias names. 300 * See section 1.4, Charset Alias Matching in Unicode Technical Standard #22 303 * @param name1 a converter name or alias, zero-terminated 304 * @param name2 a converter name or alias, zero-terminated 316 * The actual name will be resolved with the alias file 334 * <p>If the alias is ambiguous, then the preferred converter is used 341 * other than its an alias starting with the letters "cp". Please do not 348 * IANA alias character set names, IBM CCSIDs starting with "ibm-", 371 * The actual name will be resolved with the alias fil [all...] |