/packages/apps/Calendar/res/values/ |
donottranslate.xml | 18 <!-- Order of weekday/day label in week view --> 20 <!-- Order of month year label in month view -->
|
/external/icu4c/test/intltest/ |
tscoll.cpp | 400 Order *orders = getOrders(iter, orderLength); 425 if (o != orders[index].order) { 429 while (index > 0 && orders[--index].order == 0) { 433 if (o != orders[index].order) { 434 errln("Mismatched order at index %d: 0x%0:8X vs. 0x%0:8X", index, 435 orders[index].order, o); 453 while (index != 0 && orders[index - 1].order == 0) 496 IntlTestCollator::Order *IntlTestCollator::getOrders(CollationElementIterator &iter, int32_t &orderLength) 500 Order *orders = new Order[maxSize] 504 int32_t order; local [all...] |
itercoll.cpp | 191 Order *orders = getOrders(*iter, orderLength); 306 uint32_t order; local 310 order = iter->previous(status); 313 if (CollationElementIterator::isIgnorable(order)) 314 order = iter->previous(status); 322 if (U_FAILURE(status) && iter->getMaxExpansion(order) < count) { 536 * Testing the strength order 540 int order = 0x0123ABCD; local 560 if (iter->strengthOrder(order) != 0x01230000) { 561 errln("Strength order for a primary strength collator should be the first 2 bytes") 586 int32_t order; local [all...] |
/external/tcpdump/ |
dccp.h | 25 * @dccph_seq - sequence number high or low order 24 bits, depends on dccph_x 67 * @dccph_resp_ack_nr_high - 48 bit ack number high order bits, contains GSR 68 * @dccph_resp_ack_nr_low - 48 bit ack number low order bits, contains GSR 80 * @dccph_resp_ack_nr_high - 48 bit ack number high order bits, contains GSR 81 * @dccph_resp_ack_nr_low - 48 bit ack number low order bits, contains GSR
|
/external/icu4c/i18n/ |
bmsearch.cpp | 44 uint32_t order; member in struct:CEI 177 uint32_t order; local 190 order = ucol_next(elements, &status); 193 if (order == (uint32_t)UCOL_NULLORDER) { 198 cont = isContinuation(order); 199 order &= strengthMask; 201 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) { 203 order &= UCOL_PRIMARYORDERMASK; 205 order = UCOL_IGNORABLE 227 uint32_t order; local [all...] |
/dalvik/libcore/nio/src/main/java/java/nio/ |
DirectByteBuffer.java | 130 double result = getBaseAddress().getDouble(offset + position, order); 140 return getBaseAddress().getDouble(offset + index, order); 149 float result = getBaseAddress().getFloat(offset + position, order); 159 return getBaseAddress().getFloat(offset + index, order); 168 int result = getBaseAddress().getInt(offset + position, order); 178 return getBaseAddress().getInt(offset + index, order); 187 long result = getBaseAddress().getLong(offset + position, order); 197 return getBaseAddress().getLong(offset + index, order); 206 short result = getBaseAddress().getShort(offset + position, order); 216 return getBaseAddress().getShort(offset + index, order); [all...] |
/external/proguard/src/proguard/ |
ClassSpecification.java | 87 * in order for the class to apply. 89 * unset in order for the class to apply. 91 * annotation of the class in order for it 99 * class must extend or implement in order 103 * must extend or implement in order to 134 * in order for the class to apply. 136 * unset in order for the class to apply. 138 * annotation of the class in order for it 146 * class must extend or implement in order 150 * must extend or implement in order t [all...] |
/dalvik/dx/tests/071-dex-java-stack-ops/ |
blort.j | 126 ; Test of "dup" opcode. This should end up causing these calls in order: 138 ; Test of "dup_x1" opcode. This should end up causing these calls in order: 153 ; in order: consume1(2), consume2(1), consume3(0), consume4(2). 169 ; in order: consume1(1), consume2(0L), consume3(1). 183 ; in order: consume1(1), consume2(0), consume3(1), consume4(0). 198 ; in order: consume1(0L), consume2(0L). 210 ; in order: consume1(1), consume2(2), consume3(0), consume4(1), consume5(2). 228 ; in order: consume1(1L), consume2(2), consume3(1L). 242 ; in order: consume1(3), consume2(2), consume3(1), consume4(0), consume5(3), 262 ; in order: consume1(2L), consume2(1), consume3(0), consume4(2L) [all...] |
/sdk/eclipse/sites/external/web/ |
site.xsl | 16 <xsl:sort select="@label" order="ascending" case-order="upper-first"/> 17 <xsl:sort select="@name" order="ascending" case-order="upper-first"/> 28 <xsl:sort select="ancestor::feature//@version" order="ascending"/> 29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/> 94 <xsl:sort select="@id" order="ascending" case-order="upper-first"/> 95 <xsl:sort select="@version" order="ascending" / [all...] |
/sdk/eclipse/sites/internal/web/ |
site.xsl | 16 <xsl:sort select="@label" order="ascending" case-order="upper-first"/> 17 <xsl:sort select="@name" order="ascending" case-order="upper-first"/> 28 <xsl:sort select="ancestor::feature//@version" order="ascending"/> 29 <xsl:sort select="ancestor::feature//@id" order="ascending" case-order="upper-first"/> 94 <xsl:sort select="@id" order="ascending" case-order="upper-first"/> 95 <xsl:sort select="@version" order="ascending" / [all...] |
/external/iproute2/tc/ |
f_route.c | 45 __u32 order = 0; local 110 } else if (matches(*argv, "order") == 0) { 112 if (get_u32(&order, *argv, 0)) { 113 fprintf(stderr, "Illegal \"order\"\n"); 127 if (order) { 129 fh |= (order<<8)&0x7F00; 149 fprintf(f, "order %d ", (handle>>8)&0x7F);
|
/frameworks/base/core/java/android/view/ |
Menu.java | 48 * This is the part of an order integer that the user can provide. 53 * Bit shift of the user portion of the order integer. 59 * This is the part of an order integer that supplies the category of the 65 * Bit shift of the category portion of the order integer. 85 * Category code for the order integer for items/groups that are part of a 91 * Category code for the order integer for items/groups that are provided by 97 * Category code for the order integer for items/groups that are 104 * Category code for the order integer for items/groups that are 157 * @param order The order for the item. Use {@link #NONE} if you do not car [all...] |
/frameworks/base/core/java/android/preference/ |
PreferenceGroup.java | 69 * Whether to order the {@link Preference} children of this group as they 71 * order and default to alphabetic for those without an order. 74 * re-ordered in the order they were added, hence call this method early on. 76 * @param orderingAsAdded Whether to order according to the order added. 84 * Whether this group is ordering preferences in the order they are added. 86 * @return Whether this group orders based on the order the children are added. 120 * preference's order.
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
DirectDoubleBufferTest.java | 89 notes = "Verifies order method for direct DoubleBuffer.", 90 method = "order", 94 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
DirectFloatBufferTest.java | 90 notes = "Verifies order method for direct FloatBuffer.", 91 method = "order", 95 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
DirectLongBufferTest.java | 90 notes = "Verifies order method for direct LongBuffer.", 91 method = "order", 95 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
|
/development/host/windows/usb/ |
readme.txt | 2 WinUsb framework on customers machines. In order to build installation
24 android_winusb.inf file can be modified in order to provide support for the
28 file is modified, .cat files must be rebuilt and resigned in order to keep
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLWorld.java | 37 bb.order(ByteOrder.nativeOrder()); 41 bb.order(ByteOrder.nativeOrder()); 45 bb.order(ByteOrder.nativeOrder());
|
/external/bison/lib/ |
gnulib.mk | 14 # We need the following in order to create <getopt.h> when the system 45 # We need the following in order to create <stdbool.h> when the system 64 # We need the following in order to create an empty placeholder for
|
/external/bluetooth/glib/gio/ |
gdataoutputstream.c | 79 * GDataOutputStream:byte-order: 86 g_param_spec_enum ("byte-order", 87 P_("Byte order"), 88 P_("The byte order"), 176 * @order: a %GDataStreamByteOrder. 178 * Sets the byte order of the data output stream to @order. 182 GDataStreamByteOrder order) 187 if (priv->byte_order != order) 189 priv->byte_order = order; [all...] |
/external/kernel-headers/original/linux/sunrpc/ |
msg_prot.h | 85 * XDR integers, the byte order is from highest to lowest. The number 90 * highest-order bit of the header; the length is the 31 low-order bits.
|
/external/stlport/doc/ |
README.mingw | 13 you have to define the _STLP_USE_STATIC_LIB macro in order 18 You will need MSys in order to build STLport. 28 STLport libraries are built per default in order to be used in a
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
tns_ar_filter.cpp | 44 - Include log2(order) as a scaling down parameter. 74 Description: Changed the order of the unsigned * signed multiply so the 112 order = order of the TNS filter (Range of 1 - TNS_MAX_ORDER) 143 y(n) = x(n) - lpc(2)*y(n-1) - ... - lpc(order+1)*y(n-order) 148 The filter's order is defined by the variable (const Int order) 192 FOR (i=0; i<order; i++) 205 FOR (j=0; j<order; j++ [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
tns_ar_filter.cpp | 44 - Include log2(order) as a scaling down parameter. 74 Description: Changed the order of the unsigned * signed multiply so the 112 order = order of the TNS filter (Range of 1 - TNS_MAX_ORDER) 143 y(n) = x(n) - lpc(2)*y(n-1) - ... - lpc(order+1)*y(n-order) 148 The filter's order is defined by the variable (const Int order) 192 FOR (i=0; i<order; i++) 205 FOR (j=0; j<order; j++ [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteQueryBuilder.java | 173 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause 174 * (excluding the ORDER BY itself). Passing null will use the 175 * default sort order, which may be unordered. 207 appendClause(query, " ORDER BY ", orderBy); 259 * will be replaced by the values from selectionArgs, in order 270 * @param sortOrder How to order the rows, formatted as an SQL 271 * ORDER BY clause (excluding the ORDER BY itself). Passing null 272 * will use the default sort order, which may be unordered [all...] |