Searched refs:gen (Results 1 – 16 of 16) sorted by relevance
/system/connectivity/shill/net/ |
D | preinstall.sh | 23 deps=$(<"${OUT}"/gen/libshill-net-${v}-deps.txt) 29 deps_test=$(<"${OUT}"/gen/libshill-net-test-${v}-deps.txt)
|
D | rtnl_message.cc | 39 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/ |
D | fs.cpp | 60 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()
|
D | fs.h | 10 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize,
|
D | fastboot.cpp | 1312 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/ |
D | preinstall.sh | 22 deps=$(<"${OUT}"/gen/libwebserv-${v}-deps.txt)
|
/system/core/libpixelflinger/ |
D | buffer.cpp | 92 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()
|
D | scanline.cpp | 1677 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/ |
D | Android.mk | 18 upstream-netbsd/lib/libc/gen/getbsize.c \ 19 upstream-netbsd/lib/libc/gen/humanize_number.c \
|
/system/update_engine/payload_generator/ |
D | ab_generator_unittest.cc | 69 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()
|
D | delta_diff_utils_unittest.cc | 333 std::mt19937 gen(12345); in TEST_F() local 336 random_data.push_back(dis(gen)); in TEST_F()
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 133 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) in Spill() argument 134 : mRegFile(regFile), mGen(gen), mRegList(reglist), mCount(0) in Spill()
|
/system/bt/ |
D | README.md | 111 gn gen out/Default
|
/system/keymaster/ |
D | Makefile | 179 --gen-suppressions=all
|
/system/core/sdcard/ |
D | sdcard.c | 150 __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/ |
D | Android.mk | 817 $(TARGET_OUT_DATA_NATIVE_TESTS)/update_engine_unittests/gen) \
|