/external/llvm/lib/Target/Hexagon/ |
HexagonInstrAlias.td | 43 // Alias of: memXX($Rs+#XX) = $Rt to memXX($Rs) = $Rt 95 // Alias of: $Rd = memXX($Rs+#XX) to $Rd = memXX($Rs) 132 // Alias of: if ($Pt) $Rd = memXX($Rs + #$u6_X) 152 // Alias of: if ($Pt) memXX($Rs + #$u6_X) = $Rt 188 // Alias of: if (!$Pt) $Rd = memXX($Rs + #$u6_X) 208 // Alias of: if (!$Pt) memXX($Rs + #$u6_X) = $Rt 279 // Alias of: memXX($Rs + $u6_X) |= $Rt, also &=, +=, -= 354 // Alias of: if ($Pv.new) memX($Rs) = $Rt 389 // Alias of: if ($Pt.new) $Rd = memub($Rs) -- And if (!$Pt.new) ... 430 // Alias of some insn mappings, others must be handled by the parse [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
KeySetManagerService.java | 288 String alias = definedMapping.keyAt(i); local 290 if (alias != null && pubKeys != null || pubKeys.size() > 0) { 292 newKeySetAliases.put(alias, ks.getId()); 310 * alias in its manifest to be an upgradeKeySet. This must be called 324 * provided alias. Returns null if the package is unknown or does not have a 325 * KeySet corresponding to that alias. 327 public KeySetHandle getKeySetByAliasAndPackageNameLPr(String packageName, String alias) { 332 Long keySetId = p.keySetData.getAliases().get(alias); 334 throw new IllegalArgumentException("Unknown KeySet alias: " + alias); [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/ |
connection.py | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
creststn.c | 2700 UResourceBundle *rb = NULL, *alias = NULL; local 2761 UResourceBundle *rb = NULL, *alias = NULL, *a=NULL; local [all...] |
ccapitst.c | 185 const char *alias; local 186 alias = ucnv_getAlias("utf-8", 0, &err); 189 } else if(strcmp("UTF-8", alias) != 0) { 190 log_err("FAILURE! ucnv_getAlias(\"utf-8\", 0) -> %s instead of UTF-8\n", alias); 194 alias = ucnv_getAlias("utf-8", aliasNum, &err); 197 } else if(strlen(alias) > 20) { 199 log_err("FAILURE! ucnv_getAlias(\"utf-8\", %d) -> alias %s insanely long, corrupt?!\n", aliasNum, alias); 201 log_verbose("alias %d for utf-8: %s\n", aliasNum, alias); 1160 const char *alias; member in struct:__anon12881 1206 const char *alias; local 1308 const char *alias; local [all...] |
/external/llvm/test/Bitcode/ |
compatibility.ll | 176 ; [unnamed_addr] alias <AliaseeTy> @<Aliasee> 179 @a.private = private alias i32, i32* @g.private 180 ; CHECK: @a.private = private alias i32, i32* @g.private 181 @a.internal = internal alias i32, i32* @g.internal 182 ; CHECK: @a.internal = internal alias i32, i32* @g.internal 183 @a.linkonce = linkonce alias i32, i32* @g.linkonce 184 ; CHECK: @a.linkonce = linkonce alias i32, i32* @g.linkonce 185 @a.weak = weak alias i32, i32* @g.weak 186 ; CHECK: @a.weak = weak alias i32, i32* @g.weak 187 @a.linkonce_odr = linkonce_odr alias i32, i32* @g.linkonce_od [all...] |
/external/c-ares/ |
ares_gethostbyname.c | 341 char **alias; local 404 for (alias = (*host)->h_aliases; *alias; alias++) 406 if (strcasecmp(*alias, name) == 0) 409 if (*alias)
|
/external/icu/icu4c/source/i18n/ |
unum.cpp | 196 // otherwise, alias the destination buffer 229 // otherwise, alias the destination buffer 279 // Alias the destination buffer. 306 // otherwise, alias the destination buffer 554 // otherwise, alias the destination buffer 677 // otherwise, alias the destination buffer
|
/external/llvm/tools/dsymutil/ |
dsymutil.cpp | 36 static opt<bool> Help("h", desc("Alias for -help"), Hidden); 37 static opt<bool> Version("v", desc("Alias for -version"), Hidden); 57 static alias DumpStabA("s", desc("Alias for --symtab"), aliasopt(DumpStab)); 62 static alias FlatOutA("f", desc("Alias for --flat"), aliasopt(FlatOut));
|
/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/vixl/ |
SConstruct | 46 # We track top-level targets to automatically generate help and alias them. 275 env.Alias('libvixl', libvixl) 288 env.Alias('benchmarks', benchmark_targets) 301 env.Alias('examples', example_targets) 320 env.Alias('tests', test) 324 env.Alias('all', top_level_targets.targets)
|
/frameworks/base/keystore/java/android/security/ |
KeyPairGeneratorSpec.java | 158 * Returns the alias that will be used in the {@code java.security.KeyStore} 310 * Sets the alias to be used to retrieve the key later from a 315 public Builder setAlias(@NonNull String alias) { 316 if (alias == null) { 317 throw new NullPointerException("alias == null"); 319 mKeystoreAlias = alias;
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
ExprModel.java | 258 public StaticIdentifierExpr addImport(String alias, String type, Location location) { 259 Preconditions.check(!mImports.containsKey(alias), 260 "%s has already been defined as %s", alias, type); 261 final StaticIdentifierExpr id = staticIdentifier(alias); 262 L.d("adding import %s as %s klass: %s", type, alias, id.getClass().getSimpleName()); 267 mImports.put(alias, type);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyStore4Test.java | 250 String alias = keyStore.getCertificateAlias(TestKeyStoreSpi.CERT); local 251 assertNotNull("alias is null", alias); 252 assertEquals("alias is not expected", "certalias", alias); 275 assertNull("alias was not null", certificateAlias);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
opts.h | 64 /* Argument of alias target when positive option given, or NULL. */ 66 /* Argument of alias target when negative option given, or NULL. */ 68 /* Alias target, or N_OPTS if not an alias. */ 85 /* Option is an alias when used with separate argument. */ 87 /* Alias to negative form of option. */
|
/external/icu/icu4c/source/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. 35 # taggedAlias ::= alias [ tags ] 39 # alias ::= converterName 61 # The * after the standard tag denotes that the previous alias is the 75 # must not get an old alias, because it would mean that 76 # old files with this alias would be interpreted differently. 96 # tables with the same alias. If an alias is given to more than one converter, 97 # it is considered to be an ambiguous alias, and the affinity list wil [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSSignedHelper.java | 45 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) 47 digestAlgs.put(alias.getId(), digest); 48 encryptionAlgs.put(alias.getId(), encryption);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
web.py | 50 listing is requested via the CNAME alias to 54 for a non-existent object via the CNAME alias to 106 via the CNAME alias, you can continue to use "gsutil ls" to list the bucket
|
/external/clang/test/FixIt/ |
fixit-cxx0x.cpp | 17 using ::T = void; // expected-error {{name defined in alias declaration must be an identifier}} 18 using typename U = void; // expected-error {{name defined in alias declaration must be an identifier}} 19 using typename ::V = void; // expected-error {{name defined in alias declaration must be an identifier}}
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TransliteratorRegistry.java | 241 public String alias; field in class:TransliteratorRegistry.AliasEntry 243 alias = a; 303 * Return a non-empty aliasReturn value if the ID points to an alias. 304 * We cannot instantiate it ourselves because the alias may contain 351 * Register an ID and an alias ID. This adds an entry to the 356 String alias, 358 registerEntry(ID, new AliasEntry(alias), visible); 814 * Return a non-empty aliasReturn value if the ID points to an alias. 815 * We cannot instantiate it ourselves because the alias may contain 847 aliasReturn.append(((AliasEntry) entry).alias); [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
TransliteratorRegistry.java | 240 public String alias; field in class:TransliteratorRegistry.AliasEntry 242 alias = a; 302 * Return a non-empty aliasReturn value if the ID points to an alias. 303 * We cannot instantiate it ourselves because the alias may contain 350 * Register an ID and an alias ID. This adds an entry to the 355 String alias, 357 registerEntry(ID, new AliasEntry(alias), visible); 813 * Return a non-empty aliasReturn value if the ID points to an alias. 814 * We cannot instantiate it ourselves because the alias may contain 846 aliasReturn.append(((AliasEntry) entry).alias); [all...] |
/external/iptables/extensions/ |
libipt_icmp.c | 29 /* Alias */ { "pong", 0, 0, 0xFF }, 57 /* Alias */ { "ping", 8, 0, 0xFF }, 64 /* Alias */ { "ttl-exceeded", 11, 0, 0xFF },
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/ |
InstrumenterTest.java | 242 zipout.putNextEntry(new ZipEntry("META-INF/ALIAS.SF")); 260 zipout.putNextEntry(new ZipEntry("META-INF/ALIAS.SF")); 271 assertEquals("META-INF/ALIAS.SF", zipin.getNextEntry().getName());
|
/external/libxml2/include/libxml/ |
encoding.h | 186 const char *alias); 188 xmlDelEncodingAlias (const char *alias); 190 xmlGetEncodingAlias (const char *alias);
|