| /test/xts/acts/kernel_lite/util_posix/src/ |
| D | ActsUtilCheckApiTest.cpp | 61 LOGD(" isalnum returnVal:='%d'\n", returnVal); 76 LOGD(" isalnum returnVal:='%d'\n", returnVal); 91 LOGD(" isalnum returnVal:='%d'\n", returnVal); 106 LOGD(" isalnum returnVal:='%d'\n", returnVal); 121 LOGD(" isalnum returnVal:='%d'\n", returnVal); 136 LOGD(" isalnum_l returnVal:='%d'\n", returnVal); 151 LOGD(" isalnum_l returnVal:='%d'\n", returnVal); 166 LOGD(" isalnum_l returnVal:='%d'\n", returnVal); 181 LOGD(" isalnum_l returnVal:='%d'\n", returnVal); 196 LOGD(" isalnum_l returnVal:='%d'\n", returnVal); [all …]
|
| D | ActsUtilWideCheckApiTest.cpp | 59 LOGD(" iswalnum returnVal:='%d'\n", returnVal); 74 LOGD(" iswalnum returnVal:='%d'\n", returnVal); 89 LOGD(" iswalnum returnVal:='%d'\n", returnVal); 104 LOGD(" iswalnum returnVal:='%d'\n", returnVal); 119 LOGD(" iswalnum returnVal:='%d'\n", returnVal); 134 LOGD(" iswalnum_l returnVal:='%d'\n", returnVal); 149 LOGD(" iswalnum_l returnVal:='%d'\n", returnVal); 164 LOGD(" iswalnum_l returnVal:='%d'\n", returnVal); 179 LOGD(" iswalnum_l returnVal:='%d'\n", returnVal); 194 LOGD(" iswalnum_l returnVal:='%d'\n", returnVal); [all …]
|
| D | ActsUtilConvertApiTest.cpp | 63 LOGD(" _tolower c:='%c', returnVal:='%c'\n", paraChar, returnVal); 78 LOGD(" _tolower c:='%c', returnVal:='%c'\n", paraChar, returnVal); 93 LOGD(" _tolower c:='%c', returnVal:='%c'\n", paraChar, returnVal); 109 LOGD(" _tolower c:='%c', returnVal:='%c'/n", paraChar, returnVal); 125 LOGD(" _tolower c:='%c', returnVal:='%c'/n", paraChar, returnVal); 141 LOGD(" _tolower c:='%c', returnVal:='%c'/n", paraChar, returnVal); 157 LOGD(" _toupper c:='%c', returnVal:='%c'\n", paraChar, returnVal); 172 LOGD(" _toupper c:='%c', returnVal:='%c'\n", paraChar, returnVal); 188 LOGD(" _toupper c:='%c', returnVal:='%c'/n", paraChar, returnVal); 204 LOGD(" _toupper c:='%c', returnVal:='%c'/n", paraChar, returnVal); [all …]
|
| D | ActsUtilStringOperApiTest.cpp | 61 LOGD(" ffs returnVal:='%d'\n", returnVal); 76 LOGD(" ffs returnVal:='%d'\n", returnVal); 91 LOGD(" ffs returnVal:='%d'\n", returnVal); 106 LOGD(" ffsl returnVal:='%d'\n", returnVal); 121 LOGD(" ffsl returnVal:='%d'\n", returnVal); 136 LOGD(" ffsl returnVal:='%d'\n", returnVal); 151 LOGD(" ffsll returnVal:='%d'\n", returnVal); 166 LOGD(" ffsll returnVal:='%d'\n", returnVal); 181 LOGD(" ffsll returnVal:='%d'\n", returnVal); 196 LOGD(" wcwidth returnVal:='%d'\n", returnVal); [all …]
|
| D | ActsUtilMathApiTest.cpp | 56 LOGD(" drand48 returnVal:='%f'\n", returnVal); 70 LOGD(" erand48 returnVal:='%f'\n", returnVal); 84 LOGD(" jrand48 returnVal:='%ld'\n", returnVal); 100 LOGD(" mrand48 returnVal:='%ld'\n", returnVal); 116 LOGD(" lrand48 returnVal:='%ld'\n", returnVal); 135 LOGD(" initstate returnVal:='%x'\n", returnVal); 138 LOGD(" setstate returnVal:='%x'\n", returnVal); 152 LOGD(" nrand48 returnVal:='%ld'\n", returnVal); 166 LOGD(" rand_r returnVal:='%ld'\n", returnVal);
|
| D | ActsUtilDataStructApiTest.cpp | 97 LOGD(" hcreate createResult:='%d'\n", createResult); 108 LOGD(" hsearch searchResult->data:='%s'\n", searchResult->data); 128 LOGD(" hcreate createResult:='%d'\n", createResult); 155 LOGD(" hcreate_r createResult:='%d'\n", createResult); 166 LOGD(" hsearch_r searchResult->data:='%s'\n", searchResult->data); 187 LOGD(" hcreate_r createResult:='%d'\n", createResult); 192 LOGD(" hsearch_r searchResult='%s'\n", searchResult);
|
| D | ActsUtilMsgApiTest.cpp | 53 LOGD(" fmtmsg returnVal:='%d'\n", returnVal);
|
| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/ |
| D | plugin_manager.cpp | 62 LOGD("GetContext APP_LIFECYCLE"); in GetContext() 77 LOGD("GetContext JS_PAGE_LIFECYCLE"); in GetContext() 161 LOGD("MainOnMessage Triggered"); in MainOnMessage() 165 LOGD("PluginManager::NapiOnCreate"); in NapiOnCreate() 201 LOGD("PluginManager::OnShowNative"); in OnShowNative() 205 LOGD("PluginManager::OnHideNative"); in OnHideNative() 209 LOGD("PluginManager::OnDestroyNative"); in OnDestroyNative() 214 LOGD("PluginManager::NapiOnPageShow"); in NapiOnPageShow() 220 LOGD("PluginManager::NapiOnPageHide"); in NapiOnPageHide() 226 LOGD("PluginManager::OnPageShowNative"); in OnPageShowNative() [all …]
|
| /test/xts/acts/kernel_lite/ipc_posix/signal/ |
| D | SignalTestUtils.cpp | 104 LOGD("before kill"); in DefaultActionTest() 118 LOGD("child start"); in DefaultActionTest() 135 LOGD("in parent..."); in SendAndRecvTest() 158 LOGD("in child, pid=%d", getpid()); in SendAndRecvTest() 169 LOGD("child sleeping...."); in SendAndRecvTest() 171 LOGD("child exit 0...."); in SendAndRecvTest() 184 LOGD("%d bytes read from logfile:%s", bytes, buffer); in CheckSigString() 187 LOGD("expect string len = %d", expectLen); in CheckSigString()
|
| D | SignalTest.cpp | 121 LOGD("parent: before kill"); 568 … LOGD("si: %d,%d,%d,%p", si.si_signo, si.si_code, si.si_value.sival_int, si.si_value.sival_int); 613 LOGD("before sigwaitinfo"); 620 LOGD("after sigwaitinfo"); 769 LOGD("raise SIGALRM");
|
| /test/xts/hats/kernel/posix_interface/interface_gn/utils/ |
| D | log.h | 36 #define LOGD(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__) macro 39 #define LOGD(...)
|
| D | utils.cpp | 24 LOGD("srand(time(0)) is called."); in Initialize() 40 LOGD("diff=%f, pct=%f\n", diff, pct); in CheckValueClose() 55 LOGD("KeepRun start : tv_sec=%ld, tv_nsec=%ld\n", time1.tv_sec, time1.tv_nsec); in KeepRun() 65 LOGD("KeepRun end : tv_sec=%ld, tv_nsec=%ld\n", time2.tv_sec, time2.tv_nsec); in KeepRun()
|
| D | mt_utils.cpp | 109 LOGD("before pipe read"); in BlockOnPipe() 111 LOGD("after pipe read"); in BlockOnPipe()
|
| /test/xts/acts/kernel_lite/utils/ |
| D | log.h | 40 #define LOGD(format, ...) fprintf(stdout, "[%.06f] " format "\n", GetCurTime(), ##__VA_ARGS__) macro 43 #define LOGD(...)
|
| D | utils.cpp | 27 LOGD("srand(time(0)) is called."); in Initialize() 43 LOGD("diff=%f, pct=%f\n", diff, pct); in CheckValueClose() 58 LOGD("KeepRun start : tv_sec=%ld, tv_nsec=%ld\n", time1.tv_sec, time1.tv_nsec); in KeepRun() 66 LOGD("KeepRun end : tv_sec=%ld, tv_nsec=%ld\n", time2.tv_sec, time2.tv_nsec); in KeepRun()
|
| D | mt_utils.cpp | 106 LOGD("before pipe read"); in BlockOnPipe() 108 LOGD("after pipe read"); in BlockOnPipe()
|
| /test/xts/acts/kernel_lite/sched_posix/src/ |
| D | PthreadSchedApiTest.cpp | 301 LOGD("main:before post sem..."); 303 LOGD("main:after post sem..."); 350 LOGD("main:before post sem..."); 352 LOGD("main:after post sem..."); 419 LOGD("main:wait sub-thread..."); 471 LOGD("main:wait sub-thread...");
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/common/ |
| D | plugin_common.h | 23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/acts/arkui/ace_ets_web_napis/entry/src/main/cpp/common/ |
| D | plugin_common.h | 23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/common/ |
| D | plugin_common.h | 24 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/common/ |
| D | plugin_common.h | 23 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, "HMG_LOG", __VA_ARGS__)) macro
|
| /test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/ |
| D | egl_core.cpp | 69 … LOGD("EGLCore::GLContextInit window = %{public}p, w = %{public}d, h = %{public}d.", window, w, h); in GLContextInit()
|
| D | plugin_render.cpp | 116 LOGD("DispatchMouseEventCB"); in DispatchMouseEventCB()
|
| /test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/ |
| D | avplayerndk.cpp | 62 #define LOGD(format, ...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, LOG_MSG_TAG, format, ##__… macro 1153 LOGD("AV_INFO_TYPE_POSITION_UPDATE value: %d", this->position); in OnPositionUpdateCb() 1185 LOGD("AV_INFO_TYPE_BUFFERING_UPDATE bufferType: %d, bufferValue: %d", in OnBufferingUpdateCb() 1325 LOGD("OnInfo type %d", type); in AVPlayerOnInfoCallbackImpl() 1329 LOGD("OnInfo: no member func, type %d", type); in AVPlayerOnInfoCallbackImpl()
|
| /test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/ |
| D | PictureNdk.cpp | 38 #define LOGD(...) ((void)OH_LOG_Print(LOG_APP, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) macro
|