Home
last modified time | relevance | path

Searched refs:or (Results 1 – 25 of 273) sorted by relevance

1234567891011

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DTransform.kt72 type.isFlagClear(SCALE_VAL or ROTATE_VAL or TRANSLATE_VAL) -> Rotation.ROTATION_0 in getRotation()
74 type.isFlagSet(FLIP_V_VAL or FLIP_H_VAL) -> Rotation.ROTATION_180 in getRotation()
75 type.isFlagSet(ROT_90_VAL or FLIP_V_VAL or FLIP_H_VAL) -> Rotation.ROTATION_270 in getRotation()
88 if (type.isFlagClear(SCALE_VAL or ROTATE_VAL or TRANSLATE_VAL)) {
102 type.isFlagSet(ROT_90_VAL or FLIP_V_VAL or FLIP_H_VAL) -> result.add("ROT_270")
103 type.isFlagSet(FLIP_V_VAL or FLIP_H_VAL) -> result.add("ROT_180")
205 return type?.isFlagClear(ROT_INVALID_VAL or SCALE_VAL) ?: false in isSimpleTransform()
/platform_testing/libraries/flicker/src/android/tools/flicker/assertors/assertions/
DAppLayerIsVisibleAtEnd.kt33 ComponentNameMatcher.SNAPSHOT.or(ComponentNameMatcher.SPLASH_SCREEN) in doEvaluate()
34 .or(component.build(scenarioInstance)) in doEvaluate()
DAppWindowBecomesTopWindow.kt37 testApp.or(ComponentNameMatcher.SNAPSHOT).or(ComponentNameMatcher.SPLASH_SCREEN) in doEvaluate()
DAppLayerBecomesVisible.kt46 ComponentNameMatcher.SNAPSHOT.or(ComponentNameMatcher.SPLASH_SCREEN) in doEvaluate()
47 .or(component.build(scenarioInstance)) in doEvaluate()
DAppWindowBecomesVisible.kt46 ComponentNameMatcher.SNAPSHOT.or(ComponentNameMatcher.SPLASH_SCREEN) in doEvaluate()
47 .or(component.build(scenarioInstance)) in doEvaluate()
/platform_testing/libraries/audio-test-harness/proto/
Daudio_format.proto10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 // Whether the samples should be recorded signed or unsigned, by default true
38 // Whether the samples should be big endian or little endian, by default this
/platform_testing/libraries/systemui-helper/src/android/platform/helpers/rules/
DTemporaryMediaNotification.kt74 PlaybackState.ACTION_SEEK_TO or in before()
75 PlaybackState.ACTION_PLAY or in before()
76 PlaybackState.ACTION_PAUSE or in before()
77 PlaybackState.ACTION_SKIP_TO_PREVIOUS or in before()
/platform_testing/libraries/uiautomator-helpers/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 // This lib should have minimal dependencies, and never depend on sysui or launcher targets.
/platform_testing/libraries/audio-test-harness/common/
DAndroid.bp10 * Unless required by applicable law or agreed to in writing, software
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 // These are libraries that can be used either host-side or device-side.
/platform_testing/robolab/roboStandaloneProj/tests/config/
Drobolectric.properties9 # Unless required by applicable law or agreed to in writing, software
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/utils/wifistrengthscanner/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/tests/microbenchmarks/LauncherIconsApp/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/host_runners/power/tests/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/scripts/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/host_runners/utils/tests/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/libraries/junitxml/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/host_runners/boot/tests/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/tests/automotive/mobly_tests/utilities/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/libraries/timeresult-helper/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/host_runners/utils/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/libraries/health/options/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/libraries/motion/compose/values/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/tests/perf/PerformanceLaunch/
DAndroid.bp9 // Unless required by applicable law or agreed to in writing, software
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/libraries/system-helpers/package-helper/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
/platform_testing/libraries/uinput-device-test-helper/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

1234567891011