Searched refs:ring (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/css/
H A Dsvg.css69 outline: auto 5px -webkit-focus-ring-color
H A Dwml.css237 outline: auto 5px -webkit-focus-ring-color
240 /* Read-only text fields do not show a focus ring but do still receive focus */
H A Dhtml.css808 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/
H A Dscal.c73 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[
[all...]
/external/qemu/android/skin/
H A Dtrackball.h23 int ring; member in struct:SkinTrackBallParameters
H A Dtrackball.c210 trackball_init( TrackBall ball, int diameter, int ring, argument
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/
H A Doutput_ordering.h27 PriorityMapPointer(): ring(NULL), alarm_enabled(false) {}
28 PriorityRing* ring; member in struct:net::OutputOrdering::PriorityMapPointer
H A Doutput_ordering.cc85 pmp->ring = &first_data_senders_;
133 sitpmi->second.ring = &(pmi->second);
174 pmp.ring->erase(pmp.it);
/external/openssl/crypto/sha/asm/
H A Dsha256-mips.s92 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/
H A Dtabs.css55 outline: 5px auto -webkit-focus-ring-color;
/external/qemu/
H A Dkvm-all.c560 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;
/external/qemu/android/
H A Dqemulator.c63 params.ring = 2;
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c1102 } ring = { 0, 0 }; local
1103 struct fake_aio_ring* ringptr = &ring;
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1682 } ring = { 0, 0 };
1683 struct fake_aio_ring* ringptr = &ring;
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css58 outline: auto 5px -webkit-focus-ring-color;

Completed in 417 milliseconds