HomeSort by relevance Sort by last modified time
    Searched defs:sequence (Results 126 - 150 of 675) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tcpdump/
print-vqp.c 50 * | Packet Sequence Number (4 bytes) |
59 u_int8_t sequence[4]; member in struct:vqp_common_header_t
152 EXTRACT_32BITS(&vqp_common_header->sequence),
  /libcore/luni/src/main/java/java/nio/
CharSequenceAdapter.java 23 * This class wraps a char sequence to be a char buffer.
27 * <li>Char sequence based buffer is always readonly.</li>
35 CharSequenceAdapter buf = new CharSequenceAdapter(other.sequence);
42 final CharSequence sequence; field in class:CharSequenceAdapter
46 sequence = chseq;
69 return sequence.charAt(position++);
75 return sequence.charAt(index);
85 sequence.toString().getChars(position, newPosition, dst, dstOffset);
139 return new CharSequenceAdapter(sequence.subSequence(position, limit));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xc_misc.h 30 unsigned int sequence; /**< */ member in struct:xcb_xc_misc_get_version_cookie_t
53 uint16_t sequence; /**< */ member in struct:xcb_xc_misc_get_version_reply_t
63 unsigned int sequence; /**< */ member in struct:xcb_xc_misc_get_xid_range_cookie_t
84 uint16_t sequence; /**< */ member in struct:xcb_xc_misc_get_xid_range_reply_t
94 unsigned int sequence; /**< */ member in struct:xcb_xc_misc_get_xid_list_cookie_t
116 uint16_t sequence; /**< */ member in struct:xcb_xc_misc_get_xid_list_reply_t
xcb.h 101 uint16_t sequence; /**< Sequence number */ member in struct:__anon46475
113 uint16_t sequence; /**< Sequence number */ member in struct:__anon46476
115 uint32_t full_sequence; /**< full sequence */
127 uint16_t sequence; /**< Sequence number */ member in struct:__anon46477
132 uint32_t full_sequence; /**< full sequence */
143 uint16_t sequence; /**< Sequence number * member in struct:__anon46478
158 unsigned int sequence; \/**< Sequence number *\/ member in struct:__anon46479
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xc_misc.h 30 unsigned int sequence; /**< */ member in struct:xcb_xc_misc_get_version_cookie_t
53 uint16_t sequence; /**< */ member in struct:xcb_xc_misc_get_version_reply_t
63 unsigned int sequence; /**< */ member in struct:xcb_xc_misc_get_xid_range_cookie_t
84 uint16_t sequence; /**< */ member in struct:xcb_xc_misc_get_xid_range_reply_t
94 unsigned int sequence; /**< */ member in struct:xcb_xc_misc_get_xid_list_cookie_t
116 uint16_t sequence; /**< */ member in struct:xcb_xc_misc_get_xid_list_reply_t
xcb.h 101 uint16_t sequence; /**< Sequence number */ member in struct:__anon48211
113 uint16_t sequence; /**< Sequence number */ member in struct:__anon48212
115 uint32_t full_sequence; /**< full sequence */
127 uint16_t sequence; /**< Sequence number */ member in struct:__anon48213
132 uint32_t full_sequence; /**< full sequence */
143 uint16_t sequence; /**< Sequence number * member in struct:__anon48214
158 unsigned int sequence; \/**< Sequence number *\/ member in struct:__anon48215
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 20 from msilib import schema, sequence, text namespace
248 msilib.add_tables(self.db, sequence)
449 # UI Sequences, see "InstallUISequence Table", "Using a Sequence Table"
450 # Numbers indicate sequence; see sequence.py for how these action integrate
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 20 from msilib import schema, sequence, text namespace
248 msilib.add_tables(self.db, sequence)
449 # UI Sequences, see "InstallUISequence Table", "Using a Sequence Table"
450 # Numbers indicate sequence; see sequence.py for how these action integrate
    [all...]
  /bionic/libc/kernel/uapi/linux/
icmp.h 77 __be16 sequence; member in struct:icmphdr::__anon458::__anon459
if_arcnet.h 47 __be16 sequence; member in struct:arc_rfc1201
  /development/ndk/platforms/android-3/include/linux/
icmp.h 65 __u16 sequence; member in struct:icmphdr::__anon1357::__anon1358
if_arcnet.h 42 uint16_t sequence; member in struct:arc_rfc1201
  /development/ndk/platforms/android-L/include/linux/
icmp.h 77 __be16 sequence; member in struct:icmphdr::__anon2062::__anon2063
if_arcnet.h 47 __be16 sequence; member in struct:arc_rfc1201
  /external/chromium_org/ash/wm/
session_state_animator.cc 60 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence( local
65 sequence->AddObserver(observer);
66 animator->StartAnimation(sequence);
77 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence( local
82 sequence->AddObserver(observer);
83 animator->StartAnimation(sequence);
98 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence( local
101 sequence->AddObserver(observer);
102 animator->StartAnimation(sequence);
113 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence local
129 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence( local
184 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence( local
216 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence( local
    [all...]
  /external/chromium_org/base/i18n/
streaming_utf8_validator_unittest.cc 224 // The UTF-8 sequence, as an offset into the |valid| array.
229 // A test fixture for tests which test one UTF-8 sequence (or invalid
230 // byte sequence) at a time.
240 base::StringPiece sequence = *it; local
242 validator.AddBytes(sequence.data(), sequence.size()))
243 << "Failed for \"" << sequence << "\"";
254 base::StringPiece sequence = *it; local
256 for (base::StringPiece::const_iterator cit = sequence.begin();
257 cit != sequence.end()
    [all...]
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.cc 50 int sequence; member in struct:__anon9052::PrintingSequencePathMap
167 *sequence_number = g_printing_file_descriptor_map.Get().sequence++;
175 NOTREACHED() << "Sequence number already in use. seq=" <<
207 NOTREACHED() << "Got a sequence that we didn't pass to the "
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 337 ::testing::InSequence sequence; local
388 InSequence sequence; local
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler_unittest.cc 338 testing::InSequence sequence; local
362 testing::InSequence sequence; local
533 testing::InSequence sequence; local
578 testing::InSequence sequence; local
639 testing::InSequence sequence; local
677 testing::InSequence sequence; local
706 testing::InSequence sequence; local
808 testing::InSequence sequence; local
823 testing::InSequence sequence; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 284 InSequence sequence; local
294 InSequence sequence; local
315 InSequence sequence; local
420 InSequence sequence; local
test_helper.cc 66 InSequence sequence; local
145 InSequence sequence; local
248 InSequence sequence; local
310 InSequence sequence; local
  /external/chromium_org/net/cert/
crl_set.cc 72 // contains the sequence number of the base CRLSet.
73 // Sequence (int32): the monotonic sequence number of this CRL set.
243 int sequence; local
244 if (!header_dict->GetInteger("Sequence", &sequence))
256 crl_set->sequence_ = static_cast<uint32>(sequence);
385 int sequence, delta_from; local
386 if (!header_dict->GetInteger("Sequence", &sequence) ||
596 uint32 CRLSet::sequence() const { function in class:net::CRLSet
    [all...]
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_unittest.cc 249 testing::InSequence sequence; local
264 testing::InSequence sequence; local
277 testing::InSequence sequence; local
293 testing::InSequence sequence; local
316 testing::InSequence sequence; local
342 testing::InSequence sequence; local
358 testing::InSequence sequence; local
374 testing::InSequence sequence; local
390 testing::InSequence sequence; local
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputGLSLBase.cpp 296 TIntermSequence &sequence = rightChild->getSequence(); local
297 for (TIntermSequence::iterator sit = sequence.begin(); sit != sequence.end(); ++sit)
653 const TIntermSequence &sequence = node->getSequence(); local
654 ASSERT((sequence.size() == 1) || (sequence.size() == 2));
655 TIntermSequence::const_iterator seqIter = sequence.begin();
664 TIntermAggregate *body = ++seqIter != sequence.end() ?
694 const TIntermSequence &sequence = node->getSequence(); local
695 const TIntermTyped *variable = sequence.front()->getAsTyped()
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
dbformat.h 57 // sequence number (since we sort sequence numbers in decreasing order
58 // and the value type is embedded as the low 8 bits in the sequence
65 // We leave eight bits empty at the bottom so a type and sequence#
72 SequenceNumber sequence; member in struct:leveldb::ParsedInternalKey
77 : user_key(u), sequence(seq), type(t) { }
112 // the user key portion and breaks ties by decreasing sequence number.
182 result->sequence = num >> 8;
192 // the specified sequence number.
193 LookupKey(const Slice& user_key, SequenceNumber sequence);
    [all...]

Completed in 2514 milliseconds

1 2 3 4 56 7 8 91011>>