HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 26 - 50 of 198) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/chrome/renderer/prerender/
prerender_dispatcher.h 41 void OnPrerenderRemoveAliases(const std::vector<GURL>& aliases);
56 // Updated by the browser processes as aliases are discovered.
  /libcore/luni/src/main/java/java/security/
Provider.java 489 if (s.aliases != null) {
517 if (aliasTable != null && s.aliases != null) {
530 if (s.aliases != null) {
531 for (Iterator<String> i = s.aliases.iterator(); i.hasNext();) {
552 if (s.aliases != null) {
553 for (Iterator<String> i = s.aliases.iterator(); i.hasNext();) {
595 if (s.aliases.contains(aliasName)) {
596 s.aliases.remove(aliasName);
615 && ser.aliases != null) {
616 for (String alias : ser.aliases) {
820 private List<String> aliases; field in class:Provider.Service
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
TrustedCertificateKeyStoreSpi.java 78 return Collections.enumeration(store.aliases());
86 return store.aliases().size();
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
KeyManagerFactoryTest.java 162 String[] aliases = km.getClientAliases(keyType, null); local
164 assertNull(keyType, aliases);
167 assertNotNull(keyType, aliases);
168 for (String alias : aliases) {
173 String[] aliases = km.getServerAliases(keyType, null); local
175 assertNull(keyType, aliases);
178 assertNotNull(keyType, aliases);
179 for (String alias : aliases) {
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetTest.java 91 System.err.println("isRegistered was false for " + name + " " + cs.name() + " " + cs.aliases());
93 assertTrue("isRegistered was false for " + name + " " + cs.name() + " " + cs.aliases(), cs.isRegistered());
98 assertFalse("isRegistered was true for " + name + " " + cs.name() + " " + cs.aliases(), cs.isRegistered());
428 assertEquals("mock", c.aliases().toArray()[0]);
429 assertEquals(1, c.aliases().toArray().length);
474 assertEquals(0, c.aliases().toArray().length);
490 assertEquals(0, c.aliases().toArray().length);
501 // Test the constructor with illegal aliases: starting with neither a digit nor a letter.
527 assertEquals(3, c.aliases().size());
528 assertTrue(c.aliases().contains("mock"))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 44 protected Map<String,String> aliases = new TreeMap<String, String>(); field in class:AssignTokenTypesBehavior
192 String prevAliasTokenID = aliases.get(tokenID);
201 aliases.put(tokenID, literal);
210 System.out.println("aliases="+aliases);
223 System.out.println("aliases="+aliases);
270 // walk aliases if any and assign types to aliased literals if literal
272 Set s = aliases.keySet();
275 String literal = (String)aliases.get(tokenID)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
data.py 173 def combine_parallel_data(self, aliases=None):
179 If `aliases` is provided, it's a `PathAliases` object that is used to
183 aliases = aliases or PathAliases()
191 filename = aliases.map(filename)
194 filename = aliases.map(filename)
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 19 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
23 # All aliases (to not be included under 'installed'), but not including root.
  /external/smack/src/org/xbill/DNS/
Lookup.java 47 private List aliases; field in class:Lookup
188 aliases = null;
399 if (aliases == null)
400 aliases = new ArrayList();
401 aliases.add(oldname);
600 * Returns all known aliases for this name. Whenever a CNAME/DNAME is
603 * @return The aliases.
609 if (aliases == null)
611 return (Name []) aliases.toArray(new Name[aliases.size()])
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 60 /* The maximum number of aliases that a standard tag/converter combination can have.
102 uint16_t *aliases; /* Index into stringStore */ member in struct:__anon20962
107 uint16_t totalAliasCount; /* Total aliases in this column */
118 uint16_t totalAliasCount; /* Total aliases in this row */
126 /* Used for storing all aliases */
131 /* Used for storing the lists section that point to aliases */
135 /* Were the standard tags declared before the aliases. */
299 /* write the table of aliases based on a tag/converter name combination */
312 if (tags[i].aliasList[n].aliases!=NULL) {
313 uprv_free(tags[i].aliasList[n].aliases);
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 115 * also have one or more aliases, returned by {@link #aliases}. A charset can be looked up
116 * by canonical name or any of its aliases using {@link #forName}.
165 * Constructs a <code>Charset</code> object. Duplicated aliases are
170 * @param aliases
171 * an array containing all aliases of the charset. May be null.
175 * <code>aliases</code>.
177 protected Charset(String canonicalName, String[] aliases) {
184 if (aliases != null) {
185 for (String alias : aliases) {
389 public final Set<String> aliases() { method in class:Charset
    [all...]
  /packages/apps/Email/src/com/beetstra/jutf7/
CharsetProvider.java 78 if (charset.aliases().contains(charsetName))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 161 Enumeration<String> aliases = keyStore.aliases(); local
164 // we add the aliases to the combo.
174 while (aliases.hasMoreElements()) {
175 String alias = aliases.nextElement();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java 37 * more aliases and is compatible with Java 1.3. It will use a simple detection
45 * MIME character set names and to get a list of known aliases.
52 * <td>Aliases</td>
800 private String[] aliases = null; field in class:CharsetUtil.Charset
802 private Charset(String canonical, String mime, String[] aliases) {
805 this.aliases = aliases;
    [all...]
  /external/linux-tools-perf/util/
help.c 241 static struct cmdnames aliases; variable in typeref:struct:cmdnames
247 /* Also use aliases for command lookup */
249 add_cmdname(&aliases, var + 6, strlen(var + 6));
283 memset(&aliases, 0, sizeof(aliases));
289 add_cmd_list(&main_cmds, &aliases);
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 60 /* The maximum number of aliases that a standard tag/converter combination can have.
102 uint16_t *aliases; /* Index into stringStore */ member in struct:__anon13590
107 uint16_t totalAliasCount; /* Total aliases in this column */
118 uint16_t totalAliasCount; /* Total aliases in this row */
126 /* Used for storing all aliases */
131 /* Used for storing the lists section that point to aliases */
135 /* Were the standard tags declared before the aliases. */
298 /* write the table of aliases based on a tag/converter name combination */
321 /* Add the empty tag, which is for untagged aliases */
326 /* read the list of aliases */
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 127 * us to choose from the available entry aliases.
233 * This clears out all previous aliases and replaces it with the
270 Enumeration<String> aliases = ks.aliases(); local
272 return aliases;
290 List<String> aliases = new ArrayList<String>(); local
292 aliases.add(result.nextElement());
294 mAdapter.setAliases(aliases);
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 176 // If there are aliases TO this zone, then the following set will
178 set<int32_t> aliases; member in struct:ZoneInfo
189 // Clear the list of aliases OF this zone.
192 // Add an alias to the list of aliases OF this zone.
202 return aliases;
210 aliases.clear();
214 assert(aliasTo < 0 && index >= 0 && aliases.find(index) == aliases.end());
215 aliases.insert(index);
220 assert(aliases.size() == 0)
735 set<string> aliases; member in struct:FinalZone
1510 const set<string>& aliases = i->second; local
1565 const set<string>& aliases = i->second; local
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 176 // If there are aliases TO this zone, then the following set will
178 set<int32_t> aliases; member in struct:ZoneInfo
189 // Clear the list of aliases OF this zone.
192 // Add an alias to the list of aliases OF this zone.
202 return aliases;
210 aliases.clear();
214 assert(aliasTo < 0 && index >= 0 && aliases.find(index) == aliases.end());
215 aliases.insert(index);
220 assert(aliases.size() == 0)
735 set<string> aliases; member in struct:FinalZone
1510 const set<string>& aliases = i->second; local
1565 const set<string>& aliases = i->second; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetEncoderTest.java 123 public MockMalfunctionCharset(String canonicalName, String[] aliases) {
124 super(canonicalName, aliases);
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
X509KeyManagerImpl.java 122 Enumeration<String> aliase = keyTest.aliases();
166 Enumeration<String> aliase = keyTest.aliases();
  /external/chromium_org/chrome/common/extensions/permissions/
chrome_api_permissions.cc 322 // Register aliases.
323 std::vector<PermissionsProvider::AliasInfo> aliases; local
324 aliases.push_back(PermissionsProvider::AliasInfo(
326 aliases.push_back(PermissionsProvider::AliasInfo(
328 return aliases;
  /external/oprofile/libpopt/
poptint.h 75 poptItem aliases; member in struct:poptContext_s
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 40 * boolean options can have "negative aliases" -- eg. if
83 # but expands short options, converts aliases, etc.
120 def _check_alias_dict (self, aliases, what):
121 assert isinstance(aliases, dict)
122 for (alias, opt) in aliases.items():
133 """Set the aliases for this option parser."""
138 """Set the negative aliases for this option parser.

Completed in 497 milliseconds

12 3 4 5 6 7 8