HomeSort by relevance Sort by last modified time
    Searched defs:missed (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
main.cc 181 uint64_t missed = 0; local
182 int res = read(g_timer, &missed, sizeof(missed));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceHighlighter.java 109 "All %2$d branches missed.", branches);
115 "%1$d of %2$d branches missed.", branches);
125 final Integer missed = Integer.valueOf(branches.getMissedCount()); local
127 span.attr("title", String.format(locale, title, missed, total));
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
BarColumn.java 88 final int missed = counter.getMissedCount(); local
89 bar(td, missed, Resources.REDBAR, resources, base);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
CounterImpl.java 49 public Var(final int missed, final int covered) {
50 super(missed, covered);
54 public CounterImpl increment(final int missed, final int covered) {
55 this.missed += missed;
65 public Fix(final int missed, final int covered) {
66 super(missed, covered);
70 public CounterImpl increment(final int missed, final int covered) {
71 return getInstance(this.missed + missed, this.covered + covered)
104 protected int missed; field in class:CounterImpl
    [all...]
  /external/python/cpython2/Lib/plat-mac/
aetools.py 60 def missed(ae): function
76 # Workaround for what I feel is a bug in OSX 10.2: 'errn' won't show up in missed...
85 key = missed(ae)
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
CallTypeIconsView.java 31 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc).
87 return mResources.missed;
93 // distinguish between rejected and missed calls). Instead of crashing, just
94 // assume that all unknown call types are missed calls.
95 return mResources.missed;
119 public final Drawable missed; field in class:CallTypeIconsView.Resources
127 missed = r.getDrawable(R.drawable.ic_call_missed);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetools.py 60 def missed(ae): function
76 # Workaround for what I feel is a bug in OSX 10.2: 'errn' won't show up in missed...
85 key = missed(ae)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 60 def missed(ae): function
76 # Workaround for what I feel is a bug in OSX 10.2: 'errn' won't show up in missed...
85 key = missed(ae)
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 170 final Integer missed = Integer.valueOf(counter.getMissedCount()); local
172 out.printf("%s of %s %s missed%n", missed, total, unit);
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeIconsView.java 34 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc).
146 return resources.missed;
154 // distinguish between rejected and missed calls). Instead of crashing, just
155 // assume that all unknown call types are missed calls.
156 return resources.missed;
210 // Drawable representing an incoming missed call.
211 public final Drawable missed; field in class:CallTypeIconsView.Resources
259 missed = drawable.mutate();
260 missed.setColorFilter(r.getColor(R.color.missed_call), PorterDuff.Mode.MULTIPLY);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
JacocoReportCheck.java 102 int methodMissed = methodCnt == null ? 1 : methodCnt.missed();
227 String missedStr = cntElement.getAttribute("missed");
233 int missed = -1; local
236 missed = Integer.parseInt(missedStr);
238 // Ignore missed # parse failure
249 instructionCnt = new Counter(missed, covered);
251 branchCnt = new Counter(missed, covered);
253 lineCnt = new Counter(missed, covered);
255 complexityCnt = new Counter(missed, covered);
257 methodCnt = new Counter(missed, covered)
290 final int missed; field in class:JacocoReportCheck.Counter
298 int missed() { method in class:JacocoReportCheck.Counter
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerModel.java 61 * threshold are considered missed.
121 /** A mutable copy of the missed timers. */
179 * @return all missed timers in their expiration order
360 * Reset all missed timers.
539 // Clear the cache of missed timers if the timer changed to/from missed.
584 // Clear the cache of missed timers if a new missed timer was added.
759 * Updates the notification controlling missed timers. This notification is only displayed when
769 final List<Timer> missed = getMissedTimers() local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/
maven-common-artifact-filters-1.4.jar 
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.core-0.7.2.201409121644.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.7.201606060606/
org.jacoco.core-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.8/
org.jacoco.core-0.7.8.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.0.6/
rxjava-2.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 

Completed in 263 milliseconds

1 2