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

1 2 3 45 6 7 8 910

  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 422 // First we get all aliases for all profiles in order to show progress
436 List<ParcelableString> aliases = mTab.getAliases(service); local
437 max += aliases.size();
438 aliasesByProfileId.put(profileId, aliases);
443 List<ParcelableString> aliases = aliasesByProfileId.get(profileId); local
447 final int aliasMax = aliases.size();
449 String alias = aliases.get(j).string;
462 Log.e(TAG, "Remote exception while loading aliases.", e);
465 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...]
ProviderTest.java 55 * Makes sure all all expected implementations (but not aliases)
158 * implementation that exists or are aliases to known algorithms.
180 // build map of all known aliases and implementations
181 Map<String,String> aliases = new HashMap<String,String>(); local
204 aliases.put(key, type + "." + value);
226 // make sure all aliases point to some known implementation
227 for (Entry<String,String> entry : aliases.entrySet()) {
  /external/llvm/test/MC/AArch64/
arm64-aliases.s 131 ; MOV aliases
151 ; MVN aliases
171 ; Bitfield aliases
205 ; Shift (immediate) aliases
229 ; Sign/Zero extend aliases
271 ; 6.6.1 Multiply aliases
293 ; Conditional select aliases
315 ; SYS aliases
547 ; 5.8.5 Vector Arithmetic aliases
639 ; 5.8.6 Scalar Arithmetic aliases
    [all...]
  /external/vixl/src/a64/
debugger-a64.cc 76 // Integer registers (X or W) and their aliases.
77 // Format: wn or xn with 0 <= n < 32 or a name in the aliases list.
255 static bool Match(const char* name, const char** aliases);
257 static void PrintHelp(const char** aliases,
1170 bool DebugCommand::Match(const char* name, const char** aliases) {
1171 for (const char** current = aliases; *current != NULL; current++) {
1225 void DebugCommand::PrintHelp(const char** aliases,
1228 VIXL_ASSERT(aliases[0] != NULL);
1232 for (const char** current = aliases; *current != NULL; current++) {
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 404 * Option flag to control the deletion: Include aliases in the
450 // aliases, in which case
465 // We're removing the aliases also. Look them up by their
471 XMPAliasInfo[] aliases = XMPMetaFactory.getSchemaRegistry().findAliases(schemaNS); local
472 for (int i = 0; i < aliases.length; i++)
474 XMPAliasInfo info = aliases[i];
491 // concerned with aliases, they are handled implicitly from the
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 16 import encodings.aliases namespace
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
596 # definitions and adding some more aliases. The file is usually
603 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
142 for name in aliases:
site.py 473 encodings.aliases.aliases[enc] = 'mbcs'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 16 import encodings.aliases namespace
399 norm_encoding = encodings.aliases.aliases.get(norm_encoding,
596 # definitions and adding some more aliases. The file is usually
603 # first looks up the encoding in the encodings.aliases dictionary and
    [all...]
socket.py 130 possibly existing aliases. In case no FQDN is available, hostname
137 hostname, aliases, ipaddrs = gethostbyaddr(name)
141 aliases.insert(0, hostname)
142 for name in aliases:
site.py 473 encodings.aliases.aliases[enc] = 'mbcs'
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KSBuilder_ImplTest.java 339 Enumeration iter = ks.aliases();
354 iter = ks1.aliases();
  /external/chromium_org/third_party/icu/source/data/lang/
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/locales/
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/mappings/
ucmlocal.mk 12 # - GB2312 table was removed and 4 aliases for GB2312 were added
  /external/chromium_org/third_party/markdown/
inlinepatterns.py 367 its aliases (see <http://ha.ckers.org/xss.html>), we whitelist known
371 "javascript" but some aliases will appear to `urlparse()` to have no
  /external/icu/icu4c/source/data/coll/
colfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
41 # All aliases (to not be included under 'installed'), but not including root.
  /external/llvm/include/llvm/IR/
Module.h 123 /// The type for the list of aliases.
199 AliasListType AliasList; ///< The Aliases in the module
501 /// Get the Module's list of aliases (constant).
503 /// Get the Module's list of aliases.
563 iterator_range<alias_iterator> aliases() { function in class:llvm::Module
566 iterator_range<const_alias_iterator> aliases() const { function in class:llvm::Module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 370 for value in encodings.aliases.aliases.itervalues():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 370 for value in encodings.aliases.aliases.itervalues():
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.c 20 * with aliases for converter names.
71 * 3) This section contains a list of sorted unique aliases. This
812 /* Enumerate the aliases for the specified converter and standard tag */
878 ucnv_io_getAliases(const char *alias, uint16_t start, const char **aliases, UErrorCode *pErrorCode) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 103 # error Do not know how to set up type aliases. Edit port.h for your system.
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 100 # error Do not know how to set up type aliases. Edit port.h for your system.
  /external/icu/icu4c/source/common/
ucnv_io.cpp 20 * with aliases for converter names.
72 * 3) This section contains a list of sorted unique aliases. This
817 /* Enumerate the aliases for the specified converter and standard tag */
883 ucnv_io_getAliases(const char *alias, uint16_t start, const char **aliases, UErrorCode *pErrorCode) {
    [all...]

Completed in 1092 milliseconds

1 2 3 45 6 7 8 910