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

<<11121314151617181920>>

  /cts/tools/dasm/src/java_cup/
lalr_state.java 4 import java.util.Enumeration;
89 public static Enumeration all() {return _all.elements();}
173 for (Enumeration e = itms.all(); e.hasMoreElements(); )
206 for (Enumeration st = all(); st.hasMoreElements(); )
284 Enumeration i, s, fix;
422 for (Enumeration itm = items().all(); itm.hasMoreElements(); )
466 for (Enumeration i = items().all(); i.hasMoreElements(); )
558 for (Enumeration itms = items().all(); itms.hasMoreElements(); )
572 for (Enumeration comps = items().all(); comps.hasMoreElements(); )
674 for (Enumeration itms = items().all(); itms.hasMoreElements();
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_IVCommon.h 68 * Enumeration defining possible uncompressed image/video formats.
185 * Enumeration of possible image filter types
212 * eImageFilter : Image filter type enumeration
299 * eColorBlend : Color blend type enumeration
373 * eMirror : Mirror type enumeration
490 * eWhiteBalControl : White balance enumeration
527 * eExposureControl : Exposure control enumeration
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 51 * Enumeration defining possible uncompressed image/video formats.
168 * Enumeration of possible image filter types
195 * eImageFilter : Image filter type enumeration
282 * eColorBlend : Color blend type enumeration
356 * eMirror : Mirror type enumeration
473 * eWhiteBalControl : White balance enumeration
510 * eExposureControl : Exposure control enumeration
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
MulticastSocketTest.java 33 import java.util.Enumeration;
198 Enumeration addresses = networkInterface1.getInetAddresses();
278 Enumeration addresses = networkInterface1.getInetAddresses();
373 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces();
490 Enumeration<InetAddress> addresses = thisInterface.getInetAddresses();
621 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces();
    [all...]
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestSuite.java 21 import java.util.Enumeration;
338 * Returns the tests as an enumeration. Note this is empty once the tests
342 public Enumeration tests() {
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
PolicyTest.java 50 import java.util.Enumeration;
230 Enumeration<Permission> en = pc4pd.elements();
451 Enumeration<Permission> elements = pCollection.elements();
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 28 import java.util.Enumeration;
394 //final Enumeration e = classLoader.getResources(SERVICE_ID);
395 final Enumeration e = SecuritySupport.getResources(classLoader, SERVICE_ID);
  /external/opencore/doc/oscl_html/
oscl__socket__stats_8h.html 51 <hr><h2>Enumeration Type Documentation</h2>
71 <dl compact><dt><b>Enumeration values: </b></dt><dd>
107 Socket diagnostics. <dl compact><dt><b>Enumeration values: </b></dt><dd>
  /external/opencore/protocols/systems/common/include/
pv_2way_basic_types.h 94 Enumeration of high level media types supported by the SDK
118 * An enumeration of the major states of the pv2way engine.
164 * Enumeration of unsolicited indications from pv2way.
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 27 import java.util.Enumeration;
224 Enumeration<String> apkClassNames = dexFile.entries();
263 Enumeration<? extends ZipEntry> entries = zipFile.entries();
  /frameworks/base/tests/CoreTests/android/core/
HashtableTest.java 24 import java.util.Enumeration;
233 Enumeration<String> keys;
250 Enumeration<Integer> elements;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/Inc/
TI_AdapterSEC.h 93 uEAPType - Contains value of current EAP type from enumeration
130 uEAPType - Contains value of current EAP type from enumeration
147 uEncryptType - Contains value of current encrypt type from enumeration
  /dalvik/libcore/security/src/main/java/java/security/
KeyStoreSpi.java 26 import java.util.Enumeration;
162 * Returns an {@code Enumeration} over all alias names stored in this
165 * @return an {@code Enumeration} over all alias names stored in this
168 public abstract Enumeration<String> engineAliases();
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
PKCS7SignedData.java 20 import java.util.Enumeration;
136 Enumeration ec = ASN1Set.getInstance(data.getCertificates()).getObjects();
148 Enumeration ec = ASN1Set.getInstance(data.getCRLs()).getObjects();
161 Enumeration e = data.getDigestAlgorithms().getObjects();
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 23 import java.util.Enumeration;
168 Enumeration prefixes = m_namespaces.keys();
185 Enumeration prefixes = m_namespaces.keys();
486 Enumeration prefixes = m_namespaces.keys();
  /dalvik/vm/analysis/
DexOptimize.h 40 * An enumeration of problems that can turn up during verification.
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 148 public Enumeration elements() {
185 public Enumeration keys() {
187 final Enumeration enumer = super.keys();
188 return new Enumeration() {
  /external/bison/lib/
timevar.h 63 /* An enumeration of timing variable identifiers. Constructed from
  /external/bluetooth/glib/glib/
gbookmarkfile.h 32 /* GError enumeration
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 13 * An enumeration of log level values used in conjunction with the API in
  /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 ()
  /external/freetype/include/freetype/internal/
ftdebug.h 56 /* defining the enumeration */
psaux.h 150 /* simple enumeration type used to identify token types */
175 /* enumeration type used to identify object fields */
500 /* an enumeration type to handle charstring parsing states */
546 /* parse_state :: An enumeration which controls the charstring */
    [all...]
  /external/icu4c/i18n/
transreg.h 414 class Enumeration : public StringEnumeration {
416 Enumeration(const TransliteratorRegistry& reg);
417 virtual ~Enumeration();
427 friend class Enumeration;

Completed in 191 milliseconds

<<11121314151617181920>>