Home
last modified time | relevance | path

Searched refs:gen (Results 1 – 16 of 16) sorted by relevance

/system/connectivity/shill/net/
Dpreinstall.sh23 deps=$(<"${OUT}"/gen/libshill-net-${v}-deps.txt)
29 deps_test=$(<"${OUT}"/gen/libshill-net-test-${v}-deps.txt)
Drtnl_message.cc39 struct rtgenmsg gen; member
352 hdr.hdr.nlmsg_len = NLMSG_LENGTH(sizeof(hdr.gen)); in Encode()
354 hdr.gen.rtgen_family = family_; in Encode()
/system/core/fastboot/
Dfs.cpp60 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize, in fs_generator_generate() argument
63 return gen->generate(tmpFileNo, partSize, initial_dir); in fs_generator_generate()
Dfs.h10 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize,
Dfastboot.cpp1312 const struct fs_generator* gen = nullptr; in fb_perform_format() local
1352 gen = fs_get_generator(partition_type); in fb_perform_format()
1353 if (!gen) { in fb_perform_format()
1371 if (fs_generator_generate(gen, fd, size, initial_dir)) { in fb_perform_format()
/system/webservd/libwebserv/
Dpreinstall.sh22 deps=$(<"${OUT}"/gen/libwebserv-${v}-deps.txt)
/system/core/libpixelflinger/
Dbuffer.cpp92 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in ggl_pick_texture() local
93 gen.width = s.width; in ggl_pick_texture()
94 gen.height = s.height; in ggl_pick_texture()
95 gen.stride = s.stride; in ggl_pick_texture()
96 gen.data = uintptr_t(s.data); in ggl_pick_texture()
Dscanline.cpp1677 generated_vars_t& gen = c->generated_vars; in init_y() local
1678 gen.argb[GGLFormat::ALPHA].c = ci.ydady; in init_y()
1679 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx; in init_y()
1680 gen.argb[GGLFormat::RED ].c = ci.ydrdy; in init_y()
1681 gen.argb[GGLFormat::RED ].dx = c->shade.drdx; in init_y()
1682 gen.argb[GGLFormat::GREEN].c = ci.ydgdy; in init_y()
1683 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx; in init_y()
1684 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy; in init_y()
1685 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx; in init_y()
1686 gen.dzdx = c->shade.dzdx; in init_y()
[all …]
/system/core/toolbox/
DAndroid.mk18 upstream-netbsd/lib/libc/gen/getbsize.c \
19 upstream-netbsd/lib/libc/gen/humanize_number.c \
/system/update_engine/payload_generator/
Dab_generator_unittest.cc69 std::mt19937 gen(12345); in TestSplitReplaceOrReplaceBzOperation() local
72 part_data.push_back(dis(gen)); in TestSplitReplaceOrReplaceBzOperation()
222 std::mt19937 gen(12345); in TestMergeReplaceOrReplaceBzOperations() local
225 part_data.push_back(dis(gen)); in TestMergeReplaceOrReplaceBzOperations()
Ddelta_diff_utils_unittest.cc333 std::mt19937 gen(12345); in TEST_F() local
336 random_data.push_back(dis(gen)); in TEST_F()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h133 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) in Spill() argument
134 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0) in Spill()
/system/bt/
DREADME.md111 gn gen out/Default
/system/keymaster/
DMakefile179 --gen-suppressions=all
/system/core/sdcard/
Dsdcard.c150 __u64 gen; member
592 node->gen = fuse->global->next_generation++; in create_node_locked()
742 out.generation = node->gen; in fuse_reply_entry()
/system/update_engine/
DAndroid.mk817 $(TARGET_OUT_DATA_NATIVE_TESTS)/update_engine_unittests/gen) \