HomeSort by relevance Sort by last modified time
    Searched defs:TEST_LOG (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_common.h 17 #define TEST_LOG(...) \
23 #define TEST_LOG printf
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_defines.h 30 #define TEST_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__)
33 #define TEST_LOG printf
63 TEST_LOG(">> %d warnings <<\n\n", \
  /external/autotest/site_utils/lxc/
lxc_functional_test.py 42 TEST_LOG = 'test.log'
243 container_test_log = os.path.join(container_result_path, TEST_LOG)
244 host_test_log = os.path.join(RESULT_PATH, TEST_LOG)
  /tools/tradefederation/core/src/com/android/tradefed/util/
SubprocessTestResultsParser.java 81 public static final String TEST_LOG = "TEST_LOG";
213 sb.append(StatusKeys.TEST_LOG).append("|");
230 mHandlerMap.put(StatusKeys.TEST_LOG, new TestLogEventHandler());
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 79 #define TEST_LOG
93 #ifdef TEST_LOG
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 82 #define TEST_LOG
96 #ifdef TEST_LOG
    [all...]

Completed in 273 milliseconds