/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
gfp.h | 65 #define alloc_pages(gfp_mask, order) alloc_pages_node(numa_node_id(), gfp_mask, order) 71 #define __get_dma_pages(gfp_mask, order) __get_free_pages((gfp_mask) | GFP_DMA,(order))
|
/packages/apps/Settings/src/com/android/settings/ |
PhysicalKeyboardSettings.java | 35 // Note: Order of this array should correspond to the order of the above array 42 // Note: Order of this array should correspond to the order of the above array
|
/sdk/ddms/app/ |
README | 10 In order to compile the project, make a user library called ANDROID_SWT containing the jar
|
/sdk/ddms/libs/ddmuilib/ |
README | 10 In order to compile the project, make a user library called ANDROID_SWT containing the jar
|
/sdk/sdkmanager/libs/sdkuilib/ |
README | 10 In order to compile the project, make a user library called ANDROID_SWT containing the jar
|
/sdk/sdkstats/ |
README | 10 In order to compile the project, make a user library called ANDROID_SWT containing the jar
|
/sdk/traceview/ |
README | 10 In order to compile the project, make a user library called ANDROID_SWT containing the jar
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
DOMOrder.java | 25 * Nodes that implement this index can return a document order index. 33 * Get the UID (document order index). 35 * @return integer whose relative value corresponds to document order
|
/external/icu4c/test/intltest/ |
tscoll.h | 26 struct Order 28 int32_t order; member in struct:IntlTestCollator::Order 51 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength);
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1.java | 57 * @param in a native order direct buffer of size DECODED_BLOCK_SIZE that represent a 64 * @param out a native order direct buffer of size ENCODED_BLOCK_SIZE that receives the 73 * @param in a native order direct buffer of size ENCODED_BLOCK_SIZE that contains the 76 * @param out a native order direct buffer of size DECODED_BLOCK_SIZE that will receive 90 * @param in a native order direct buffer of the image data. Formatted such that 92 * @param out a native order direct buffer of the encoded data. 102 * @param in native order direct buffer of the encoded data. 103 * @param out native order direct buffer of the image data. Will be written such that 114 * @param header native order direct buffer of the header. 122 * @param header native order direct buffer of the header [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemSort.java | 37 * order %avt; "ascending" 38 * case-order %avt; #IMPLIED 61 * list of nodes being processed in unsorted order as the current 84 * list of nodes being processed in unsorted order as the current 212 * order specifies whether the strings should be sorted in ascending 213 * or descending order. 219 * Set the "order" attribute. 220 * order specifies whether the strings should be sorted in ascending 221 * or descending order; ascending specifies ascending order; descendin [all...] |
/bionic/linker/ |
ba.c | 37 #define BA_ORDER(index) ba->bitmap[index].order 68 /* find a slots buddy Buddy# = Slot# ^ (1 << order) 104 unsigned long order = ba_order(ba, len); local 106 if (order > ba->max_order) 110 * if you find a free slot of the correct order use it 111 * otherwise, use the best fit (smallest with size > order) slot 115 if (BA_ORDER(curr) == (unsigned char)order) { 120 if (BA_ORDER(curr) > (unsigned char)order && 135 * split the slot into 2 buddies of order - 1 136 * repeat until the slot is of the correct order [all...] |
/external/quake/quake/src/WinQuake/data/ |
ORDER.TXT | 2 To order the full version of Quake (or any other id Software
8 American Express. You can also fax, mail, or email your order using
10 address is idsoftware@stream.com. To prepay and order with a check
11 by mail, send your check and the order form to:
43 wish to order our products directly, you must place your order in
52 ORDER FORM -- USE THIS FORM TO FAX , MAIL OR EMAIL YOUR ORDER.
54 id Software Order Center Date ______________
80 Order total: $______ [all...] |
/external/v8/test/mjsunit/ |
enumeration-order.js | 44 // Validate the enumeration order for object up to 100 named properties. 57 // Validate the enumeration order for object literals up to 100 named 61 // We enumerate indexed properties in numerical order followed by 62 // named properties in insertion order, followed by indexed properties 63 // of the prototype object in numerical order, followed by named 64 // properties of the prototype object in insertion order, and so on. 66 // This enumeration order is not required by the specification, so
|
/bionic/libm/man/ |
j0.3 | 88 .Em Bessel function of the first kind of the order 90 .Em order 101 .Em order 113 .Em Bessel function of the second kind of the order 115 .Em order 128 .Em order
|
/external/icu4c/common/ |
usetiter.cpp | 43 * <br>You are guaranteed that the codepoints are in sorted order, and the strings are in sorted order, 70 * <br>Note that the codepoints are in sorted order, and the strings are in sorted order, 72 * <br>You are guaranteed that the ranges are in sorted order, and the strings are in sorted order,
|
/external/iproute2/doc/actions/ |
gact-usage | 39 filter u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 32 success 20) 41 action order 1: gact action drop 56 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20) 58 action order 1: gact action drop 72 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip pref 6 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:16 (rule hit 20 success 20) 74 action order 1: gact action drop
|
/packages/apps/Email/res/xml/ |
account_settings_preferences.xml | 23 android:order="1" 30 android:order="2" 37 android:order="3" 44 android:order="4" 51 <!-- Reserve order#5 here for window size (if inserted) --> 54 android:order="6"
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
ByteOrder.java | 22 * Defines byte order constants. 47 * Returns the current platform byte order. 49 * @return the byte order object, which is either LITTLE_ENDIAN or
|
/external/kernel-headers/original/asm-generic/ |
resource.h | 8 * a different rlimit ID order in the 5-9 range and want 9 * to keep that order for binary compatibility. The reasons 11 * arches. If an arch has such special order for some rlimits
|
/external/kernel-headers/original/linux/ |
mempool.h | 69 * allocates pages of the order specified by pool_data 73 static inline mempool_t *mempool_create_page_pool(int min_nr, int order) 76 (void *)(long)order);
|
/frameworks/base/awt/javax/imageio/plugins/bmp/ |
BMPImageWriteParam.java | 61 * Sets true if the data will be written in a top-down order, false 72 * Returns true if the data is written in top-down order, false otherwise. 74 * @return true if the data is written in top-down order, false otherwise.
|
/bionic/libc/kernel/common/linux/ |
patchkey.h | 27 #error "could not determine byte order"
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Comparable.java | 22 * <em>natural order</em> of their instances. 26 * The order rule must be both transitive (if {@code x.compareTo(y) < 0} and 40 * order. 46 * {@code another}; 0 if this instance has the same order as
|
/dalvik/libcore/text/src/main/java/java/text/ |
package.html | 12 other characteristics of a language like the directionality, sorting order
|