HomeSort by relevance Sort by last modified time
    Searched defs:sequence (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /external/skia/src/animator/
SkSnapshot.h 33 SkBool sequence; member in class:SkSnapshot
  /external/dbus/dbus/
dbus-marshal-byteswap-util.c 34 int sequence; local
44 sequence = 0;
45 while (dbus_internal_do_not_use_generate_bodies (sequence,
86 ++sequence;
93 sequence, byte_order, opposite_order);
dbus-marshal-validate-util.c 521 int sequence; local
528 sequence = 0;
529 while (dbus_internal_do_not_use_generate_bodies (sequence,
541 _dbus_warn ("invalid code %d expected valid on sequence %d little endian\n",
542 validity, sequence);
550 ++sequence;
553 sequence = 0;
554 while (dbus_internal_do_not_use_generate_bodies (sequence,
566 _dbus_warn ("invalid code %d expected valid on sequence %d big endian\n",
567 validity, sequence);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
InputBindResult.java 41 * Sequence number of this binding.
43 public final int sequence; field in class:InputBindResult
48 sequence = _sequence;
54 sequence = source.readInt();
60 + " #" + sequence + "}";
72 dest.writeInt(sequence);
  /bionic/libc/kernel/common/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon392
icmp.h 65 __u16 sequence; member in struct:icmphdr::__anon251::__anon252
if_arcnet.h 42 uint16_t sequence; member in struct:arc_rfc1201
  /development/ndk/platforms/android-3/include/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon1017
icmp.h 65 __u16 sequence; member in struct:icmphdr::__anon900::__anon901
if_arcnet.h 42 uint16_t sequence; member in struct:arc_rfc1201
  /external/openssl/ssl/
s2_enc.c 154 unsigned char sequence[4],*p,*sec,*act; local
173 p= &(sequence[0]);
183 EVP_DigestUpdate(&c,sequence,4);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon13733
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon14087
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon14441
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon14860
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon15223
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
seqlock.h 19 unsigned sequence; member in struct:__anon15647
  /external/quake/quake/src/QW/client/
net_chan.c 33 31 sequence
35 31 acknowledge sequence
40 local side detects that it has been dropped by seeing a sequence acknowledge
41 higher thatn the last reliable sequence, but without the correct evon/odd
48 if the sequence number is -1, the packet should be handled without a netcon
63 Illogical packet sequence numbers cause the packet to be dropped, but do
123 MSG_WriteLong (&send, -1); // -1 sequence means out of band
326 unsigned sequence, sequence_ack; local
340 // get sequence numbers
342 sequence = MSG_ReadLong ()
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dadrcoll.cpp 89 // Parses the sequence to be tested
132 errln("Quote in sequence not closed!");
240 UnicodeString sequence = currentCase->getString("sequence", status); local
242 processSequence(col, sequence);
244 processSequence(clone, sequence);
260 DataDrivenCollatorTest::processSequence(Collator* col, const UnicodeString &sequence) {
271 setTestSequence(sequence, *target);
  /external/icu4c/test/intltest/
dadrcoll.cpp 89 // Parses the sequence to be tested
132 errln("Quote in sequence not closed!");
240 UnicodeString sequence = currentCase->getString("sequence", status); local
242 processSequence(col, sequence);
244 processSequence(clone, sequence);
260 DataDrivenCollatorTest::processSequence(Collator* col, const UnicodeString &sequence) {
271 setTestSequence(sequence, *target);
  /external/kernel-headers/original/linux/
seqlock.h 22 * to increment the sequence variables because an interrupt routine could
33 unsigned sequence; member in struct:__anon5016
60 ++sl->sequence;
67 sl->sequence++;
76 ++sl->sequence;
85 unsigned ret = sl->sequence;
93 * If sequence value changed
101 return (iv & 1) | (sl->sequence ^ iv);
106 * Version using sequence counter only.
113 unsigned sequence; member in struct:seqcount
    [all...]
  /external/speex/include/speex/
speex_jitter.h 65 spx_uint16_t sequence; /**< RTP Sequence number if available (0 otherwise) */ member in struct:_JitterBufferPacket
  /external/tcpdump/
print-cnfp.c 61 u_int32_t sequence; /* v5 flow sequence number */ member in struct:nfhdr
114 printf("#%u, ", EXTRACT_32BITS(&nh->sequence));
118 nr = (const struct nfrec *)&nh->sequence;
  /libcore/luni/src/main/java/java/nio/
CharSequenceAdapter.java 21 * This class wraps a char sequence to be a char buffer.
25 * <li>Char sequence based buffer is always readonly.</li>
33 CharSequenceAdapter buf = new CharSequenceAdapter(other.sequence);
40 final CharSequence sequence; field in class:CharSequenceAdapter
44 sequence = chseq;
67 return sequence.charAt(position++);
75 return sequence.charAt(index);
88 sequence.toString().getChars(position, newPosition, dst, off);
157 return new CharSequenceAdapter(sequence.subSequence(position, limit));
  /external/e2fsprogs/e2fsck/
recovery.c 276 * the journal transaction sequence numbers to the next unused ID.
316 unsigned int sequence; local
362 jbd_debug(2, "Scanning for sequence ID %u at %lu/%lu\n",
380 * expected sequence number. Otherwise, we're all done
391 sequence = ntohl(tmp->h_sequence);
392 jbd_debug(3, "Found magic %d, sequence %d\n",
393 blocktype, sequence);
395 if (sequence != next_commit_ID) {
401 * all of the sequence number checks. What are we going
505 * do other than move on to the next sequence
    [all...]

Completed in 378 milliseconds

1 2 3 4