Home
last modified time | relevance | path

Searched defs:ans (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/developer_test/local_coverage/resident_service/
Dsystem_part_service.json62 "ans": ["distributed_notification_service"], array
101 "ans": ["obj/base/notification/distributed_notification_service"], array
/test/xts/acts/multimedia/av_codec/demuxer/src/
Dfunc_test.cpp1532 bool ans = abs(toMs - attr.pts) < 40000 ? true : false; variable
1590 bool ans = abs(nextIdrPts - attr.pts) < 40000 ? true : false; variable
1649 bool ans = abs(closestIdrPts - attr.pts) < 40000 ? true : false; variable
/test/xts/acts/graphic/windowNdk/entry/src/main/cpp/
DwindowNdkTest.cpp397 … Image_ErrorCode ans = OH_PixelmapNative_ConvertPixelmapNativeToNapi(env,pixelMap,&pixelValue); in Snapshot() local