Home
last modified time | relevance | path

Searched refs:Into (Results 1 – 25 of 212) sorted by relevance

123456789

/external/scudo/standalone/tests/
Dquarantine_test.cpp38 scudo::QuarantineBatch Into; in TEST() local
39 Into.init(FakePtr, 4UL); in TEST()
43 Into.merge(&From); in TEST()
45 EXPECT_EQ(Into.Count, 2UL); in TEST()
46 EXPECT_EQ(Into.Batch[0], FakePtr); in TEST()
47 EXPECT_EQ(Into.Batch[1], FakePtr); in TEST()
48 EXPECT_EQ(Into.Size, 12UL + sizeof(scudo::QuarantineBatch)); in TEST()
49 EXPECT_EQ(Into.getQuarantinedSize(), 12UL); in TEST()
58 EXPECT_TRUE(Into.Count + From.Count == scudo::QuarantineBatch::MaxCount); in TEST()
59 EXPECT_TRUE(Into.canMerge(&From)); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-ranges-baseaddr.s61 .long .debug_abbrev # Offset Into Abbrev. Section
76 .long .debug_abbrev # Offset Into Abbrev. Section
93 .long .debug_abbrev # Offset Into Abbrev. Section
Ddwarfdump-rnglists.s52 .long .debug_abbrev # Offset Into Abbrev. Section
66 .long .debug_abbrev # Offset Into Abbrev. Section
79 .long .debug_abbrev # Offset Into Abbrev. Section
92 .long .debug_abbrev # Offset Into Abbrev. Section
108 .long 0 # Offset Into Abbrev Section
Dabbr_offset.s35 .long .Labbrev1 # Offset Into Abbrev. Section
44 .long .Labbrev2 # Offset Into Abbrev. Section
Ddwarfdump-str-offsets-invalid-6.s53 .long .debug_abbrev # Offset Into Abbrev. Section
65 .long .debug_abbrev # Offset Into Abbrev. Section
Dsections_as_references.ll15 ; CHECK: .long .debug_abbrev # Offset Into Abbrev. Section
19 ; CHECK: .long .debug_abbrev # Offset Into Abbrev. Section
Ddwarfdump-str-offsets.s194 .long .debug_abbrev # Offset Into Abbrev. Section
226 .long .debug_abbrev # Offset Into Abbrev. Section
245 .long .debug_abbrev # Offset Into Abbrev. Section
268 .long .debug_abbrev.dwo # Offset Into Abbrev Section
287 .long .debug_abbrev.dwo # Offset Into Abbrev Section
Ddwarfdump-header.s99 .long .debug_abbrev # Offset Into Abbrev. Section
118 .long .debug_abbrev # Offset Into Abbrev. Section
139 .long .debug_abbrev.dwo # Offset Into Abbrev. Section
162 .long .debug_abbrev # Offset Into Abbrev. Section
191 .long .debug_abbrev.dwo # Offset Into Abbrev. Section
Dmultiple-aranges.ll8 ; CHECK-NEXT: .long .Lcu_begin0 # Offset Into Debug Info Section
20 ; CHECK-NEXT: .long .Lcu_begin1 # Offset Into Debug Info Section
Ddwarfdump-bogus-LNE.s26 .long .debug_abbrev # Offset Into Abbrev. Section
37 .long .debug_abbrev # Offset Into Abbrev. Section
Ddwarfdump-str-offsets-macho.s136 .long 0 # Offset Into Abbrev. Section
168 .long 0 # Offset Into Abbrev. Section
187 .long 0 # Offset Into Abbrev. Section
Ddwarfdump-line-mismatch.s33 .long .debug_abbrev # Offset Into Abbrev. Section
/external/crosvm/enumn/src/
Dtests.rs54 pub fn n<REPR: Into<i64>>(value: REPR) -> Option<Self> { in test_no_repr()
61 match <REPR as Into<i64>>::into(value) { in test_no_repr()
Dlib.rs163 fn n<REPR: Into<i64>>(value: REPR) in testable_derive()
166 <REPR as Into<i64>>::into(value) in testable_derive()
/external/rust/crates/quote/src/
Dext.rs16 U: Into<TokenTree>; in append()
64 U: Into<TokenTree>, in append()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug-names-verify-abbrev-forms.s36 .long .Lsection_abbrev # Offset Into Abbrev. Section
48 .long .Lsection_abbrev # Offset Into Abbrev. Section
60 .long .Lsection_abbrev # Offset Into Abbrev. Section
Ddebug-names-verify-cu-lists.s37 .long .Lsection_abbrev # Offset Into Abbrev. Section
49 .long .Lsection_abbrev # Offset Into Abbrev. Section
Ddebug_addr_dwarf4.s16 .long .debug_abbrev # Offset Into Abbrev. Section
Ddebug-names-find-dwo.s41 .long .debug_abbrev # Offset Into Abbrev. Section
69 .long 0 # Offset Into Abbrev. Section
Ddebug_addr_64bit_address.s20 .long .debug_abbrev # Offset Into Abbrev. Section
Ddebug_addr.s22 .long .debug_abbrev # Offset Into Abbrev. Section
/external/llvm/test/DebugInfo/X86/
Dmultiple-aranges.ll8 ; CHECK-NEXT: .long .Lcu_begin0 # Offset Into Debug Info Section
20 ; CHECK-NEXT: .long .Lcu_begin1 # Offset Into Debug Info Section
/external/markdown/docs/extensions/
DImageLinks.txt27 Into mini-photo galleries.
/external/llvm/test/MC/ELF/
Dcompression.s84 .long .Lsection_abbrev # Offset Into Abbrev. Section
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
Dcompression.s83 .long .Lsection_abbrev # Offset Into Abbrev. Section

123456789