Searched refs:LOGW (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | logging.h | 104 #define LOGW(...) LogPrintF(ANDROID_LOG_INFO, __VA_ARGS__); macro 116 #define LOGW(...) LOG(INFO) << tensorflow::strings::Printf(__VA_ARGS__); macro
|
D | flow_cache.h | 158 LOGW("Tracking failure!"); in GetMedianFlow() 170 LOGW("No points were valid!"); in GetMedianFlow()
|
D | keypoint_detector.cc | 310 LOGW("Hit cap of %d for temporary keypoints!", max_num_keypoints); in AddExtraCandidatesForBoxes() 343 LOGW("Hit cap of %d for temporary keypoints (FAST)! %d keypoints", in FindKeypoints() 357 LOGW("Hit cap of %d for temporary keypoints (boxes)! %d keypoints", in FindKeypoints()
|
D | frame_pair.cc | 218 LOGW("Median not found! %d points, sum of %.2f", num_items, sum); in GetMedian()
|
D | object_tracker_jni.cc | 434 LOGW("Received null arrays, hopefully this is a test!"); in OBJECT_TRACKER_METHOD()
|
D | object_tracker.cc | 331 LOGW("History did not go back far enough! %lld vs %lld", in TrackBox()
|
/external/mesa3d/src/broadcom/common/ |
D | v3d_debug.h | 62 #define ALOGW LOGW
|
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/ |
D | main.c | 30 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, "native-activity", __VA_ARGS__)) macro 105 LOGW("Unable to eglMakeCurrent"); in engine_init_display()
|
/external/mesa3d/src/intel/common/ |
D | gen_debug.h | 91 #define ALOGW LOGW
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 288 #define ALOGW LOGW
|