HomeSort by relevance Sort by last modified time
    Searched full:alias (Results 676 - 700 of 4726) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/opcodes/
iq2000-opc.c     [all...]
lm32-desc.c 100 { "ALIAS", &bool_attr[0], &bool_attr[0] },
680 { 0|A(ALIAS)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
685 { 0|A(ALIAS)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
690 { 0|A(ALIAS)|A(UNCOND_CTI), { { { (1<<MACH_BASE), 0 } } } }
695 { 0|A(ALIAS), { { { (1<<MACH_BASE), 0 } } } }
700 { 0|A(ALIAS), { { { (1<<MACH_BASE), 0 } } } }
705 { 0|A(ALIAS), { { { (1<<MACH_BASE), 0 } } } }
710 { 0|A(ALIAS), { { { (1<<MACH_BASE), 0 } } } }
715 { 0|A(ALIAS), { { { (1<<MACH_BASE), 0 } } } }
720 { 0|A(ALIAS), { { { (1<<MACH_BASE), 0 } } }
    [all...]
m32r-opc.c 1117 /* Formats for ALIAS macro-insns. */
    [all...]
aarch64-gen.c 142 /* F_PSEUDO needs to be used together with F_ALIAS to indicate an alias
146 /* Skip alias (inc. pseudo) opcode. */
448 printf ("/* Lookup opcode WORD in the opcode table. N.B. all alias\n");
561 TABLE points to the alias info table, while NUM indicates the number of
585 const opcode_node *alias = real->next; local
586 for (; alias; alias = alias->next)
587 printf (" case %u:\t/* %s */\n", real_index (alias->index),
588 get_aarch64_opcode (alias)->name)
767 const aarch64_opcode *alias = preferred [i]; local
    [all...]
  /external/icu/icu4c/source/io/
ustdio.c 491 UChar *alias; local
523 alias = str->fPos;
530 limit = alias + (n - count);
535 while (alias < limit && !IS_FIRST_STRING_DELIMITER(*alias)) {
537 *(sItr++) = *(alias++);
540 if (alias < limit && IS_FIRST_STRING_DELIMITER(*alias)) {
541 if (CAN_HAVE_COMBINED_STRING_DELIMITER(*alias)) {
542 currDelim = *alias;
    [all...]
uscanf_p.c 806 char *alias = arg; local
838 limit = alias + info->fWidth - count;
841 limit = alias + ucnv_getMaxCharSize(conv);
845 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
866 *alias = 0x00;
902 UChar *alias = arg; local
923 *alias++ = c;
938 *alias = 0x0000;
1184 UChar *alias = (UChar*) (args[0].ptrValue); local
1304 const UChar *alias; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_internal.h 501 void *type; /* type, alias, or attribute */
525 void *type; /* type or alias */
535 void *src; /* type, alias, or attribute */
537 void *tgt; /* type, alias, or attribute */
543 void *result; /* type or alias */
549 void *src; /* type, alias, or attribute */
551 void *exec; /* type, alias, or attribute */
577 void *src; /* type, alias, or attribute */
579 void *tgt; /* type, alias, or attribute */
606 void *src; /* type, alias, or attribute *
    [all...]
  /external/vboot_reference/futility/
cmd_dump_fmap.c 166 struct dup_s *alias; member in struct:node_s
212 struct dup_s *alias; local
215 for (alias = p->alias; alias; alias = alias->next)
216 line(indent, alias->name, p->start, p->end, p->size,
261 struct dup_s *alias; local
263 alias = (struct dup_s *) malloc(sizeof(struct dup_s))
    [all...]
  /frameworks/compile/slang/
RSCCOptions.td 32 def target_api_EQ : Joined<["-"], "target-api=">, Alias<target_api>;
40 def _I : Separate<["-", "--"], "include-path">, MetaVarName<"<directory>">, Alias<I>;
54 def _emit_asm : Flag<["-"], "S">, Alias<emit_asm>;
79 Alias<java_reflection_path_base>;
83 Alias<java_reflection_package_name>;
87 def _bitcode_storage : Separate<["-"], "s">, Alias<bitcode_storage>;
92 def rs_package_name_EQ : Joined<["-"], "rs-package-name=">, Alias<rs_package_name>;
108 def emit_dep : Flag<["-"], "emit-dep">, Alias<M>;
113 def _output_dep_dir : Separate<["-"], "d">, Alias<output_dep_dir>;
117 def _additional_dep_target : Separate<["-"], "a">, Alias<additional_dep_target>
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 1 //===- BasicAliasAnalysis.cpp - Stateless Alias Analysis Impl -------------===//
11 // Alias Analysis interface that implements identities (two different
12 // globals cannot alias, etc), but does no stateful analysis.
48 /// of basic alias analysis.
653 AliasResult BasicAAResult::alias(const MemoryLocation &LocA, function in class:BasicAAResult
665 AliasResult Alias = aliasCheck(LocA.Ptr, LocA.Size, LocA.AATags, LocB.Ptr,
673 return Alias;
716 // is impossible to alias the pointer we're checking. If not, we have to
720 getBestAAResults().alias(MemoryLocation(*CI), MemoryLocation(Object));
765 // such that the struct field accesses provably cannot alias
    [all...]
  /external/clang/test/Driver/
mips-as.c 73 // RUN: | FileCheck -check-prefix=MIPS-ALIAS-1 %s
74 // MIPS-ALIAS-1: as{{(.exe)?}}" "-march" "mips1" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
78 // RUN: | FileCheck -check-prefix=MIPS-ALIAS-2 %s
79 // MIPS-ALIAS-2: as{{(.exe)?}}" "-march" "mips2" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
83 // RUN: | FileCheck -check-prefix=MIPS-ALIAS-3 %s
84 // MIPS-ALIAS-3: as{{(.exe)?}}" "-march" "mips3" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
88 // RUN: | FileCheck -check-prefix=MIPS-ALIAS-4 %s
89 // MIPS-ALIAS-4: as{{(.exe)?}}" "-march" "mips4" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB"
93 // RUN: | FileCheck -check-prefix=MIPS-ALIAS-5 %s
94 // MIPS-ALIAS-5: as{{(.exe)?}}" "-march" "mips5" "-mabi" "32" "-mno-shared" "-call_nonpic" "-EB
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyStore.java 419 public int generateKey(String alias, KeymasterArguments args, byte[] entropy, int uid,
422 return mBinder.generateKey(alias, args, entropy, uid, flags, outCharacteristics);
429 public int generateKey(String alias, KeymasterArguments args, byte[] entropy, int flags,
431 return generateKey(alias, args, entropy, UID_SELF, flags, outCharacteristics);
434 public int getKeyCharacteristics(String alias, KeymasterBlob clientId, KeymasterBlob appId,
437 return mBinder.getKeyCharacteristics(alias, clientId, appId, uid, outCharacteristics);
444 public int getKeyCharacteristics(String alias, KeymasterBlob clientId, KeymasterBlob appId,
446 return getKeyCharacteristics(alias, clientId, appId, UID_SELF, outCharacteristics);
449 public int importKey(String alias, KeymasterArguments args, int format, byte[] keyData,
452 return mBinder.importKey(alias, args, format, keyData, uid, flags
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
EC.java 187 provider.addAlgorithm("Alg.Alias.Signature.ECDSA", "SHA1withECDSA");
188 provider.addAlgorithm("Alg.Alias.Signature.ECDSAwithSHA1", "SHA1withECDSA");
189 provider.addAlgorithm("Alg.Alias.Signature.SHA1WITHECDSA", "SHA1withECDSA");
190 provider.addAlgorithm("Alg.Alias.Signature.ECDSAWITHSHA1", "SHA1withECDSA");
191 provider.addAlgorithm("Alg.Alias.Signature.SHA1WithECDSA", "SHA1withECDSA");
192 provider.addAlgorithm("Alg.Alias.Signature.ECDSAWithSHA1", "SHA1withECDSA");
193 provider.addAlgorithm("Alg.Alias.Signature.1.2.840.10045.4.1", "SHA1withECDSA");
196 // provider.addAlgorithm("Alg.Alias.Signature." + TeleTrusTObjectIdentifiers.ecSignWithSha1, "ECDSA");
205 // provider.addAlgorithm("Alg.Alias.Signature.DETECDSA", "ECDDSA");
206 // provider.addAlgorithm("Alg.Alias.Signature.SHA1WITHDETECDSA", "SHA1WITHECDDSA")
    [all...]
  /external/libunwind/doc/
libunwind-ia64.tex 162 \item[\Const{UNW\_IA64\_GP}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+1},
164 \item[\Const{UNW\_IA64\_TP}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+13},
166 \item[\Const{UNW\_IA64\_AR\_RSC}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+16},
168 \item[\Const{UNW\_IA64\_AR\_BSP}:] Alias for
173 \item[\Const{UNW\_IA64\_AR\_BSPSTORE}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+18},
175 \item[\Const{UNW\_IA64\_AR\_RNAT}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+19},
177 \item[\Const{UNW\_IA64\_AR\_CCV}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+32},
179 \item[\Const{UNW\_IA64\_AR\_CSD}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+25},
181 \item[\Const{UNW\_IA64\_AR\_UNAT}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+36},
183 \item[\Const{UNW\_IA64\_AR\_FPSR}:] Alias for \Const{UNW\_IA64\_GR}\texttt{+40}
    [all...]
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 1 //===- BasicAliasAnalysis.h - Stateless, local Alias Analysis ---*- C++ -*-===//
10 /// This is the interface for LLVM's primary stateless and local alias analysis.
34 /// This is the AA result object for the basic, local, and stateless alias
64 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB);
110 /// Track alias queries to guard against recursion.
127 /// alias(%p, %addr1) -> MayAlias !
180 /// Analysis pass providing a never-invalidated alias analysis result.
  /external/llvm/unittests/Analysis/
AliasAnalysisTest.cpp 59 (void)AA.alias(P1, MemoryLocation::UnknownSize, P2,
68 INITIALIZE_PASS_BEGIN(AATestPass, "aa-test-pas", "Alias Analysis Test Pass",
71 INITIALIZE_PASS_END(AATestPass, "aa-test-pass", "Alias Analysis Test Pass",
76 /// it receives an alias query. Useful for testing that a particular AA result
91 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB) { function in struct:__anon18842::TestCustomAAResult
245 // And run a pass that will make some alias queries. This will automatically
246 // trigger the rest of the alias analysis stack to be run. It is analagous to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libtic.so 
libtic.so.5 
libtic.so.5.7 
  /toolchain/binutils/binutils-2.25/ld/
mri.c 39 const char *alias; member in struct:section_name_struct
52 static struct section_name_struct *alias; variable in typeref:struct:section_name_struct
91 (*ptr)->alias = zalias;
222 /* If there is an alias for this section, add it too. */
223 for (aptr = alias; aptr; aptr = aptr->next)
224 if (strcmp (aptr->alias, p->name) == 0)
273 mri_add_to_list (&alias, is, 0, want, 0, 0);
  /frameworks/base/data/fonts/
fonts.xml 31 <alias name="sans-serif-thin" to="sans-serif" weight="100" />
32 <alias name="sans-serif-light" to="sans-serif" weight="300" />
33 <alias name="sans-serif-medium" to="sans-serif" weight="500" />
34 <alias name="sans-serif-black" to="sans-serif" weight="900" />
35 <alias name="arial" to="sans-serif" />
36 <alias name="helvetica" to="sans-serif" />
37 <alias name="tahoma" to="sans-serif" />
38 <alias name="verdana" to="sans-serif" />
48 <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
56 <alias name="times" to="serif" /
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 548 * Encode a CA certificate alias so it does not contain illegal character.
551 public static String encodeCaCertificateAlias(String alias) {
552 byte[] bytes = alias.getBytes(StandardCharsets.UTF_8);
561 * Decode a previously-encoded CA certificate alias.
564 public static String decodeCaCertificateAlias(String alias) {
565 byte[] data = new byte[alias.length() >> 1];
566 for (int n = 0, position = 0; n < alias.length(); n += 2, position++) {
567 data[position] = (byte) Integer.parseInt(alias.substring(n, n + 2), 16);
573 return alias;
578 * Set CA certificate alias
    [all...]
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 62 // want to store, or later pull, is referred to as an "alias" in this case, because calling it
169 // You'll use the alias later to retrieve the key. It's a key for the key!
214 /* If the entry is null, keys were never stored under this alias.
216 * -Check the list of aliases by iterating over Keystore.aliases(), be sure the alias
222 Log.w(TAG, "No key found under alias: " + mAlias);
229 * by something else using the same keystore with the same alias.
300 Log.w(TAG, "No key found under alias: " + mAlias);
323 public void setAlias(String alias) {
324 mAlias = alias;
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 62 // want to store, or later pull, is referred to as an "alias" in this case, because calling it
169 // You'll use the alias later to retrieve the key. It's a key for the key!
214 /* If the entry is null, keys were never stored under this alias.
216 * -Check the list of aliases by iterating over Keystore.aliases(), be sure the alias
222 Log.w(TAG, "No key found under alias: " + mAlias);
229 * by something else using the same keystore with the same alias.
300 Log.w(TAG, "No key found under alias: " + mAlias);
323 public void setAlias(String alias) {
324 mAlias = alias;
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 62 // want to store, or later pull, is referred to as an "alias" in this case, because calling it
169 // You'll use the alias later to retrieve the key. It's a key for the key!
214 /* If the entry is null, keys were never stored under this alias.
216 * -Check the list of aliases by iterating over Keystore.aliases(), be sure the alias
222 Log.w(TAG, "No key found under alias: " + mAlias);
229 * by something else using the same keystore with the same alias.
300 Log.w(TAG, "No key found under alias: " + mAlias);
323 public void setAlias(String alias) {
324 mAlias = alias;

Completed in 794 milliseconds

<<21222324252627282930>>