Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 23 of 23) sorted by relevance

/system/netd/libnetdutils/
DSliceTest.cpp49 EXPECT_EQ(sizeof(a), extract(s1, a)); in TEST_F()
50 EXPECT_EQ(sizeof(a) + sizeof(b), extract(s1, a, b)); in TEST_F()
51 EXPECT_EQ(sizeof(a) + sizeof(b) + sizeof(c), extract(s1, a, b, c)); in TEST_F()
DNetlink.cpp31 extract(tail, hdr); in forEachNetlinkMessage()
43 extract(tail, hdr); in forEachNetlinkAttribute()
DSlice.cpp44 extract(tail, byte); in toHex()
/system/netd/libnetdutils/include/netdutils/
DSlice.h120 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
129 const auto extracted = extract(src, head); in extract()
130 return extracted + extract(drop(src, extracted), tail...); in extract()
/system/netd/server/
DWakeupController.cpp58 extract(payload, timespec); in init()
68 extract(payload, uid); in init()
72 extract(payload, gid); in init()
DNFLogListener.cpp44 using netdutils::extract;
152 extract(msg, nfmsg); in NFLogListener()
163 extract(msg, nfmsg); in NFLogListener()
/system/core/rootdir/
Dasan_extract.rc1 # When /data is available, look for /system/asan.tar.gz and potentially extract.
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp109 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
148 extract(d, s.reg, in extract()
154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler
157 extract(r, s.reg, in extract()
168 extract(d, s.reg, s.h, s.l, 32); in expand()
DGGLAssembler.h391 void extract(integer_t& d, const pixel_t& s, int component);
392 void extract(component_t& d, const pixel_t& s, int component);
393 void extract(integer_t& d, int s, int h, int l, int bits=32);
Dtexturing.cpp191 extract(fragment, parts.iterated, component); in build_iterated_color()
1011 extract(fragment, texel, component); in build_texture_environment()
1075 extract(texel, incomingTexel, component); in modulate()
1169 extract(texel, incomingTexel, component); in decal()
1170 extract(factor, incomingTexel, GGLFormat::ALPHA); in decal()
1208 extract(factor, incomingTexel, component); in blend()
1243 extract(texel, incomingTexel, component); in add()
Dblending.cpp124 extract(fb, pixel, component); in build_blending()
349 extract(factor, dst_pixel, GGLFormat::ALPHA); in build_blend_factor()
DARMAssembler.cpp420 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
/system/sepolicy/prebuilts/api/26.0/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
Dblkid_untrusted.te5 # Allowed read-only access to vold block devices to extract UUID/label
/system/sepolicy/private/
Dblkid.te7 # Allowed read-only access to encrypted devices to extract UUID/label
Dblkid_untrusted.te5 # Allowed read-only access to vold block devices to extract UUID/label
/system/core/libpixelflinger/
Dbuffer.cpp36 static uint32_t extract(uint32_t v, int h, int l, int bits);
129 pixel->c[i] = extract(v, f->c[i].h, f->c[i].l, f->size*8); in read_pixel()
278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract() function
/system/update_engine/scripts/
Dbrillo_update_payload330 cros_generate_update_payload --extract \
/system/sepolicy/tools/sepolicy-analyze/
DREADME101 for the parser but could also be used to extract neverallow rules from
/system/sepolicy/
DREADME92 organization and may need to extract the pem file for the insertkeys/keys.conf tools.
/system/media/camera/docs/
Dmetadata_helpers.py1303 navigable_string.extract()
/system/tpm/trunks/generator/
Draw_commands_fixed.txt2522 // HACK to extract the DRTM startup type associated with the previous shutdown
28049 shall extract the digest of the next expected block and return that value to the caller, along with…
Draw_commands.txt2522 // HACK to extract the DRTM startup type associated with the previous shutdown
28038 shall extract the digest of the next expected block and return that value to the caller, along with…