/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_decode_sequence_ex.c | 28 @param ordered Search an unordeded or ordered list 32 ltc_asn1_list *list, unsigned long outlen, int ordered) 90 if (!ordered && list[i].used == 1) { continue; } 110 if (!ordered) { continue; } 121 if (!ordered) { continue; } 133 if (!ordered) { continue; } 145 if (!ordered) { continue; } 156 if (!ordered) { continue; } 166 if (!ordered) { continue; [all...] |
/external/webkit/WebCore/wml/ |
WMLAttributeNames.in | 22 ordered
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
DefaultCorpusRanker.java | 85 ArrayList<Corpus> ordered = new ArrayList<Corpus>(enabledCorpora); local 86 Collections.sort(ordered, new CorpusComparator(corpora, clickScores)); 89 if (DBG) Log.d(TAG, "Ordered: " + ordered); 90 return ordered;
|
CorpusRanker.java | 29 * Gets a an ordered list of corpora.
|
/external/blktrace/doc/ |
verify_blkparse.1 | 16 the file are correctly time ordered. If an entry is found that isn't ordered,
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
RankAwarePromoterTest.java | 101 ArrayList<Corpus> ordered = new ArrayList<Corpus>(corpora.getEnabledCorpora()); local 102 Collections.sort(ordered, new Comparator<Corpus>() { 107 return ordered;
|
/external/clearsilver/java-jni/ |
CSUtil.java | 40 * Given an ordered list of directories to look in, locate the specified file. 42 * @param loadpaths the ordered list of paths to search.
|
/frameworks/base/services/java/com/android/server/am/ |
BroadcastRecord.java | 42 final boolean ordered; // serialize the send to receivers? field in class:BroadcastRecord 110 if (resultAbort || ordered || sticky || initialSticky) { 112 + " ordered=" + ordered + " sticky=" + sticky 170 ordered = _serialized;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/ |
X509Principal.java | 87 * some such, converting it into an ordered set of name attributes. 97 * some such, converting it into an ordered set of name attributes. If reverse 111 * some such, converting it into an ordered set of name attributes. lookUp
|
/external/jpeg/ |
djpeg.1 | 55 equivalent to \fB\-dct fast \-nosmooth \-onepass \-dither ordered\fR. 129 .B \-dither ordered 130 Use ordered dithering in color quantization. 135 is slow but usually produces the best results. Ordered dither is a compromise 138 Ordered dither is only available in 210 .B \-onepass \-dither ordered
|
jquant1.c | 10 * color values. Optional Floyd-Steinberg or ordered dithering is available. 53 /* Declarations for ordered dithering. 55 * We use a standard 16x16 ordered dither array. The basic concept of ordered 61 * the distance between output values. For ordered dithering, we assume that 81 * Stephen Hawley's article "Ordered Dithering" in Graphics Gems I. 158 /* Variables for ordered dithering */ 292 /* The colors are ordered in the map in standard row-major order, */ 339 /* For ordered dither, we pad the color index tables by MAXJSAMPLE in 391 * Create an ordered-dither array for a component having ncolor [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
Struct.java | 46 * @return an {@code Object} array containing the ordered attributes. 62 * @return an Object array containing the ordered attributes,.
|
/dalvik/dx/tests/083-ssa-phi-placement/ |
Blort.java | 45 * This method requires an ordered successor list with
|
/external/freetype/src/sfnt/ |
ttkern.c | 52 FT_UInt32 avail = 0, ordered = 0; local 124 * Now check whether the pairs in this table are ordered. 150 ordered |= mask; 159 face->kern_order_bits = ordered;
|
/frameworks/base/core/java/android/content/ |
IIntentReceiver.aidl | 31 String data, in Bundle extras, boolean ordered, boolean sticky);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementExclusiveTimeContainer.java | 34 * This should support another method to get the ordered collection of
|
TimeList.java | 16 * The <code>TimeList</code> interface provides the abstraction of an ordered
|
/external/stlport/doc/ |
pointer_specialization.txt | 72 In such a situation the client would think that the set is ordered 73 according its own functor but will finally have a set ordered according
|
/external/webkit/WebCore/accessibility/ |
AccessibilityList.cpp | 78 // Since it can't be both, it's probably OK to say that it's an un-ordered list. 91 // ARIA says a directory is like a static table of contents, which sounds like an ordered list.
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
DOMImplementationList.java | 17 * of an ordered collection of DOM implementations, without defining or
|
DOMStringList.java | 17 * ordered collection of <code>DOMString</code> values, without defining or
|
NodeList.java | 16 * The <code>NodeList</code> interface provides the abstraction of an ordered
|
/external/grub/stage2/ |
apic.h | 10 * Manual, order number 242692-001, which can be ordered from the
|
/external/skia/src/animator/ |
SkOperandInterpolator.h | 34 @param index The index of this frame (frames must be ordered by time)
|
/frameworks/base/core/res/res/layout/ |
date_picker.xml | 22 <!-- Warning: everything within the parent is removed and re-ordered depending
|