/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERSequence.java | 12 * create an empty sequence 19 * create a sequence containing one object 20 * @param obj the object to go in the sequence. 29 * create a sequence containing a vector of objects. 30 * @param v the vector of objects to make up the sequence. 39 * create a sequence containing an array of objects. 40 * @param array the array of objects to make up the sequence. 81 * ASN.1 descriptions given. Rather than just outputting SEQUENCE, 91 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
|
/external/tpm2/ |
SequenceUpdate.c | 14 // TPM_RC_MODE sequenceHandle does not reference a hash or HMAC sequence 26 // Get sequence object pointer 29 // Check that referenced object is a sequence object. 37 // Update event sequence object 42 // Update sequence object 50 // Update hash/HMAC sequence object 53 // Is this the first block of the sequence 65 // Update sequence object hash/HMAC stack 73 // Update sequence object hash/HMAC stack
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug024.go | 18 bug.go:5: unknown escape sequence: ' 19 bug.go:6: unknown escape sequence: \ 20 bug.go:8: unknown escape sequence: "
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug024.go | 18 bug.go:5: unknown escape sequence: ' 19 bug.go:6: unknown escape sequence: \ 20 bug.go:8: unknown escape sequence: "
|
/frameworks/base/core/java/android/util/ |
TimedRemoteCaller.java | 27 * sequence number and a callback and then starting to wait for 29 * the sequence number. If the response comes within the timeout 30 * and its sequence number is the one sent in the method invocation, 44 * public void onCompleted(Object result, int sequence) { 45 * onRemoteMethodResult(result, sequence); 54 * final int sequence = onBeforeRemoteCall(); 55 * mTarget.myMethod(arg, sequence); 56 * return getResultTimed(sequence); 94 public final T getResultTimed(int sequence) throws TimeoutException { 96 final boolean success = waitForResultTimedLocked(sequence); [all...] |
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapUtility.java | 59 * Gets all of the values in a sequence set per RFC 3501. Any ranges are expanded into a 62 * sequence-number = nz-number / "*" 63 * sequence-range = sequence-number ":" sequence-number 64 * sequence-set = (sequence-number / sequence-range) *("," sequence-set) 96 * sequence-number = nz-number / "* [all...] |
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/ |
ImapUtility.java | 58 * Gets all of the values in a sequence set per RFC 3501. Any ranges are expanded into a 61 * sequence-number = nz-number / "*" 62 * sequence-range = sequence-number ":" sequence-number 63 * sequence-set = (sequence-number / sequence-range) *("," sequence-set) 95 * sequence-number = nz-number / "* [all...] |
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 258 @Override public int indexIn(CharSequence sequence) { 259 return (sequence.length() == 0) ? -1 : 0; 262 @Override public int indexIn(CharSequence sequence, int start) { 263 int length = sequence.length(); 268 @Override public int lastIndexIn(CharSequence sequence) { 269 return sequence.length() - 1; 272 @Override public boolean matchesAllOf(CharSequence sequence) { 273 checkNotNull(sequence); 277 @Override public boolean matchesNoneOf(CharSequence sequence) { 278 return sequence.length() == 0 [all...] |
/art/test/518-null-array-get/ |
info.txt | 2 to crash on an aget-object + int-to-byte sequence
|
/cts/tests/tests/media/assets/ |
hls.m3u8 | 3 #EXT-X-MEDIA-SEQUENCE:0
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/ |
test_sequence.py | 39 """Test the sequence generator without rollover""" 40 from boto.sdb.db.sequence import SequenceGenerator 49 """Test the sequence generator with rollover""" 50 from boto.sdb.db.sequence import SequenceGenerator 58 """Test a simple counter sequence""" 59 from boto.sdb.db.sequence import Sequence 60 s = Sequence() 65 s2 = Sequence(s.id) 72 from boto.sdb.db.sequence import Sequence, increment_strin [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
asn1.py | 8 class PubKeyHeader(univ.Sequence): 14 class OpenSSLPubKey(univ.Sequence): 24 class AsnPubKey(univ.Sequence): 27 RSAPublicKey ::= SEQUENCE {
|
/external/clang/test/Preprocessor/ |
macro_fn_lparen_scan2.c | 6 F(FUNC) FUNC (3); /* final token sequence is FUNC(3+1) */
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnicodeSetSpanner.java | 109 * Returns the number of matching characters found in a character sequence, 112 * @param sequence 113 * the sequence to count characters in 116 public int countIn(CharSequence sequence) { 117 return countIn(sequence, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); 121 * Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE. 123 * @param sequence 124 * the sequence to count characters in 129 public int countIn(CharSequence sequence, CountMethod countMethod) { 130 return countIn(sequence, countMethod, SpanCondition.SIMPLE) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnicodeSetSpanner.java | 124 * Returns the number of matching characters found in a character sequence, 127 * @param sequence 128 * the sequence to count characters in 133 public int countIn(CharSequence sequence) { 134 return countIn(sequence, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); 138 * Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE. 140 * @param sequence 141 * the sequence to count characters in 148 public int countIn(CharSequence sequence, CountMethod countMethod) { 149 return countIn(sequence, countMethod, SpanCondition.SIMPLE) [all...] |
/external/libxml2/test/schemas/ |
deter0_0.xsd | 7 <xs:sequence> 8 <xs:sequence minOccurs="0" maxOccurs="unbounded"> 11 </xs:sequence> 13 </xs:sequence>
|
extension0_0.xsd | 4 <xs:sequence> 8 </xs:sequence> 13 <xs:sequence> 15 </xs:sequence>
|
import-455953.xsd | 5 <xs:sequence>
8 <xs:sequence>
10 </xs:sequence>
14 </xs:sequence>
|
restriction0_0.xsd | 4 <xs:sequence> 8 </xs:sequence> 13 <xs:sequence> 16 </xs:sequence>
|
/external/llvm/test/YAMLParser/ |
spec-10-05.test | 7 - two # sequence
|
/external/snakeyaml/src/test/resources/pyyaml/ |
spec-02-26.data | 2 # a sequence of mappings, with
|
spec-05-04.canonical | 4 ? !!str "sequence"
|
spec-08-09.data | 8 sequence: !!seq [ !!str entry,
|
/external/snakeyaml/src/test/resources/specification/ |
example2_26.yaml | 2 # a sequence of mappings, with
|
/frameworks/base/core/java/android/print/ |
ILayoutResultCallback.aidl | 28 void onLayoutStarted(ICancellationSignal cancellation, int sequence); 29 void onLayoutFinished(in PrintDocumentInfo info, boolean changed, int sequence); 30 void onLayoutFailed(CharSequence error, int sequence); 31 void onLayoutCanceled(int sequence);
|