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

<<11121314151617181920>>

  /external/icu4c/test/intltest/
escoll.h 10 * sorting sequence. The Spanish modern sorting sequence does not sort
  /external/iptables/extensions/
libip6t_LOG.man 20 \fB\-\-log\-tcp\-sequence\fP
21 Log TCP sequence numbers. This is a security risk if the log is
libipt_LOG.man 20 \fB\-\-log\-tcp\-sequence\fP
21 Log TCP sequence numbers. This is a security risk if the log is
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 49 u_int32_t last_seq; /* Last sequence number seen in dir */
50 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
  /external/kernel-headers/original/linux/
reboot.h 20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command.
21 * CAD_OFF Ctrl-Alt-Del sequence sends SIGINT to init task.
  /external/llvm/test/CodeGen/Generic/
fwdtwice.ll 4 ;; Test the sequence:
6 ;; This sequence should cause the cast value to be forwarded twice,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Track.java 24 * Represents a Track. A track is a timed sequence of related samples.
27 * For media data, a track corresponds to a sequence of images or sampled audio; for hint tracks, a track
  /external/valgrind/main/include/
pub_tool_seqmatch.h 3 /*--- A simple sequence matching facility. ---*/
35 /* Perform totally abstractified sequence matching, of an input
36 sequence against a pattern sequence. The pattern sequence may
50 When matchAll is True, the entire input sequence must match the
52 of the input sequence to be unused -- so we're only matching a
71 that all the input sequence elements are literal).
  /frameworks/base/core/java/android/print/
IPrintDocumentAdapter.aidl 36 ILayoutResultCallback callback, in Bundle metadata, int sequence);
38 IWriteResultCallback callback, int sequence);
  /frameworks/base/core/java/android/view/textservice/
SuggestionsInfo.java 68 * @param sequence the cookie of the input TextInfo
71 int suggestionsAttributes, String[] suggestions, int cookie, int sequence) {
81 mSequence = sequence;
108 * Set the cookie and the sequence of SuggestionsInfo which are set to TextInfo from a client
111 * @param sequence the cookie of an input TextInfo
113 public void setCookieAndSequence(int cookie, int sequence) {
115 mSequence = sequence;
126 * @return the sequence which may be set by a client application
  /libcore/luni/src/main/java/java/io/
SequenceInputStream.java 42 * {@code s1} and {@code s2} as the sequence of streams to read from.
63 * Enumeration {@code e} as the stream sequence. The instances returned by
90 * Closes all streams in this sequence of input stream.
123 * Reads a single byte from this sequence of input streams and returns it as
127 * input stream in the sequence has been reached, or an exception is thrown.
130 * sequence has been reached or this input stream sequence is
149 * Reads up to {@code byteCount} bytes from this sequence of input streams and
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
at_impl.hpp 30 template< typename Sequence, typename N > struct apply
33 typename begin<Sequence>::type
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_sequence.h 1 // Safe sequence implementation -*- C++ -*-
81 * @brief Base class for constructing a "safe" sequence type that
86 * sequence, so that the iterators are notified of changes in the
87 * sequence that may affect their operation, e.g., if the container
93 * class template _Safe_iterator for this sequence. Iterators will
100 /** Invalidates all iterators @c x that reference this sequence,
110 to this sequence from whatever sequence they are attached
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 26 * @brief Functionality to split sequence referenced by only input
79 /** @brief Splits a sequence given by input iterators into parts of
82 * The function needs only one pass over the sequence.
83 * @param begin Begin iterator of input sequence.
84 * @param end End iterator of input sequence.
87 * contains the end iterator of the sequence.
89 * @param num_parts Number of parts to split the sequence into.
96 * @return Length of the whole sequence.
unique_copy.h 42 * @param first Begin iterator of input sequence.
43 * @param last End iterator of input sequence.
44 * @param result Begin iterator of result sequence.
46 * @return End iterator of result sequence. */
175 * @param first Begin iterator of input sequence.
176 * @param last End iterator of input sequence.
177 * @param result Begin iterator of result sequence.
178 * @return End iterator of result sequence. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 48 NFULA_SEQ, /* instance-local sequence number */
49 NFULA_SEQ_GLOBAL, /* global sequence number */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 48 NFULA_SEQ, /* instance-local sequence number */
49 NFULA_SEQ_GLOBAL, /* global sequence number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 48 NFULA_SEQ, /* instance-local sequence number */
49 NFULA_SEQ_GLOBAL, /* global sequence number */
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 1 // Safe sequence implementation -*- C++ -*-
81 * @brief Base class for constructing a "safe" sequence type that
86 * sequence, so that the iterators are notified of changes in the
87 * sequence that may affect their operation, e.g., if the container
93 * class template _Safe_iterator for this sequence. Iterators will
100 /** Invalidates all iterators @c x that reference this sequence,
110 to this sequence from whatever sequence they are attached
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 1 // Safe sequence implementation -*- C++ -*-
81 * @brief Base class for constructing a "safe" sequence type that
86 * sequence, so that the iterators are notified of changes in the
87 * sequence that may affect their operation, e.g., if the container
93 * class template _Safe_iterator for this sequence. Iterators will
100 /** Invalidates all iterators @c x that reference this sequence,
110 to this sequence from whatever sequence they are attached
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 1 // Safe sequence implementation -*- C++ -*-
81 * @brief Base class for constructing a "safe" sequence type that
86 * sequence, so that the iterators are notified of changes in the
87 * sequence that may affect their operation, e.g., if the container
93 * class template _Safe_iterator for this sequence. Iterators will
100 /** Invalidates all iterators @c x that reference this sequence,
110 to this sequence from whatever sequence they are attached
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_sequence.h 1 // Safe sequence implementation -*- C++ -*-
81 * @brief Base class for constructing a "safe" sequence type that
86 * sequence, so that the iterators are notified of changes in the
87 * sequence that may affect their operation, e.g., if the container
93 * class template _Safe_iterator for this sequence. Iterators will
100 /** Invalidates all iterators @c x that reference this sequence,
110 to this sequence from whatever sequence they are attached
  /external/chromium/testing/gtest/test/
gtest-param-test_test.cc 126 // Verifies that a sequence generated by the generator and accessed
147 << "At the presumed end of sequence when accessing via an iterator "
151 // the sequence accessed via an iterator initialized via the
167 << "At the presumed end of sequence when accessing via an iterator "
181 // generates an expected sequence of values. The general test pattern
183 // checks the sequence produced by the generator using its iterator API,
184 // and then resets the iterator back to the beginning of the sequence
185 // and checks the sequence again.
223 // Tests that Range() generates the expected sequence.
230 // Edge case. Tests that Range() generates the single element sequence
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-param-test_test.cc 126 // Verifies that a sequence generated by the generator and accessed
147 << "At the presumed end of sequence when accessing via an iterator "
151 // the sequence accessed via an iterator initialized via the
167 << "At the presumed end of sequence when accessing via an iterator "
181 // generates an expected sequence of values. The general test pattern
183 // checks the sequence produced by the generator using its iterator API,
184 // and then resets the iterator back to the beginning of the sequence
185 // and checks the sequence again.
223 // Tests that Range() generates the expected sequence.
230 // Edge case. Tests that Range() generates the single element sequence
    [all...]
  /external/gtest/test/
gtest-param-test_test.cc 126 // Verifies that a sequence generated by the generator and accessed
147 << "At the presumed end of sequence when accessing via an iterator "
151 // the sequence accessed via an iterator initialized via the
167 << "At the presumed end of sequence when accessing via an iterator "
181 // generates an expected sequence of values. The general test pattern
183 // checks the sequence produced by the generator using its iterator API,
184 // and then resets the iterator back to the beginning of the sequence
185 // and checks the sequence again.
223 // Tests that Range() generates the expected sequence.
230 // Edge case. Tests that Range() generates the single element sequence
    [all...]

Completed in 1333 milliseconds

<<11121314151617181920>>