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

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/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.
35 * create a sequence containing an array of objects.
61 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
DERSequence.java 12 * create an empty sequence
19 * create a sequence containing one object
28 * create a sequence containing a vector of objects.
37 * create a sequence containing an array of objects.
78 * ASN.1 descriptions given. Rather than just outputting SEQUENCE,
88 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
DLSequence.java 12 * create an empty sequence
19 * create a sequence containing one object
28 * create a sequence containing a vector of objects.
37 * create a sequence containing an array of objects.
78 * ASN.1 descriptions given. Rather than just outputting SEQUENCE,
88 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
  /external/chromium_org/ui/keyboard/resources/layouts/
system-qwerty.html 16 <kb-key-sequence invert=true keys="'1234567890-="
17 hintTexts="~!@#$%^&*()_+"> </kb-key-sequence>
24 <kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence>
25 <kb-key-sequence invert=true keys="[]\"
26 hintTexts="{}|"></kb-key-sequence>
30 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
31 <kb-key-sequence invert=true keys=";&apos;" hintTexts=':"'>
32 </kb-key-sequence>
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
at.hpp 28 typename BOOST_MPL_AUX_NA_PARAM(Sequence)
32 : at_impl< typename sequence_tag<Sequence>::type >
33 ::template apply< Sequence,N >
35 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,at,(Sequence,N))
39 typename Sequence
43 : at_impl< typename sequence_tag<Sequence>::type >
44 ::template apply< Sequence,mpl::long_<N> >
clear.hpp 26 typename BOOST_MPL_AUX_NA_PARAM(Sequence)
29 : clear_impl< typename sequence_tag<Sequence>::type >
30 ::template apply< Sequence >
32 BOOST_MPL_AUX_LAMBDA_SUPPORT(1,clear,(Sequence))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
contains_impl.hpp 33 template< typename Sequence, typename T > struct apply
36 typename find<Sequence,T>::type
37 , typename end<Sequence>::type
43 typename find<Sequence,T>::type
44 , typename end<Sequence>::type
49 typename find<Sequence,T>::type
50 , typename end<Sequence>::type
  /external/chromium_org/remoting/host/
sas_injector.h 12 // Provides a way to simulate a Secure Attention Sequence (SAS). The default
13 // sequence is Ctrl+Alt+Delete.
18 // Sends Secure Attention Sequence to the console session.
  /external/kernel-headers/original/linux/
seqlock.h 22 * to increment the sequence variables because an interrupt routine could
33 unsigned sequence; member in struct:__anon20168
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...]
  /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/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...]
  /external/chromium_org/third_party/sqlite/src/test/
collate3.test 31 # unknown collation sequence an error is returned.
42 } {1 {no such collation sequence: garbage}}
47 } {1 {no such collation sequence: garbage}}
52 } {1 {no such collation sequence: garbage}}
59 # Create a table with a default collation sequence, then close
61 # sequence. Then make sure the library stops us from using
62 # the collation sequence in:
64 # * an ORDER BY that uses the default collation sequence
67 # * a CREATE INDEX statement that uses a default collation sequence
68 # * a GROUP BY that uses the default collation sequence
    [all...]
  /cts/tests/tests/media/assets/
hls.m3u8 3 #EXT-X-MEDIA-SEQUENCE:0
  /external/chromium_org/ui/compositor/test/
test_layer_animation_observer.h 15 // Listens to animation ended notifications. Remembers the last sequence that
23 LayerAnimationSequence* sequence) OVERRIDE;
26 LayerAnimationSequence* sequence) OVERRIDE;
29 LayerAnimationSequence* sequence) OVERRIDE;
  /external/clang/test/Preprocessor/
macro_fn_lparen_scan2.c 6 F(FUNC) FUNC (3); /* final token sequence is FUNC(3+1) */
  /external/llvm/test/YAMLParser/
spec-10-05.data 7 - two # sequence
  /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...]
  /external/chromium_org/ui/compositor/
layer_animation_sequence.h 25 // not a LayerAnimationElement (i.e., it is not permitted to have a sequence in
26 // a sequence). Sequences own their elements, and sequences are themselves owned
29 // TODO(vollick) Create a 'blended' sequence for transitioning between
40 // Takes ownership of the given element and adds it to the sequence.
50 // Sets a flag indicating that this sequence will start together with other
72 // Updates the delegate to the end of the animation; if this sequence is
73 // cyclic, updates the delegate to the end of one cycle of the sequence.
77 // the sequence completed. Does nothing if the sequence is cyclic.
83 // All properties modified by the sequence
    [all...]
layer_animator.cc 22 function(running_anim.sequence(), ##__VA_ARGS__)
25 ? function(running_anim.sequence()) \
29 ? function(running_anim.sequence()) \
69 running_animations_[i].sequence()->OnAnimatorDestroyed();
299 // As was mentioned above, this sequence must be alive.
301 FinishAnimation(running->sequence(), false);
329 if (running->sequence()->animation_group_id() != event.group_id)
332 running->sequence()->OnThreadedAnimationStarted(event);
333 if (!running->sequence()->waiting_for_group_start())
339 running->sequence()->set_waiting_for_group_start(false)
    [all...]
  /external/llvm/bindings/python/llvm/tests/
test_disassembler.py 10 sequence = '\x67\xe3\x81' # jcxz -127
15 count, s = disassembler.get_instruction(sequence)
20 sequence = '\x67\xe3\x81\x01\xc7' # jcxz -127; addl %eax, %edi
24 instructions = list(disassembler.get_instructions(sequence))
31 sequence = '\x10\x40\x2d\xe9'
36 count, s = disassembler.get_instruction(sequence)
  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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...]
  /external/llvm/include/llvm/ADT/
PriorityQueue.h 26 class Sequence = std::vector<T>,
27 class Compare = std::less<typename Sequence::value_type> >
28 class PriorityQueue : public std::priority_queue<T, Sequence, Compare> {
31 const Sequence &sequence = Sequence())
32 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
38 const Sequence &sequence = Sequence()
    [all...]
  /external/chromium_org/net/quic/
quic_ack_notifier.h 14 // The connection informs this class of newly ACKed sequence numbers, and once
15 // we have seen ACKs for all the sequence numbers we are interested in, we
29 // Register a sequence number that this AckNotifier should be interested in.
32 // Register a set of sequence numbers that this AckNotifier should be
36 // Called by the QuicConnection on receipt of new ACK frame, with the sequence
38 // Deletes the matching sequence number from the stored set of sequence
49 // different sequence number. Updates our internal set of sequence_numbers to
56 // notified of ACKs for all the sequence numbers we are tracking.
60 // Set of sequence numbers this notifier is waiting to hear about. Th
    [all...]
  /frameworks/av/media/libmedia/
SingleStateQueue.cpp 34 int32_t sequence = mSequence; local
35 sequence++;
36 android_atomic_acquire_store(sequence, &shared->mSequence);
38 sequence++;
39 android_atomic_release_store(sequence, &shared->mSequence);
40 mSequence = sequence;
42 return sequence;
50 template<typename T> bool SingleStateQueue<T>::Mutator::ack(int32_t sequence)
52 // this relies on 2's complement rollover to detect an ancient sequence number
53 return mShared->mAck - sequence >= 0
    [all...]

Completed in 1285 milliseconds

12 3 4 5 6 7 8 91011>>