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

12 3 4 5

  /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) {
183 if (aliases != null) {
184 for (String alias : aliases) {
387 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/Email/src/org/apache/james/mime4j/util/
CharsetUtil.java 36 * more aliases and is compatible with Java 1.3. It will use a simple detection
44 * MIME character set names and to get a list of known aliases.
51 * <td>Aliases</td>
799 private String[] aliases = null; field in class:CharsetUtil.Charset
801 private Charset(String canonical, String mime, String[] aliases) {
804 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/bluetooth/glib/glib/
gutf8.c 400 G_LOCK_DEFINE_STATIC (aliases); variable
406 const char *aliases; local
408 G_LOCK (aliases);
414 aliases = _g_locale_get_charset_aliases ();
415 while (*aliases != '\0')
422 alias = aliases;
423 aliases += strlen (aliases) + 1;
424 canonical = aliases;
425 aliases += strlen (aliases) + 1
    [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:__anon7150
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...]
  /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...]
  /external/apache-harmony/nio_char/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);
CharsetDecoderTest.java 133 public MockMalfunctionCharset(String canonicalName, String[] aliases) {
134 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
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...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 36 * Makes sure all all expected implementations (but not aliases)
121 * implementation that exists or are aliases to known algorithms.
143 // build map of all known aliases and implementations
144 Map<String,String> aliases = new HashMap<String,String>(); local
167 aliases.put(key, type + "." + value);
189 // make sure all aliases point to some known implementation
190 for (Entry<String,String> entry : aliases.entrySet()) {
  /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 316 Enumeration<String> aliases = keystore.aliases(); local
317 if (!aliases.hasMoreElements()) {
321 while (aliases.hasMoreElements()) {
322 String alias = aliases.nextElement();
  /external/chromium/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/icu4c/data/brkitr/
brkfiles.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/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...]
  /external/v8/test/mjsunit/regress/
regress-1104.js 28 // A redeclaration of a variable that aliases a parameter and so rewrites to
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 215 String className, List<String> aliases,
217 super(provider, type, algorithm, className, aliases, attributes);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 235 * the registry must be valid aliases. If a supported charset is not listed in the IANA
296 // Get an upper bound on the number of aliases...
308 // Collect the aliases we want...
309 std::vector<std::string> aliases; local
317 aliases.push_back(name);
320 return toStringArray(env, aliases);
333 /* we have some aliases in the form x-blah .. match those first */
576 // Get the aliases for this charset.
577 jobjectArray aliases = getAliases(env, icuCanonicalName); local
589 javaCanonicalName, env->NewStringUTF(icuCanonicalName), aliases);
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
IDLParser.pm 431 # FIXME: Check if alias is already in aliases
432 my $aliases = $document->aliases;
433 $aliases->{$interfaceName} = $wrapperName;
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 277 private CertificateAdapter(List<String> aliases) {
278 mAliases = aliases;
279 mSubjects.addAll(Collections.nCopies(aliases.size(), (String) null));
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 225 Set<String> aliases = mTab.getAliases(mStore); local
226 int max = aliases.size();
229 for (String alias : aliases) {

Completed in 774 milliseconds

12 3 4 5