Searched refs:tw (Results 1 - 11 of 11) sorted by relevance
/external/emma/core/java12/com/vladium/util/exception/ |
H A D | ExceptionCommon.java | 158 final IThrowableWrapper tw = (IThrowableWrapper) t; 160 tw.__printStackTrace (out); 181 final IThrowableWrapper tw = (IThrowableWrapper) t; 183 tw.__printStackTrace (out); 184 t = tw.getCause (); 202 final IThrowableWrapper tw = (IThrowableWrapper) t; 204 tw.__printStackTrace (out); 225 final IThrowableWrapper tw = (IThrowableWrapper) t; 227 tw.__printStackTrace (out); 228 t = tw [all...] |
/external/speex/libspeex/ |
H A D | kiss_fftr.c | 85 kiss_fft_cpx fpnk,fpk,f1k,f2k,tw,tdc; local 127 C_MUL( tw , f2k , st->super_twiddles[k]); 129 freqdata[k].r = HALF_OF(f1k.r + tw.r); 130 freqdata[k].i = HALF_OF(f1k.i + tw.i); 131 freqdata[ncfft-k].r = HALF_OF(f1k.r - tw.r); 132 freqdata[ncfft-k].i = HALF_OF(tw.i - f1k.i); 217 C_MUL( tw , f2k , st->super_twiddles[k]); 219 freqdata[2*k-1] = HALF_OF(f1k.r + tw.r); 220 freqdata[2*k] = HALF_OF(f1k.i + tw.i); 221 freqdata[2*(ncfft-k)-1] = HALF_OF(f1k.r - tw [all...] |
H A D | kiss_fft.c | 225 kiss_fft_cpx *tw; local 236 tw=st->twiddles; 243 C_MUL(scratch[1] ,*Fout1, tw[u*fstride]); 244 C_MUL(scratch[2] ,*Fout2, tw[2*u*fstride]); 245 C_MUL(scratch[3] ,*Fout3, tw[3*u*fstride]); 246 C_MUL(scratch[4] ,*Fout4, tw[4*u*fstride]);
|
/external/webkit/LayoutTests/http/conf/ |
H A D | apache2-debian-httpd.conf | 501 AddLanguage zh-TW .zh-tw 518 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
|
H A D | apache2-httpd.conf | 526 AddLanguage zh-TW .zh-tw 543 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
|
H A D | cygwin-httpd.conf | 560 AddLanguage zh-TW .zh-tw 577 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
|
H A D | httpd.conf | 563 AddLanguage zh-TW .zh-tw 580 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
|
H A D | fedora-httpd.conf | 609 AddLanguage zh-TW .zh-tw
|
/external/webkit/WebCore/rendering/ |
H A D | AutoTableLayout.cpp | 217 Length tw = table->style()->width(); local 218 if ((tw.isAuto() || tw.isPercent()) && !table->isPositioned()) { 227 if (tw.isPercent()) 286 Length tw = m_table->style()->width(); local 287 if (tw.isFixed() && tw.value() > 0) { 288 minWidth = max(minWidth, tw.value());
|
/external/webkit/WebCore/platform/graphics/ |
H A D | GraphicsContext.cpp | 392 float tw = dest.width(); local 400 if (tw == -1) 401 tw = image->width(); 409 image->draw(this, FloatRect(dest.location(), FloatSize(tw, th)), FloatRect(src.location(), FloatSize(tsw, tsh)), styleColorSpace, op);
|
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |
Completed in 179 milliseconds