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

<<11121314151617181920>>

  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 34 import java.util.Enumeration;
  /hardware/broadcom/wlan/bcm4329/src/include/
hndsoc.h 44 #define SI_ENUM_BASE 0x18000000 /* Enumeration space base */
  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 107 * DSP_ECHANGEDURINGENUM: During Enumeration there has been a change in
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 107 * DSP_ECHANGEDURINGENUM: During Enumeration there has been a change in
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_keysym.h 294 /* Enumeration of valid key mods (possibly OR'd together) */
  /prebuilt/windows/sdl/include/SDL/
SDL_keysym.h 289 /* Enumeration of valid key mods (possibly OR'd together) */
  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
Charset.java 32 import java.util.Enumeration;
355 Enumeration<URL> e = null;
476 Enumeration<URL> e = null;
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DriverManagerTest.java 36 import java.util.Enumeration;
155 Enumeration<?> driverList = DriverManager.getDrivers();
378 Enumeration<Driver> driverList = DriverManager.getDrivers();
  /development/host/windows/usb/api/
adb_api.h 221 will be not included in the enumeration.
223 SPINT_ACTIVE set) will be included in the enumeration.
248 enumeration is over and there are no more entries to return.
  /external/icu4c/common/unicode/
chariter.h 359 * Origin enumeration for the move() and move32() functions.
585 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
598 * @param origin Origin enumeration {kStart, kCurrent, kEnd}
  /external/icu4c/common/
utrie2.c 22 * This file contains only the runtime and enumeration code, for read-only access.
484 /* enumeration -------------------------------------------------------------- */
543 /* get the enumeration value that corresponds to an initial-value trie data entry */
utrie2.h 141 /* enumeration callback types */
159 * The callback function can stop the enumeration by returning FALSE.
165 * @return FALSE to stop the enumeration
172 * Do not modify the trie during the enumeration.
532 * Do not modify the trie during the enumeration.
    [all...]
  /external/libxml2/include/libxml/
tree.h 196 * List structure used when there is an enumeration in DTDs.
203 const xmlChar *name; /* Enumeration name */
229 xmlEnumerationPtr tree; /* or the enumeration tree if any */
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/include/
pv_frame_metadata_interface.h 109 * An enumeration of the major states of the pvFrameAndMetdata utility.
141 * An enumeration of error types from pvFrameAndMetadata
171 * An enumeration of informational event types from pvFrameAndMetadata
  /external/opencore/engines/author/include/
pvauthorengineinterface.h 37 * An enumeration of the major states of the pvAuthor Engine.
50 * Enumeration of errors from pvAuthor Engine.
59 * Enumeration of informational events from pvAuthor Engine.
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 32 import java.util.Enumeration;
109 Enumeration<? extends ZipEntry> entries = zip.entries();
746 // desc is the class descriptor of the enumeration class.
  /dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 28 import java.util.Enumeration;
170 Enumeration<String> enumar = mockManager.getLoggerNames();
202 Enumeration<String> enumar = mockManager.getLoggerNames();
541 Enumeration<String> enumar = mockManager.getLoggerNames();
579 Enumeration<String> enumar2 = mockManager.getLoggerNames();
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 347 assertTrue("Current thread must be in enumeration of threads",
377 assertTrue("Current thread must be in enumeration of threads",
387 assertTrue("Current thread must be in enumeration of threads",
407 assertTrue("Current thread must be in enumeration of threads",
427 assertTrue("Current thread must be in enumeration of threads",
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 28 import java.util.Enumeration;
263 for (Enumeration keys = h.keys();
367 for (Enumeration keys = subhash.keys();
436 for (Enumeration keys = h.keys();
518 for (Enumeration keys = subhash.keys();
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 640 * condition) this will return null. If there is no locale data, an empty enumeration
652 * @return a string enumeration over locale strings. The caller is
659 * Given a keyword, create a string enumeration of all values
665 * @return a string enumeration over collation keyword values, or NULL
684 * @return a string enumeration over keyword values for the given key and the locale.
    [all...]
ucal.h 518 * Create an enumeration over all time zones.
522 * @return an enumeration object that the caller must dispose of using
532 * Create an enumeration over all time zones associated with the given
541 * @return an enumeration object that the caller must dispose of using
    [all...]
ucol.h 547 * @return a string enumeration over locale strings. The caller is
560 * @return a string enumeration over locale strings. The caller is
568 * Given a keyword, create a string enumeration of all values
574 * @return a string enumeration over collation keyword values, or NULL
594 * @return a string enumeration over keyword values for the given key and the locale.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h     [all...]

Completed in 193 milliseconds

<<11121314151617181920>>