Home
last modified time | relevance | path

Searched full:missed (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DCounterImpl.java49 public Var(final int missed, final int covered) { in Var() argument
50 super(missed, covered); in Var()
54 public CounterImpl increment(final int missed, final int covered) { in increment() argument
55 this.missed += missed; in increment()
65 public Fix(final int missed, final int covered) { in Fix() argument
66 super(missed, covered); in Fix()
70 public CounterImpl increment(final int missed, final int covered) { in increment() argument
71 return getInstance(this.missed + missed, this.covered + covered); in increment()
78 * @param missed
79 * number of missed items
[all …]
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Dcheck-disabled-mcpus.ll3 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
5 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
7 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
10 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
13 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
16 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
18 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
20 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
23 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
25 ; RUN: -pass-remarks-missed=isel <%s 2>&1 | FileCheck %s
[all …]
/external/llvm-project/llvm/unittests/Remarks/
DYAMLRemarksParsingTest.cpp105 "--- !Missed\n" in TEST()
120 "--- !Missed\n" in TEST()
134 "--- !Missed\n" in TEST()
143 "--- !Missed\n" in TEST()
163 // Type: Missed in TEST()
164 parseGood("--- !Missed" COMMON_REMARK); in TEST()
187 "--- !Missed\n" in TEST()
194 "--- !Missed\n" in TEST()
201 "--- !Missed\n" in TEST()
208 "--- !Missed\n" in TEST()
[all …]
DYAMLRemarksSerializerTest.cpp72 R.RemarkType = remarks::Type::Missed; in TEST()
86 "--- !Missed\n" in TEST()
105 R.RemarkType = remarks::Type::Missed; in TEST()
120 StringRef("--- !Missed\n" in TEST()
135 R.RemarkType = remarks::Type::Missed; in TEST()
149 "--- !Missed\n" in TEST()
171 R.RemarkType = remarks::Type::Missed; in TEST()
185 "--- !Missed\n" in TEST()
211 R.RemarkType = remarks::Type::Missed; in TEST()
226 StringRef("--- !Missed\n" in TEST()
[all …]
DRemarksLinkingTest.cpp62 "--- !Missed\n" in TEST()
69 "--- !Missed\n" in TEST()
78 "--- !Missed\n" in TEST()
87 "--- !Missed\n" in TEST()
93 "--- !Missed\n" in TEST()
100 "--- !Missed\n" in TEST()
111 "--- !Missed\n" in TEST()
132 "--- !Missed\n" in TEST()
138 "--- !Missed\n" in TEST()
161 "--- !Missed\n" in TEST()
[all …]
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
DJacocoReportCheck.java102 int methodMissed = methodCnt == null ? 1 : methodCnt.missed(); in main()
227 String missedStr = cntElement.getAttribute("missed"); in parseReport()
233 int missed = -1; in parseReport() local
236 missed = Integer.parseInt(missedStr); in parseReport()
238 // Ignore missed # parse failure in parseReport()
249 instructionCnt = new Counter(missed, covered); in parseReport()
251 branchCnt = new Counter(missed, covered); in parseReport()
253 lineCnt = new Counter(missed, covered); in parseReport()
255 complexityCnt = new Counter(missed, covered); in parseReport()
257 methodCnt = new Counter(missed, covered); in parseReport()
[all …]
/external/perfetto/protos/perfetto/metrics/android/
Dsurfaceflinger.proto22 // Counts the number of missed frames in the trace.
25 // Counts the number of missed HWC frames in the trace.
28 // Counts the number of missed GPU frames in the trace.
31 // Calculate the number of missed frames divided by
35 // Calculate the number of missed HWC frames divided by
39 // Calculate the number of missed GPU frames divided by
/external/mesa3d/docs/_extra/specs/
DMESA_swap_frame_usage.spec65 missed.
133 Missed frame swaps can be tracked by calling the following function:
138 glXBeginFrameTrackingMESA resets a "missed frame" count and
140 If a swap is missed based in the rate control specified by the
142 per frame, the missed frame count is incremented.
144 The current missed frame count and total number of swaps since
161 swaps that missed the specified frame. The frame usage for the
162 last missed frame is returned in the location pointed to by
172 missed frame count.
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dremarks-linking-bundle.test38 CHECK-YAML:--- !Missed
39 CHECK-YAML:--- !Missed
40 CHECK-YAML:--- !Missed
41 CHECK-YAML:--- !Missed
42 CHECK-YAML:--- !Missed
43 CHECK-YAML:--- !Missed
44 CHECK-YAML:--- !Missed
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICounter.java15 * A counter holds the missed and the covered number of particular items like
28 /** Number of missed items */
34 /** Ratio of missed to total items */
85 * Returns the count of missed items.
87 * @return count of missed items
100 * Calculates the ratio of missed to total count items. If total count items
103 * @return ratio of missed to total count items
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfast-isel-tail-call.ll1 ; RUN: llc -fast-isel -pass-remarks-missed=isel -pass-remarks-missed=isel \
3 ; RUN: cat %t | FileCheck %s --check-prefix MISSED
14 ; MISSED: FastISel missed: %tmp1 = extractvalue %struct %tmp0, 0
Dstack_guard_remat.ll7 ; RUN: llc < %s -global-isel -global-isel-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-apple-…
8 ; RUN: llc < %s -global-isel -global-isel-abort=2 -pass-remarks-missed=gisel* -mtriple=arm64-apple-…
9 ; RUN: llc < %s -global-isel -global-isel-abort=2 -pass-remarks-missed=gisel* -mtriple=aarch64-linu…
10 ; RUN: llc < %s -global-isel -global-isel-abort=2 -pass-remarks-missed=gisel* -mtriple=aarch64-linu…
11 ; RUN: llc < %s -global-isel -global-isel-abort=2 -pass-remarks-missed=gisel* -mtriple=aarch64-linu…
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListAtomicLFStressTest.kt33 private val missed = AtomicLong() in <lambda>() constant
97 val missed = missed.get() in <lambda>() constant
100 println(" Adders missed $missed nodes") in <lambda>()
104 assertEquals(missed.get(), removed.get()) in <lambda>()
106 assertTrue(missed.get() > 0) in <lambda>()
146 missed.incrementAndGet() in <lambda>()
DLockFreeLinkedListShortStressTest.kt32 private val missed = AtomicInteger() in <lambda>() constant in kotlinx.coroutines.internal.LockFreeLinkedListShortStressTest
58 missed.incrementAndGet() in <lambda>()
80 println(" Adders missed ${missed.get()} nodes") in <lambda>()
84 assertEquals(missed.get(), removed.get()) in <lambda>()
86 assertTrue(missed.get() > 0) in <lambda>()
/external/llvm-project/llvm/test/Transforms/Inline/
Doptimization-remarks.ll1 ; RUN: opt < %s -inline -pass-remarks=inline -pass-remarks-missed=inline \
4 ; RUN: opt < %s -inline -pass-remarks=inline -pass-remarks-missed=inline \
8 ; RUN: opt < %s -passes=always-inline -pass-remarks=inline -pass-remarks-missed=inline \
11 ; RUN: opt < %s -passes=always-inline -pass-remarks=inline -pass-remarks-missed=inline \
15 ; RUN: opt < %s -passes=inline -pass-remarks=inline -pass-remarks-missed=inline \
18 ; RUN: opt < %s -passes=inline -pass-remarks=inline -pass-remarks-missed=inline \
22 ; RUN: opt < %s -passes=inliner-wrapper -pass-remarks=inline -pass-remarks-missed=inline \
25 ; RUN: opt < %s -passes=inliner-wrapper -pass-remarks=inline -pass-remarks-missed=inline \
Doptimization-remarks-yaml.ll1 ; RUN: opt < %s -S -inline -pass-remarks-missed=inline \
9 ; RUN: opt < %s -S -inline -pass-remarks-missed=inline \
21 ; RUN: opt < %s -S -passes=inline -pass-remarks-missed=inline \
29 ; RUN: opt < %s -S -passes=inline -pass-remarks-missed=inline \
39 ; RUN: opt < %s -S -passes=inliner-wrapper -pass-remarks-missed=inline \
47 ; RUN: opt < %s -S -passes=inliner-wrapper -pass-remarks-missed=inline \
71 ; YAML: --- !Missed
84 ; YAML-NEXT: --- !Missed
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/xml/
DXMLFormatterTest.java107 assertPathMatches("10", "report/counter[@type='INSTRUCTION']/@missed"); in testStructureWithGroup()
111 assertPathMatches("1", "report/counter[@type='BRANCH']/@missed"); in testStructureWithGroup()
115 assertPathMatches("1", "report/counter[@type='COMPLEXITY']/@missed"); in testStructureWithGroup()
119 assertPathMatches("0", "report/counter[@type='LINE']/@missed"); in testStructureWithGroup()
123 assertPathMatches("0", "report/counter[@type='METHOD']/@missed"); in testStructureWithGroup()
127 assertPathMatches("0", "report/counter[@type='CLASS']/@missed"); in testStructureWithGroup()
149 assertPathMatches("10", "report/counter[@type='INSTRUCTION']/@missed"); in testStructureWithBundleOnly()
153 assertPathMatches("1", "report/counter[@type='BRANCH']/@missed"); in testStructureWithBundleOnly()
157 assertPathMatches("1", "report/counter[@type='COMPLEXITY']/@missed"); in testStructureWithBundleOnly()
161 assertPathMatches("0", "report/counter[@type='LINE']/@missed"); in testStructureWithBundleOnly()
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dpriority_queue_test.py59 missed = set()
64 missed.add((v0, v1))
69 missed.remove((dv0, dv1))
70 self.assertEqual(missed, set())
108 missed = set()
113 missed.add((v0, v1))
118 missed.remove((dv0, dv1))
119 self.assertEqual(missed, set())
272 missed = set()
277 missed.add((v0, v1))
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dfast-isel-abort-warm.ll1 ; RUN: llc -fast-isel -o - %s -fast-isel-report-on-fallback -pass-remarks-missed=isel 2>&1 | FileCh…
9 ; CHECK: remark: <unknown>:0:0: FastISel missed call: call void asm sideeffect
17 ; CHECK: remark: <unknown>:0:0: FastISel missed: store i128
26 ; CHECK-NOT: remark: <unknown>:0:0: FastISel missed
/external/OpenCL-CTS/test_conformance/basic/
Dtest_global_work_offsets.cpp66 int missed = 0, multiple = 0, errored = 0, corrected = 0; in check_results() local
78 if( missed < 3 ) in check_results()
79 …log_error( "ERROR: Map value (%ld,%ld,%ld) was missed%s\n", x, y, z, ( missed == 2 ) ? limitMsg : … in check_results()
80 missed++; in check_results()
102 if( missed || multiple || errored ) in check_results()
109 if( ( multiple == 0 ) && ( missed == diff ) && ( errored == diff ) ) in check_results()
112 …log_error( "ERROR: Global work offset values did not function as expected (%d missed, %d reported … in check_results()
113 missed, multiple, errored ); in check_results()
115 return ( missed | multiple | errored | corrected ); in check_results()
/external/llvm-project/llvm/test/tools/llvm-cov/
Dreport.cpp8 …Regions Missed Regions Cover Functions Missed Functions Executed Instantiations Miss…
/external/llvm-project/polly/test/ScopDetectionDiagnostics/
DReportUnprofitable.ll1 ; RUN: opt %loadPolly -pass-remarks-missed="polly-detect" \
5 ; RUN: opt %loadPolly -pass-remarks-missed="polly-detect" \
29 ; YAML: --- !Missed
37 ; YAML: --- !Missed
45 ; YAML: --- !Missed
53 ; YAML: --- !Missed
61 ; YAML: --- !Missed
69 ; YAML: --- !Missed
/external/bcc/tools/
Doffwaketime.py185 // Missed or filtered when the Process went into waiting
324 line.append("[Missed User Stack]")
331 line.append("[Missed Kernel Stack]")
338 line.append("[Missed Kernel Stack]")
345 line.append("[Missed User Stack]")
356 print(" [Missed User Stack]")
364 print(" [Missed Kernel Stack]")
374 print(" [Missed Kernel Stack]")
382 print(" [Missed User Stack]")
/external/jacoco/org.jacoco.report/src/org/jacoco/report/xml/
Dreport.dtd68 <!-- number of missed instructions -->
72 <!-- number of missed branches -->
81 <!-- number of missed items -->
82 <!ATTLIST counter missed CDATA #REQUIRED>
/external/llvm-project/llvm/test/Transforms/LoopInterchange/
Dloop-interchange-optimization-remarks.ll4 ; RUN: -pass-remarks-output=%t -pass-remarks-missed='loop-interchange' \
9 ; RUN: -pass-remarks-output=%t -pass-remarks-missed='loop-interchange' \
61 ; CHECK: --- !Missed
69 ; DELIN: --- !Missed
125 ; CHECK: --- !Missed
133 ; DELIN: --- !Missed
181 ; CHECK: --- !Missed
244 ; CHECK: --- !Missed
252 ; DELIN: --- !Missed

12345678910>>...42