HomeSort by relevance Sort by last modified time
    Searched full:enumeration (Results 376 - 400 of 873) sorted by null

<<11121314151617181920>>

  /external/emma/core/java12/com/vladium/util/
IProperties.java 14 import java.util.Enumeration;
91 for (Enumeration names = properties.propertyNames (); names.hasMoreElements (); )
  /external/icu4c/common/
uprops.h 332 * Used by UnicodeSet for service-specific property enumeration.
390 * Return a set of characters for property enumeration.
  /external/jsr305/javadoc/javax/annotation/meta/
Exhaustive.html 100 returns a value that is an Enumeration.
103 the enumeration is an exhaustive list of the possible values.
  /external/opencore/doc/oscl_html/
classOsclProcStatus.html 64 <hr><h2>Member Enumeration Documentation</h2>
84 List of enums which contain error codes <dl compact><dt><b>Enumeration values: </b></dt><dd>
structOscl__Rb__Tree__Node__Base.html 81 <hr><h2>Member Enumeration Documentation</h2>
101 <dl compact><dt><b>Enumeration values: </b></dt><dd>
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Image.h 68 * Enumeration used to define the possible image compression coding.
150 * nIndex : Indicates the enumeration index for the format from
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java 19 import java.util.Enumeration;
107 for (Enumeration e = options.keys(); e.hasMoreElements(); ) {
  /external/webkit/JavaScriptCore/runtime/
ObjectConstructor.cpp 130 // FIXME: Use the enumeration cache.
144 // FIXME: Use the enumeration cache.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 51 * Enumeration used to define the possible image compression coding.
133 * nIndex : Indicates the enumeration index for the format from
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /external/guava/javadoc/com/google/common/collect/
Iterators.html 184 <CODE>&lt;T&gt; <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Enumeration.html?is-external=true" title="class or interface in java.util">Enumeration</A>&lt;T&gt;</CODE></FONT></TD>
191 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adapts an <code>Iterator</code> to the <code>Enumeration</code> interface.</TD>
427 <TD><CODE><B><A HREF="../../../../com/google/common/collect/Iterators.html#forEnumeration(java.util.Enumeration)">forEnumeration</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Enumeration.html?is-external=true" title="class or interface in java.util">Enumeration</A>&lt;T&gt;&nbsp;enumeration)</CODE>
430 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adapts an <code>Enumeration</code> to the <code>Iterator</code> interface.</TD>
    [all...]
  /dalvik/dx/src/junit/runner/
TestCaseClassLoader.java 214 for (Enumeration e= p.propertyNames(); e.hasMoreElements(); ) {
  /dalvik/libcore/luni/src/main/java/java/net/
MulticastSocket.java 21 import java.util.Enumeration;
84 Enumeration<InetAddress> addresses = theInterface
124 Enumeration<NetworkInterface> theInterfaces = NetworkInterface
471 Enumeration<InetAddress> theAddresses = netInterface.getInetAddresses();
  /dalvik/libcore/luni/src/test/java/junit/runner/
TestCaseClassLoader.java 214 for (Enumeration e= p.propertyNames(); e.hasMoreElements(); ) {
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
LangAccess.java 76 * not an enumeration
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java 19 import java.util.Enumeration;
486 public Enumeration engineAliases()
539 Enumeration e = table.elements();
772 Enumeration e = table.elements();
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 23 import java.util.Enumeration;
136 Enumeration associations = m_patternTable.elements();
184 Enumeration associations = m_patternTable.elements();
862 private Enumeration hashIterator;
  /dalvik/vm/
Profile.h 182 * Enumeration for the two "action" bits.
  /dalvik/vm/arch/x86/
Call386ABI.S 79 * R - return type enumeration (see jniInternal.h)
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 58 * R - return type enumeration (see jniInternal.h)
  /external/bluetooth/glib/docs/reference/glib/tmpl/
spawn.sgml 49 be from the #GSpawnError enumeration. See #GError for information on
  /external/bluetooth/glib/docs/reference/gobject/
gobject-sections.txt 300 <TITLE>Enumeration and Flag Types</TITLE>
  /external/bluetooth/glib/gobject/
genums.h 154 * The class of an enumeration type holds information about its

Completed in 256 milliseconds

<<11121314151617181920>>