/external/honggfuzz/ |
honggfuzz.c | 198 LOG_I("Signal %d (%s) received, terminating", ATOMIC_GET(sigReceived), 206 LOG_I("Maximum run time reached, terminating");
|
input.c | 238 LOG_I("Loaded %zu words from the dictionary", hfuzz->dictionaryCnt); 282 LOG_I("Loaded %zu stack hash(es) from the blacklist file", hfuzz->blacklistCnt);
|
cmdline.c | 170 LOG_I("PID=%d specified, lowering maximum number of concurrent threads to 1", 176 LOG_I("Verifier enabled with mutationsPerRun == 0, activating the dry run mode"); 623 LOG_I(
|
subproc.c | 303 LOG_I("Persistent mode: Launched new persistent PID: %d", (int)run->pid);
|
/external/honggfuzz/libcommon/ |
log.h | 42 #define LOG_I(...) \
|
log.c | 148 void logStop(int sig) { LOG_I("Server stops due to fatal signal (%d) caught. Exiting", sig); }
|
files.c | 301 LOG_I("%zu filter symbols added to list", symbolsRead);
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoframe.c | 105 LOG_I("obj %x, new refcount is %d\n", (guint) obj, 123 LOG_I("obj %x, frame id %d, new refcount is %d\n", (guint) obj, 130 LOG_I("Adding obj %x, frame id %d back to pool\n", (guint) obj, 146 LOG_I("skipped frame obj %x, releasing real frame %x \n",
|
mixvideoconfigparamsenc.c | 191 LOG_I( "this_src->mime_type->str = %s %x\n", 200 LOG_I( "this_src->mime_type = NULL\n"); 376 LOG_I( "mime_type = %s %x\n", 387 LOG_I( "mime_type = %s %x\n", 396 LOG_I( "mime_type = %s obj->mime_type->str = %s\n",
|
mixbuffer.c | 206 LOG_I( "refcount = %d\n", MIX_PARAMS(
|
mixframemanager.c | 601 LOG_I( "TYPE_I %"G_GINT64_FORMAT"\n", timestamp); 603 LOG_I( "TYPE_P %"G_GINT64_FORMAT"\n", timestamp); 605 LOG_I( "TYPE_B %"G_GINT64_FORMAT"\n", timestamp); 607 LOG_I( "TYPE_UNKNOWN %"G_GINT64_FORMAT"\n", timestamp);
|
mixvideo.c | 500 LOG_I( "mime : %s\n", mime_type); 505 LOG_I( "mime : video/x-wmv\n"); 507 LOG_I( "VC1 config_param\n"); 783 LOG_I( "mime : %s\n", mime_type); 792 LOG_I( "encode_format : %d\n", 1006 LOG_I( "Out of surface\n"); 1074 LOG_I("Releasing reference frame %x\n", (guint) frame); [all...] |
mixvideoformat_mp42.c | 421 LOG_I("ts after mix_videodecodeparams_get_timestamp() = %"G_GINT64_FORMAT"\n", ts); 518 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_DONE = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp); 568 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_OK = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp); [all...] |
/external/honggfuzz/libhfuzz/ |
persistent.c | 106 LOG_I(
|
/hardware/libhardware/modules/sensors/dynamic_sensor/test/ |
HidRawSensorTest.cpp | 141 LOG_I << "Sensor usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL;
|
/system/keymaster/legacy_support/ |
ec_keymaster1_key.cpp | 59 LOG_I("Adding KM_DIGEST_NONE to key authorization, to enable software digesting", 0);
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderBase.cpp | 296 LOG_I("Success to create libva context width %d, height %d\n", [all...] |
VideoEncoderUtils.cpp | 224 LOG_I("dump %d bytes data to %s\n", vinfo.lumaStride * vinfo.height * 4, filename); 377 LOG_I("VASurface is already set before, nothing to do here\n"); 406 LOG_I("UnSupported memory mode 0x%08x", mVinfo.mode); 667 LOG_I("dumpping gfx data.....\n");
|
VideoEncoderAVC.cpp | 846 LOG_I( "max slice size = %d\n", maxSliceSizeParam->max_slice_size); 876 LOG_I( "cir_num_mbs %d \n", misc_cir_param->cir_num_mbs); 918 LOG_I( "airThreshold = %d\n", airParams->air_threshold); [all...] |
/external/honggfuzz/linux/ |
trace.c | 668 LOG_I("'%s' is interesting (%s), but the si.si_addr is %p (below %p), skipping", 767 LOG_I("Blacklisted stack hash '%" PRIx64 "', skipping", run->backtrace); 778 LOG_I("Blacklisted symbol '%s' found, skipping", blSymbol); 817 LOG_I("It seems that '%s' already exists, skipping", run->crashFileName); 829 LOG_I("Ok, that's interesting, saved '%s' as '%s'", run->fileName, run->crashFileName); 1008 LOG_I("'%s' is interesting, but the crash addr is %p (below %p), skipping", run->fileName, 1022 LOG_I("Blacklisted stack hash '%" PRIx64 "', skipping", run->backtrace); [all...] |
/external/honggfuzz/mac/ |
arch.c | 248 LOG_I("Blacklisted stack hash '%" PRIx64 "', skipping", run->backtrace); 273 LOG_I("It seems that '%s' already exists, skipping", run->crashFileName); 285 LOG_I("Ok, that's interesting, saved '%s' as '%s'", run->fileName, run->crashFileName);
|
/external/honggfuzz/hfuzz_cc/ |
hfuzz-cc.c | 309 LOG_I("'%s': No arguments provided", argv[0]);
|
/external/honggfuzz/posix/ |
arch.c | 132 LOG_I("Ok, that's interesting, saving the '%s' as '%s'", run->fileName, newname);
|
/system/keymaster/android_keymaster/ |
keymaster_enforcement.cpp | 457 LOG_I("Auth token SIDs %llu and %llu do not match key SID %llu", auth_token.user_id,
|
/system/keymaster/contexts/ |
soft_keymaster_device.cpp | 166 LOG_I("Creating device", 0); 176 LOG_I("Creating test device", 0); 680 LOG_I("Digest %d requested but not supported by module %s", entry.enumerated, [all...] |