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

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/resources/pyyaml/
spec-10-03.data 2 # sequence
spec-05-03.data 0 sequence:
spec-05-04.data 0 sequence: [ one, two, ]
  /external/autotest/server/site_tests/sequences/
control.brillo_bvt 13 Sequence for kicking off the Brillo BVT tests.
15 from autotest_lib.server import sequence
20 sequence.SequenceJob('control.brillo_GtestsWhitelist', duration=2000,
22 sequence.SequenceJob('brillo_PingTest', duration=120),
23 sequence.SequenceJob('brillo_KernelVersionTest', duration=120),
24 sequence.SequenceJob('brillo_WifiInterfaceTest', duration=120),
25 sequence.SequenceJob('brillo_DiskSizeTest', duration=120),
26 sequence.SequenceJob('brillo_MemorySizeTest', duration=120),
27 sequence.SequenceJob('brillo_FastbootTest', duration=120),
28 sequence.SequenceJob('brillo_StorageWriteSpeedTest', duration=120)
    [all...]
control.storage_qual_retention 15 Sequence for testing the Storage Qual running from the fixed devices.
18 from autotest_lib.server import sequence
22 sequence.SequenceJob(
25 sequence.SequenceJob(
29 iteration=7 * sequence.DAY_IN_HOURS / 4,
30 duration=4 * sequence.HOUR_IN_SECS),
31 sequence.SequenceJob(
34 'suspend_duration': 12 * sequence.HOUR_IN_SECS},
35 duration=7 * sequence.DAY_IN_SECS),
36 sequence.SequenceJob
    [all...]
control.storage_qual_trim 15 Sequence for testing the Storage Qual running from the fixed devices.
18 from autotest_lib.server import sequence
22 sequence.SequenceJob(
25 sequence.SequenceJob(
29 iteration=7 * sequence.DAY_IN_HOURS / 4,
30 duration=4 * sequence.HOUR_IN_SECS),
31 sequence.SequenceJob(
33 iteration=7 * sequence.DAY_IN_HOURS / 4,
34 duration=4 * sequence.HOUR_IN_SECS / 4),
35 sequence.SequenceJob
    [all...]
control.storage_qual_soak 15 Sequence for testing the Storage Qual running from the fixed devices.
18 from autotest_lib.server import sequence
22 sequence.SequenceJob(
25 sequence.SequenceJob(
29 iteration=7 * sequence.DAY_IN_HOURS / 4,
30 duration=4 * sequence.HOUR_IN_SECS),
31 sequence.SequenceJob(
36 sequence.sequence_schedule(job, machines, SERVER_SEQUENCES)
control.storage_qual_suspend 15 Sequence for testing the Storage Qual running from the fixed devices.
18 from autotest_lib.server import sequence
22 sequence.SequenceJob(
25 sequence.SequenceJob(
29 iteration=7 * sequence.DAY_IN_HOURS / 4,
30 duration=4 * sequence.HOUR_IN_SECS),
31 sequence.SequenceJob(
34 'suspend_duration': 12 * sequence.HOUR_IN_SECS},
35 iteration=7 * sequence.DAY_IN_HOURS / 4,
36 duration=4 * sequence.HOUR_IN_SECS)
    [all...]
control.storage_qual_retention_quick 15 Sequence for testing the Storage Qual running from the fixed devices.
18 from autotest_lib.server import sequence
23 sequence.SequenceJob(
26 sequence.SequenceJob(
30 iteration=2, duration=sequence.HOUR_IN_SECS / 2),
31 sequence.SequenceJob(
35 duration=sequence.HOUR_IN_SECS / 2),
36 sequence.SequenceJob(
41 sequence.sequence_schedule(job, machines, SERVER_SEQUENCES)
  /external/webrtc/tools/matlab/
maxUnwrap.m 1 function sequence = maxUnwrap(sequence, max)
3 % sequence = maxUnwrap(sequence, max)
8 % sequence: The vector to unwrap.
9 % max: The maximum value that the sequence can take,
14 % sequence: The unwrapped vector.
25 sequence = round((unwrap(2 * pi * sequence / max) * max) / (2 * pi));
  /external/llvm/test/YAMLParser/
spec-10-03.test 4 # sequence
  /external/opencv3/samples/cpp/
image_sequence.cpp 12 cout << "\nThis sample shows you how to read a sequence of images using the VideoCapture interface.\n"
14 << "Image mask defines the name variation for the input images that have to be read as a sequence. \n"
28 VideoCapture sequence(first_file);
30 if (!sequence.isOpened())
32 cerr << "Failed to open the image sequence!\n" << endl;
37 namedWindow("Image sequence | press ESC to close", 1);
41 // Read in image from sequence
42 sequence >> image;
44 // If no image was retrieved -> end of sequence
47 cout << "End of Sequence" << endl
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/r/
rcontainer.swg 42 template <class Sequence, class Difference>
43 inline typename Sequence::iterator
44 getpos(Sequence* self, Difference i) {
45 typename Sequence::iterator pos = self->begin();
50 template <class Sequence, class Difference>
51 inline typename Sequence::const_iterator
52 cgetpos(const Sequence* self, Difference i) {
53 typename Sequence::const_iterator pos = self->begin();
58 template <class Sequence, class Difference>
59 inline Sequence*
    [all...]
  /external/libxml2/test/schemas/
seq0_0.xsd 11 <xsd:sequence minOccurs='0' maxOccurs='unbounded'>
15 <xsd:sequence minOccurs='0' maxOccurs='1'>
17 </xsd:sequence>
23 <xsd:sequence minOccurs='1' maxOccurs='1'>
25 </xsd:sequence>
31 <xsd:sequence minOccurs='0' maxOccurs='unbounded'>
33 </xsd:sequence>
39 <xsd:sequence minOccurs='1' maxOccurs='unbounded'>
41 </xsd:sequence>
47 <xsd:sequence minOccurs='0' maxOccurs='3'
    [all...]
complex-type-extension_0.xsd 5 <xs:sequence minOccurs="1" maxOccurs="unbounded">
7 </xs:sequence>
13 <xs:sequence>
15 </xs:sequence>
22 <xs:sequence>
24 </xs:sequence>
all.xsd 4 <xsd:sequence>
10 <xsd:sequence>
12 </xsd:sequence>
13 </xsd:sequence>
  /frameworks/base/core/java/android/print/
IPrintSpoolerCallbacks.aidl 32 void onGetPrintJobInfosResult(in List<PrintJobInfo> printJob, int sequence);
33 void onCancelPrintJobResult(boolean canceled, int sequence);
34 void onSetPrintJobStateResult(boolean success, int sequence);
35 void onSetPrintJobTagResult(boolean success, int sequence);
36 void onGetPrintJobInfoResult(in PrintJobInfo printJob, int sequence);
43 * @param sequence the sequence number of the call to get the icon
45 void onGetCustomPrinterIconResult(in Icon icon, int sequence);
50 * @param sequence the sequence number of the call to cache the ico
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERSequence.java 7 * Carrier class for an indefinite-length SEQUENCE.
13 * Create an empty sequence
20 * Create a sequence containing one object
29 * Create a sequence containing a vector of objects.
38 * Create a sequence containing an array of objects.
62 out.write(BERTags.SEQUENCE | BERTags.CONSTRUCTED);
  /prebuilts/go/darwin-x86/doc/progs/
eff_sequence.go 13 seq := Sequence{6, 2, -1, 44, 16}
18 type Sequence []int
21 func (s Sequence) Len() int {
24 func (s Sequence) Less(i, j int) bool {
27 func (s Sequence) Swap(i, j int) {
32 func (s Sequence) String() string {
  /prebuilts/go/linux-x86/doc/progs/
eff_sequence.go 13 seq := Sequence{6, 2, -1, 44, 16}
18 type Sequence []int
21 func (s Sequence) Len() int {
24 func (s Sequence) Less(i, j int) bool {
27 func (s Sequence) Swap(i, j int) {
32 func (s Sequence) String() string {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
O1_size_impl.hpp 28 // default implementation - returns 'Sequence::size' if sequence has a 'size'
36 template< typename Sequence > struct O1_size_impl
37 : Sequence::size
45 template< typename Sequence > struct apply
48 aux::has_size<Sequence>
49 , aux::O1_size_impl<Sequence>
56 aux::has_size<Sequence>
57 , aux::O1_size_impl<Sequence>
63 aux::has_size<Sequence>
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
ITestSequenceConfigurator.java 11 * @param sequence A reference to the sequence to handle
15 public ServerRequestHandler getObexServer(ArrayList<SeqStep> sequence,
  /external/google-breakpad/src/processor/
stackwalk_common.cc 290 int sequence = 0; local
296 sequence = PrintRegister("eip", frame_x86->context.eip, sequence);
298 sequence = PrintRegister("esp", frame_x86->context.esp, sequence);
300 sequence = PrintRegister("ebp", frame_x86->context.ebp, sequence);
302 sequence = PrintRegister("ebx", frame_x86->context.ebx, sequence);
304 sequence = PrintRegister("esi", frame_x86->context.esi, sequence)
    [all...]
  /external/libxml2/result/schemas/
bug303566_1_1.err 1 ./test/schemas/bug303566_1.xml:9: Schemas validity error : Element 'Part': No match found for key-sequence ['B'] of keyref 'PartRefCountryDummy'.
bug312957_1_0.err 1 ./test/schemas/bug312957_0.xml:10: Schemas validity error : Element 'sister': No match found for key-sequence ['annie'] of keyref 'sibling_key_ref'.

Completed in 791 milliseconds

1 2 3 4 5 6 7 8 91011>>