/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
streambuf | 65 * - The controlled input sequence can be not readable. 66 * - The controlled output sequence can be not writable. 73 * program can read characters from a sequence, write characters to 74 * a sequence, put characters back into an input sequence, or alter 77 * -# Each sequence is characterized by three pointers which, if non-null, 79 * represents, at any moment, a (sub)sequence of characters from the 80 * sequence. Operations performed on a sequence alter the values 93 * of three pointers for a sequence, using the pointer names give [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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.6/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...] |
/dalvik/dx/tests/078-dex-local-variable-table/ |
expected.txt | 15 end sequence 33 end sequence 53 end sequence 77 end sequence 105 end sequence 138 end sequence 154 end sequence 170 end sequence 186 end sequence 202 end sequence [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
SequenceOfTest.java | 56 // sequence : empty sequence 59 // sequence : false 63 // sequence : true 67 // sequence : true, false 70 new byte[] { 0x30, 0x06, // sequence of
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 334 // Certificate: SEQUENCE 338 // TBSCertificate: SEQUENCE { 349 0x30, 0x07, // SEQUENCE 358 0x30, 0x1E, // SEQUENCE 369 //SubjectPublicKeyInfo ::= SEQUENCE { 372 0x30, 0x0D, // SEQUENCE 373 0x30, 0x07, // SEQUENCE 387 0x30, 0x07, // SEQUENCE 410 * 1) AuthorityKeyIdentifier(OID=2.5.29.35): no values in it(empty sequence) 416 // Certificate: SEQUENCE [all...] |
/external/chromium_org/third_party/WebKit/Source/core/timing/ |
Performance.idl | 38 [MeasureAs=UnprefixedPerformanceTimeline] sequence<PerformanceEntry> getEntries(); 39 [MeasureAs=UnprefixedPerformanceTimeline] sequence<PerformanceEntry> getEntriesByType(DOMString entryType); 40 [MeasureAs=UnprefixedPerformanceTimeline] sequence<PerformanceEntry> getEntriesByName(DOMString name, [Default=NullString] optional DOMString entryType); 41 [DeprecateAs=PrefixedPerformanceTimeline,ImplementedAs=getEntries] sequence<PerformanceEntry> webkitGetEntries(); 42 [DeprecateAs=PrefixedPerformanceTimeline,ImplementedAs=getEntriesByType] sequence<PerformanceEntry> webkitGetEntriesByType(DOMString entryType); 43 [DeprecateAs=PrefixedPerformanceTimeline,ImplementedAs=getEntriesByName] sequence<PerformanceEntry> webkitGetEntriesByName(DOMString name, [Default=NullString] optional DOMString entryType);
|
/external/chromium_org/third_party/angle/src/compiler/ |
VersionGLSL.cpp | 75 // We need to visit sequence children to get to global or inner scope. 79 const TIntermSequence& sequence = node->getSequence(); local 80 TQualifier qualifier = sequence.front()->getAsTyped()->getQualifier(); 110 const TIntermSequence& sequence = node->getSequence(); local 111 if (sequence.size() == 1) { 112 TIntermTyped* typed = sequence.front()->getAsTyped();
|
/external/dropbear/libtomcrypt/notes/ |
tech0006.txt | 24 DSAPublicKey ::= SEQUENCE { 35 DSAPrivateKey ::= SEQUENCE { 49 DSASignature ::= SEQUENCE { 63 ECCPublicKey ::= SEQUENCE { 71 ECCPrivateKey ::= SEQUENCE { 83 ECCEncrypted ::= SEQUENCE {
|
/external/oprofile/doc/ |
opreport.xsd | 6 <xs:sequence> 20 </xs:sequence> 92 <xs:sequence> 94 </xs:sequence> 112 <xs:sequence> 115 </xs:sequence> 123 <xs:sequence> 126 </xs:sequence> 133 <xs:sequence> 139 </xs:sequence> [all...] |
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequencesReplacer.java | 47 * with subsequently the sequence pair index, 49 * and the instruction index in the sequence. 74 * with subsequently the sequence pair index, 76 * and the instruction index in the sequence. 104 * with subsequently the sequence pair index, 106 * instruction index in the sequence.
|
/external/srtp/crypto/include/ |
rdbx.h | 21 typedef uint16_t sequence_number_t; /* 16 bit sequence number */ 26 typedef unsigned char sequence_number_t; /* 8 bit sequence number */ 36 * sequence number. 57 * setting the rollover counter and sequence number to zero 77 * given an rdbx and a sequence number s (from a newly arrived packet), 165 * known-to-be-good index) and a sequence number s (from a newly
|
/frameworks/base/services/java/com/android/server/print/ |
RemotePrintSpooler.java | 468 public void onGetPrintJobInfosResult(List<PrintJobInfo> printJobs, int sequence) { 469 onRemoteMethodResult(printJobs, sequence); 477 final int sequence = onBeforeRemoteCall(); local 478 target.getPrintJobInfos(mCallback, componentName, state, appId, sequence); 479 return getResultTimed(sequence); 490 public void onGetPrintJobInfoResult(PrintJobInfo printJob, int sequence) { 491 onRemoteMethodResult(printJob, sequence); 498 final int sequence = onBeforeRemoteCall(); local 499 target.getPrintJobInfo(printJobId, mCallback, appId, sequence); 500 return getResultTimed(sequence); 519 final int sequence = onBeforeRemoteCall(); local 540 final int sequence = onBeforeRemoteCall(); local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
EncryptedData.java | 19 * EncryptedData ::= SEQUENCE { 25 * EncryptedContentInfo ::= SEQUENCE { 64 throw new IllegalArgumentException("sequence not version 0");
|
/external/chromium/chrome/browser/metrics/ |
histogram_synchronizer.h | 37 // each group of requests with a sequence number. When an update arrives we can 39 // outstanding sequence number. 46 // reserved sequence number, different from any sequence number that might be 47 // specified by a browser request. Since this sequence number can't match an 48 // outstanding sequence number, the pickled data is accepted into the browser, 95 // Return the sequence number that was used. 99 // given sequence number. If we have received a response from all renderers, 113 // Gets a new sequence number to be sent to renderers from browser process and 140 // All sequence numbers used are non-negative [all...] |
/external/chromium_org/cc/output/ |
filter_operations.h | 64 // the shorter sequence with no-op filters of the same type as the filters in 65 // the corresponding positions in the longer sequence. If either sequence has
|
/external/chromium_org/ui/keyboard/resources/elements/ |
kb-key-sequence.html | 7 <polymer-element name="kb-key-sequence" 27 Polymer('kb-key-sequence', { 29 * Generates the DOM structure to replace (expand) this kb-key-sequence.
|
/external/kernel-headers/original/linux/sunrpc/ |
auth_gss.h | 24 #define MAXSEQ 0x80000000 /* maximum legal sequence number, from rfc 2203 */ 43 u32 gc_seq; /* sequence number */ 59 u32 gr_win; /* sequence window */
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.h | 122 // first byte after the end of a sequence of target machine 138 struct Sequence { 139 // Sequence describes instructions at address range [LowPC, HighPC) 147 Sequence() { reset(); } 155 static bool orderByLowPC(const Sequence& LHS, const Sequence& RHS) { 168 void appendSequence(const DWARFDebugLine::Sequence &sequence) { 169 Sequences.push_back(sequence); 196 typedef std::vector<Sequence> SequenceVector [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
i64_fp_round.ll | 11 ; Verify that we get the code sequence needed to avoid double-rounding. 12 ; Note that only parts of the sequence are checked for here, to allow 23 ; code sequence. Simply verify that there is no "isel" present.
|
/frameworks/av/include/media/ |
SingleStateQueue.h | 58 // returns a sequence number which can be used with ack() 64 // return true if a push with specified sequence number or later has been observed 65 bool ack(int32_t sequence);
|
/external/chromium_org/chrome/browser/net/ |
crl_set_fetcher.cc | 59 sequence_of_loaded_crl = crl_set_->sequence(); 61 // Get updates, advertising the sequence number of the CRL set that we just 101 if (old_crl_set.get() && old_crl_set->sequence() > crl_set->sequence()) { 103 << old_crl_set->sequence() 105 << crl_set->sequence(); 108 VLOG(1) << "Installed CRL set #" << crl_set->sequence(); 185 VLOG(1) << "Applied CRL set delta #" << crl_set_->sequence() 186 << "->#" << new_crl_set->sequence();
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf.h | 16 Runesync = 0x80, // cannot represent part of a UTF sequence (<)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_fence.c | 102 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);
|
/external/chromium_org/third_party/re2/util/ |
rune.cc | 55 * one character sequence 65 * two character sequence 82 * three character sequence 97 * four character sequence (21-bit value) 131 * one character sequence 141 * two character sequence 160 * three character sequence 171 * four character sequence (21-bit value) 237 if(c < Runesync) /* not part of utf sequence */
|