HomeSort by relevance Sort by last modified time
    Searched refs:ring (Results 1 - 19 of 19) 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/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/openssl/crypto/sha/asm/
sha256-mips.s 92 sw $8,0($29) # offload to ring buffer
144 sw $9,4($29) # offload to ring buffer
196 sw $10,8($29) # offload to ring buffer
248 sw $11,12($29) # offload to ring buffer
300 sw $12,16($29) # offload to ring buffer
352 sw $13,20($29) # offload to ring buffer
404 sw $14,24($29) # offload to ring buffer
456 sw $15,28($29) # offload to ring buffer
508 sw $16,32($29) # offload to ring buffer
560 sw $17,36($29) # offload to ring buffe
    [all...]
  /external/chromium-trace/src/shared/css/
tabs.css 55 outline: 5px auto -webkit-focus-ring-color;
  /external/qemu/
kvm-all.c 560 struct kvm_coalesced_mmio_ring *ring; local
562 ring = (void *)run + (s->coalesced_mmio * TARGET_PAGE_SIZE);
563 while (ring->first != ring->last) {
566 ent = &ring->coalesced_mmio[ring->first];
570 ring->first = (ring->first + 1) % KVM_COALESCED_MMIO_MAX;
  /packages/apps/Phone/src/com/android/phone/
Ringer.java 144 void ring() { method in class:Ringer
145 if (DBG) log("ring()...");
168 if (DBG) log("skipping ring because volume is zero");
178 // the ring so that it happens the correct amount of
179 // time after the previous ring
182 // and play time of the first ring
184 log("delaying ring by " + (mFirstRingStartTime - mFirstRingEventTime));
189 // 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");
438 // - don't ring for call waiting connections
457 // still need to run a caller-id query, and we may not even ring
566 // if this has already been queried then just ring, otherwise
588 // In this case, just log the request and ring.
589 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
590 mRinger.ring();
639 // *after* this check but before we call mRinger.ring() below
    [all...]
BluetoothHandsfree.java 578 // need to update HS with RING when single ringing call exist
579 mBluetoothPhoneState.ring();
670 private String mRingingNumber; // Context for in-progress RING's
683 private static final int RING = 3;
690 case RING:
691 AtCommandResult result = ring();
1253 result.addResult(ring()); method
1280 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 1102 } ring = { 0, 0 }; local
1103 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...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 535 milliseconds