/external/rust/crates/cesu8/src/ |
D | lib.rs | 290 let fifth = next_cont!(); in decode_from_iter() localVariable 291 if fifth < 0xB0 || 0xBF < fifth { err!() } in decode_from_iter() 293 let s = dec_surrogates(second, third, fifth, sixth); in decode_from_iter() 313 fn dec_surrogates(second: u8, third: u8, fifth: u8, sixth: u8) -> [u8; 4] { in dec_surrogates() 316 let s2 = dec_surrogate(fifth, sixth);
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | NanoTimeGranularityTester.java | 42 long fifth = System.nanoTime(); in testNanoTimeGranularity() local 50 total += fifth - fourth; in testNanoTimeGranularity() 51 total += sixth - fifth; in testNanoTimeGranularity()
|
/external/libxkbcommon/test/data/symbols/ |
D | level5 | 2 // so that the fifth shift level can be reached. 4 // The right Ctrl key (while pressed) chooses the fifth shift level. 14 // The Less/Greater key (while pressed) chooses the fifth shift level. 24 // The right Alt key (while pressed) chooses the fifth shift level. 34 // The CapsLock key (while pressed) chooses the fifth shift level.
|
/external/clang/test/Rewriter/ |
D | unnamed-bf-modern-write.mm | 11 int fifth :1; field 21 // CHECK-NEXT: int fifth : 1;
|
/external/stardoc/test/testdata/py_rule_test/ |
D | input.bzl | 26 "fifth": attr.bool(default = True, doc = "Hey look, its the fifth thing!"),
|
/external/openscreen/discovery/mdns/ |
D | mdns_records_unittest.cc | 74 DomainName fifth{"Testing.Local"}; in TEST() local 81 EXPECT_EQ(fourth, fifth); in TEST() 94 EXPECT_TRUE(first < fifth); in TEST() 95 EXPECT_FALSE(fifth < first); in TEST() 101 EXPECT_TRUE(second < fifth); in TEST() 102 EXPECT_FALSE(fifth < second); in TEST() 106 EXPECT_TRUE(third < fifth); in TEST() 107 EXPECT_FALSE(fifth < third); in TEST() 109 EXPECT_FALSE(fourth < fifth); in TEST() 110 EXPECT_FALSE(fifth < fourth); in TEST() [all …]
|
/external/cronet/net/data/cache_tests/list_loop/ |
D | contents.txt | 31 key: "fifth" 207 ASSERT_TRUE(cache_->CreateEntry("fifth", &entry)); 224 ASSERT_TRUE(cache_->OpenEntry("fifth", &entry));
|
/external/perfetto/src/trace_processor/importers/memory_tracker/ |
D | graph_unittest.cc | 138 Node* fifth = in TEST() local 145 ASSERT_EQ(graph.FindNode("complex/path/child/1"), fifth); in TEST() 152 ASSERT_EQ(nodes_by_id.find(MemoryAllocatorNodeId(5))->second, fifth); in TEST()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/subrip/ |
D | typical_missing_timecode | 19 This is the fifth subtitle.
|
D | typical_with_tags | 20 This {\an2} is the fifth subtitle with multiple {\xyz} valid {\qwe} tags.
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/subrip/ |
D | typical_missing_timecode | 19 This is the fifth subtitle.
|
D | typical_with_tags | 20 This {\an2} is the fifth subtitle with multiple {\xyz} valid {\qwe} tags.
|
/external/aac/fuzzer/ |
D | README.md | 74 |`AACENC_BITRATE` | In range `8000 ` to `960000 ` | Calculated using fourth, fifth and sixth byte o… 78 …` |`120 ` `128 ` `240 ` `256 ` `480 ` `512 ` `1024 ` | Calculated using thirty-fifth byte of data | 88 |`AACENC_ANCILLARY_BITRATE` |In range `0 ` to `960000 `| Calculated using forty-fifth byte of data | 110 | `extDownmixLevel_B` | In range `0 ` to `7 ` | Calculated using twenty-fifth byte of data |
|
/external/clang/test/CodeGenObjC/ |
D | unname-bf-metadata.m | 10 int fifth :1; field
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/ssa/ |
D | overlapping_timecodes | 8 Dialogue: 0:00:08.44,0:00:09.44,Fourth subtitle - same timings as fifth
|
D | invalid_timecodes | 14 Dialogue: 0,0:00:12:90, ,Default,Olly,This is the fifth subtitle.
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/ssa/ |
D | overlapping_timecodes | 8 Dialogue: 0:00:08.44,0:00:09.44,Fourth subtitle - same timings as fifth
|
D | invalid_timecodes | 14 Dialogue: 0,0:00:12:90, ,Default,Olly,This is the fifth subtitle.
|
/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/ |
D | ArgumentCaptor.kt | 85 val fifth: E in component1() constant in org.mockito.kotlin.ArgumentCaptorHolder5 92 operator fun component5() = fifth in component1()
|
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/ |
D | Matchers.java | 55 …<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth) { in allOf() argument 56 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth); in allOf() 64 …, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth, org.hamcrest.Matc… in allOf() argument 65 return org.hamcrest.core.AllOf.<T>allOf(first, second, third, fourth, fifth, sixth); in allOf() 118 …<? super T> third, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth) { in anyOf() argument 119 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth, fifth); in anyOf() 127 …, org.hamcrest.Matcher<? super T> fourth, org.hamcrest.Matcher<? super T> fifth, org.hamcrest.Matc… in anyOf() argument 128 return org.hamcrest.core.AnyOf.<T>anyOf(first, second, third, fourth, fifth, sixth); in anyOf()
|
/external/stardoc/test/testdata/multiple_rules_test/ |
D | input.bzl | 32 "fifth": attr.label(mandatory = True, allow_single_file = True),
|
/external/stardoc/test/testdata/multiple_files_test/ |
D | input.bzl | 40 "fifth": attr.label(mandatory = True, allow_single_file = True),
|
/external/stardoc/test/testdata/providers_for_attributes_test/ |
D | input.bzl | 41 "fifth": attr.label(
|
/external/llvm/test/CodeGen/MSP430/ |
D | fp.ll | 22 ; the register allocator selects r4 first instead of fifth in a normal function.
|
/external/cronet/net/data/cache_tests/list_loop3/ |
D | contents.txt | 224 key: "The fifth key" 264 ASSERT_EQ(net::OK, CreateEntry("The fifth key", &entry)); <---- Loop it to the first one.
|