Searched refs:garbage (Results 1 – 9 of 9) sorted by relevance
38 # Allow postinstall scripts to trigger f2fs garbage collection
171 ((garbage=hz*60*garbageminutes))172 ((remaining=totalSamples-garbage))
318 static const unsigned char garbage[] = "<INVALID>"; in dump_log_msg() local319 cp = const_cast<unsigned char*>(garbage); in dump_log_msg()320 len = strlen(reinterpret_cast<const char*>(garbage)); in dump_log_msg()
51 # This event is logged when someone is deciding to force a garbage collection
6 …erhead native memory leak detector. It uses an imprecise mark-and-sweep garbage collector pass ov…
953 garbage="`hexdump -n 16 -e '4/4 "%08X" 1 "\n"' /dev/random`"954 echo ${garbage} >> ${tempdir}/libc.so
139 | 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 ]+'"/>
1240 std::string garbage = "definitely not a valid TLS ServerHello"; in TEST_F() local1241 write(new_fd, garbage.data(), garbage.size()); in TEST_F()