Searched defs:extract (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/packet/ |
D | iterator.h | 70 FixedWidthPODType extract() { in extract() function 83 T extract() { in extract() function
|
/system/core/libpixelflinger/codeflinger/ |
D | load_store.cpp | 109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract() function in android::GGLAssembler 146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler 154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler
|
/system/bt/packet/base/ |
D | iterator.h | 61 FixedWidthIntegerType extract() { in extract() function
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 120 inline size_t extract(const Slice src, Head& head) { in extract() function 128 inline size_t extract(const Slice src, Head& head, Tail&... tail) { in extract() function
|
/system/bt/gd/common/ |
D | lru_cache.h | 179 inline std::optional<node_type> extract(const Key& key) { in extract() function
|
D | list_map.h | 172 std::optional<node_type> extract(const Key& key) { in extract() function
|
/system/netd/libnetdutils/ |
D | SliceTest.cpp | 80 TEST_F(SliceTest, extract) { in TEST_F() argument
|
/system/apex/tools/ |
D | deapexer.py | 112 def extract(self, dest): member in ApexImageDirectory
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 283 uint32_t extract(uint32_t v, int h, int l, int bits) in extract() function
|
/system/libziparchive/ |
D | zip_archive_test.cc | 1294 TEST_F(Zip64ParseTest, extract) { in TEST_F() argument
|