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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/view/textservice/
TextInfo.java 43 * @param sequence the sequence number for this TextInfo
45 public TextInfo(String text, int cookie, int sequence) {
51 mSequence = sequence;
88 * @return the sequence of TextInfo
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 33 /// This utility provides a simple interface for extracting some sequence of
63 /// \brief Create a code extractor for a sequence of blocks.
65 /// Given a sequence of basic blocks where the first block in the sequence
67 /// sequence out into its new function. When a DominatorTree is also given,
74 /// Behaves just like the generic code sequence constructor, but uses the
75 /// block sequence of the loop.
80 /// Behaves just like the generic code sequence constructor, but uses the
81 /// block sequence of the region node passed in.
102 /// a code sequence, that sequence is modified, including changing thes
    [all...]
  /external/svox/pico/lib/
picotrns.h 35 * - A phone sequence to be transduced has to begin with PICOKNOW_PHON_START_ID and end with PICOKNOW_PHON_TERM_ID
39 * output position sequence must be a sub-sequence of the input position sequence.
41 * if the sequence pos1/sym1, pos2/sym2 should be tranduced to x/sym3, y/sym4, z/sym5, then x must be pos1 or pos2
45 * - E.g.: The original sequence is phon1 , command , phon2
48 * - Then the new sequence will be recomposed as phon1' , phon_ins , command , phon2' [note position of command!]
120 * @param inSeq the input sequence
121 * @param inSeqLen the input sequence length
122 * @retval outSeq the output sequence
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
function_sequence.js 8 * @class FunctionSequence to invoke steps in sequence
11 * @param {Array} steps array of functions to invoke in sequence.
53 * Error handling function, which traces current error step, stops sequence
69 * Finishes sequence processing and jumps to the last step.
96 this.logger.vlog('Sequence ended');
111 * This function should be called only once on start, so start sequence pipeline
119 this.logger.log('Starting sequence with ' + arguments.length + ' arguments');
  /external/chromium_org/content/browser/dom_storage/
dom_storage_task_runner.h 23 // shutdown-blocking primary sequence tasks.
25 // as shutdown-blocking primary sequence tasks.
28 // shutdown-blocking commit sequence tasks.
38 // post shutdown-blocking tasks on the primary sequence.
51 // on the primary sequence.
107 // the primary sequence vs the commit sequence in the mock,
  /external/chromium_org/net/quic/
quic_ack_notifier_manager.cc 30 // No AckNotifier is interested in this sequence number.
34 // One or more AckNotifiers are registered as interested in this sequence
48 // Remove the sequence number from the map as we have notified all the
58 // We will add an entry to the map for the new sequence number, and move
77 // interested in this packet's sequence number.
91 // The AckNotifier needs to know it is tracking this packet's sequence
95 // Update the mapping in the other direction, from sequence
  /external/chromium_org/ppapi/proxy/
gamepad_resource.cc 21 base::subtle::Atomic32 ReadBegin(const base::subtle::Atomic32* sequence) {
24 version = base::subtle::NoBarrier_Load(sequence);
37 bool ReadRetry(const base::subtle::Atomic32* sequence,
39 // If the sequence number was updated then a read should be re-attempted.
41 return base::subtle::Release_Load(sequence) != version;
88 version = ReadBegin(&buffer_->sequence);
93 } while (ReadRetry(&buffer_->sequence, version));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unpack.py 29 Unpack generic sequence
53 Unpacking non-sequence
74 Unpacking sequence too short
81 Unpacking sequence too long
88 Unpacking a sequence where the test for too long raises a different kind of
104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unpack.py 29 Unpack generic sequence
53 Unpacking non-sequence
74 Unpacking sequence too short
81 Unpacking sequence too long
88 Unpacking a sequence where the test for too long raises a different kind of
104 Trigger code while not expecting an IndexError (unpack sequence too long, wrong
112 Trigger code while expecting an IndexError (unpack sequence too short, wrong
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
find.h 47 * @param begin1 Begin iterator of first sequence.
48 * @param end1 End iterator of first sequence.
49 * @param begin2 Begin iterator of second sequence. Must have same
50 * length as first sequence.
84 * @param begin1 Begin iterator of first sequence.
85 * @param end1 End iterator of first sequence.
86 * @param begin2 Begin iterator of second sequence. Second sequence
87 * must have same length as first sequence.
166 * @param begin1 Begin iterator of first sequence
    [all...]
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 73 // Verifies that a sequence generated by the generator and accessed
90 << "At the presumed end of sequence when accessing via an iterator "
94 // the sequence accessed via an iterator initialized via the
108 << "At the presumed end of sequence when accessing via an iterator "
122 // generates an expected sequence of values. The general test pattern
124 // checks the sequence produced by the generator using its iterator API,
125 // and then resets the iterator back to the beginning of the sequence
126 // and checks the sequence again.
164 // Tests that Range() generates the expected sequence.
171 // Edge case. Tests that Range() generates the single element sequence
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
utf8.txt 22 receiving UTF-8 shall interpret a "malformed sequence in the same way
26 UTF-8 decoders is to replace any malformed UTF-8 sequence by a
29 visually distinguish a malformed UTF-8 sequence from a correctly
36 Please check, whether a malformed UTF-8 sequence is (1) represented at
39 illegal UTF-8 sequence is correctly displayed, i.e. proper
41 sequence. This file says "THE END" in the last line, so if you don't
54 Note that as an alternative to the notion of malformed sequence used
57 sequence by a replacement character. If you follow this strategy in
73 2.1 First possible sequence of a certain length |
85 2.2 Last possible sequence of a certain length
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/krb5/
krb5_asn.h 76 /* EncryptedData ::= SEQUENCE {
91 /* PrincipalName ::= SEQUENCE {
93 ** name-string[1] SEQUENCE OF GeneralString
105 /* Ticket ::= [APPLICATION 1] SEQUENCE {
124 /* AP-REQ ::= [APPLICATION 14] SEQUENCE {
151 /* Checksum ::= SEQUENCE {
165 /* EncryptionKey ::= SEQUENCE {
179 /* AuthorizationData ::= SEQUENCE OF SEQUENCE {
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
krb5_asn.h 76 /* EncryptedData ::= SEQUENCE {
91 /* PrincipalName ::= SEQUENCE {
93 ** name-string[1] SEQUENCE OF GeneralString
105 /* Ticket ::= [APPLICATION 1] SEQUENCE {
124 /* AP-REQ ::= [APPLICATION 14] SEQUENCE {
151 /* Checksum ::= SEQUENCE {
165 /* EncryptionKey ::= SEQUENCE {
179 /* AuthorizationData ::= SEQUENCE OF SEQUENCE {
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.td 52 def Int1Regs : NVPTXRegClass<[i1], 8, (add (sequence "P%u", 0, 4))>;
53 def Int16Regs : NVPTXRegClass<[i16], 16, (add (sequence "RS%u", 0, 4))>;
54 def Int32Regs : NVPTXRegClass<[i32], 32, (add (sequence "R%u", 0, 4))>;
55 def Int64Regs : NVPTXRegClass<[i64], 64, (add (sequence "RL%u", 0, 4))>;
56 def Float32Regs : NVPTXRegClass<[f32], 32, (add (sequence "F%u", 0, 4))>;
57 def Float64Regs : NVPTXRegClass<[f64], 64, (add (sequence "FL%u", 0, 4))>;
58 def Int32ArgRegs : NVPTXRegClass<[i32], 32, (add (sequence "ia%u", 0, 4))>;
59 def Int64ArgRegs : NVPTXRegClass<[i64], 64, (add (sequence "la%u", 0, 4))>;
60 def Float32ArgRegs : NVPTXRegClass<[f32], 32, (add (sequence "fa%u", 0, 4))>;
61 def Float64ArgRegs : NVPTXRegClass<[f64], 64, (add (sequence "da%u", 0, 4))>
    [all...]
  /external/openssl/crypto/krb5/
krb5_asn.h 76 /* EncryptedData ::= SEQUENCE {
91 /* PrincipalName ::= SEQUENCE {
93 ** name-string[1] SEQUENCE OF GeneralString
105 /* Ticket ::= [APPLICATION 1] SEQUENCE {
124 /* AP-REQ ::= [APPLICATION 14] SEQUENCE {
151 /* Checksum ::= SEQUENCE {
165 /* EncryptionKey ::= SEQUENCE {
179 /* AuthorizationData ::= SEQUENCE OF SEQUENCE {
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
    [all...]
  /external/openssl/include/openssl/
krb5_asn.h 76 /* EncryptedData ::= SEQUENCE {
91 /* PrincipalName ::= SEQUENCE {
93 ** name-string[1] SEQUENCE OF GeneralString
105 /* Ticket ::= [APPLICATION 1] SEQUENCE {
124 /* AP-REQ ::= [APPLICATION 14] SEQUENCE {
151 /* Checksum ::= SEQUENCE {
165 /* EncryptionKey ::= SEQUENCE {
179 /* AuthorizationData ::= SEQUENCE OF SEQUENCE {
194 ** Authenticator ::= [APPLICATION 2] SEQUENCE {
    [all...]
  /external/chromium_org/net/cert/
asn1_util.cc 100 // Certificate ::= SEQUENCE {
105 // TBSCertificate ::= SEQUENCE {
163 // SubjectPublicKeyInfo ::= SEQUENCE {
167 // AlgorithmIdentifier ::= SEQUENCE {
171 // Step into SubjectPublicKeyInfo sequence.
176 // Step over algorithm field (a SEQUENCE).
197 // TBSCertificate ::= SEQUENCE {
223 // Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension
224 // Extension ::= SEQUENCE {
230 // ASN.1 SEQUENCE header
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator.h 112 // Start an animation sequence. If an animation for the same property is in
114 // takes ownership of this animation sequence.
118 // of this animation sequence.
199 virtual void ProgressAnimation(LayerAnimationSequence* sequence,
202 void ProgressAnimationToEnd(LayerAnimationSequence* sequence);
204 // Returns true if the sequence is owned by this animator.
205 bool HasAnimation(LayerAnimationSequence* sequence) const;
214 RunningAnimation(const base::WeakPtr<LayerAnimationSequence>& sequence);
218 LayerAnimationSequence* sequence() const { return sequence_.get(); } function in class:ui::LayerAnimator::RunningAnimation
245 LayerAnimationSequence* sequence) WARN_UNUSED_RESULT
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
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/5/sources/cxx-stl/gnu-libstdc++/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/6/sources/cxx-stl/gnu-libstdc++/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/7/sources/cxx-stl/gnu-libstdc++/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...]

Completed in 1346 milliseconds

1 2 3 4 5 6 78 91011>>