HomeSort by relevance Sort by last modified time
    Searched full:sequence (Results 151 - 175 of 7716) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iptables/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
ip_nat.h 20 /* NAT sequence number modifications */
22 /* position of the last TCP sequence number
25 /* sequence number offset before and after last modification */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /external/llvm/test/CodeGen/SystemZ/
atomic-load-01.ll 6 ; The CS-based sequence is probably far too conservative.
atomic-load-02.ll 6 ; The CS-based sequence is probably far too conservative.
  /external/llvm/test/YAMLParser/
construct-null.data 13 # This sequence has five
  /external/skia/src/animator/
SkSnapshot.h 25 SkBool sequence; member in class:SkSnapshot
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
PolicyInformation.java 21 throw new IllegalArgumentException("Bad sequence size: "
69 * PolicyInformation ::= SEQUENCE {
71 * policyQualifiers SEQUENCE SIZE (1..MAX) OF
  /external/chromium_org/content/common/
one_writer_seqlock.cc 30 // If the sequence number was updated then a read should be re-attempted.
36 // Increment the sequence number to odd to indicate the beginning of a write
43 // Increment the sequence to an even number to indicate the completion of
  /external/chromium_org/net/quic/
quic_sent_entropy_manager.h 34 // up to |sequence_number| removing sequence numbers from |missing_packets|.
48 // Linked hash map from sequence numbers to the sent entropy hash up to the
49 // sequence number in the key.
quic_connection_logger.h 64 // The last packet sequence number received.
66 // The largest packet sequence number received. In case of that a packet is
69 // The largest packet sequence number which the peer has failed to
72 // Number of times that the current received packet sequence number is
73 // smaller than the last received packet sequence number.
  /external/chromium_org/third_party/leveldatabase/src/table/
two_level_iterator.h 15 // index iterator whose values point to a sequence of blocks where
16 // each block is itself a sequence of key,value pairs. The returned
18 // in the sequence of blocks. Takes ownership of "index_iter" and
  /external/jdiff/src/
api.xsd 13 <xsd:sequence>
15 </xsd:sequence>
21 <xsd:sequence>
27 </xsd:sequence>
32 <xsd:sequence>
38 </xsd:sequence>
54 <xsd:sequence>
57 </xsd:sequence>
78 <xsd:sequence>
82 </xsd:sequence>
    [all...]
  /external/srtp/crypto/include/
rdb.h 74 * rdb_increment(db) increments the sequence number in db, if it is
80 * err_status_key_expired sequence number too high
87 * rdb_get_value(db) returns the current sequence number of db
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
sequence_traits.hpp 37 // sequence traits -----------------------------------------------//
44 type boost::string_algo::yes_type for a sequence with this property.
54 type boost::string_algo::yes_type for a sequence with this property.
56 \return yes_type if the sequence's insert/replace/erase methods do not invalidate
64 type boost::string_algo::yes_type for a sequence with this property.
66 \return yes_type if the sequence's insert method is working in constant time
73 type boost::string_algo::yes_type for a sequence with this property.
75 \return yes_type if the sequence's erase method is working in constant time
83 This trait specifies that the sequence has \c std::string like replace method
111 This trait specifies that the sequence has stable iterators. It mean
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
find_if.hpp 29 typename BOOST_MPL_AUX_NA_PARAM(Sequence)
35 Sequence
43 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,find_if,(Sequence,Predicate))
  /cts/tools/tradefed-host/res/report/
cts_result.xsd 25 <xs:sequence>
30 </xs:sequence>
40 <xs:sequence>
89 </xs:sequence>
93 <xs:sequence>
109 <xs:sequence>
116 </xs:sequence>
120 </xs:sequence>
125 <xs:sequence>
133 </xs:sequence>
    [all...]
  /external/kernel-headers/original/linux/
if_pppol2tp.h 54 * SENDSEQ - 0 => don't send packets with sequence numbers
55 * 1 => send packets with sequence numbers
56 * RECVSEQ - 0 => receive packet sequence numbers are optional
57 * 1 => drop receive packets without sequence numbers
76 PPPOL2TP_MSG_SEQ = (1 << 2), /* sequence numbers */

Completed in 1026 milliseconds

1 2 3 4 5 67 8 91011>>