Home
last modified time | relevance | path

Searched refs:whether (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE31 and on any theory of liability, whether in contract, strict liability,
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license39 and on any theory of liability, whether in contract, strict liability,
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dpixel_format_f32.rsh11 // whether or not a pixel is on the current target layer. For pixels that are
Dlayered_filter_fast_f32.rscript49 // whether or not to use integral image in this iteration.
146 // Next, tries to figure out whether or not this pixel is on the boundary
455 // Tests whether this pixel has a valid depth behind the focal depth.
Dlayered_filter_fast_d1new.rscript50 // whether or not to use integral image in this iteration.
132 // Next, tries to figure out whether or not this pixel is on the boundary
191 // Next, tries to figure out whether or not this pixel is on the boundary
/cts/hostsidetests/hdmicec/
Dcec_adapter.md139 : checks whether the specified device is active.
142 : checks whether the specified device type is active.
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale20 reconsider the benchmark and to check whether it can still fulfill this
118 whether code is generated for all statements of Dhrystone.
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java9748 private void setHorizontallyScrolling(final boolean whether) throws Throwable { in setHorizontallyScrolling() argument
9749 mActivityRule.runOnUiThread(() -> mTextView.setHorizontallyScrolling(whether)); in setHorizontallyScrolling()