Home
last modified time | relevance | path

Searched refs:whether (Results 1 – 6 of 6) 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
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile97 # Tells whether to display a full report or only the messages
364 # Tells whether missing members accessed in mixin class should be ignored. A
387 # Tells whether we should check for unused import in __init__ files.
/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.java7851 private void setHorizontallyScrolling(final boolean whether) throws Throwable { in setHorizontallyScrolling() argument
7852 mActivityRule.runOnUiThread(() -> mTextView.setHorizontallyScrolling(whether)); in setHorizontallyScrolling()