Searched defs:alias (Results 1 - 25 of 180) sorted by relevance

12345678

/external/llvm/test/MC/ELF/
H A Difunc-reloc.s4 alias: label
5 .global alias
6 .type alias, @function
7 .set sym, alias
/external/clang/test/Misc/
H A Dserialized-diags-really-long-text.cpp6 typedef class AReallyLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongName {} alias; typedef in typeref:class:AReallyLooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongName
10 typedef MyTS<N-1, alias, alias, alias, alias, alias, alias, alias, alias, alias, alia
[all...]
/external/boringssl/include/openssl/
H A Dobj.h196 int alias; member in struct:obj_name_st
/external/boringssl/src/include/openssl/
H A Dobj.h196 int alias; member in struct:obj_name_st
/external/dtc/tests/
H A Dget_alias.c31 static void check_alias(void *fdt, const char *path, const char *alias) argument
35 aliaspath = fdt_get_alias(fdt, alias);
38 FAIL("fdt_get_alias(%s) failed\n", alias);
42 alias, aliaspath, path);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dvideo_common.cc22 uint32 alias; member in struct:libyuv::FourCCAliasEntry
53 if (kFourCCAliases[i].alias == fourcc) {
57 // Not an alias, so return it as-is.
/external/libyuv/files/source/
H A Dvideo_common.cc21 uint32 alias; member in struct:libyuv::FourCCAliasEntry
52 if (kFourCCAliases[i].alias == fourcc) {
56 // Not an alias, so return it as-is.
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/openssl/
H A DCertificateTrustBlock.java22 private String alias; field in class:CertificateTrustBlock
29 public CertificateTrustBlock(String alias, Set<ASN1ObjectIdentifier> uses) argument
31 this(alias, uses, null);
34 public CertificateTrustBlock(String alias, Set<ASN1ObjectIdentifier> uses, Set<ASN1ObjectIdentifier> prohibitions) argument
36 this.alias = alias;
59 this.alias = DERUTF8String.getInstance(obj).getString();
66 return alias;
125 if (alias != null)
127 v.add(new DERUTF8String(alias));
[all...]
/external/clang/include/clang/Sema/
H A DWeak.h26 IdentifierInfo *alias; // alias (optional) member in class:clang::WeakInfo
31 : alias(nullptr), loc(SourceLocation()), used(false) {}
33 : alias(Alias), loc(Loc), used(false) {}
34 inline IdentifierInfo * getAlias() const { return alias; }
39 return alias == RHS.getAlias() && loc == RHS.getLocation();
/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
H A DPluginLoader.java23 private final Map<String, String> alias; field in class:PluginLoader
27 this.alias = new HashMap<String, String>();
31 * Adds an alias for a class name to this plugin loader. Instead of the fully qualified type name,
32 * the alias can be used as a convenience name for a known plugin.
35 alias.put(name, type);
91 String aliasType = alias.get(foundPluginClass);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_enum.cc60 Alias alias; local
61 alias.value = value;
62 alias.canonical_value = canonical_value;
63 aliases_.push_back(alias);
/external/blktrace/
H A Dverify_blkparse.c13 int major, minor, cpu, nr, alias; local
33 alias = nr = 0;
53 fprintf(stdout, "alias on sequence %u\n", seq);
54 alias++;
62 fprintf(stdout, "Events %Lu: %d unordered, %d aliases\n", total_entries, nr, alias);
/external/c-ares/
H A Dares__get_hostent.c38 char *line = NULL, *p, *q, **alias; local
108 /* Pointer to start of first alias. */
199 alias = hostent->h_aliases;
201 *(alias + naliases--) = NULL;
202 *alias = NULL;
212 if ((*alias = strdup(txtalias)) == NULL)
214 alias++;
247 for (alias = hostent->h_aliases; *alias; alias
[all...]
/external/jcommander/src/test/java/com/beust/jcommander/command/
H A DCommandAliasTest.java31 * Tests command alias functionality
60 private void testCommitWithAlias(String alias) { argument
65 jc.parse(alias, "--amend", "--author", "jack", "file1.txt");
68 Assert.assertEquals(jc.getParsedAlias(), alias);
98 Assert.fail("Should not be able to register clashing alias 'xx'");
/external/llvm/include/llvm/Analysis/
H A DCFLAndersAliasAnalysis.h10 /// This is the interface for LLVM's inclusion-based alias analysis
34 /// \brief Get the alias summary for the given function
41 AliasResult alias(const MemoryLocation &LocA, const MemoryLocation &LocB) { function in class:llvm::CFLAndersAAResult
43 return AAResultBase::alias(LocA, LocB);
47 /// Analysis pass providing a never-invalidated alias analysis result.
80 // alias analysis.
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_enum.cc77 Alias alias; local
78 alias.value = value;
79 alias.canonical_value = canonical_value;
80 aliases_.push_back(alias);
H A Djava_enum_lite.cc76 Alias alias; local
77 alias.value = value;
78 alias.canonical_value = canonical_value;
79 aliases_.push_back(alias);
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_enum.cc60 Alias alias; local
61 alias.value = value;
62 alias.canonical_value = canonical_value;
63 aliases_.push_back(alias);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathSegment.java24 /** flag if segment is an alias */
25 private boolean alias; field in class:XMPPathSegment
26 /** alias form if applicable */
91 * @param alias the flag to set
93 public void setAlias(boolean alias) argument
95 this.alias = alias;
100 * @return Returns the alias.
104 return alias;
109 * @return Returns the aliasForm if this segment has been created by an alias
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DAssignTokenTypesBehavior.java153 // only call this rule an alias if combined or lexer
154 alias(t, (GrammarAST)block.getChild(0).getChild(0));
162 protected void alias(GrammarAST t, GrammarAST s) { method in class:AssignTokenTypesBehavior
168 // duplicate but identical alias; might be tokens {A='a'} and
176 // don't allow alias if A='a' in tokens section and B : 'a'; is rule.
184 return; // don't do the alias
199 return; // don't do the alias
278 // an alias still means you need a lexer rule for it
/external/bison/src/
H A Dsymtab.h95 /* Points to the other in the symbol-string pair for an alias.
97 symbol-string pair for an alias. */
98 symbol *alias; member in struct:symbol
107 this symbol has a literal string alias. For instance, `%token foo
133 * Make \c str the literal string alias of \c sym. Copy token number,
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedHelper.java45 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) argument
47 digestAlgs.put(alias.getId(), digest);
48 encryptionAlgs.put(alias.getId(), encryption);
H A DDefaultCMSSignatureAlgorithmNameGenerator.java26 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) argument
28 digestAlgs.put(alias, digest);
29 encryptionAlgs.put(alias, encryption);
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dimport_statement.py74 def alias(self): member in class:AsName
79 @alias.setter
80 def alias(self, value): member in class:AsName
86 # If we currently have no alias, add one.
92 # We already have an alias. Just update the value.
95 # Removing the alias. Strip the "as foo".
108 alias == 'd'
112 alias if there is one, the full module path in "full" imports, and the
142 def alias(self): member in class:Import
143 """The alias, i
147 def alias(self, value): member in class:Import
201 def alias(self): member in class:ImportName
205 def alias(self, value): # pylint: disable=arguments-differ member in class:ImportName
303 def alias(self): member in class:ImportFrom
311 def alias(self, value): # pylint: disable=arguments-differ member in class:ImportFrom
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DKeyManagerImpl.java71 final String alias = aliases.nextElement();
73 if (keyStore.entryInstanceOf(alias, KeyStore.PrivateKeyEntry.class)) {
75 .getEntry(alias, new KeyStore.PasswordProtection(pwd));
76 hash.put(alias, entry);
101 public X509Certificate[] getCertificateChain(String alias) { argument
102 if (alias == null) {
105 if (hash.containsKey(alias)) {
106 Certificate[] certs = hash.get(alias).getCertificateChain();
130 public PrivateKey getPrivateKey(String alias) { argument
131 if (alias
[all...]

Completed in 1180 milliseconds

12345678