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

1 2

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 38 * View that draws one or more symbols for different types of calls (missed calls, outgoing etc).
114 return mResources.missed;
120 // distinguish between rejected and missed calls). Instead of crashing, just
121 // assume that all unknown call types are missed calls.
122 return mResources.missed;
164 * Drawable representing an incoming missed call.
166 public final Drawable missed; field in class:CallTypeIconsView.Resources
202 missed = r.getDrawable(R.drawable.ic_call_arrow).mutate();
203 missed.setColorFilter(r.getColor(R.color.missed_call), PorterDuff.Mode.MULTIPLY);
212 int scaledHeight = missed.getIntrinsicHeight()
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_frame_usage.spec 65 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/mesa3d/docs/
MESA_swap_frame_usage.spec 65 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/opencv/ml/src/
_ml.h 116 uchar* missed;int msstep, mcstep; -missedMeasurements...
132 uchar* missed; \
142 data = classes = tmask = missed = sidx = cidx = NULL; \
187 ICV_RAWDATA( *(param), (flags), missed, msstep, mcstep, mm, mn ); \
  /external/chromium_org/third_party/leveldatabase/src/db/
corruption_test.cc 90 int missed = 0; local
109 missed += (key - next_expected);
120 "expected=%d..%d; got=%d; bad_keys=%d; bad_values=%d; missed=%d\n",
121 min_expected, max_expected, correct, bad_keys, bad_values, missed);
  /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/oprofile/events/i386/nehalem/
unit_masks 27 0x20 pde_miss Number of DTLB cache load misses where the low part of the linear to physical address translation was missed
28 0x40 pdp_miss Number of DTLB cache load misses where the high part of the linear to physical address translation was missed
39 0x01 dtlb_miss The event counts the number of retired stores that missed the DTLB
46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
47 0x10 remote_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and was remotely homed
48 0x20 local_dram Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and required a local socket memory reference
158 0x20 pde_miss Number of DTLB cache misses where the low part of the linear to physical address translation was missed
159 0x40 pdp_miss Number of DTLB misses where the high part of the linear to physical address translation was missed
162 0x01 nta Counts number of SSE NTA prefetch/weakly-ordered instructions which missed the L1 data cache
201 0x20 pde_miss Number of ITLB misses where the low part of the linear to physical address translation was missed
    [all...]
events 12 event:0x2e counters:0,1,2,3 um:x41 minimum:6000 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB
51 event:0x4B counters:0,1,2,3 um:sse_mem_exec minimum:6000 name:SSE_MEM_EXEC : Counts number of SSE instructions which missed the L1 data cache.
85 event:0xC8 counters:0,1,2,3 um:x20 minimum:6000 name:ITLB_MISS_RETIRED : Counts the number of retired instructions that missed the ITLB when the instruction was fetched.
96 event:0xE5 counters:0,1,2,3 um:one minimum:6000 name:BPU_MISSED_CALL_RET : Counts number of times the Branch Prediciton Unit missed predicting a call or return branch.
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c     [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 85 * |totalPageCount|. If it's missed then 1 is used as the first number.
87 * missed then |totalPageCount| is used as the second number.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
subtract_sse2.asm 182 psubb xmm0, xmm1 ; subtraction with sign missed
216 psubb xmm0, xmm1 ; subtraction with sign missed
  /external/libselinux/src/
avc.c 551 static int missed, rc = 0;
561 int lost = missed;
562 missed = 0;
573 missed++;
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_sse2.asm 182 psubb xmm0, xmm1 ; subtraction with sign missed
216 psubb xmm0, xmm1 ; subtraction with sign missed
  /external/oprofile/events/i386/atom/
events 8 event:0x2e counters:0,1 um:x41 minimum:6000 name:LLC_MISSES : Last level cache demand requests from this core that missed the LLC
16 event:0x08 counters:0,1 um:data_tlb_misses minimum:6000 name:DATA_TLB_MISSES : Memory accesses that missed the DTLB
unit_masks 14 0x07 dtlb_miss Memory accesses that missed the DTLB
33 0x41 i_state L2 cache demand requests from this core that missed the L2
  /external/qemu/distrib/libselinux/src/
avc.c 551 static int missed, rc = 0;
561 int lost = missed;
562 missed = 0;
573 missed++;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
subtract_sse2.asm 182 psubb xmm0, xmm1 ; subtraction with sign missed
216 psubb xmm0, xmm1 ; subtraction with sign missed
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
mapi_abi.py 733 missed = [name for name in api if name not in api_entries]
734 if missed:
735 raise Exception('%s is missing' % str(missed))
  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 733 missed = [name for name in api if name not in api_entries]
734 if missed:
735 raise Exception('%s is missing' % str(missed))
  /external/oprofile/events/x86-64/family10/
unit_masks 101 0x01 DCT0 Command slots missed
102 0x02 DCT2 Command slots missed
  /external/oprofile/events/mips/24K/
events 40 event:0x16 counters:0 um:zero minimum:500 name:L2_CACHE_MISSES : 22-0 L2 cache accesses that missed in the cache
  /external/oprofile/events/mips/34K/
events 40 event:0x16 counters:0 um:zero minimum:500 name:L2_CACHE_MISSES : 22-0 L2 cache accesses that missed in the cache
  /external/oprofile/events/mips/1004K/
events 40 event:0x16 counters:0 um:zero minimum:500 name:L2_CACHE_MISSES : 22-0 L2 cache accesses that missed in the cache
  /external/oprofile/events/mips/74K/
events 52 event:0x23 counters:0,2 um:zero minimum:500 name:LOAD_MISS_CONSUMER_REPLAYS : 35-0 Replays following optimistic issue of instruction dependent on load which missed, counted only when the dependent instruction graduates
  /external/iproute2/doc/
ip-cref.tex 533 RX errors: length crc frame fifo missed
    [all...]

Completed in 694 milliseconds

1 2