Home
last modified time | relevance | path

Searched defs:tw (Results 1 – 25 of 49) sorted by relevance

12

/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DTeeWriterTest.java45 final ProxyCollectionWriter tw = new ProxyCollectionWriter(badW, goodW, null); in testArrayIOExceptionOnAppendChar1() local
61 final ProxyCollectionWriter tw = new ProxyCollectionWriter(goodW, badW, null); in testArrayIOExceptionOnAppendChar2() local
77 final TeeWriter tw = new TeeWriter(badW, goodW, null); in testArrayIOExceptionOnAppendCharSequence1() local
93 final TeeWriter tw = new TeeWriter(goodW, badW, null); in testArrayIOExceptionOnAppendCharSequence2() local
109 final TeeWriter tw = new TeeWriter(badW, goodW, null); in testArrayIOExceptionOnAppendCharSequenceIntInt1() local
125 final TeeWriter tw = new TeeWriter(goodW, badW, null); in testArrayIOExceptionOnAppendCharSequenceIntInt2() local
141 final TeeWriter tw = new TeeWriter(badW, goodW, null); in testArrayIOExceptionOnClose1() local
156 final TeeWriter tw = new TeeWriter(goodW, badW, null); in testArrayIOExceptionOnClose2() local
171 final TeeWriter tw = new TeeWriter(badW, goodW, null); in testArrayIOExceptionOnFlush1() local
186 final TeeWriter tw = new TeeWriter(goodW, badW, null); in testArrayIOExceptionOnFlush2() local
[all …]
DProxyCollectionWriterTest.java45 final ProxyCollectionWriter tw = new ProxyCollectionWriter(badW, goodW, null); in testArrayIOExceptionOnAppendChar1() local
62 final ProxyCollectionWriter tw = new ProxyCollectionWriter(goodW, badW, null); in testArrayIOExceptionOnAppendChar2() local
79 final ProxyCollectionWriter tw = new ProxyCollectionWriter(badW, goodW, null); in testArrayIOExceptionOnAppendCharSequence1() local
96 final ProxyCollectionWriter tw = new ProxyCollectionWriter(goodW, badW, null); in testArrayIOExceptionOnAppendCharSequence2() local
113 final ProxyCollectionWriter tw = new ProxyCollectionWriter(badW, goodW, null); in testArrayIOExceptionOnAppendCharSequenceIntInt1() local
130 final ProxyCollectionWriter tw = new ProxyCollectionWriter(goodW, badW, null); in testArrayIOExceptionOnAppendCharSequenceIntInt2() local
147 final ProxyCollectionWriter tw = new ProxyCollectionWriter(badW, goodW, null); in testArrayIOExceptionOnClose1() local
163 final ProxyCollectionWriter tw = new ProxyCollectionWriter(goodW, badW, null); in testArrayIOExceptionOnClose2() local
179 final ProxyCollectionWriter tw = new ProxyCollectionWriter(badW, goodW, null); in testArrayIOExceptionOnFlush1() local
195 final ProxyCollectionWriter tw = new ProxyCollectionWriter(goodW, badW, null); in testArrayIOExceptionOnFlush2() local
[all …]
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java158 final IThrowableWrapper tw = (IThrowableWrapper) t; in printStackTrace() local
181 final IThrowableWrapper tw = (IThrowableWrapper) t; in printStackTrace() local
202 final IThrowableWrapper tw = (IThrowableWrapper) t; in printStackTrace() local
225 final IThrowableWrapper tw = (IThrowableWrapper) t; in printStackTrace() local
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DImagePanel.java101 float tw = (float)getWidth(); in paintComponent() local
105 float tw = (float)getHeight() * imgRatio; in paintComponent() local
115 int tw = getWidth(); in paintComponent() local
121 int tw = (int) (getHeight() * imgRatio); in paintComponent() local
/external/speex/tmv/
Dkiss_fftr_tm.h83 register int fpk, fpnk, i, tw, f1k, f2k; in kiss_fftr() local
139 register int fk, fnkc, i, tw, fek, fok, tmp; in kiss_fftri() local
168 register kiss_fft_cpx * restrict tmpbuf, * restrict tw; in kiss_fftr() local
205 register kiss_fft_cpx * restrict tmpbuf, * restrict tw; in kiss_fftri() local
/external/perfetto/src/tracing/test/
Dplatform_unittest.cc82 std::unique_ptr<FakeTraceWriter> tw(new FakeTraceWriter()); in TEST() local
93 std::unique_ptr<FakeTraceWriter> tw(new FakeTraceWriter()); in TEST() local
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbpf_iter_tcp4.c150 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local
200 struct tcp_timewait_sock *tw; in dump_tcp4() local
Dbpf_iter_tcp6.c155 struct inet_timewait_sock *tw = &ttw->tw_sk; in dump_tw_sock() local
216 struct tcp_timewait_sock *tw; in dump_tcp6() local
/external/pdfium/third_party/libtiff/
Dtif_tile.c267 void TIFFDefaultTileSize(TIFF *tif, uint32_t *tw, uint32_t *th) in TIFFDefaultTileSize()
272 void _TIFFDefaultTileSize(TIFF *tif, uint32_t *tw, uint32_t *th) in _TIFFDefaultTileSize()
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_custom.cc68 grpc_custom_timer* tw = (grpc_custom_timer*)timer->custom_timer; in timer_cancel() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_custom.cc70 grpc_custom_timer* tw = static_cast<grpc_custom_timer*>(timer->custom_timer); in timer_cancel() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
DWTauNafMultiplier.java58 BigInteger tw = Tnaf.getTw(mu, Tnaf.WIDTH); in multiplyWTnaf() local
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DWTauNafMultiplier.java58 BigInteger tw = Tnaf.getTw(mu, Tnaf.WIDTH); in multiplyWTnaf() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DWTauNafMultiplier.java56 BigInteger tw = Tnaf.getTw(mu, Tnaf.WIDTH); in multiplyWTnaf() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemCopyOf.java155 DTMTreeWalker tw = new TreeWalker2Result(transformer, handler); in execute() local
/external/virglrenderer/tests/
Dtest_virgl_cmd.c275 int tw = 300, th = 300; in START_TEST() local
510 int tw = 300, th = 300; in START_TEST() local
779 int tw = 300, th = 300; in START_TEST() local
/external/ltp/testcases/misc/math/atof/
Datof01.c316 register int tw; /* total width */ in checkbuf() local
/external/rnnoise/src/
Dkiss_fft.c70 opus_val16 tw; in kf_bfly2() local
244 const kiss_twiddle_cpx *tw; in kf_bfly5() local
/external/libopus/celt/
Dkiss_fft.c73 opus_val16 tw; in kf_bfly2() local
247 const kiss_twiddle_cpx *tw; in kf_bfly5() local
/external/toybox/toys/net/
Dping.c121 long long tnext, tW, tnow, tw; in ping_main() local
/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h198 Complex *tw; in bfly5() local
358 Complex tw= f2k * rtw[k-1]; in fwd() local
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DVelocimacroFactory.java501 Twonk tw = libModMap.get(lib); in getVelocimacro() local
/external/mesa3d/src/panfrost/lib/
Dpan_tiler.c290 unsigned tw = (1 << (dim & 0b111)) * 8; in panfrost_flat_size() local
/external/libopus/celt/mips/
Dkiss_fft_mipsr1.h101 const kiss_twiddle_cpx *tw; in kf_bfly5() local
/external/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp245 std::unique_ptr<TexelWeight> tw(new TexelWeight); in initialize_decimation_table_2d() local
328 std::unique_ptr<TexelWeight> tw(new TexelWeight); in initialize_decimation_table_3d() local

12