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

<<11121314151617181920>>

  /frameworks/base/core/java/android/os/
RecoverySystem.java 33 import java.util.Enumeration;
100 Enumeration<? extends ZipEntry> entries = zip.entries();
Build.java 103 * Enumeration of the currently known SDK version codes. These are the
  /frameworks/base/tests/CoreTests/android/core/
VectorTest.java 23 import java.util.Enumeration;
387 Enumeration<Integer> elements;
  /hardware/ti/omap3/dspbridge/inc/
dbdcd.h 146 * cIndex: The object enumeration index.
152 * DSP_SENUMCOMPLETE: Enumeration completed. This is not an error code.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcd.h 146 * cIndex: The object enumeration index.
152 * DSP_SENUMCOMPLETE: Enumeration completed. This is not an error code.
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarEntryTest.java 29 import java.util.Enumeration;
  /dalvik/libcore/luni/src/main/java/java/net/
URLClassLoader.java 39 import java.util.Enumeration;
661 * @return the enumeration of URLs which point to the specified resource.
666 public Enumeration<URL> findResources(final String name) throws IOException {
693 return Collections.enumeration(result);
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 36 import java.util.Enumeration;
687 Enumeration<NetworkInterface> nif = NetworkInterface.getNetworkInterfaces();
725 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface
729 Enumeration<InetAddress> addresses = networkInterface
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 3 import java.util.Enumeration;
358 Enumeration e = seq.getObjects();
462 Enumeration e = attributes.keys();
1004 Enumeration e = seq.getObjects();
    [all...]
  /dalvik/vm/analysis/
RegisterMap.h 29 * Format enumeration for RegisterMap data area.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
markup.sgml 111 be from the #GMarkupError enumeration. See #GError for information on
  /external/bluetooth/glib/docs/reference/gobject/
glib-mkenums.1 110 enumeration\-production,
glib-mkenums.xml 113 <literal>enumeration-production</literal>, <literal>value-header</literal>,
  /external/freetype/include/freetype/
ftimage.h 130 /* An enumeration type used to describe the format of pixels in a */
221 /* An enumeration type to describe the format of a bitmap palette, */
    [all...]
  /external/icu4c/i18n/unicode/
ulocdata.h 151 * Enumeration for representing the measurement systems.
  /external/icu4c/tools/toolutil/
xmlparser.h 100 * @param i Enumeration index; initialize to 0 before getting the first child element.
  /external/opencore/codecs_v2/utilities/colorconvert/include/
pvvideoblend.h 51 This enumeration is for the clockwise rotation angle.
  /external/opencore/codecs_v2/video/avc_h264/dec/include/
avcdec_api.h 34 This enumeration is used for the status returned from the library interface.
  /external/opencore/oscl/oscl/osclproc/src/
oscl_thread.h 100 * state = Enumeration which specifies the state of the thread on creation
  /external/opencore/pvmi/recognizer/src/
pvmf_recognizer_registry_impl.h 242 * Enumeration of commands that can be issued to the PVMF Recognizer Registry
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
dplay.h 107 /* Player enumeration callback prototype */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DPLAY.H 107 /* Player enumeration callback prototype */
  /external/webkit/JavaScriptCore/wtf/
FastMalloc.h 117 // enumeration values. An alternative implementation of this
  /frameworks/base/media/libstagefright/codecs/avc/dec/include/
avcdec_api.h 30 This enumeration is used for the status returned from the library interface.

Completed in 587 milliseconds

<<11121314151617181920>>