Home
last modified time | relevance | path

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

12345678910>>...13

/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dsupport.go45 func ParseCommandLineOptions(args []string, overview string) {
51 overviewstr := C.CString(overview)
/external/pdfium/testing/tools/coverage/
Dlcovrc17 # Width of overview image (used by --frames option of genhtml)
20 # Resolution of overview navigation: this number specifies the maximum
21 # difference in lines between the position a user selected from the overview
26 # Clicking a line in the overview image should show the source code view at
71 # Include sorted overview pages (can be disabled by the --no-sort option of
/external/pdfium/third_party/yasm/
DCHROMIUM.diff11 "Run yasm --license for licensing overview and summary."
23 "Run yasm --license for licensing overview and summary."
/external/google-styleguide/docguide/
DREADMEs.md5 1. [Overview](#overview)
53 * An overview.md file for more detailed conceptual information.
/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/deqp/external/openglcts/
DCONTRIBUTING.md10 - [Test framework overview](#test-framework-overview)
25 ### Test framework overview
/external/skia/site/dev/present/
Dindex.md4 Resources providing technical overview of various aspects of the Skia library
/external/skqp/site/dev/present/
Dindex.md4 Resources providing technical overview of various aspects of the Skia library
/external/iproute2/examples/diffserv/
DREADME39 The algorithm overview is as follows:
73 General overview:
/external/ImageMagick/coders/
Dpcd.c536 overview; in ReadPCDImage() local
567 overview=LocaleNCompare((char *) header,"PCD_OPA",7) == 0; in ReadPCDImage()
568 if ((LocaleNCompare((char *) header+0x800,"PCD",3) != 0) && (overview == 0)) in ReadPCDImage()
573 if ((overview != 0) && in ReadPCDImage()
595 if (overview != 0) in ReadPCDImage()
646 if (overview != 0) in ReadPCDImage()
657 if (overview != 0) in ReadPCDImage()
/external/skia/docs/
Doverview.bmh1 overview
/external/skqp/docs/
Doverview.bmh1 overview
/external/grpc-grpc/examples/protos/
DREADME.md6 - The simple example used in the overview.
/external/python/cpython3/Doc/library/
Dmisc.rst8 available in all Python versions. Here's an overview:
Dcrypto.rst12 Here's an overview:
Dmm.rst9 discretion of the installation. Here's an overview:
Dpython.rst9 overview:
/external/python/cpython2/Doc/library/
Dmisc.rst9 available in all Python versions. Here's an overview:
Dcrypto.rst12 Here's an overview:
Dmm.rst10 discretion of the installation. Here's an overview:
/external/tensorflow/tensorflow/compiler/xla/
DREADME.md6 algebra that optimizes TensorFlow computations. See the [documentation](./g3doc/overview.md).
/external/tensorflow/tensorflow/lite/g3doc/models/segmentation/
Doverview.md18 <a href="../object_detection/overview.md">object detection</a>, which detects
20 <a href="../image_classification/overview.md">image classification</a>, which
/external/grpc-grpc-java/benchmarks/
DREADME.md6 The "Queries Per Second Benchmark" allows you to get a quick overview of the throughput and latency…
31 …- `-XX:+PrintCompilation` will give you a detailed overview of what gets compiled, when it gets co…
32 …- `-XX:+PrintInlining` will give you a detailed overview of what gets inlined and why some methods…

12345678910>>...13