Lines Matching refs:log
77 gLogI.log(kError_ANPLogType, "Error selecting input events.");
95 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to get env");
103 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to load class");
111 gLogI.log(kError_ANPLogType, " ---- getSurface: failed to construct object");
140 gLogI.log(kError_ANPLogType, " ------ %p zoom is out of sync (%f,%f)",
152 gLogI.log(kError_ANPLogType, " ------ %p unable to lock the plugin", inst());
185 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request draw events", inst());
190 gLogI.log(kDebug_ANPLogType, " ------ %p onLoad", inst());
193 gLogI.log(kDebug_ANPLogType, " ------ %p onScreen", inst());
196 gLogI.log(kDebug_ANPLogType, " ------ %p offScreen", inst());
209 gLogI.log(kError_ANPLogType, " ------ %p the plugin did not request key events", inst());
225 //LOG_ERROR(instance, " ------ %p Testing Log Error", instance);
226 gLogI.log(kError_ANPLogType, " ------ %p Testing Log Error", instance);
227 gLogI.log(kWarning_ANPLogType, " ------ %p Testing Log Warning", instance);
228 gLogI.log(kDebug_ANPLogType, " ------ %p Testing Log Debug", instance);
266 gLogI.log(kDebug_ANPLogType, "-------- oneshot timer\n");
272 gLogI.log(kDebug_ANPLogType, "-------- repeat timer %d\n",
280 gLogI.log(kError_ANPLogType, "-------- timer_neverfires!!!\n");
297 gLogI.log(kDebug_ANPLogType,
332 gLogI.log(kDebug_ANPLogType,
340 gLogI.log(kDebug_ANPLogType,
353 gLogI.log(kDebug_ANPLogType, "BEGIN: testing bitmap transparency");
357 gLogI.log(kError_ANPLogType, "bitmap default format is transparent");
364 gLogI.log(kError_ANPLogType, "Error setting transparency.");
375 gLogI.log(kError_ANPLogType, "bitmap did not change to transparent format");
381 gLogI.log(kError_ANPLogType, "Error setting transparency.");
391 gLogI.log(kError_ANPLogType, "bitmap default format is transparent");
394 gLogI.log(kDebug_ANPLogType, "END: testing bitmap transparency");
407 gLogI.log(kDebug_ANPLogType, " ------ %p Testing DOM Access", instance);
414 gLogI.log(kError_ANPLogType, " ------ %p Unable to retrieve DOM Window", instance);
422 gLogI.log(kError_ANPLogType, " ------ %p Invalid Variant type for DOM Property: %d,%d", instance, topObjectVariant.type, NPVariantType_Object);
434 gLogI.log(kDebug_ANPLogType, " ------ %p Testing JavaScript Access", instance);
441 gLogI.log(kError_ANPLogType, " ------ %p Unable to retrieve DOM Window", instance);
452 gLogI.log(kError_ANPLogType, " ------ %p Unable to eval the JS.", instance);
456 gLogI.log(kError_ANPLogType, " ------ %p Invalid Value for JS Return: %d,1234", instance, scriptVariant.value.intValue);
458 gLogI.log(kError_ANPLogType, " ------ %p Invalid Variant type for JS Return: %d,%d", instance, scriptVariant.type, NPVariantType_Int32);
473 gLogI.log(kError_ANPLogType, " ---- LoadJavaTest: failed to get env");
481 gLogI.log(kError_ANPLogType, " ---- LoadJavaTest: failed to load class");
490 gLogI.log(kError_ANPLogType, " ---- LoadJavaTest: failed to construct object");
497 gLogI.log(kError_ANPLogType, " ---- LoadJavaTest: invalid result (%d != 4)", result);