/external/llvm/test/MC/ARM/ |
D | eh-directive-unwind_raw.s | 62 @ CHECK: Model: Compact (Inline) 70 @ CHECK: Model: Compact (Inline) 80 @ CHECK: Model: Compact 91 @ CHECK: Model: Compact (Inline) 99 @ CHECK: Model: Compact (Inline)
|
D | eh-compact-pr0.s | 55 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0 92 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
|
/external/skia/src/core/ |
D | SkMipmap.cpp | 32 static uint32_t Compact(const skvx::Vec<4, uint16_t>& x) { in Compact() function 44 static uint16_t Compact(uint32_t x) { in Compact() function 54 static uint16_t Compact(uint32_t x) { in Compact() function 64 static uint8_t Compact(unsigned x) { in Compact() function 75 static uint16_t Compact(const skvx::float4& x) { in Compact() function 87 static uint64_t Compact(const skvx::float4& x) { in Compact() function 99 static uint16_t Compact(uint32_t x) { in Compact() function 109 static uint16_t Compact(uint64_t x) { in Compact() function 119 static uint32_t Compact(const skvx::float4& x) { in Compact() function 131 static uint64_t Compact(const skvx::Vec<4, uint32_t>& x) { in Compact() function [all …]
|
/external/rust/crates/sec1/src/ |
D | point.rs | 184 | Coordinates::Compact { .. } in compress() 211 Coordinates::Compact { x: x.into() } in coordinates() 228 Coordinates::Compact { x } => Some(x), in x() 239 Coordinates::Compact { .. } => None, in y() 420 Compact { enumerator 448 Coordinates::Compact { .. } => Tag::Compact, in tag() 479 Compact = 5, enumerator 490 5 => Ok(Tag::Compact), in from_u8() 497 matches!(self, Tag::Compact) in is_compact() 518 Tag::Compact => field_element_size, in message_len()
|
/external/rust/crates/serde_test/src/ |
D | configure.rs | 12 pub struct Compact<T: ?Sized>(T); struct 79 fn compact(self) -> Compact<Self> in compact() 83 Compact(self) in compact() 101 impl<T: ?Sized> Serialize for Compact<T> implementation 110 self.0.serialize(Compact(serializer)) in serialize() 124 impl<'de, T> Deserialize<'de> for Compact<T> implementation 132 T::deserialize(Compact(deserializer)).map(Compact) in deserialize() 149 impl<'de, T> DeserializeSeed<'de> for Compact<T> implementation 159 self.0.deserialize(Compact(deserializer)) in deserialize() 468 impl_serializer!(Compact, false); [all …]
|
D | lib.rs | 184 pub use configure::{Compact, Configure, Readable};
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 155 @ CHECK: Model: Compact (Inline) 171 @ CHECK: Model: Compact (Inline) 189 @ CHECK: Model: Compact 220 @ CHECK: Model: Compact (Inline) 235 @ CHECK: Model: Compact (Inline) 253 @ CHECK: Model: Compact (Inline)
|
/external/cronet/third_party/ced/ |
D | README.chromium | 1 Name: Compact Encoding Detection 10 Compact Encoding Detection(CED for short) is a library written in C++ that
|
/external/cronet/base/ |
D | observer_list.h | 153 list_->Compact(); in ~Iter() 167 list_->Compact(); 272 Compact(); in ~ObserverList() 347 void Compact() { in Compact() function
|
/external/cronet/net/base/ |
D | expiring_cache.h | 152 Compact(now); in Put() 177 FRIEND_TEST_ALL_PREFIXES(ExpiringCacheTest, Compact); 181 void Compact(const ExpirationType& now) { in Compact() function
|
D | expiring_cache_unittest.cc | 91 TEST(ExpiringCacheTest, Compact) { in TEST() argument 136 cache.Compact(now); in TEST() 153 cache.Compact(now); in TEST() 293 cache.Compact(kMuchLater); in TEST()
|
/external/capstone/windowsce/ |
D | COMPILE.md | 2 - Windows CE 7, a.k.a, [Windows Embedded Compact 7](https://www.microsoft.com/windowsembedded/en-us… 3 - Windows CE 8, a.k.a, [Windows Embedded Compact 2013](https://www.microsoft.com/windowsembedded/en… 13 …targetting **Windows Embedded Compact 7** on **ARMv7**. We recommend the toolchain provided with … 20 …n. To build for Windows CE 7, this should be set to the Windows Embedded Compact 7 toolchain. To b… 37 … include the directories containing the C header files of the Windows Embedded Compact 7 toolchain.
|
/external/libchrome/base/ |
D | observer_list.h | 131 list_->Compact(); in ~Iter() 230 Compact(); in ~ObserverList() 284 void Compact() { in Compact() function
|
D | callback_list.h | 139 list_->Compact(); in ~Iterator() 175 void Compact() { in Compact() function
|
/external/markdown/tests/php/extra/ |
D | Abbr.xhtml | 5 <p>And here we have a <abbr title="Compact Disk">CD</abbr>, some CDs, and some other <abbr title="C…
|
D | Abbr.text | 14 *[CD]: Compact Disk
|
/external/fonttools/Doc/source/ttLib/tables/ |
D | C_F_F_.rst | 1 ``CFF``: Compact Font Format Table
|
D | C_F_F__2.rst | 1 ``CFF2``: Compact Font Format (CFF) Version 2
|
/external/leveldb/db/ |
D | db_test.cc | 452 void Compact(const Slice& start, const Slice& limit) { in Compact() function in leveldb::DBTest 715 Compact("a", "z"); in TEST_F() 728 Compact("a", "b"); in TEST_F() 730 Compact("x", "y"); in TEST_F() 732 Compact("f", "g"); in TEST_F() 1597 Compact("[0]", "[9999]"); in TEST_F() 1606 Compact("[0]", "[1000000]"); in TEST_F() 1618 Compact("", "c"); in TEST_F() 1622 Compact("r", "z"); in TEST_F() 1626 Compact("p1", "p9"); in TEST_F() [all …]
|
/external/libchrome/base/containers/ |
D | id_map.h | 167 map_->Compact(); in ~Iterator() 259 void Compact() { in Compact() function
|
/external/cronet/base/containers/ |
D | id_map.h | 190 map_->Compact(); in ~Iterator() 305 void Compact() { in Compact() function
|
/external/cronet/third_party/ced/src/ |
D | README.md | 3 Compact Encoding Detection(CED for short) is a library written in C++ that
|
/external/cronet/net/disk_cache/memory/ |
D | mem_entry_impl.cc | 153 Compact(); in Close() 157 child_info.second->Compact(); in Close() 620 void MemEntryImpl::Compact() { in Compact() function in disk_cache::MemEntryImpl
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | test_table.cc | 80 void Compact() { upb_inttable_compact(&table_); } in Compact() function in upb::IntTable 295 void Compact() { table_.Compact(); } in Compact() function in upb::TypedIntTable 462 table.Compact(); in test_inttable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrFormats.td | 538 // Compact Move/Load. 553 // Compact Load/Add/Sub. 588 // Compact Load/Store. 745 // Compact Load/Store with Offset Format. 857 // Compact MOV/ADD/CMP Immediate Format. 914 // Compact Branch on Compare Register with Zero. 929 // Compact Branch Conditionally Format.
|