HomeSort by relevance Sort by last modified time
    Searched full:sequence (Results 1 - 25 of 2862) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/test/
service-ftp.xml 5 <sequence>
7 </sequence>
11 <sequence>
12 <sequence>
14 </sequence>
15 <sequence>
18 </sequence>
19 <sequence>
21 </sequence>
22 </sequence>
    [all...]
service-opp.xml 5 <sequence>
7 </sequence>
11 <sequence>
12 <sequence>
14 </sequence>
15 <sequence>
18 </sequence>
19 <sequence>
21 </sequence>
22 </sequence>
    [all...]
service-spp.xml 5 <sequence>
7 </sequence>
11 <sequence>
12 <sequence>
14 </sequence>
15 <sequence>
18 </sequence>
19 </sequence>
simple-service 11 <sequence> \
13 </sequence> \
25 <sequence> \
26 <sequence> \
28 </sequence> \
29 <sequence> \
32 </sequence> \
33 </sequence> \
37 <sequence> \
39 </sequence> \
    [all...]
service-did.xml 5 <sequence>
7 </sequence>
service-record.dtd 3 <!ELEMENT attribute (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|nil)+>
6 <!ELEMENT sequence (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
8 <!ELEMENT alternate (sequence|alternate|text|url|uuid|boolean|uint8|uint16|uint32|uint64|uint128|int8|int16|int32|int64|int128|nil)+>
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERSequence.java 10 * create an empty sequence
17 * create a sequence containing one object
26 * create a sequence containing a vector of objects.
42 out.write(SEQUENCE | CONSTRUCTED);
DERSequence.java 11 * create an empty sequence
18 * create a sequence containing one object
27 * create a sequence containing a vector of objects.
39 * create a sequence containing an array of objects.
55 * ASN.1 descriptions given. Rather than just outputing SEQUENCE,
78 out.writeEncoded(SEQUENCE | CONSTRUCTED, bytes);
ASN1Sequence.java 38 * Return an ASN1 sequence from a tagged object. There is a special
42 * sequence - so we need to add it back (this will happen if the tagged
43 * object is a sequence that contains other sequences). If you are
71 // surrounding sequence.
142 // * return the object at the sequence position indicated by index.
144 // * @param index the sequence number (starting at zero) of the object
145 // * @return the object at the sequence position indicated by index.
154 // * return the number of objects in this sequence.
156 // * @return the number of objects in this sequence.
  /external/guava/src/com/google/common/base/
CharMatcher.java 235 @Override public int indexIn(CharSequence sequence) {
236 return (sequence.length() == 0) ? -1 : 0;
238 @Override public int indexIn(CharSequence sequence, int start) {
239 int length = sequence.length();
243 @Override public int lastIndexIn(CharSequence sequence) {
244 return sequence.length() - 1;
246 @Override public boolean matchesAllOf(CharSequence sequence) {
247 checkNotNull(sequence);
250 @Override public boolean matchesNoneOf(CharSequence sequence) {
251 return sequence.length() == 0
    [all...]
  /external/kernel-headers/original/linux/
seqlock.h 22 * to increment the sequence variables because an interrupt routine could
33 unsigned sequence; member in struct:__anon4849
60 ++sl->sequence;
67 sl->sequence++;
76 ++sl->sequence;
85 unsigned ret = sl->sequence;
93 * If sequence value changed
101 return (iv & 1) | (sl->sequence ^ iv);
106 * Version using sequence counter only.
113 unsigned sequence; member in struct:seqcount
    [all...]
  /libcore/luni/src/main/java/java/lang/
CharSequence.java 28 * Returns the number of characters in this sequence.
43 * length of this sequence.
49 * to the {@code end} index (exclusive) of this sequence.
52 * the start offset of the sub-sequence. It is inclusive, that
54 * sub-sequence.
56 * the end offset of the sub-sequence. It is exclusive, that is,
58 * in the sub-sequence
59 * @return the requested sub-sequence.
63 * length of this sequence.
69 * sequence
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find_selectors.h 53 * @param i1 Iterator on first sequence.
54 * @param i2 Iterator on second sequence (unused).
63 /** @brief Corresponding sequential algorithm on a sequence.
64 * @param begin1 Begin iterator of first sequence.
65 * @param end1 End iterator of first sequence.
66 * @param begin2 Begin iterator of second sequence.
83 * @param i1 Iterator on first sequence.
84 * @param i2 Iterator on second sequence (unused).
96 /** @brief Corresponding sequential algorithm on a sequence.
97 * @param begin1 Begin iterator of first sequence
    [all...]
merge.h 45 * @param begin1 Begin iterator of first sequence.
46 * @param end1 End iterator of first sequence.
47 * @param begin2 Begin iterator of second sequence.
48 * @param end2 End iterator of second sequence.
94 * @param begin1 Begin iterator of first sequence.
95 * @param end1 End iterator of first sequence.
96 * @param begin2 Begin iterator of second sequence.
97 * @param end2 End iterator of second sequence.
162 * @param begin1 Begin iterator of first sequence.
163 * @param end1 End iterator of first sequence
    [all...]
sort.h 67 * @param begin Begin iterator of input sequence.
68 * @param end End iterator of input sequence.
90 * @param begin Begin iterator of input sequence.
91 * @param end End iterator of input sequence.
109 * @param begin Begin iterator of input sequence.
110 * @param end End iterator of input sequence.
127 * @param begin Begin iterator of input sequence.
128 * @param end End iterator of input sequence.
146 * @param begin Begin iterator of input sequence.
147 * @param end End iterator of input sequence
    [all...]
  /external/v8/test/mjsunit/regress/
regress-1114040.js 29 var sequence = "";
36 sequence += a;
38 return sequence;
43 var sequence = "";
50 sequence += a;
52 return sequence;
  /external/bluetooth/glib/tests/
sequence-test.c 100 GSequence * sequence; member in struct:SequenceInfo
110 void g_sequence_check (GSequence *sequence);
131 g_sequence_check (info->sequence);
133 if (g_sequence_get_length (info->sequence) != info->n_items)
135 g_sequence_get_length (info->sequence), info->n_items);
137 g_assert (g_sequence_get_length (info->sequence) == info->n_items);
139 iter = g_sequence_get_begin_iter (info->sequence);
142 while (iter != g_sequence_get_end_iter (info->sequence))
155 g_assert (g_sequence_get_length (info->sequence) == info->n_items);
305 g_assert (length == g_sequence_get_length (seq->sequence));
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_base.h 1 // Safe sequence/iterator base implementation -*- C++ -*-
43 * type. It contains a pointer back to the sequence it references
54 /** The sequence this iterator references; may be NULL to indicate
61 * version number must equal the version number in the sequence
67 /** Pointer to the previous iterator in the sequence's list of
71 /** Pointer to the next iterator in the sequence's list of
81 /** Initialize the iterator to reference the sequence pointed to
92 /** Initializes the iterator to reference the same sequence that
111 /** Attaches this iterator to the given sequence, detaching it
112 * from whatever sequence it was attached to originally. If th
    [all...]
  /external/bluetooth/bluez/compat/
fakehid.txt 23 Sequence
27 Sequence
30 Sequence
31 Sequence
33 Sequence
61 Sequence
65 Sequence
68 Sequence
69 Sequence
71 Sequence
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
BasicAgreement.java 18 * message in the agreement sequence.
  /external/chromium/net/base/
telnet_server.h 26 // Currently not processing any IAC or ESC sequence.
38 // Processing ESC sequence.
40 // Processing ESC sequence with two characters.
42 // Processing "ESC [" sequence.
  /external/jdiff/src/
comments.xsd 13 <xsd:sequence>
15 </xsd:sequence>
21 <xsd:sequence>
24 </xsd:sequence>
  /external/openssl/crypto/pem/
pkcs7.lis 1 21 0:d=0 hl=2 l= 0 cons: univ: SEQUENCE
4 21 15:d=0 hl=2 l= 0 cons: univ: SEQUENCE
7 21 22:d=0 hl=2 l= 0 cons: univ: SEQUENCE
11 20 39:d=0 hl=4 l=545 cons: univ: SEQUENCE
12 20 588:d=0 hl=4 l=524 cons: univ: SEQUENCE
15 20 1120:d=0 hl=4 l=653 cons: univ: SEQUENCE
16 20 1777:d=0 hl=4 l=285 cons: univ: SEQUENCE
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppol2tp.h 38 * SENDSEQ - 0 => don't send packets with sequence numbers
39 * 1 => send packets with sequence numbers
40 * RECVSEQ - 0 => receive packet sequence numbers are optional
41 * 1 => drop receive packets without sequence numbers
60 PPPOL2TP_MSG_SEQ = (1 << 2), /* sequence numbers */
  /libcore/luni/src/main/java/java/nio/
CharSequenceAdapter.java 21 * This class wraps a char sequence to be a char buffer.
25 * <li>Char sequence based buffer is always readonly.</li>
33 CharSequenceAdapter buf = new CharSequenceAdapter(other.sequence);
40 final CharSequence sequence; field in class:CharSequenceAdapter
44 sequence = chseq;
67 return sequence.charAt(position++);
75 return sequence.charAt(index);
88 sequence.toString().getChars(position, newPosition, dst, off);
157 return new CharSequenceAdapter(sequence.subSequence(position, limit));

Completed in 733 milliseconds

1 2 3 4 5 6 7 8 91011>>