HomeSort by relevance Sort by last modified time
    Searched full:ordered (Results 76 - 100 of 550) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/code/
CatchHandlerList.java 24 * Ordered list of (exception type, handler address) entries.
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 40 /** {@code null-ok;} ordered list of classes; set in {@link #orderItems} */
  /dalvik/libcore/luni/src/main/java/java/util/
SortedMap.java 22 * A map that has its keys ordered. The sorting is according to either the
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
OrderedTable.java 16 * Ordered lookup table. Instances of this class will keep up to four
  /dalvik/libcore/sql/src/main/java/java/sql/
SQLData.java 70 * ordered as they are in the SQL definition.</li>
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 57 * Returns the collection of sessions ordered by least-recently-used first.
  /external/blktrace/
rbtree.h 27 normal search over an ordered tree. The insert instead must be implemented
  /external/e2fsprogs/misc/
chattr.1.in 88 mounted with the "data=ordered" or "data=writeback" options. When the
  /external/grub/stage2/
smp-imps.h 11 * document, order number 242016-004, which can be ordered from the
  /external/kernel-headers/original/asm-arm/
spinlock.h 14 * V6 CPUs are assumed to have weakly ordered memory.
  /external/kernel-headers/original/linux/
rbtree.h 27 normal search over an ordered tree. The insert instead must be implemented
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
q_gain2_tab.cpp 37 * pitch gain are ordered in table to reduce complexity
  /external/opencore/oscl/oscl/osclutil/src/
oscl_priqueue.cpp 73 // make certain the child index is ordered according the comparison
  /external/skia/include/utils/
SkInterpolator.h 102 @param index The index of this frame (frames must be ordered by time)
  /external/webkit/JavaScriptCore/API/
JSBase.h 53 /*! @typedef JSPropertyNameAccumulatorRef An ordered set used to collect the names of a JavaScript object's properties. */
  /external/webkit/WebKit/mac/WebInspector/
WebNodeHighlight.mm 87 [[_targetView window] addChildWindow:_highlightWindow ordered:NSWindowAbove];
  /external/webkit/WebKit/win/Interfaces/
IWebBackForwardList.idl 36 WebBackForwardList holds an ordered list of WebHistoryItems that comprises the back and
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 323 boolean ordered = data.readInt() != 0;
326 resultCode, dataStr, extras, ordered, sticky);
740 int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky)
749 data.writeInt(ordered ? 1 : 0);
IApplicationThread.java 94 int resultCode, String data, Bundle extras, boolean ordered, boolean sticky)
  /frameworks/base/location/java/android/location/
Criteria.java 24 * location provider. Providers maybe ordered according to accuracy,
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
q_gain2_tab.cpp 37 * pitch gain are ordered in table to reduce complexity
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.h 66 /* BE is ordered here above BK for priority sensitive functions (BE is 0 but has higher priority than BK). */
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Multipart.java 37 * ordered list of body parts. The multipart body also has a preamble and
  /packages/apps/Phone/res/layout/
call_card.xml 31 This block of info needs to be Z-ordered underneath the
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.h 66 /* BE is ordered here above BK for priority sensitive functions (BE is 0 but has higher priority than BK). */

Completed in 626 milliseconds

1 2 34 5 6 7 8 91011>>