Home
last modified time | relevance | path

Searched refs:fifth (Results 1 – 25 of 132) sorted by relevance

123456

/external/rust/crates/cesu8/src/
Dlib.rs290 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/
DNanoTimeGranularityTester.java42 long fifth = System.nanoTime(); in testNanoTimeGranularity() local
50 total += fifth - fourth; in testNanoTimeGranularity()
51 total += sixth - fifth; in testNanoTimeGranularity()
/external/libxkbcommon/test/data/symbols/
Dlevel52 // 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/
Dunnamed-bf-modern-write.mm11 int fifth :1; field
21 // CHECK-NEXT: int fifth : 1;
/external/stardoc/test/testdata/py_rule_test/
Dinput.bzl26 "fifth": attr.bool(default = True, doc = "Hey look, its the fifth thing!"),
/external/openscreen/discovery/mdns/
Dmdns_records_unittest.cc74 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/
Dcontents.txt31 key: "fifth"
207 ASSERT_TRUE(cache_->CreateEntry("fifth", &entry));
224 ASSERT_TRUE(cache_->OpenEntry("fifth", &entry));
/external/perfetto/src/trace_processor/importers/memory_tracker/
Dgraph_unittest.cc138 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/
Dtypical_missing_timecode19 This is the fifth subtitle.
Dtypical_with_tags20 This {\an2} is the fifth subtitle with multiple {\xyz} valid {\qwe} tags.
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/subrip/
Dtypical_missing_timecode19 This is the fifth subtitle.
Dtypical_with_tags20 This {\an2} is the fifth subtitle with multiple {\xyz} valid {\qwe} tags.
/external/aac/fuzzer/
DREADME.md74 |`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/
Dunname-bf-metadata.m10 int fifth :1; field
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/ssa/
Doverlapping_timecodes8 Dialogue: 0:00:08.44,0:00:09.44,Fourth subtitle - same timings as fifth
Dinvalid_timecodes14 Dialogue: 0,0:00:12:90, ,Default,Olly,This is the fifth subtitle.
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/ssa/
Doverlapping_timecodes8 Dialogue: 0:00:08.44,0:00:09.44,Fourth subtitle - same timings as fifth
Dinvalid_timecodes14 Dialogue: 0,0:00:12:90, ,Default,Olly,This is the fifth subtitle.
/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/
DArgumentCaptor.kt85 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/
DMatchers.java55 …<? 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/
Dinput.bzl32 "fifth": attr.label(mandatory = True, allow_single_file = True),
/external/stardoc/test/testdata/multiple_files_test/
Dinput.bzl40 "fifth": attr.label(mandatory = True, allow_single_file = True),
/external/stardoc/test/testdata/providers_for_attributes_test/
Dinput.bzl41 "fifth": attr.label(
/external/llvm/test/CodeGen/MSP430/
Dfp.ll22 ; the register allocator selects r4 first instead of fifth in a normal function.
/external/cronet/net/data/cache_tests/list_loop3/
Dcontents.txt224 key: "The fifth key"
264 ASSERT_EQ(net::OK, CreateEntry("The fifth key", &entry)); <---- Loop it to the first one.

123456