| /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
| D | CertificateFactory_ImplTest.java | 376 // 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/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/ |
| D | test_sequence.py | 28 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/llvm/unittests/Support/ |
| D | ConvertUTFTest.cpp | 177 // 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/llvm/lib/Target/Mips/ |
| D | MipsAnalyzeImmediate.h | 32 /// 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/protobuf/gtest/include/gtest/ |
| D | gtest-param-test.h.pump | 186 // 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/curl/docs/libcurl/opts/ |
| D | CURLOPT_PATH_AS_IS.3 | 25 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/ |
| D | cellular_MbimComplianceCM14.py | 10 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 \
|
| D | cellular_MbimComplianceCM13.py | 17 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 \
|
| D | cellular_MbimComplianceCM10.py | 8 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 \
|
| D | cellular_MbimComplianceCM09.py | 9 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 \
|
| D | cellular_MbimComplianceCM06.py | 10 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 \
|
| D | cellular_MbimComplianceCM04.py | 9 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 \
|
| D | cellular_MbimComplianceCM15.py | 10 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 \
|
| /external/caliper/examples/src/main/java/examples/ |
| D | Utf8Benchmark.java | 50 // 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/autotest/client/cros/cellular/mbim_compliance/ |
| D | mbim_dts_test_base.py | 9 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/google-breakpad/src/testing/gtest/include/gtest/ |
| D | gtest-param-test.h.pump | 217 // 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/ |
| D | gtest-param-test.h.pump | 217 // 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/ |
| D | gtest-param-test.h.pump | 217 // 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
| D | gtest-param-test.h.pump | 217 // 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/guava/guava-tests/benchmark/com/google/common/base/ |
| D | Utf8Benchmark.java | 46 // 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/llvm/utils/TableGen/ |
| D | SequenceToOffsetTable.h | 1 //===-- 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/ |
| D | DWARFDebugLine.cpp | 202 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/llvm/lib/Target/AArch64/ |
| D | AArch64A53Fix835769.cpp | 10 // 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/libxml2/os400/iconv/bldcsndfa/ |
| D | character-sets.xhtml | 117 …"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/proguard/src/proguard/optimize/peephole/ |
| D | InstructionSequencesReplacer.java | 29 * 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,
|