Home
last modified time | relevance | path

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

12345

/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/llvm-project/clang/test/Rewriter/
Dunnamed-bf-modern-write.mm11 int fifth :1; field
21 // CHECK-NEXT: int fifth : 1;
/external/clang/test/Rewriter/
Dunnamed-bf-modern-write.mm11 int fifth :1; field
21 // CHECK-NEXT: int fifth : 1;
/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/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/testdata/src/test/assets/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/clang/test/CodeGenObjC/
Dunname-bf-metadata.m10 int fifth :1; field
/external/llvm-project/clang/test/CodeGenObjC/
Dunname-bf-metadata.m10 int fifth :1; field
/external/exoplayer/tree/testdata/src/test/assets/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/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/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/llvm/test/CodeGen/MSP430/
Dfp.ll22 ; the register allocator selects r4 first instead of fifth in a normal function.
/external/llvm-project/llvm/test/CodeGen/MSP430/
Dfp.ll22 ; the register allocator selects r4 first instead of fifth in a normal function.
/external/exoplayer/tree/testdata/src/test/assets/webvtt/
Dwith_positioning27 This is the fifth subtitle.
/external/libchrome/base/strings/
Dstring_piece_unittest.cc660 string16 fifth(ASCIIToUTF16("123")); in TEST() local
661 fifth.push_back(0x0000); in TEST()
662 fifth.push_back(0xd8c5); in TEST()
663 fifth.push_back(0xdffe); in TEST()
664 StringPiece16 f(fifth); in TEST()
/external/llvm-project/lldb/test/API/lang/objc/objc-stepping/
Dstepping-tests.m128 [mySource setProperty: 5]; // Set fifth breakpoint here.
/external/deqp-deps/amber/tests/cases/
Ddraw_triangle_list_with_index_buffer_and_vertex_offset.vkscript84 # "4" means the fifth vertex among
/external/e2fsprogs/
DINSTALL.elfbin33 fifth and sixth field of filesystem entry, which are the dump
/external/python/cpython3/Lib/unittest/test/
Dtest_setups.py247 fifth = unittest.TestSuite((Test3('testOne'),))
249 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_setups.py289 fifth = unittest2.TestSuite((Test3('testOne'),))
292 (first, second, third, fourth, fifth, sixth))
/external/python/cpython2/Lib/unittest/test/
Dtest_setups.py248 fifth = unittest.TestSuite((Test3('testOne'),))
250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
/external/icu/icu4c/source/data/rbnf/
Den_IN.txt134 "5: fifth;",

12345