HomeSort by relevance Sort by last modified time
    Searched refs:aliases (Results 51 - 75 of 247) sorted by null

1 23 4 5 6 7 8 910

  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 185 for (String alias : mTrustedCertificateStore.aliases()) {
262 List<ParcelableString> aliases = new ArrayList<ParcelableString>(aliasSet.size());
266 aliases.add(parcelableString);
268 return new ParceledListSlice<ParcelableString>(aliases);
319 List<String> aliases = new ArrayList<String>(chain.size());
325 aliases.add(alias);
328 return aliases;
  /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/perf-3.12.0/tools/perf/util/
help.c 236 static struct cmdnames aliases; variable in typeref:struct:cmdnames
242 /* Also use aliases for command lookup */
244 add_cmdname(&aliases, var + 6, strlen(var + 6));
278 memset(&aliases, 0, sizeof(aliases));
284 add_cmd_list(&main_cmds, &aliases);
  /external/chromium_org/net/quic/
quic_stream_factory.cc 623 const AliasSet& aliases = session_aliases_[session]; local
624 for (AliasSet::const_iterator it = aliases.begin(); it != aliases.end();
638 if (!aliases.empty()) {
640 aliases.begin()->is_https());
658 const AliasSet& aliases = session_aliases_[session]; local
659 for (AliasSet::const_iterator it = aliases.begin(); it != aliases.end();
666 if (aliases.empty()) {
671 aliases.begin()->is_https())
713 const AliasSet& aliases = session_aliases_.find(session)->second; local
    [all...]
  /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:__anon16037
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/icu/icu4c/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/llvm/test/MC/ARM/
fconst.s 3 @ fconstd/fconsts aliases
vfp-aliases-diagnostics.s 7 .type aliases,%function
8 aliases: label
33 @ CHECK-LABEL: aliases
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.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/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.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
files.py 133 """A collection of aliases for paths.
140 map a path through those aliases to produce a unified path.
146 self.aliases = []
150 """Add the `pattern`/`result` pair to the list of aliases.
183 self.aliases.append((regex, result, pattern_sep, result_sep))
186 """Map `path` through the aliases.
197 for regex, result, pattern_sep, result_sep in self.aliases:
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestKeyManager.java 157 private String[] dumpAliases(String[] aliases) {
159 for (String alias : aliases) {
164 return aliases;
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 331 Enumeration<String> aliases = keystore.aliases(); local
332 if (!aliases.hasMoreElements()) {
336 while (aliases.hasMoreElements()) {
337 String alias = aliases.nextElement();
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_proto_size.py 350 aliases = []
360 aliases.append( [func.name, enum_sigs[ sig ]] )
366 for [alias_name, real_name] in aliases:
473 aliases = []
509 aliases.append( [func.name, ef.name] )
517 if a: aliases.append(a)
520 for [alias_name, real_name] in aliases:
627 # it to the list of function aliases.
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_size.py 350 aliases = []
360 aliases.append( [func.name, enum_sigs[ sig ]] )
366 for [alias_name, real_name] in aliases:
473 aliases = []
509 aliases.append( [func.name, ef.name] )
517 if a: aliases.append(a)
520 for [alias_name, real_name] in aliases:
627 # it to the list of function aliases.
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 102 // We have some aliases in the form x-blah .. match those first.
120 // the registry must be valid aliases. If a supported charset is not listed in the IANA
579 // Get the aliases for this charset.
580 std::vector<std::string> aliases; local
581 if (!collectStandardNames(env, icuCanonicalName, "IANA", aliases)) {
584 if (!collectStandardNames(env, icuCanonicalName, "MIME", aliases)) {
587 if (!collectStandardNames(env, icuCanonicalName, "JAVA", aliases)) {
590 if (!collectStandardNames(env, icuCanonicalName, "WINDOWS", aliases)) {
593 jobjectArray javaAliases = toStringArray(env, aliases);
  /external/chromium_org/net/spdy/
spdy_session_pool.cc 179 NOTREACHED(); // It shouldn't be in the aliases table if we can't get it!
214 const std::set<SpdySessionKey>& aliases = available_session->pooled_aliases(); local
215 for (std::set<SpdySessionKey>::const_iterator it = aliases.begin();
216 it != aliases.end(); ++it) {
364 // Walk the aliases map, find references to this pair.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 53 protected $server, $version, $trustRoot, $aliases, $identifier_select = false
337 $this->aliases = array(); variable
344 $this->aliases[$alias] = 'http://axschema.org/' . $field;
350 foreach ($this->aliases as $alias => $ns) {
  /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/chromium_org/third_party/icu/source/data/zone/
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.

Completed in 1528 milliseconds

1 23 4 5 6 7 8 910