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

<<11121314151617181920>>

  /ndk/sources/third_party/googletest/googletest/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/chrome/browser/sync_file_system/drive_backend/
sync_engine_initializer.h 34 // This class performs initializion sequence of SyncEngine.
36 // After initialize sequence completed, the Database must have
42 // The initialization sequence is:
44 // - If the database is already populated, complete the sequence.
50 // an error, the sequence leaves the folder in the Drive root folder. So, if
  /external/chromium_org/net/quic/
quic_fec_group.h 52 // Returns true of this FEC group protects any packets with sequence
80 // Sequence number of the first protected packet in this group (the one
81 // with the lowest packet sequence number). Will only be set once the FEC
84 // Sequence number of the last protected packet in this group (the one
85 // with the highest packet sequence number). Will only be set once the FEC
  /external/chromium_org/ui/compositor/
scoped_layer_animation_settings.cc 40 LayerAnimationSequence* sequence) OVERRIDE {
45 scoped_ptr<LayerAnimationElement> inverse = GetInverseElement(sequence,
57 LayerAnimationSequence* sequence,
60 DCHECK_EQ(expected_size, sequence->size()) <<
63 LayerAnimationElement* element = sequence->FirstElement();
  /external/oprofile/daemon/
opd_ibs.h 85 * Handle an IBS fetch sample escape code sequence. An IBS fetch sample
86 * is represented as an escape code sequence. (See the comment for the
87 * function code_ibs_op_sample() for the sequence of entries in the event
95 * Handle an IBS op sample escape code sequence. An IBS op sample
96 * is represented as an escape code sequence:
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
DataPacketExtension.java 36 /* sequence of this packet in regard to the other data packets */
48 * @param seq sequence of this packet in regard to the other data packets
56 throw new IllegalArgumentException("Sequence must not be between 0 and 65535");
76 * Returns the sequence of this packet in regard to the other data packets.
78 * @return the sequence of this packet in regard to the other data packets.
  /libcore/luni/src/main/java/java/lang/
Appendable.java 24 * {@link java.util.Formatter}. The appended character or character sequence
49 * Appends the character sequence {@code csq}. Implementation classes may
50 * not append the whole sequence, for example if the target is a buffer with
56 * the character sequence to append.
72 * the character sequence to append.
  /packages/apps/Camera/src/com/android/camera/
ShutterButton.java 82 // When pressing the physical camera button the sequence of
85 // We want to emulate this sequence of events with the shutter
88 // notification, so the sequence of events is:
92 // sequence of events is:
101 // sees events in this sequence:
  /packages/apps/Camera2/src/com/android/camera/
ShutterButton.java 82 // When pressing the physical camera button the sequence of
85 // We want to emulate this sequence of events with the shutter
88 // notification, so the sequence of events is:
92 // sequence of events is:
101 // sees events in this sequence:
  /packages/apps/LegacyCamera/src/com/android/camera/
ShutterButton.java 65 // When pressing the physical camera button the sequence of
68 // We want to emulate this sequence of events with the shutter
71 // notification, so the sequence of events is:
75 // sequence of events is:
84 // sees events in this sequence:
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
CharSequenceReader.java 38 * Construct a new instance with the specified character sequence.
40 * @param charSequence The character sequence, may be <code>null</code>
75 * @return the next character from the character sequence
148 * character sequence.
150 * @return The contents of the character sequence
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv_err.h 166 UCNV_IRREGULAR = 2, /**< The codepoint is not a regular sequence in
227 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
228 * @param length Size (in bytes) of the concerned codepage sequence
252 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
253 * @param length Size (in bytes) of the concerned codepage sequence
277 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
278 * @param length Size (in bytes) of the concerned codepage sequence
296 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or
306 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
307 * @param length Size (in bytes) of the concerned codepage sequence
    [all...]
  /external/icu4c/common/unicode/
ucnv_err.h 166 UCNV_IRREGULAR = 2, /**< The codepoint is not a regular sequence in
227 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
228 * @param length Size (in bytes) of the concerned codepage sequence
252 * @param codeUnits Points to 'length' bytes of the concerned codepage sequence
253 * @param length Size (in bytes) of the concerned codepage sequence
277 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
278 * @param length Size (in bytes) of the concerned codepage sequence
296 * This From Unicode callback will Substitute the ILLEGAL SEQUENCE, or
306 * @param codeUnits Points to 'length' UChars of the concerned Unicode sequence
307 * @param length Size (in bytes) of the concerned codepage sequence
    [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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/schema/
build.xsd 6 <xs:sequence>
18 </xs:sequence>
43 <xs:sequence>
45 </xs:sequence>
63 <xs:sequence>
65 </xs:sequence>
70 <xs:sequence>
72 </xs:sequence>
92 <xs:sequence>
94 </xs:sequence>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
72 self.sequence = '<'+_types[type][0]+'>'
91 self.sequence, handler)
97 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
102 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
254 def _parse_sequence(sequence):
255 """Get a string which should describe an event sequence. If it is
260 if not sequence or sequence[0] != '<' or sequence[-1] != '>'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 62 # methods: bind and unbind, which get a function and a parsed sequence, as
72 self.sequence = '<'+_types[type][0]+'>'
91 self.sequence, handler)
97 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
102 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
254 def _parse_sequence(sequence):
255 """Get a string which should describe an event sequence. If it is
260 if not sequence or sequence[0] != '<' or sequence[-1] != '>'
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
streambuf 68 * - The controlled input sequence can be not readable.
69 * - The controlled output sequence can be not writable.
76 * program can read characters from a sequence, write characters to
77 * a sequence, put characters back into an input sequence, or alter
80 * -# Each sequence is characterized by three pointers which, if non-null,
82 * represents, at any moment, a (sub)sequence of characters from the
83 * sequence. Operations performed on a sequence alter the values
96 * of three pointers for a sequence, using the pointer names give
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
streambuf 68 * - The controlled input sequence can be not readable.
69 * - The controlled output sequence can be not writable.
76 * program can read characters from a sequence, write characters to
77 * a sequence, put characters back into an input sequence, or alter
80 * -# Each sequence is characterized by three pointers which, if non-null,
82 * represents, at any moment, a (sub)sequence of characters from the
83 * sequence. Operations performed on a sequence alter the values
96 * of three pointers for a sequence, using the pointer names give
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
streambuf 71 * - The controlled input sequence can be not readable.
72 * - The controlled output sequence can be not writable.
79 * program can read characters from a sequence, write characters to
80 * a sequence, put characters back into an input sequence, or alter
83 * -# Each sequence is characterized by three pointers which, if non-null,
85 * represents, at any moment, a (sub)sequence of characters from the
86 * sequence. Operations performed on a sequence alter the values
99 * of three pointers for a sequence, using the pointer names give
    [all...]
  /external/chromium_org/ui/base/ime/chromeos/
character_composer.cc 126 bool CheckSequence(const ComposeBufferType& sequence,
153 bool ComposeChecker::CheckSequence(const ComposeBufferType& sequence,
155 const int sequence_length = sequence.size();
158 // Find sequence in the table.
162 begin, end, sequence, ComparatorAdoptor<CompareSequence>());
163 if (found == end || CompareSequence()(sequence, *found) != 0)
170 CompareSequence()(sequence, *(found + 1)) != 0) {
172 // |sequence|.
198 // If you are checking with a sequence of length N beginning with character C,
208 bool CheckSequence(const ComposeBufferType& sequence,
    [all...]
character_composer_unittest.cc 58 // Expects |expected_character| is composed after sequence [key1, key2].
69 // Expects |expected_character| is composed after sequence [key1, key2, key3].
81 // Expects |expected_character| is composed after sequence [key1, key2, key3,
95 // Expects |expected_character| is composed after sequence [key1, key2, key3,
110 // Expects |expected_character| is composed after sequence [key1, key2, key3,
126 // Expects |expected_character| is composed after sequence [{key1, keycode1}].
156 // Composition with sequence ['dead acute', '1'] will fail.
160 // Composition with sequence ['dead acute', 'dead circumflex', '1'] will fail.
194 // Composition with sequence ['dead acute', 'dead circumflex', '1'] will fail.
214 // Even though sequence ['dead acute', 'a'] will compose 'a with acute'
270 const uint16* sequence = &gtk_compose_seqs_compact[index]; local
    [all...]
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 19 * \brief Sequence of Householder reflections acting on subspaces with decreasing size
24 * This class represents a product sequence of Householder reflections where the first Householder reflection
141 * Constructs the Householder sequence with coefficients given by \p h and vectors given by \p v. The
144 * i-th column). If \p v has fewer columns than rows, then the Householder sequence contains as many
202 /** \brief %Transpose of the Householder sequence. */
208 /** \brief Complex conjugate of the Householder sequence. */
217 /** \brief Adjoint (conjugate transpose) of the Householder sequence. */
223 /** \brief Inverse of the Householder sequence (equals the adjoint). */
319 /** \brief Computes the product of a Householder sequence with a matrix.
323 * This function computes \f$ HM \f$ where \f$ H \f$ is the Householder sequence represented by \p *thi
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 359 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
373 /* Start of a sequence */
377 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
389 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
407 /* Illegal start of sequence */
408 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
417 /* We were expecting a sequence start, not a continuation byte */
418 LOG_ERROR(pContext, "Invalid UTF-8 sequence");
425 /* We're in a 3-byte sequence, check that we're not using an overlong sequence */
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 195 #define PHFRINFC_LLCP_PACKET_SEQUENCE_SIZE 1 /**< Size of the sequence field, if present.*/
258 /**< Sequence number for sending*/
261 /**< Sequence number for reception*/
268 /**< Sequence number for sending*/
271 /**< Sequence number for sending*/
274 /**< Sequence number for sending*/
277 /**< Sequence number for sending*/
280 /**< Sequence number for sending*/
287 /**< Sequence number for sending*/
290 /**< Sequence number for sending*
    [all...]

Completed in 3836 milliseconds

<<11121314151617181920>>