Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/rsblas/assets/
Dblas_gen.py52 def zero(a): function
187 zero(b);
192 zero(a);
202 zero(b);
207 zero(a);
217 zero(b);
222 zero(a);
232 zero(b);
237 zero(a);
257 zero(b);
[all …]
/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java180 Rational zero = new Rational(0, -100); in testReduction() local
181 assertEquals(0, zero.getNumerator()); in testReduction()
182 assertEquals(1, zero.getDenominator()); in testReduction()
183 assertEquals(ZERO, zero); in testReduction()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dlaunchclip.rscript36 int RS_KERNEL zero() {
Dsingle_source_alloc.rscript27 // "index-of-the-cell-starting-from-zero". For vector types, the 'x' field
31 // 'z' will be zero for 2D and 1D allocations. 'y' will be zero for 1D
/cts/hostsidetests/appsecurity/test-apps/CorruptApkTests/compressed_arsc/
Dbuild58 dd if=/dev/zero of=aa bs=3 count=1
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java96 final int zero = 0; in testAccessThumbOffset() local
101 myAbsSeekBar.setThumbOffset(zero); in testAccessThumbOffset()
102 assertEquals(zero, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dpixel_format_f32.rsh43 // For inactive pixels with non-zero matte, dilated_depth is the depth of the
Dlayered_filter_fast_d1new.rscript169 // A valid, non-zero dilated_depth indicates distance transform is
229 // A valid, non-zero dilated_depth indicates distance transform is
481 // For such a pixel, its matte value can still be zero if its distance
512 // ComputeLayerMatteInFrontOfFocalDepth, which results in a zero matte.
535 // For such a pixel, its matte value can still be zero if its distance
565 // ComputeLayerMatteInFrontOfFocalDepth, which results in a zero matte.
598 // For such a pixel, its matte value can still be zero if its distance
645 // For such a pixel, its matte value can still be zero if its distance
Dlayered_filter_fast_f32.rscript191 // A valid, non-zero dilated_depth indicates distance transform is
349 // For such a pixel, its matte value can still be zero if its distance
381 // ComputeLayerMatteInFrontOfFocalDepth, which results in a zero matte.
412 // For such a pixel, its matte value can still be zero if its distance
Dlayered_filter_f32_helper.rsh19 // sharp->actual_depth and must be non-zero. However, sharp->actual_depth may or
Dlayered_filter_d1new_helper.rsh36 // sharp->actual_depth and must be non-zero. However, sharp->actual_depth may or
/cts/hostsidetests/incrementalinstall/app/
DAndroid.bp75 // v2 implementation of test app built with v1 manifest for zero version update test.
/cts/tests/tests/view/jni/
Dandroid_view_cts_ChoreographerNativeTest.cpp47 static constexpr std::chrono::nanoseconds ZERO{std::chrono::nanoseconds::zero()};