/external/testng/src/main/java/org/testng/remote/strprotocol/ |
MessageHub.java | 17 private boolean m_debug = false; field in class:MessageHub 69 m_debug = debug;
|
BaseMessageSender.java | 23 private boolean m_debug = false; field in class:BaseMessageSender 133 if (m_debug) { 189 if (m_debug) { 235 if (m_debug) { 257 // if (m_debug) {
|
/external/testng/src/main/java/org/testng/remote/ |
RemoteTestNG.java | 61 private static boolean m_debug;
field in class:RemoteTestNG 125 if (! m_debug && ! m_dontExit) {
169 m_debug = cla.debug;
171 if (m_debug) {
183 if (m_debug) {
207 // if (m_debug) {
231 return m_debug || System.getProperty(PROPERTY_DEBUG) != null;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
omx_swvenc_mpeg4.cpp | 68 memset(&m_debug,0,sizeof(m_debug)); 76 m_debug.in_buffer_log = atoi(property_value); 80 m_debug.out_buffer_log = atoi(property_value); 82 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); 87 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); [all...] |
video_encoder_device.cpp | 143 memset(&m_debug,0,sizeof(m_debug)); 148 m_debug.in_buffer_log = atoi(property_value); 152 m_debug.out_buffer_log = atoi(property_value); 153 snprintf(m_debug.log_loc, PROPERTY_VAL_MAX, 205 if (m_debug.out_buffer_log && !m_debug.outfile) { 208 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v", 209 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 211 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264" [all...] |
video_encoder_device_v4l2.cpp | 260 memset(&m_debug,0,sizeof(m_debug)); 276 m_debug.in_buffer_log = atoi(property_value); 279 m_debug.out_buffer_log = atoi(property_value); 282 m_debug.extradata_log = atoi(property_value); 285 m_debug.roiqp_log = atoi(property_value); 305 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 142 memset(&m_debug,0,sizeof(m_debug)); 147 m_debug.in_buffer_log = atoi(property_value); 151 m_debug.out_buffer_log = atoi(property_value); 152 snprintf(m_debug.log_loc, PROPERTY_VAL_MAX, 204 if (m_debug.out_buffer_log && !m_debug.outfile) { 207 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v", 208 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this); 210 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264" [all...] |
video_encoder_device_v4l2.cpp | 249 memset(&m_debug,0,sizeof(m_debug)); 261 m_debug.in_buffer_log = atoi(property_value); 264 m_debug.out_buffer_log = atoi(property_value); 267 m_debug.extradata_log = atoi(property_value); 269 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, 679 return (m_debug.out_buffer_log == 1); 689 if (!m_debug.outfile) { 692 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%lu_%lu_%p.m4v", 693 m_debug.log_loc, m_sVenc_cfg.input_width, m_sVenc_cfg.input_height, this) [all...] |
/external/mesa3d/src/mesa/x86/ |
3dnow.c | 40 #include "math/m_debug.h"
|
sse.c | 39 #include "math/m_debug.h"
|
x86_xform.c | 47 #include "math/m_debug.h"
|
/external/mesa3d/src/mesa/x86-64/ |
x86-64.c | 41 #include "math/m_debug.h"
|
/external/mesa3d/src/mesa/math/ |
m_xform.c | 46 #include "m_debug.h"
|
m_debug_norm.c | 37 #include "m_debug.h"
|
m_debug_xform.c | 37 #include "m_debug.h"
|
/external/mesa3d/src/mesa/sparc/ |
sparc.c | 39 #include "math/m_debug.h"
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_v4l2.cpp | 659 memset(&m_debug,0,sizeof(m_debug)); 697 m_debug.in_buffer_log = atoi(property_value); 701 m_debug.out_buffer_log = atoi(property_value); 702 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); 706 m_debug.out_meta_buffer_log = atoi(property_value); 707 snprintf(m_debug.log_loc, PROPERTY_VALUE_MAX, "%s", BUFFER_LOG_LOC); 712 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); [all...] |
omx_vdec_hevc_swvdec.cpp | 633 memset(&m_debug, 0, sizeof(m_debug)); 641 m_debug.in_buffer_log = atoi(property_value); 645 m_debug.out_buffer_log = atoi(property_value); 649 m_debug.im_buffer_log = atoi(property_value); 651 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC); 655 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_device.h | 91 struct venc_debug_cap m_debug; member in class:venc_dev
|
video_encoder_device_v4l2.h | 296 struct venc_debug_cap m_debug; member in class:venc_dev
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
omx_swvenc_mpeg4.h | 107 venc_debug_cap m_debug; member in class:omx_venc
|
video_encoder_device.h | 91 struct venc_debug_cap m_debug; member in class:venc_dev
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc_swvdec.cpp | 629 memset(&m_debug, 0, sizeof(m_debug)); 637 m_debug.in_buffer_log = atoi(property_value); 641 m_debug.out_buffer_log = atoi(property_value); 645 m_debug.im_buffer_log = atoi(property_value); 647 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC); 651 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); [all...] |
omx_vdec_msm8974.cpp | 603 memset(&m_debug,0,sizeof(m_debug)); 641 m_debug.in_buffer_log = atoi(property_value); 645 m_debug.out_buffer_log = atoi(property_value); 646 sprintf(m_debug.log_loc, "%s", BUFFER_LOG_LOC); 651 strlcpy(m_debug.log_loc, property_value, PROPERTY_VALUE_MAX); [all...] |
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/ |
PolygonShape.java | 43 private final static boolean m_debug = false; field in class:PolygonShape 302 if (m_debug) {
|