Searched defs:sequence (Results 1 - 25 of 131) sorted by relevance

123456

/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
H A DPermutationChromosome.java32 * Permutes the <code>sequence</code> of objects of type T according to the
34 * represents a permutation (3,0,1,2), and the unpermuted sequence is
37 * @param sequence
38 * the unpermuted (original) sequence of objects
39 * @return permutation of <code>sequence</code> represented by this
42 List<T> decode(List<T> sequence); argument
H A DRandomKey.java34 * permutation of indices (3,0,1,2). If the original (unpermuted) sequence would
35 * be (a,b,c,d), this would mean the sequence (d,a,b,c).
72 * Base sequence [0,1,...,n-1], permuted accorting to the representation (unmodifiable).
105 public List<T> decode(List<T> sequence) { argument
106 return decodeGeneric(sequence, getRepresentation(), sortedRepresentation);
113 * @param <S> generic type of the sequence values
114 * @param sequence the unpermuted sequence
117 * @return list with the sequence values permuted according to the representation
119 private static <S> List<S> decodeGeneric(List<S> sequence, Lis argument
[all...]
/external/skia/src/animator/
H A DSkSnapshot.h25 SkBool sequence; member in class:SkSnapshot
/external/v8/test/mjsunit/regress/
H A Dregress-931.js30 var sequence = ''; variable
35 function first() { sequence += "1"; return o; }
36 function second() { sequence += "2"; return "f"; }
37 function third() { sequence += "3"; return 3; }
38 function fourth() { sequence += "4"; return 4; }
42 assertEquals("1234", sequence);
44 function second_prime() { sequence += "2'"; return 2; }
48 assertEquals("123412'34", sequence);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DExplicitTest.java47 private static ASN1SequenceOf sequence = new ASN1SequenceOf(ASN1Boolean field in class:ExplicitTest
142 sequence) },
149 sequence) },
156 5, sequence) },
163 5, sequence) },
170 sequence) } };
H A DImplicitTest.java49 private static ASN1SequenceOf sequence = new ASN1SequenceOf(ASN1Boolean field in class:ImplicitTest
137 new ASN1Implicit(ASN1Constants.CLASS_UNIVERSAL, 5, sequence) },
144 sequence) },
151 sequence) },
158 sequence) },
162 new ASN1Implicit(ASN1Constants.CLASS_PRIVATE, 5, sequence) } };
H A DChoiceTest.java54 private static ASN1SequenceOf sequence = new ASN1SequenceOf(ASN1Boolean field in class:ChoiceTest
66 ASN1Boolean.getInstance(), sequence, ASN1Integer.getInstance() }) {
H A DSequenceTest.java55 private static ASN1Sequence sequence; field in class:SequenceTest
63 // sequence ::= SEQUENCE {
72 sequence = new ASN1Sequence(new ASN1Type[] { ASN1Boolean.getInstance(),
100 // sequence : all values are default
104 // sequence : true, default
108 // sequence = default, empty sequence
112 // sequence = false, empty sequence
150 assertEquals("Test case: " + i, testcases[i][0], sequence
[all...]
/external/guava/guava/src/com/google/common/base/
H A DUtf8.java41 * Returns the number of bytes in the UTF-8-encoded form of {@code sequence}. For a string,
45 * @throws IllegalArgumentException if {@code sequence} contains ill-formed UTF-16 (unpaired
48 public static int encodedLength(CharSequence sequence) { argument
50 int utf16Length = sequence.length();
55 while (i < utf16Length && sequence.charAt(i) < 0x80) {
61 char c = sequence.charAt(i);
65 utf8Length += encodedLengthGeneral(sequence, i);
78 private static int encodedLengthGeneral(CharSequence sequence, int start) { argument
79 int utf16Length = sequence.length();
82 char c = sequence
[all...]
H A DSplitter.java39 * recognizing appearances of a <i>separator</i> sequence. This separator can be
310 * input sequence consists of nothing but separators).
378 * Splits {@code sequence} into string components and makes them available
382 * @param sequence the sequence of characters to split
385 public Iterable<String> split(final CharSequence sequence) { argument
386 checkNotNull(sequence);
390 return splittingIterator(sequence);
401 private Iterator<String> splittingIterator(CharSequence sequence) { argument
402 return strategy.iterator(this, sequence);
415 splitToList(CharSequence sequence) argument
499 split(CharSequence sequence) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.cpp64 _cl_command_queue::sequence(clover::hard_event *ev) { function in class:_cl_command_queue
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.h25 uint32_t sequence; member in struct:nouveau_fence
H A Dnouveau_fence.c102 screen->fence.emit(&screen->base, &fence->sequence);
141 u32 sequence = screen->fence.update(&screen->base); local
143 if (screen->fence.sequence_ack == sequence)
145 screen->fence.sequence_ack = sequence;
149 sequence = fence->sequence;
156 if (sequence == screen->fence.sequence_ack)
214 fence->sequence,
215 screen->fence.sequence_ack, screen->fence.sequence);
H A Dnouveau_screen.h34 u32 sequence; member in struct:nouveau_screen::__anon12072
36 void (*emit)(struct pipe_screen *, u32 *sequence);
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dclientpairingsessiontest.cc74 InSequence sequence; local
100 InSequence sequence; local
114 InSequence sequence; local
129 InSequence sequence; local
143 InSequence sequence; local
H A Dpairingsessiontest.cc96 InSequence sequence; local
136 InSequence sequence; local
150 InSequence sequence; local
190 InSequence sequence; local
220 InSequence sequence; local
H A Dserverpairingsessiontest.cc69 InSequence sequence; local
91 InSequence sequence; local
99 InSequence sequence; local
109 InSequence sequence; local
124 InSequence sequence; local
/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
H A Dprotobufwireadaptertest.cc118 InSequence sequence; local
125 InSequence sequence; local
150 InSequence sequence; local
168 InSequence sequence; local
218 InSequence sequence; local
239 InSequence sequence; local
258 InSequence sequence; local
283 InSequence sequence; local
308 InSequence sequence; local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSetSpanner.java132 * Returns the number of matching characters found in a character sequence,
135 * @param sequence
136 * the sequence to count characters in
142 public int countIn(CharSequence sequence) { argument
143 return countIn(sequence, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE);
147 * Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE.
149 * @param sequence
150 * the sequence to count characters in
158 public int countIn(CharSequence sequence, CountMethod countMethod) { argument
159 return countIn(sequence, countMetho
178 countIn(CharSequence sequence, CountMethod countMethod, SpanCondition spanCondition) argument
214 deleteFrom(CharSequence sequence) argument
230 deleteFrom(CharSequence sequence, SpanCondition spanCondition) argument
247 replaceFrom(CharSequence sequence, CharSequence replacement) argument
266 replaceFrom(CharSequence sequence, CharSequence replacement, CountMethod countMethod) argument
287 replaceFrom(CharSequence sequence, CharSequence replacement, CountMethod countMethod, SpanCondition spanCondition) argument
374 trim(CharSequence sequence) argument
399 trim(CharSequence sequence, TrimOption trimOption) argument
426 trim(CharSequence sequence, TrimOption trimOption, SpanCondition spanCondition) argument
[all...]
/external/objenesis/main/src/org/objenesis/instantiator/basic/
H A DObjectInputStreamInstantiator.java46 private int sequence; field in class:ObjectInputStreamInstantiator.MockStream
82 this.sequence = 0;
115 sequence = NEXT[sequence];
116 data = buffers[sequence];
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java248 ASN1Sequence sequence)
250 super(sequence);
247 PKCS10CertificationRequest( ASN1Sequence sequence) argument
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DSplitter.java36 * recognizing appearances of a <i>separator</i> sequence. This separator can be
252 * input sequence consists of nothing but separators).
320 * Splits {@code sequence} into string components and makes them available
324 * @param sequence the sequence of characters to split
327 public Iterable<String> split(final CharSequence sequence) { argument
328 checkNotNull(sequence);
332 return splittingIterator(sequence);
343 private Iterator<String> splittingIterator(CharSequence sequence) { argument
344 return strategy.iterator(this, sequence);
357 splitToList(CharSequence sequence) argument
441 split(CharSequence sequence) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrieBuilder.java32 public BytesAsCharSequence(byte[] sequence, int length) { argument
33 s=sequence;
45 * Adds a (byte sequence, value) pair.
46 * The byte sequence must be unique.
49 * @param sequence The array that contains the byte sequence, starting at index 0.
50 * @param length The length of the byte sequence.
51 * @param value The value associated with this byte sequence.
55 public BytesTrieBuilder add(byte[] sequence, int length, int value) { argument
56 addImpl(new BytesAsCharSequence(sequence, lengt
[all...]
/external/libdrm/tests/planetest/
H A Datomictest.c27 page_flip_handler(int fd, unsigned int sequence, unsigned int tv_sec, argument
/external/libselinux/src/
H A Dsestatus.c25 uint32_t sequence; /* sequence number of seqlock logic */ member in struct:selinux_status_t
51 * seqlock logic. Since selinux_status->sequence is an odd value during
54 * The sequence is almost even number.
71 seqno = status->sequence;
84 * Because `selinux_status->sequence' shall be always incremented on
148 /* sequence must not be changed during references */
185 /* sequence must not be changed during references */
216 /* sequence must not be changed during references */

Completed in 709 milliseconds

123456