/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | util.cc | 32 LOGE("after %s() glError (0x%x)\n", operation, error); in CheckGlError() 66 LOGE("hello_ar::util::Could not compile shader %d:\n%s\n", shader_type, in LoadShader() 103 LOGE("hello_ar::util::Could not link program:\n%s\n", buf); in CreateProgram() 142 LOGE("hello_ar::util::Could not find Java helper class %s", in LoadPngFromAssetManager() 169 LOGE("util::GetTransformMatrixFromPose model_mat is null."); in GetTransformMatrixFromPose() 272 LOGE("glm Matrix - %s: %s\n", type, str.c_str()); in LogGlmMat() 276 …LOGE("SkMatrix - %s: [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] … in LogSkMat44() 286 LOGE("SkMatrix - %s: [%g, %g, %g] || [%g, %g, %g] || [%g, %g, %g] \n", type, in LogSkMat()
|
D | plane_renderer.cc | 70 LOGE("Could not create program."); in InitializeGlContent() 89 LOGE("Could not load png texture for planes."); in InitializeGlContent() 103 LOGE("shader_program is null."); in Draw() 158 LOGE("PlaneRenderer::UpdatePlane, no valid plane polygon is found"); in UpdateForPlane()
|
D | util.h | 39 #ifndef LOGE 40 #define LOGE(...) \ macro 47 LOGE("*** CHECK FAILED at %s:%d: %s", __FILE__, __LINE__, #condition); \
|
D | background_renderer.cc | 61 LOGE("Could not create program."); in InitializeGlContent()
|
D | hello_ar_application.cc | 238 LOGE("HelloArApplication::OnDrawFrame ArSession_update error"); in OnDrawFrame() 499 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchedFirst() 597 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchedFirst() 683 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchTranslate() 771 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchTranslate()
|
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/ |
D | util.cc | 32 LOGE("after %s() glError (0x%x)\n", operation, error); in CheckGlError() 66 LOGE("hello_ar::util::Could not compile shader %d:\n%s\n", shader_type, in LoadShader() 103 LOGE("hello_ar::util::Could not link program:\n%s\n", buf); in CreateProgram() 142 LOGE("hello_ar::util::Could not find Java helper class %s", in LoadPngFromAssetManager() 169 LOGE("util::GetTransformMatrixFromPose model_mat is null."); in GetTransformMatrixFromPose() 272 LOGE("glm Matrix - %s: %s\n", type, str.c_str()); in LogGlmMat() 276 …LOGE("SkMatrix - %s: [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] || [%g, %g, %g, %g] … in LogSkMat44() 286 LOGE("SkMatrix - %s: [%g, %g, %g] || [%g, %g, %g] || [%g, %g, %g] \n", type, in LogSkMat()
|
D | plane_renderer.cc | 70 LOGE("Could not create program."); in InitializeGlContent() 89 LOGE("Could not load png texture for planes."); in InitializeGlContent() 103 LOGE("shader_program is null."); in Draw() 158 LOGE("PlaneRenderer::UpdatePlane, no valid plane polygon is found"); in UpdateForPlane()
|
D | util.h | 39 #ifndef LOGE 40 #define LOGE(...) \ macro 47 LOGE("*** CHECK FAILED at %s:%d: %s", __FILE__, __LINE__, #condition); \
|
D | background_renderer.cc | 61 LOGE("Could not create program."); in InitializeGlContent()
|
D | hello_ar_application.cc | 238 LOGE("HelloArApplication::OnDrawFrame ArSession_update error"); in OnDrawFrame() 499 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchedFirst() 597 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchedFirst() 683 LOGE("HelloArApplication::OnTouched ArHitResultList_getItem error"); in OnTouchTranslate() 771 LOGE("HelloArApplication::OnTouched ArHitResult_acquireNewAnchor error"); in OnTouchTranslate()
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
D | com_googlecode_android_scripting_Exec.cpp | 33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro 39 LOGE("Cannot open /dev/ptmx: %s\n", strerror(errno)); in CreateSubprocess() 46 LOGE("Trouble with /dev/ptmx: %s\n", strerror(errno)); in CreateSubprocess() 52 LOGE("Fork failed: %s\n", strerror(errno)); in CreateSubprocess() 171 LOGE("Couldn't create a FileDescriptor."); in Java_com_googlecode_android_1scripting_Exec_createSubprocess()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | time_log.h | 62 LOGE("Out of log entries!"); in TimeLog() 87 LOGE("Too many log entries!"); in UpdateAverage()
|
D | logging.h | 105 #define LOGE(...) LogPrintF(ANDROID_LOG_ERROR, __VA_ARGS__); macro 117 #define LOGE(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__); macro
|
D | integral_image.h | 96 LOGE("Mismatch! %d vs %d", curr_val, image_base[y][x]); in VerifyData() 101 LOGE("Mismatch!"); in VerifyData()
|
D | object_tracker_jni.cc | 365 LOGE("null array!"); in OBJECT_TRACKER_METHOD() 390 LOGE("null array!"); in OBJECT_TRACKER_METHOD()
|
D | image.h | 310 LOGE("Couldn't allocate image data!"); in Allocate()
|
D | utils.h | 64 LOGE("CHECK FAILED (%s): " format, #condition, ##__VA_ARGS__);\
|
D | optical_flow.cc | 445 LOGE("Backward error!"); in FindFlowAtPointSingleLevel()
|
D | object_tracker.cc | 673 LOGE("Removing object! %s", iter->c_str()); in TrackObjects()
|
/external/toolchain-utils/android_bench_suite/ |
D | panorama.diff | 283 - LOGE("Error: Could not allocate pyramids for blending"); 291 - LOGE("Error: No frames to blend"); 299 - LOGE("RunBlend: aborting -consistency check failed," 309 - LOGE("RunBlend: aborting - mosaic size check failed, " 319 - LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight); 327 - LOGE("Error: Could not generate Laplacian pyramids"); 335 - LOGE("Error: Could not allocate pyramids for blending"); 355 - LOGE("Error: Could not BorderExpand!"); 506 - LOGE("Error: Unknown blending type %d",blendingType);
|
/external/libxcam/modules/isp/ |
D | libtbd.c | 32 #define MSG_ERR(...) LOGE(__VA_ARGS__)
|