HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 76 - 100 of 250) sorted by null

1 2 34 5 6 7 8 910

  /external/libunwind/doc/
unw_backtrace.tex 31 aliases \Func{backtrace}() to \Func{unw\_backtrace}(), so when a program
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 497 char * aliases [k_aliases_max + 1]; member in struct:buf_header
514 // Index for aliases - grow from high end
1392 result->header->aliases [result->aliases_count] = start;
1394 result->header->aliases [result->aliases_count] = NULL;
1405 for (i = 0; result->header->aliases [i]; i++)
1407 if (strcmp (result->header->aliases [i], alias) == 0)
1409 return result->header->aliases [i];
1513 result->header->aliases[0] = NULL;
1524 result->hostent->h_aliases = result->header->aliases;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetDecoder2Test.java 133 public MockMalfunctionCharset(String canonicalName, String[] aliases) {
134 super(canonicalName, aliases);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 208 String className, List<String> aliases,
210 super(provider, type, algorithm, className, aliases, attributes);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 470 aliases = None
472 aliases = PathAliases(self.file_locator)
476 aliases.add(pattern, result)
477 self.data.combine_parallel_data(aliases=aliases)
  /external/libselinux/src/
label_file.c 681 const char **aliases,
690 if (!aliases || !aliases[0])
693 for (n = 0; aliases[n]; n++)
710 specs[i] = lookup_common(rec, aliases[i-1], type, false);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 67 self.aliases = {}
251 while args[0] in self.aliases:
252 line = self.aliases[args[0]]
858 keys = self.aliases.keys()
861 print >>self.stdout, "%s = %s" % (alias, self.aliases[alias])
863 if args[0] in self.aliases and len(args) == 1:
864 print >>self.stdout, "%s = %s" % (args[0], self.aliases[args[0]])
866 self.aliases[args[0]] = ' '.join(args[1:])
871 if args[0] in self.aliases:
872 del self.aliases[args[0]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 67 self.aliases = {}
251 while args[0] in self.aliases:
252 line = self.aliases[args[0]]
858 keys = self.aliases.keys()
861 print >>self.stdout, "%s = %s" % (alias, self.aliases[alias])
863 if args[0] in self.aliases and len(args) == 1:
864 print >>self.stdout, "%s = %s" % (args[0], self.aliases[args[0]])
866 self.aliases[args[0]] = ' '.join(args[1:])
871 if args[0] in self.aliases:
872 del self.aliases[args[0]
    [all...]
  /external/oprofile/libpopt/
popt.c 192 con->aliases = NULL;
327 /*@uses con->aliases, con->numAliases, con->optionStack, con->os,
343 if (con->aliases == NULL || con->numAliases <= 0) /* XXX can't happen */
347 item = con->aliases + i;
370 con->os->currAlias = con->aliases + i;
785 /* XXX aliases with arg substitution need "--alias=arg" */
1071 if (con->aliases != NULL)
1073 item = con->aliases + i;
1081 con->aliases = _free(con->aliases);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
IETFUtils.java 245 String[] aliases = new String[count]; local
253 aliases[count++] = key;
257 return aliases;
  /external/chromium_org/net/spdy/
spdy_session_pool.cc 182 NOTREACHED(); // It shouldn't be in the aliases table if we can't get it!
217 const std::set<SpdySessionKey>& aliases = available_session->pooled_aliases(); local
218 for (std::set<SpdySessionKey>::const_iterator it = aliases.begin();
219 it != aliases.end(); ++it) {
367 // Walk the aliases map, find references to this pair.
  /frameworks/base/keystore/java/android/security/
AndroidKeyStore.java 390 final Set<String> aliases = new HashSet<String>(rawAliases.length); local
398 aliases.add(new String(alias.substring(idx + 1)));
401 return aliases;
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 276 private CertificateAdapter(List<String> aliases) {
277 mAliases = aliases;
278 mSubjects.addAll(Collections.nCopies(aliases.size(), (String) null));
  /external/chromium_org/net/quic/
quic_client_session.h 167 base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases);
  /libcore/luni/src/test/java/tests/targets/security/
KeyStoreTest.java 71 assertTrue("keystore is empty", keyStore.aliases()
  /external/chromium_org/third_party/jinja2/
compiler.py 377 # aliases for imports
612 aliases = {}
614 aliases[name] = ident = self.temporary_identifier()
618 if name not in aliases:
622 return aliases
624 def pop_scope(self, aliases, frame):
625 """Restore all aliases and delete unused variables."""
626 for name, alias in iteritems(aliases):
630 if name not in aliases:
    [all...]
  /bionic/libc/tools/
gensyscalls.py 275 # Add any aliases for this syscall.
276 aliases = syscall["aliases"]
277 for alias in aliases:
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
20 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
32 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
20 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
32 # All aliases (to not be included under 'installed'), but not including root.
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 225 for (String alias: Collections.list(keyStore.aliases())) {
241 for (String alias: Collections.list(keyStore.aliases())) {
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 288 /** A unique prefix to identify the key aliases */
717 for (String alias : Collections.list(keyStore.aliases())) {
772 for (String alias : Collections.list(keyStore.aliases())) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 439 // First we get all aliases for all profiles in order to show progress
453 List<ParcelableString> aliases = mTab.getAliases(service); local
457 max += aliases.size();
458 aliasesByProfileId.put(profileId, aliases);
463 List<ParcelableString> aliases = aliasesByProfileId.get(profileId); local
470 final int aliasMax = aliases.size();
472 String alias = aliases.get(j).string;
485 Log.e(TAG, "Remote exception while loading aliases.", e);
488 Log.e(TAG, "InterruptedException while loading aliases.", e);
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 295 Enumeration<String> aliases = ks.aliases(); local
296 while (aliases.hasMoreElements()) {
297 String alias = aliases.nextElement();
    [all...]

Completed in 2607 milliseconds

1 2 34 5 6 7 8 910