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

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 12 import java.util.Enumeration;
115 * An empty enumeration.
117 private static final Enumeration EMPTY_ENUMERATION = Collections.enumeration(Collections.emptyList());
381 * Return an enumeration of all prefixes whose declarations are
387 * returned in this enumeration; check for the default prefix
390 * @return An enumeration of prefixes (never empty).
394 public Enumeration getPrefixes ()
426 * Return an enumeration of all prefixes for a given URI whose
438 * in this enumeration; to check for the presence of a defaul
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 10 import java.util.Enumeration;
255 Enumeration sources = Transliterator.getAvailableSources();
260 Enumeration targets = Transliterator.getAvailableTargets(source);
300 // Nice little Utility for converting Enumeration to collection
301 static Set add(Set s, Enumeration enumeration) {
302 while(enumeration.hasMoreElements()) {
303 s.add(enumeration.nextElement());
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 203 static void enumeration(IO &io, MachO::LoadCommandType &value) { function in struct:llvm::yaml::ScalarEnumerationTraits
212 static void enumeration(IO &io, MachO::RebaseOpcode &value) { function in struct:llvm::yaml::ScalarEnumerationTraits
227 static void enumeration(IO &io, MachO::BindOpcode &value) { function in struct:llvm::yaml::ScalarEnumerationTraits
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 50 ; * Standard OMXResult result. See enumeration for possible result codes.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 50 ; * Standard OMXResult result. See enumeration for possible result codes.
  /libcore/ojluni/src/main/java/java/security/
UnresolvedPermissionCollection.java 114 * Returns an enumeration of all the UnresolvedPermission lists in the
117 * @return an enumeration of all the UnresolvedPermission objects.
120 public Enumeration<Permission> elements() {
133 return Collections.enumeration(results);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/clang/lib/Format/
Format.cpp 52 static void enumeration(IO &IO, FormatStyle::LanguageKind &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
62 static void enumeration(IO &IO, FormatStyle::LanguageStandard &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
72 static void enumeration(IO &IO, FormatStyle::UseTabStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
84 static void enumeration(IO &IO, FormatStyle::JavaScriptQuoteStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
92 static void enumeration(IO &IO, FormatStyle::ShortFunctionStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
103 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
113 static void enumeration(IO &IO, FormatStyle::BraceBreakingStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
127 static void enumeration(IO &IO, FormatStyle::ReturnTypeBreakingStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
140 enumeration(IO &IO, FormatStyle::DefinitionReturnTypeBreakingStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
153 static void enumeration(IO &IO function in struct:llvm::yaml::ScalarEnumerationTraits
162 static void enumeration(IO &IO, FormatStyle::BracketAlignmentStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
174 static void enumeration(IO &IO, FormatStyle::PointerAlignmentStyle &Value) { function in struct:llvm::yaml::ScalarEnumerationTraits
187 static void enumeration(IO &IO, function in struct:llvm::yaml::ScalarEnumerationTraits
    [all...]
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 119 static void enumeration(yaml::IO &IO, function in struct:llvm::yaml::ScalarEnumerationTraits
202 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) { function in struct:llvm::yaml::ScalarEnumerationTraits
251 static void enumeration(yaml::IO &IO, function in struct:llvm::yaml::ScalarEnumerationTraits
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java 25 import java.util.Enumeration;
158 // Test for method java.util.Enumeration java.util.zip.ZipFile.entries()
159 Enumeration<? extends ZipEntry> enumer = zfile.entries();
167 Enumeration<? extends ZipEntry> enumeration = zfile.entries(); local
170 enumeration.nextElement();
176 enumeration.hasMoreElements();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 39 import java.util.Enumeration;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorRegistry.java 18 import java.util.Enumeration;
392 * An internal class that adapts an enumeration over
393 * CaseInsensitiveStrings to an enumeration over Strings.
395 private static class IDEnumeration implements Enumeration<String> {
396 Enumeration<CaseInsensitiveString> en;
398 public IDEnumeration(Enumeration<CaseInsensitiveString> e) {
414 * Returns an enumeration over the programmatic names of visible
417 * @return An <code>Enumeration</code> over <code>String</code> objects
419 public Enumeration<String> getAvailableIDs() {
422 return new IDEnumeration(Collections.enumeration(availableIDs))
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorRegistry.java 17 import java.util.Enumeration;
391 * An internal class that adapts an enumeration over
392 * CaseInsensitiveStrings to an enumeration over Strings.
394 private static class IDEnumeration implements Enumeration<String> {
395 Enumeration<CaseInsensitiveString> en;
397 public IDEnumeration(Enumeration<CaseInsensitiveString> e) {
413 * Returns an enumeration over the programmatic names of visible
416 * @return An <code>Enumeration</code> over <code>String</code> objects
418 public Enumeration<String> getAvailableIDs() {
421 return new IDEnumeration(Collections.enumeration(availableIDs))
    [all...]
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 34 import java.util.Enumeration;
105 * Convenience method to return an Enumeration with all or a
111 * will be returned in the Enumeration. However, if the caller has the
114 * @return an Enumeration object with all or a subset of the InetAddresses
117 public Enumeration<InetAddress> getInetAddresses() {
119 class checkedAddresses implements Enumeration<InetAddress> {
196 * Get an Enumeration with all the subinterfaces (also known as virtual
201 * @return an Enumeration object with all of the subinterfaces
205 public Enumeration<NetworkInterface> getSubInterfaces() {
206 return Collections.enumeration(childs)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 109 def __init__(self, enumeration, message):
110 assert isinstance(enumeration, int)
112 if enumeration < 1 or enumeration > 3:
115 "value supported." % enumeration)
117 self.save_error = enumeration
118 Exception.__init__(self, 'Error %d: %s' % (enumeration, message))
503 """Register a new TokenKind enumeration.
544 """Get the enumeration name of this cursor kind."""
573 """Return all CursorKind enumeration instances.""
    [all...]
  /hardware/intel/img/psb_video/src/
Android.mk 34 # from one enumeration type to another
  /system/media/camera/docs/
camera_metadata_tags.mako 72 * before the section _END tag to preserve existing enumeration values. In
92 * Enumeration definitions for the various entries that need them
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 15 import java.util.Enumeration;
466 /*private*/ static final Enumeration EMPTY_ENUMERATION = Collections.enumeration (Collections.EMPTY_SET);
474 public Enumeration getKeys ()

Completed in 966 milliseconds

12 3 4 5 6 7 8 91011>>