HomeSort by relevance Sort by last modified time
    Searched refs:ring (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/css/
svg.css 69 outline: auto 5px -webkit-focus-ring-color
wml.css 237 outline: auto 5px -webkit-focus-ring-color
240 /* Read-only text fields do not show a focus ring but do still receive focus */
html.css 808 outline: auto 5px -webkit-focus-ring-color
811 /* Read-only text fields do not show a focus ring but do still receive focus */
  /external/webkit/Source/WebCore/platform/graphics/android/
GLExtras.h 49 void setCursorRingExtra(android::CursorRing* ring) { m_ring = ring; }
android_graphics.cpp 143 const WebCore::IntRect& ring = m_rings[0]; local
148 m_rings.size(), ring.x(), ring.y(), ring.width(), ring.height(),
  /external/speex/libspeex/
scal.c 73 float (*ring)[ALLPASS_ORDER]; member in struct:SpeexDecorrState_
100 st->ring = speex_alloc(channels*ALLPASS_ORDER*sizeof(float));
111 st->ring[ch][i] = 0;
157 float *ring; local
163 ring = st->ring[ch];
187 - alpha*(ring[ringID]
188 - beta*ring[ringID+1>=order?0:ringID+1]);
189 ring[ringID++]=st->y[i];
210 ring[i] = 0
    [all...]
  /external/qemu/android/skin/
trackball.h 23 int ring; member in struct:SkinTrackBallParameters
trackball.c 210 trackball_init( TrackBall ball, int diameter, int ring,
214 int diameter2 = diameter + ring*2;
305 int diameter2 = diameter + 2*ring;
354 } else if (r0 <= radius2) { /* ring pixel */
572 params->ring,
  /external/chromium/net/tools/flip_server/
output_ordering.h 27 PriorityMapPointer(): ring(NULL), alarm_enabled(false) {}
28 PriorityRing* ring; member in struct:net::OutputOrdering::PriorityMapPointer
output_ordering.cc 85 pmp->ring = &first_data_senders_;
133 sitpmi->second.ring = &(pmi->second);
174 pmp.ring->erase(pmp.it);
  /external/webkit/Source/WebKit/android/nav/
CachedNode.cpp 64 WebCore::IntRect* ring = start + size - 1; local
66 ring->intersect(outer);
67 if (ring->isEmpty()) {
68 if ((size_t) (ring - start) != --size)
69 *ring = start[size];
71 inner->unite(*ring);
72 } while (ring-- != start);
90 rings->append(ring(frame, index));
121 // any other cursor ring bounds, use it
306 WebCore::IntRect CachedNode::ring(const CachedFrame* frame, size_t part) cons function in class:android::CachedNode
    [all...]
CachedFrame.cpp 395 WebCore::IntRect testRect = test->ring(this, part);
528 WebCore::IntRect cursorRect = test->ring(this, i);
570 WebCore::IntRect testBounds = test->ring(this, part);
627 WebCore::IntRect rect = test->ring(this, part);
681 testData.setNodeBounds(test->ring(this, part));
721 testData.setNodeBounds(test->ring(this, part));
    [all...]
CachedNode.h 150 WebCore::IntRect ring(const CachedFrame* , size_t part) const;
199 int mColorIndex; // index to ring color and other stylable properties
  /external/qemu/
kvm-all.c 557 struct kvm_coalesced_mmio_ring *ring; local
559 ring = (void *)run + (s->coalesced_mmio * TARGET_PAGE_SIZE);
560 while (ring->first != ring->last) {
563 ent = &ring->coalesced_mmio[ring->first];
567 ring->first = (ring->first + 1) % KVM_COALESCED_MMIO_MAX;
  /packages/apps/Phone/src/com/android/phone/
Ringer.java 142 void ring() { method in class:Ringer
143 if (DBG) log("ring()...");
166 if (DBG) log("skipping ring because volume is zero");
176 // the ring so that it happens the correct amount of
177 // time after the previous ring
180 // and play time of the first ring
182 log("delaying ring by " + (mFirstRingStartTime - mFirstRingEventTime));
187 // We've gotten two ring events so far, but the ring
CallNotifier.java 240 // repeat the ring when requested by the RIL, and when the user has NOT
248 mRinger.ring();
250 if (DBG) log("RING before NEW_RING, skipping");
457 // - don't ring for call waiting connections
476 // still need to run a caller-id query, and we may not even ring
585 // if this has already been queried then just ring, otherwise
603 // In this case, just log the request and ring.
604 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
605 mRinger.ring();
654 // *after* this check but before we call mRinger.ring() below
    [all...]
BluetoothHandsfree.java 577 // need to update HS with RING when single ringing call exist
578 mBluetoothPhoneState.ring();
669 private String mRingingNumber; // Context for in-progress RING's
682 private static final int RING = 3;
689 case RING:
690 AtCommandResult result = ring();
1252 result.addResult(ring()); method
1279 private AtCommandResult ring() { method in class:BluetoothHandsfree.BluetoothPhoneState
    [all...]
  /external/qemu/android/
qemulator.c 63 params.ring = 2;
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 1100 } ring = { 0, 0 }; local
1101 struct fake_aio_ring* ringptr = &ring;
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 58 outline: auto 5px -webkit-focus-ring-color;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1587 milliseconds