Home
last modified time | relevance | path

Searched refs:garbage (Results 1 – 9 of 9) sorted by relevance

/system/sepolicy/public/
Dpostinstall.te38 # Allow postinstall scripts to trigger f2fs garbage collection
/system/sepolicy/prebuilts/api/29.0/public/
Dpostinstall.te38 # Allow postinstall scripts to trigger f2fs garbage collection
/system/extras/tests/workloads/
Dpwrtest.sh171 ((garbage=hz*60*garbageminutes))
172 ((remaining=totalSamples-garbage))
/system/core/logd/tests/
Dlogd_test.cpp318 static const unsigned char garbage[] = "<INVALID>"; in dump_log_msg() local
319 cp = const_cast<unsigned char*>(garbage); in dump_log_msg()
320 len = strlen(reinterpret_cast<const char*>(garbage)); in dump_log_msg()
/system/core/logcat/
Devent.logtags51 # This event is logged when someone is deciding to force a garbage collection
/system/core/libmemunreachable/
DREADME.md6 …erhead native memory leak detector. It uses an imprecise mark-and-sweep garbage collector pass ov…
/system/core/fs_mgr/tests/
Dadb-remount-test.sh953 garbage="`hexdump -n 16 -e '4/4 "%08X" 1 "\n"' /dev/random`"
954 echo ${garbage} >> ${tempdir}/libc.so
/system/core/fastboot/fuzzy_fastboot/
DREADME.md139 | expect | "okay" or "fail" | If uploading a invalid or garbage image the bootloader should reject …
253 <test value="garbage" expect="fail" assert="Invalid var '[\w ]+'"/>
/system/netd/resolv/
Dresolver_test.cpp1240 std::string garbage = "definitely not a valid TLS ServerHello"; in TEST_F() local
1241 write(new_fd, garbage.data(), garbage.size()); in TEST_F()