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

1 2 3 4 5 6 7 891011>>

  /bionic/linker/
ba.h 34 unsigned order:7; /* size of the region in ba space */ member in struct:ba_bits
44 /* the order of the largest allocation that can be made */
  /bootable/recovery/applypatch/
utils.c 21 /** Write a 4-byte value to f in little-endian order. */
29 /** Write an 8-byte value to f in little-endian order. */
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 44 * specified opcode to be in order and contiguous (eg, for an invoke-range)
49 * in order and contiguous.
  /dalvik/libcore/luni/src/main/java/java/util/
LinkedHashSet.java 24 * doubly-linked list. The iteration order is the order in which entries were
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
DirectCharBufferTest.java 91 method = "order",
95 assertEquals(ByteOrder.BIG_ENDIAN, buf.order());
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MethodLogger.java 29 * The names of the invoked methods, in order.
34 * The parameter lists of the invoked methods, in order.
  /dalvik/libdex/
Leb128.c 28 * any but the low-order four bits set. Additionally, if the limit is
50 * any but the low-order four bits set. Additionally, if the limit is
  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c 50 /* for QSORT the order is UNDEFINED if they are "equal" which means it is NOT DETERMINISTIC. So we force it to be :-) */
52 /* their order in the original list now determines the position */
  /external/e2fsprogs/lib/et/test_cases/
heimdal.et 20 ec KDC_BYTE_ORDER, "Kerberos error: byte order unknown"
42 ec RD_AP_ORDER, "Kerberos error: message out of order"
  /external/easymock/src/org/easymock/
IMocksControl.java 75 * Switches order checking on and off.
76 * @param state <code>true</code> switches order checking on, <code>false</code> switches it off.
  /external/guava/src/com/google/common/collect/
LinkedListMultimap.java 49 * iteration order for both keys and values. The iteration order is preserved
58 * ... the iteration order for {@link #keys()} is {@code [key1, key2, key1]},
60 * iteration order is kept consistent between keys, entries and values. For
65 * changes the entries iteration order to {@code [key2=bar, key1=baz]} and the
66 * key iteration order to {@code [key2, key1]}. The {@link #entries()} iterator
68 * iteration order as much as possible.
71 * through the keys in the order they were first added to the multimap.
73 * return collections that iterate through the values in the order they were
75 * {@link #values} iterate across the key-value mappings in the order they wer
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
ListenableFuture.java 57 * called in the order they were added and they may get called out of order,
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp 86 // look in all the fonts in some order, script code order being the most obvious...
  /external/icu4c/tools/genbrk/
genbrk.1.in 83 contains a byte order mark (BOM) at the beginning of the file, which is the Unicode character
89 In order to eliminate any ambiguity of the encoding for how the
  /external/icu4c/tools/genctd/
genctd.1.in 84 contains a byte order mark (BOM) at the beginning of the file, which is the Unicode character
90 In order to eliminate any ambiguity of the encoding for how the
  /external/ipsec-tools/src/racoon/
netdb_dnssec.h 58 * supplied in host order, and returned in network order (suitable for
  /external/opencore/protocols/rtp_payload_parser/rfc_3984/include/
h264_payload_parser.h 100 * Parse RTP payload for interleaved mode. To implement the interleaved mode is to re-order NAL units from
101 * the transmission order to the NAL unit decoder order, by using 16-bit DON(Decoding Order Number),
105 * of n in terms of decoding order, and thus indicates m's priority is higher than n's.
171 return (nal_type == H264_RTP_PAYLOAD_STAP_B || // STAP-B(Single-Time Aggregation Packet with DON(Decoding Order Number)
174 nal_type == H264_RTP_PAYLOAD_FU_B || // FU-B(Fragmentation Unit with DON(Decoding Order Number))
221 * Create utility table, iUtilityTable. In order to remove run-time overhead of dynamic creation, we create the utility objects (4) all upfront
  /external/proguard/src/proguard/optimize/peephole/
HorizontalClassMerger.java 46 * of classes can be changed in order to
61 * of classes can be changed in order to
VerticalClassMerger.java 47 * of classes can be changed in order to
62 * of classes can be changed in order to
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_sysmutex.c 79 /* The order of operations is important.
112 /* The order of operations is important.
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_sysmutex.c 86 /* The order of operations is important.
119 /* The order of operations is important.
  /external/webkit/JavaScriptCore/runtime/
PropertyMapHashTable.h 55 // lastIndexUsed is an ever-increasing index used to identify the order items
57 // return the properties in the order they were added for compatibility with other
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
general2.js 55 // the following for loop reverses the order of array1 so
64 // the following for loop reverses the order of array1
  /external/webkit/WebKit/qt/
WebKit_pch.h 27 * The order of the includes appears random and arbitrary. But unfortunately
30 * changing the order of included header files.
  /external/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 32 // In order to sign your assembly you must specify a key to use. Refer to the
47 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.

Completed in 218 milliseconds

1 2 3 4 5 6 7 891011>>