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

<<51525354555657585960>>

  /external/wpa_supplicant/
eloop.h 99 * having processed it in order to avoid eloop from calling the handler again
126 * having processed it in order to avoid eloop from calling the handler again
158 * order to avoid eloop from calling the handler again for the same event.
wpa_supplicant.conf 13 # not relative to working directory) path in order to allow working directory
80 # version number correctly (they seem to drop the frames completely). In order
148 # block in this configuration file. The network blocks are in preference order
176 # networks are more desirable, this field can be used to change the order in
183 # using this priority to select the order for scanning. Instead, they try the
184 # networks in the order that used in the configuration file.
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.h 99 * having processed it in order to avoid eloop from calling the handler again
126 * having processed it in order to avoid eloop from calling the handler again
158 * order to avoid eloop from calling the handler again for the same event.
  /external/zlib/contrib/infback9/
inftree9.c 81 symbols by length from short to long, and retaining the symbol order
97 sorted table, and then entering the symbols in order in the sorted
139 /* sort symbols by length, by symbol order within each length */
  /external/zlib/
inftrees.c 79 symbols by length from short to long, and retaining the symbol order
95 sorted table, and then entering the symbols in order in the sorted
145 /* sort symbols by length, by symbol order within each length */
  /frameworks/base/cmds/keystore/
keystore.c 53 /* Here is the encoding of keys. This is necessary in order to allow arbitrary
95 * network order. Thus the maximum length of a message is 65535 bytes. */
148 * network order. Note that the first four bytes are reserved for future use and
  /frameworks/base/core/java/android/pim/vcard/
VCardConfig.java 100 * dialect but the name order should be European", but it is not recommended.
202 * e.g. The order of the display name would be "Prefix Given Middle Family Suffix",
229 * Currently, only name order is considered ("Prefix Middle Given Family Suffix")
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 143 <p class="note"><strong>Note: </strong> In order to request an invalidate from a thread other than your main
177 <p>In order to draw to the Surface Canvas from within your second thread, you must pass the thread your SurfaceHandler
186 the previous state of the Canvas will be retained. In order to properly animate your graphics, you must re-paint the
  /frameworks/base/docs/html/guide/topics/resources/
runtime-changes.jd 45 state in order to handle events such as when the user receives an incoming phone call and then
93 java.lang.Object} that you need in order to efficiently restore your state after the configuration
241 also in order to handle events such as when the user receives an incoming phone call and then
  /frameworks/base/docs/html/guide/topics/ui/
index.jd 57 In order to attach the view hierarchy tree to the screen for rendering, your Activity must call the
65 the elements of your layout in-order (from the top of the hierarchy tree), instantiating the Views and
66 adding them to their parent(s). Because these are drawn in-order, if there are elements that
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
reorder.cpp 87 n = LPC order (Word16)
126 Word16 n // (i) : LPC order
176 Word16 n, /* (i) : LPC order */
lsp_lsf.cpp 131 m = LPC order (Word16)
171 Word16 m // (i) : LPC order
217 Word16 m, /* (i) : LPC order */
253 m = LPC order (Word16)
294 Word16 m // (i) : LPC order
349 Word16 m, /* (i) : LPC order */
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 95 order = ["new", "miss"]
97 order = ["miss", "new"]
99 for key in order:
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 44 *! 02-Feb-2006 mf: Revisions appear in reverse chronological order;
137 /**Looking for highest number of file descriptor for pipes in order to put in select loop */
377 /**Looking for highest number of file descriptor for pipes in order to put in select loop */
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 101 // call histories use dynamic handles, and handles should order by date; the
283 // Need test to see if order by _ID is ok here, or by date?
308 // The query to call table is by "_id DESC" order, so change
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 354 // order first by whether it a full prefix match, then by name
358 String order = "MIN(token_index) != 0, " + NAME; local
359 Cursor cursor = qb.query(mDb, projectionIn, null, null, groupBy, null, order);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 168 int order; local
248 int order; local
280 int order; local
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_data/
whalEndpntEnt.c 197 /* Order ERROR or Duplication- NEED to Drop the recieved MPDU */
227 /* MPDU not in order. This is should first MPDU and must be 0
232 (" whalEndpnt_FragCollect: MPDU not in order. fragNumber = %d seqNumber = %d",
  /dalvik/libcore/luni/src/main/java/java/lang/
Integer.java 165 * relative order.
248 * are equal. In order to be equal, {@code o} must be an instance of
849 * Reverses the order of the bytes of the specified integer.
852 * the integer value for which to reverse the byte order.
864 * Reverses the order of the bits of the specified integer.
867 * the integer value for which to reverse the bit order.
  /external/grub/netboot/
sk_g16.c 254 * CSR1 - Low order bits of initialize block (bits 15:00)
255 * CSR2 - High order bits of initialize block (bits 07:00, 15:08 are reserved)
980 * CSR1 contains low order bits 15:0 of initialization block address
982 * 7:0 High order bits 23:16 of initialization block address
987 SK_write_reg(CSR1, 0); /* Set low order bits 15:0 */
988 SK_write_reg(CSR2, 0); /* Set high order bits 23:16 */
  /external/guava/javadoc/com/google/common/collect/class-use/
ImmutableMap.html 120 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;An immutable <A HREF="../../../../../com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><CODE>BiMap</CODE></A> with reliable user-specified iteration order.</TD>
226 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable map containing the given entries, in order.</TD>
246 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable map containing the given entries, in order.</TD>
268 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable map containing the given entries, in order.</TD>
292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an immutable map containing the given entries, in order.</TD>
309 elements in the given order, and each key is the product of invoking a
  /external/icu4c/common/unicode/
normlzr.h 372 * code point order (as opposed to code unit order).
387 * where code point order and foldCase are all optional.
397 * Case-sensitive comparison in code unit order, and the input strings
406 * Set to choose code point order instead of code unit order
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
lsp_lsf.cpp 131 m = LPC order (Word16)
171 Word16 m // (i) : LPC order
217 Word16 m, /* (i) : LPC order */
253 m = LPC order (Word16)
294 Word16 m // (i) : LPC order
349 Word16 m, /* (i) : LPC order */
  /external/opencore/doc/oscl_html/
oscl__bin__stream_8h-source.html 24 00029 <span class="comment">** will read/write in the correct byte order regardless of the platform you are running on.</span>
26 00031 <span class="comment">** OsclBinIStreamBigEndian - Input stream for big endian byte order.</span>
27 00032 <span class="comment">** OsclBinIStreamLittleEndian - Input stream for little endian byte order.</span>
28 00033 <span class="comment">** OsclBinOStreamBigEndian - Output stream for big endian byte order.</span>
29 00034 <span class="comment">** OsclBinIStreamLittleEndian - Input stream for little endian byte order.</span>
32 00037 <span class="comment">** in oscl_base.h and tell this module the byte order used by the native platform. This is used</span>
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 284 // in this order: 'double', 'solid', 'dashed', 'dotted', 'ridge', 'outset', 'groove', and the lowest: 'inset'.
329 // For border left, we need to check, in order of precedence:
395 // For border right, we need to check, in order of precedence:
454 // For border top, we need to check, in order of precedence:
528 // For border top, we need to check, in order of precedence:
750 // regardless of comparison order. Unfortunately, compareBorders does not honor that requirement.
    [all...]

Completed in 153 milliseconds

<<51525354555657585960>>