Home
last modified time | relevance | path

Searched refs:reportType (Results 1 – 8 of 8) sorted by relevance

/external/rmi4utils/f54test/
Dmain.cpp51 int RunF54Test(const char * deviceFile, f54_report_types reportType, bool continuousMode, bool noRe… in RunF54Test() argument
74 rc = f54Test.Prepare(reportType); in RunF54Test()
116 f54_report_types reportType = F54_16BIT_IMAGE; in main() local
129 reportType = (f54_report_types)strtol(optarg, NULL, 0); in main()
151 rc = RunF54Test(deviceName, reportType, continuousMode, noReset); in main()
169 rc = RunF54Test(deviceFile, reportType, continuousMode, noReset); in main()
Df54test.h651 int Prepare(f54_report_types reportType);
Df54test.cpp61 int F54Test::Prepare(f54_report_types reportType) in Prepare() argument
86 retval = SetF54ReportType(reportType); in Prepare()
/external/jsoncpp/src/test_lib_json/
Djsontest.cpp343 static int msvcrtSilentReportHook(int reportType, char* message, in msvcrtSilentReportHook() argument
350 if (reportType == _CRT_ERROR || reportType == _CRT_ASSERT) { in msvcrtSilentReportHook()
/external/webrtc/examples/objc/AppRTCMobile/
DARDStatsBuilder.m146 NSString *reportType = statsReport.type;
147 if ([reportType isEqualToString:@"ssrc"] &&
155 } else if ([reportType isEqualToString:@"VideoBwe"]) {
157 } else if ([reportType isEqualToString:@"googCandidatePair"]) {
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc154 int _CrtDbgReportW(int reportType, const wchar_t*, int, in _CrtDbgReportW() argument
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp3338 std::string reportType; in processCallback() local
3342 reportType = "Allocate"; in processCallback()
3360 reportType = "Free"; in processCallback()
3368 reportType = "Import"; in processCallback()
3386 reportType = "Un-Import"; in processCallback()
3394 reportType = "allocFail"; in processCallback()
3402 INFO() << std::right << std::setw(9) << reportType << ": size=" << std::setw(10) in processCallback()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp194 int _CrtDbgReportW(int reportType, const wchar_t*, int, in _CrtDbgReportW() argument