Home
last modified time | relevance | path

Searched full:sequences (Results 1 – 25 of 1342) sorted by relevance

12345678910>>...54

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
DCertificateFactory_ImplTest.java376 // error code, marks sequences as throwing exceptions in testGenerateBase64CRLs()
378 // test sequences in testGenerateBase64CRLs()
379 int[][] sequences = { in testGenerateBase64CRLs() local
417 // Tests CRL generation on the base of sequences of heterogeneous in testGenerateBase64CRLs()
419 for (int i = 0; i < sequences.length; i++) { // for each of the sequences.. in testGenerateBase64CRLs()
421 int expected_size = (sequences[i][0] < 0) in testGenerateBase64CRLs()
422 ? -sequences[i][0] in testGenerateBase64CRLs()
423 : sequences[i].length; in testGenerateBase64CRLs()
427 for (int j = 0; j < sequences[i].length; j++) { in testGenerateBase64CRLs()
428 //System.out.print(" "+sequences[i][j]); in testGenerateBase64CRLs()
[all …]
/external/llvm/unittests/Support/
DConvertUTFTest.cpp177 // 1-byte sequences in TEST()
185 // 2-byte sequences in TEST()
204 // 3-byte sequences in TEST()
232 // 4-byte sequences in TEST()
411 // Start bytes of 2-byte sequences (0xc0--0xdf). in TEST()
448 // Start bytes of 3-byte sequences (0xe0--0xef). in TEST()
470 // Start bytes of 4-byte sequences (0xf0--0xf7). in TEST()
485 // Start bytes of 5-byte sequences (0xf8--0xfb). in TEST()
497 // Start bytes of 6-byte sequences (0xfc--0xfd). in TEST()
547 // Sequences with one continuation byte missing in TEST()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
Dtest_sequence.py28 cls.sequences = []
31 """Remove our sequences"""
32 for s in cls.sequences:
61 self.sequences.append(s)
74 self.sequences.append(s)
92 self.sequences.append(s)
104 self.sequences.append(s)
/external/protobuf/gtest/include/gtest/
Dgtest-param-test.h.pump186 // Range() returns generators providing sequences of values in a range.
196 // * The generated sequences never include end. For example, Range(1, 5)
205 // Elements in the resulting sequences will also have that type.
206 // * Condition start < end must be satisfied in order for resulting sequences
225 // - returns a generator producing sequences with elements from
228 // - returns a generator producing sequences with elements from
231 // - returns a generator producing sequences with elements from
302 // - returns a generator producing sequences with elements v1, v2, ..., vN.
331 // - returns a generator producing sequences with elements {false, true}.
352 // Combine() allows the user to combine two or more sequences to produce
[all …]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-param-test.h.pump217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produce
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-param-test.h.pump217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produce
[all …]
/external/gtest/include/gtest/
Dgtest-param-test.h.pump217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produce
[all …]
/external/mesa3d/src/gtest/include/gtest/
Dgtest-param-test.h.pump217 // Range() returns generators providing sequences of values in a range.
227 // * The generated sequences never include end. For example, Range(1, 5)
236 // Elements in the resulting sequences will also have that type.
237 // * Condition start < end must be satisfied in order for resulting sequences
256 // - returns a generator producing sequences with elements from
259 // - returns a generator producing sequences with elements from
262 // - returns a generator producing sequences with elements from
332 // - returns a generator producing sequences with elements v1, v2, ..., vN.
361 // - returns a generator producing sequences with elements {false, true}.
382 // Combine() allows the user to combine two or more sequences to produce
[all …]
/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h32 /// AddInstr - Add I to all instruction sequences in SeqLs.
35 /// GetInstSeqLsADDiu - Get instruction sequences which end with an ADDiu to
39 /// GetInstSeqLsORi - Get instrutcion sequences which end with an ORi to
43 /// GetInstSeqLsSLL - Get instruction sequences which end with a SLL to
47 /// GetInstSeqLs - Get instruction sequences to load immediate Imm.
/external/caliper/examples/src/main/java/examples/
DUtf8Benchmark.java50 // 1-byte UTF-8 sequences - "American" ASCII text in decode()
53 // Mostly 1-byte UTF-8 sequences, mixed with occasional 2-byte in decode()
54 // sequences - "Western European" text in decode()
60 // Mostly 2-byte UTF-8 sequences - "European" text in decode()
63 // Mostly 3-byte UTF-8 sequences - "Asian" text in decode()
66 // Mostly 4-byte UTF-8 sequences - "rare exotic" text in decode()
/external/guava/guava-tests/benchmark/com/google/common/base/
DUtf8Benchmark.java46 // 1-byte UTF-8 sequences - "American" ASCII text in decode()
49 // Mostly 1-byte UTF-8 sequences, mixed with occasional 2-byte in decode()
50 // sequences - "Western European" text in decode()
56 // Mostly 2-byte UTF-8 sequences - "European" text in decode()
59 // Mostly 3-byte UTF-8 sequences - "Asian" text in decode()
62 // Mostly 4-byte UTF-8 sequences - "rare exotic" text in decode()
/external/curl/docs/libcurl/opts/
DCURLOPT_PATH_AS_IS.325 CURLOPT_PATH_AS_IS \- do not handle dot dot sequences
34 This tells libcurl to NOT squash sequences of "/../" or "/./" that may exist
39 sequences to remain in the path and some clients want to pass these on in
42 By default libcurl will merge such sequences before using the path.
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcellular_MbimComplianceCM14.py10 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
12 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
14 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
16 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
Dcellular_MbimComplianceCM13.py17 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
19 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
21 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
23 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
Dcellular_MbimComplianceCM10.py8 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
10 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
12 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_dts_test_base.py9 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
11 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
13 from autotest_lib.client.cros.cellular.mbim_compliance.sequences \
22 Runs all the precondition sequences for data transfer tests.
/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h1 //===-- SequenceToOffsetTable.h - Compress similar sequences ----*- C++ -*-===//
11 // sequences as one big array. Use the same memory when a sequence is a suffix
29 /// SequenceToOffsetTable - Collect a number of terminated sequences of T.
30 /// Compute the layout of a table that contains all the sequences, possibly by
49 // Keep sequences ordered according to SeqLess so suffixes are easy to find.
53 // Sequences added so far, with suffixes removed.
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp202 Sequences.clear(); in clear()
520 // Sort all sequences so that address lookup will work faster. in parse()
521 if (!Sequences.empty()) { in parse()
522 std::sort(Sequences.begin(), Sequences.end(), Sequence::orderByLowPC); in parse()
523 // Note: actually, instruction address ranges of sequences should not in parse()
528 // rudimentary sequences for address ranges [0x0, 0xsomething). in parse()
562 if (Sequences.empty()) in lookupAddress()
567 SequenceIter first_seq = Sequences.begin(); in lookupAddress()
568 SequenceIter last_seq = Sequences.end(); in lookupAddress()
573 found_seq = Sequences.back(); in lookupAddress()
[all …]
/external/libxml2/os400/iconv/bldcsndfa/
Dcharacter-sets.xhtml117 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
129 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
141 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
153 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
165 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
177 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
189 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
201 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
213 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
225 …"http://www.itscj.ipsj.or.jp/ISO-IR/">ISO-IR: International Register of Escape Sequences</a>]<br />
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64A53Fix835769.cpp10 // It works around it by inserting a nop instruction in code sequences that
189 // List of terminating instructions in matching sequences in runOnBasicBlock()
190 std::vector<MachineInstr*> Sequences; in runOnBasicBlock() local
211 Sequences.push_back(CurrInstr); in runOnBasicBlock()
219 DEBUG(dbgs() << "Scan complete, " << Sequences.size() in runOnBasicBlock()
222 // Then update the basic block, inserting nops between the detected sequences. in runOnBasicBlock()
223 for (auto &MI : Sequences) { in runOnBasicBlock()
/external/pcre/dist/doc/
Dpcrepattern.358 these special sequences:
84 This has the same effect as setting the PCRE_UCP option: it causes sequences
136 string with one of the following five sequences:
142 (*ANY) all Unicode newline sequences
161 "Newline sequences"
284 that $ and @ are handled as literals in \eQ...\eE sequences in PCRE, whereas in
311 one of the following escape sequences than the binary character it represents.
454 .SS "Escape sequences in character classes"
457 All the sequences that define a single character value can be used both inside
462 inside a character class. Like other unrecognized escape sequences, they are
[all …]
/external/protobuf/java/src/main/java/com/google/protobuf/
DUtf8.java41 * sequences as well as rejection of 3-byte surrogate codepoint byte
42 * sequences. Note that the UTF-8 decoder included in Oracle's JDK
43 * has been modified to also reject "overlong" byte sequences, but (as
44 * of 2011) still accepts 3-byte surrogate codepoint byte sequences.
46 * <p>The byte sequences considered valid by this class are exactly
54 * Table 3-7. <em>Well Formed UTF-8 Byte Sequences</em>.
56 * <p>This class supports decoding of partial byte sequences, so that the
57 * bytes in a complete UTF-8 byte sequences can be stored in multiple
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequencesReplacer.java29 * This InstructionVisitor replaces multiple instruction sequences at once.
46 * @param instructionSequences the instruction sequences to be replaced,
73 * @param instructionSequences the instruction sequences to be replaced,
103 * @param instructionSequences the instruction sequences to be replaced,
/external/libweave/third_party/chromium/base/third_party/icu/
Dicu_utf.cc73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
75 * We keep them in this table for skipping long ISO 10646-UTF-8 sequences.
119 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
122 * All illegal byte sequences yield a positive code point such that this
127 * like illegal sequences.
190 * encoded in UTF-8, and there are no irregular sequences any more. in utf8_nextCharSafeBody()
/external/libchrome/base/third_party/icu/
Dicu_utf.cc73 * In Unicode, all UTF-8 byte sequences with more than 4 bytes are illegal;
75 * We keep them in this table for skipping long ISO 10646-UTF-8 sequences.
115 * <0 "Safe" behavior of U8_NEXT(): All illegal byte sequences yield a negative
118 * All illegal byte sequences yield a positive code point such that this
123 * like illegal sequences.
185 * encoded in UTF-8, and there are no irregular sequences any more. in utf8_nextCharSafeBody()

12345678910>>...54