Home
last modified time | relevance | path

Searched defs:Compact (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/serde_test/src/
Dconfigure.rs12 pub struct Compact<T: ?Sized>(T); struct
101 impl<T: ?Sized> Serialize for Compact<T> implementation
124 impl<'de, T> Deserialize<'de> for Compact<T> implementation
149 impl<'de, T> DeserializeSeed<'de> for Compact<T> implementation
/external/skia/src/core/
DSkMipmap.cpp33 static uint32_t Compact(const Sk4h& x) { in Compact() function
45 static uint16_t Compact(uint32_t x) { in Compact() function
55 static uint16_t Compact(uint32_t x) { in Compact() function
65 static uint8_t Compact(unsigned x) { in Compact() function
76 static uint16_t Compact(const Sk4f& x) { in Compact() function
88 static uint64_t Compact(const Sk4f& x) { in Compact() function
100 static uint16_t Compact(uint32_t x) { in Compact() function
110 static uint16_t Compact(uint64_t x) { in Compact() function
120 static uint32_t Compact(const Sk4f& x) { in Compact() function
132 static uint64_t Compact(const skvx::Vec<4, uint32_t>& x) { in Compact() function
[all …]
/external/libchrome/base/
Dcallback_list.h175 void Compact() { in Compact() function
Dobserver_list.h284 void Compact() { in Compact() function
/external/libchrome/base/containers/
Did_map.h259 void Compact() { in Compact() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_table.cc80 void Compact() { upb_inttable_compact(&table_); } in Compact() function in upb::IntTable
295 void Compact() { table_.Compact(); } in Compact() function in upb::TypedIntTable
/external/icing/icing/legacy/index/
Dicing-dynamic-trie_test.cc713 TEST_F(IcingDynamicTrieTest, Compact) { in TEST_F() argument
Dicing-dynamic-trie.cc1321 bool IcingDynamicTrie::Compact( in Compact() function in icing::lib::IcingDynamicTrie
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc1008 __ Compact(z1.VnS(), p0, z0.VnS()); in TEST_SVE() local
1009 __ Compact(z2.VnS(), p2, z0.VnS()); in TEST_SVE() local
1010 __ Compact(z0.VnS(), p3, z0.VnS()); in TEST_SVE() local
1014 __ Compact(z4.VnD(), p0, z3.VnD()); in TEST_SVE() local
1015 __ Compact(z5.VnD(), p1, z3.VnD()); in TEST_SVE() local
1016 __ Compact(z6.VnD(), p4, z3.VnD()); in TEST_SVE() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3971 void Compact(const ZRegister& zd, const PRegister& pg, const ZRegister& zn) { in Compact() function