HomeSort by relevance Sort by last modified time
    Searched full:order (Results 1451 - 1475 of 5392) sorted by null

<<51525354555657585960>>

  /dalvik/libdex/
DexSwapVerify.c 418 LOGE("Out-of-order map item: 0x%x then 0x%x\n",
570 LOGE("Out-of-order string_ids: '%s' then '%s'\n", s0, s1);
601 // Check ordering. This relies on string_ids being in order.
603 LOGE("Out-of-order type_ids: 0x%x then 0x%x\n",
719 // Check ordering. This relies on type_ids being in order.
721 LOGE("Out-of-order proto_id return types\n");
753 LOGE("Out-of-order proto_id arguments\n");
799 // Check ordering. This relies on the other sections being in order.
826 LOGE("Out-of-order field_ids\n");
865 // Check ordering. This relies on the other sections being in order
    [all...]
  /development/pdk/docs/porting/
bluetooth.jd 71 Andoird uses Bluez, which comes with some useful debugging tools. The snippet below provides examples in a suggested order:</p>
192 In order to support these features, Android needs to move to a Bluez 4.x version. This change is not scheduled at this time.</li>
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MatrixPaletteRenderer.java 105 .order(ByteOrder.nativeOrder());
114 .order(ByteOrder.nativeOrder()).asCharBuffer();
  /development/samples/SearchableDictionary/res/raw/
definitions.txt 55 analogy - n. drawing a comparison in order to show a similarity in some respect
75 arrange - v. put into a proper or systematic order
311 embargo - n. a government order imposing a trade barrier
322 enact - v. order by virtue of superior authority; decree
406 forth - a. forward in time or order or degree
462 immigrant - n. a person who comes to a country where they were not born in order to settle there
    [all...]
  /device/htc/common/updater/
bootloader.c 196 // in order to reserve that block. We'll use the block to
198 // recovery. We write the log as late as possible in order to
  /external/apache-http/src/org/apache/http/impl/client/
ClientParamsStack.java 43 * When retrieving a parameter, the stack is searched in a fixed order
191 * See class comment for search order.
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPoolEntry.java 156 // In this order, we can be sure that only a successful
297 // In this order, we can be sure that only a successful
  /external/bison/lib/
bitset.h 324 /* Loop over all elements of BSET, in reverse order starting with
326 following will print the bits set in a bitset in reverse order:
  /external/bluetooth/bluez/sbc/
sbc_primitives_neon.c 44 * function) in order to have only aligned reads from 'in' array
104 * function) in order to have only aligned reads from 'in' array
  /external/bluetooth/bluez/src/
hcid.conf.5.in 120 In practice, most Bluetooth clients scan their surroundings in two successive steps: they first look for all bluetooth devices around them and find out their "class". You can do this on Linux with the \fBhcitool scan\fP command. Then, they use SDP in order to check if a device in a given class offers the type of service that they want.
209 rswitch: this is a mode that enables role\-switch (master <\-> slave) between two devices in a piconet. It is not clear whether this needs to be enabled in order to make the "lm master" setting work properly or not.
  /external/bluetooth/glib/docs/reference/glib/
glib-docs.sgml 8 <!ENTITY glib-Byte-Order-Macros SYSTEM "xml/byte_order.xml">
127 &glib-Byte-Order-Macros;
  /external/bluetooth/glib/docs/reference/glib/tmpl/
arrays.sgml 209 does not preserve the order of the #GArray. But it is faster than
238 If two array elements compare equal, their order in the sorted array is
trees-nary.sgml 220 @order:
292 @order:
  /external/bluetooth/glib/glib/
gqsort.c 80 /* Order size using quicksort. This implementation incorporates
95 insertion sort to order the MAX_THRESH items within each partition.
  /external/bluetooth/hcidump/parser/
rfcomm.h 196 #error "Unknown byte order"
490 #error "Unknown byte order"
  /external/e2fsprogs/e2fsck/
dirinfo.c 147 * sequential order; but once in a while (like when pass 3
149 * directory) it is called out of order. In those cases, we
  /external/freetype/include/freetype/
ftoutln.h 29 #error "Please fix the directory search order for header files"
53 /* <Order> */
  /external/freetype/src/psnames/
psmodule.c 140 /* Look for a non-initial dot in the glyph name in order to */
381 /* Sort the table in increasing order of unicode values, */
  /external/grub/stage2/
common.c 103 (1) contiguous, (2) sorted in ascending order, or (3) non-overlapping.
165 /* Store the size of extended memory in EXTENDED_MEMORY, in order to
  /external/icu4c/i18n/
ucol_bld.cpp 620 uint32_t order = 0; local
630 order = ucol_getNextCE(UCA, &s, status);
631 if(isContinuation(order)) {
635 if((order&UCOL_CASE_BIT_MASK)== UCOL_UPPER_CASE) {
880 uint32_t order = 0; local
884 order = ucol_getNextCE(src->UCA, &s, status);
885 if(order == UCOL_NO_MORE_CES) {
888 tok->expCEs[tok->noOfExpCEs++] = order;
    [all...]
  /external/icu4c/i18n/unicode/
plurrule.h 40 * examines each condition in order and returns the keyword for the
55 * Each rule is examined in order, and the first keyword whose condition
ucurr.h 294 * order that would make a difference. These are all and only those values where
302 * with the given locale in preferred order. Otherwise,
  /external/jpeg/
ckconfig.c 94 * prototypes. You need to know this in order to choose between using
233 * point in order to compile and execute this program. (You might get
  /external/kernel-headers/original/asm-x86/
io_32.h 234 * 1. Out of order aware processors
235 * 2. Accidentally out of order processors (PPro errata #51)
  /external/kernel-headers/original/linux/
tcp.h 212 * 0x5?10 << 16 + snd_wnd in net byte order
286 struct sk_buff_head out_of_order_queue; /* Out of order segments go here */

Completed in 236 milliseconds

<<51525354555657585960>>