Home
last modified time | relevance | path

Searched refs:overview (Results 1 – 25 of 143) sorted by relevance

123456

/external/skia/debugger/
DSkDebugger.cpp57 SkString* overview, in getOverviewText() argument
71 overview->reset(); in getOverviewText()
83 overview->append(SkDrawCommand::GetCommandString((SkDrawCommand::OpType) i)); in getOverviewText()
84 overview->append(": "); in getOverviewText()
85 overview->appendS32(counts[i]); in getOverviewText()
87 overview->append(" - "); in getOverviewText()
88 overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns); in getOverviewText()
89 overview->append("ms"); in getOverviewText()
90 overview->append(" - "); in getOverviewText()
92 overview->appendf("%.2f", percent); in getOverviewText()
[all …]
DSkDebugger.h121 SkString* overview, int numRuns);
/external/testng/src/main/java/org/testng/reporters/
DEmailableReporter.java369 ITestContext overview = r.getTestContext(); in generateSuiteSummaryReport() local
370 startSummaryRow(overview.getName()); in generateSuiteSummaryReport()
371 int q = getMethodSet(overview.getPassedTests(), suite).size(); in generateSuiteSummaryReport()
374 q = overview.getPassedTests().size(); in generateSuiteSummaryReport()
377 q = getMethodSet(overview.getSkippedTests(), suite).size(); in generateSuiteSummaryReport()
380 q = getMethodSet(overview.getFailedTests(), suite).size(); in generateSuiteSummaryReport()
383 time_start = Math.min(overview.getStartDate().getTime(), time_start); in generateSuiteSummaryReport()
384 time_end = Math.max(overview.getEndDate().getTime(), time_end); in generateSuiteSummaryReport()
386 (overview.getEndDate().getTime() - overview.getStartDate().getTime()) / 1000.) in generateSuiteSummaryReport()
388 summaryCell(overview.getIncludedGroups()); in generateSuiteSummaryReport()
[all …]
/external/llvm/bindings/go/llvm/
Dsupport.go45 func ParseCommandLineOptions(args []string, overview string) {
51 overviewstr := C.CString(overview)
/external/skia/site/dev/present/
Dindex.md4 Resources providing technical overview of various aspects of the Skia library
/external/e2fsprogs/ext2ed/
DMakefile.in31 DOCS= doc/ext2ed-design.pdf doc/user-guide.pdf doc/ext2fs-overview.pdf \
32 doc/ext2ed-design.html doc/user-guide.html doc/ext2fs-overview.html
/external/iproute2/examples/diffserv/
DREADME39 The algorithm overview is as follows:
73 General overview:
/external/libvorbis/doc/vorbisenc/
DMakefile.am6 ov_ectl_ratemanage_arg.html overview.html reference.html style.css\
/external/syslinux/core/lwip/doc/
DFILES4 Also provides an overview about the other APIs and multithreading.
/external/ImageMagick/coders/
Dpcd.c514 overview; in ReadPCDImage() local
540 overview=LocaleNCompare((char *) header,"PCD_OPA",7) == 0; in ReadPCDImage()
542 ((LocaleNCompare((char *) header+0x800,"PCD",3) != 0) && (overview ==0))) in ReadPCDImage()
568 if (overview != 0) in ReadPCDImage()
610 if (overview != 0) in ReadPCDImage()
620 if (overview != 0) in ReadPCDImage()
/external/swiftshader/src/SwiftShader/
DSwiftShader.ini3 ; To get an overview of the valid settings and their meaning,
/external/mesa3d/src/gallium/docs/
Dmake.bat24 echo. changes to make an overview over all changed/added/deprecated items
93 echo.The overview file is in %BUILDDIR%/changes.
/external/llvm/
DREADME.txt13 started with LLVM and docs/README.txt for an overview of LLVM's
/external/libvorbis/doc/vorbisfile/
DMakefile.am19 overview.html reference.html return.html seekexample.html seeking.html\
/external/libogg/doc/libogg/
DMakefile.am25 overview.html reference.html style.css
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt3 - Start with test #3 (Device enumeration) to get an overview of the available
/external/curl/docs/libcurl/
Dgetinfo-times1 An overview of the six time values available from curl_easy_getinfo()
/external/clang/docs/analyzer/
Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
168 echo.The overview file is in %BUILDDIR%/changes.
/external/clang/docs/
Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
168 echo.The overview file is in %BUILDDIR%/changes.
/external/llvm/docs/
Dmake.bat35 echo. changes to make an overview over all changed/added/deprecated items
168 echo.The overview file is in %BUILDDIR%/changes.
/external/libcups/cups/
DMakefile577 --header api-overview.header --intro api-overview.shtml \
578 >../doc/help/api-overview.html
/external/ltp/testcases/kdump/sample/
Drunkdump.EXTRA_LKDTM.RHEL27 # The list of testcases. Please see doc for the overview of
Drunkdump.CRASHER.RHEL27 # The list of testcases. Please see doc for the overview of
Drunkdump.BASIC_LKDTM.SLES27 # The list of testcases. Please see doc for the overview of
Drunkdump.EXTRA_LKDTM.SLES27 # The list of testcases. Please see doc for the overview of

123456