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

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLDistPoint.java 57 * Return the distribution points making up the sequence.
76 * CRLDistPoint ::= SEQUENCE SIZE {1..MAX} OF DistributionPoint
Certificate.java 14 * Certificate ::= SEQUENCE {
68 throw new IllegalArgumentException("sequence wrong size for a certificate");
CertificateList.java 22 * CertificateList ::= SEQUENCE {
68 throw new IllegalArgumentException("sequence wrong size for CertificateList");
IssuerSerial.java 49 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
94 * IssuerSerial ::= SEQUENCE {
RSAPublicKeyStructure.java 59 throw new IllegalArgumentException("Bad sequence size: "
82 * RSAPublicKey ::= SEQUENCE {
X509CertificateStructure.java 15 * Certificate ::= SEQUENCE {
71 throw new IllegalArgumentException("sequence wrong size for a certificate");
  /external/chromium_org/ash/wm/gestures/
system_pinch_handler.h 43 // has been processed, and marks the end of the gesture sequence (i.e. the
51 // state of the window, the state of the gesture sequence, and the current
  /external/chromium_org/content/public/common/
content_constants.h 50 // Most sequence numbers are used by a renderer when responding to a browser
54 // a browser-supplied sequence number.
  /external/chromium_org/media/cast/net/rtp_sender/rtp_packetizer/
rtp_packetizer.h 42 // Return the next sequence number, and increment by one. Enables unique
43 // incremental sequence numbers for every packet (including retransmissions).
  /external/chromium_org/net/quic/congestion_control/
available_channel_estimator.cc 38 // Remember the highest received sequence number.
41 // We don't care how many sequence numbers we have after we pass
  /external/chromium_org/net/quic/
quic_ack_notifier_test.cc 47 // Should trigger even after updating sequence numbers and receiving ACKs for
50 // Update a couple of the sequence numbers (i.e. retransmitted packets)
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp 69 ::testing::Sequence sequence; local
70 EXPECT_CALL(*this, cancelWake()).InSequence(sequence);
71 EXPECT_CALL(*this, serviceOnNextFrame()).InSequence(sequence);
76 ::testing::Sequence sequence; local
77 EXPECT_CALL(*this, cancelWake()).InSequence(sequence);
78 EXPECT_CALL(*this, wakeAfter(when)).InSequence(sequence);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
FilePathScoreFunction.js 81 var sequence = /** @type {!Int32Array} */ (this._sequence);
88 var consecutiveMatch = i === 0 || j === 0 ? 0 : sequence[(i - 1) * m + j - 1];
91 sequence[i * m + j] = consecutiveMatch + 1;
94 sequence[i * m + j] = 0;
100 this._restoreMatchIndexes(sequence, n, m, matchIndexes);
117 * @param {!Int32Array} sequence
122 _restoreMatchIndexes: function(sequence, n, m, out)
126 switch (sequence[i * m + j]) {
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStream.idl 37 sequence<MediaStreamTrack> getAudioTracks();
38 sequence<MediaStreamTrack> getVideoTracks();
  /external/chromium_org/third_party/icu/source/test/cintltst/
cg7coll.h 22 * known as contraction), you can also add characters that act like a sequence of
29 * Effect : sorted sequence as the following,
  /external/chromium_org/third_party/sqlite/src/test/
collate7.test 39 } {1 {no such collation sequence: CASELESS}}
70 } {1 {no such collation sequence: CASELESS}}
  /external/icu4c/test/cintltst/
cg7coll.h 22 * known as contraction), you can also add characters that act like a sequence of
29 * Effect : sorted sequence as the following,
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.td 147 (add (sequence "R%u", 0, 9),
148 (sequence "R%u", 12, 28),
153 (add (sequence "D%u", 0, 4),
154 (sequence "D%u", 6, 13), D5, D14, D15)>;
157 def PredRegs : RegisterClass<"Hexagon", [i1], 32, (add (sequence "P%u", 0, 3))>
163 (add (sequence "LC%u", 0, 1),
164 (sequence "SA%u", 0, 1),
165 (sequence "M%u", 0, 1), PC, GP)> {
  /external/llvm/test/TableGen/
SetTheory.td 157 // The 'sequence' operator finds a sequence of records from their name.
158 def sequence;
159 def S9a : Set<(sequence "e%u", 3, 7)>;
160 def S9b : Set<(sequence "e%u", 7, 3)>;
161 def S9c : Set<(sequence "e%u", 0, 0)>;
162 def S9d : Set<(sequence "S%ua", 7, 9)>;
163 def S9e : Set<(sequence "e%u", 3, 6, 2)>;
  /external/nist-sip/java/gov/nist/javax/sip/
DialogExt.java 40 * Turn off sequence number validation for this dialog. This passes all requests to the
43 * block requests arriving out of sequence from reaching the application. In particular, the
  /external/qemu/slirp/
tcp_var.h 73 /* send sequence variables */
79 tcp_seq iss; /* initial send sequence number */
81 /* receive sequence variables */
85 tcp_seq irs; /* initial receive sequence number */
92 tcp_seq snd_max; /* highest sequence number sent;
107 tcp_seq t_rtseq; /* sequence number being timed */
198 u_long tcps_rcvpack; /* packets received in sequence */
199 u_long tcps_rcvbyte; /* bytes received in sequence */
  /frameworks/base/core/java/com/android/internal/view/
InputConnectionWrapper.java 52 * sequence number is set to a new integer. We use a sequence number so that replies that
69 // Set the sequence number
98 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
111 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
124 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
137 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
150 Log.i(TAG, "Got out-of-sequence callback " + seq + " (expected " + mSeq
  /libcore/luni/src/main/java/org/w3c/dom/
Comment.java 22 * therefore possible to have the character sequence <code>"--"</code>
25 * presence of this character sequence must generate a fatal error during
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
push_back_impl.hpp 35 template< typename Sequence, typename T > struct apply
43 , ( Sequence )
push_front_impl.hpp 36 template< typename Sequence, typename T > struct apply
44 , ( Sequence )

Completed in 1353 milliseconds

<<11121314151617181920>>