Home
last modified time | relevance | path

Searched refs:not (Results 1 – 25 of 2990) sorted by relevance

12345678910>>...120

/cts/tests/autofillservice/src/android/autofillservice/cts/
DValidatorsTest.java20 import static android.service.autofill.Validators.not;
127 assertThrows(IllegalArgumentException.class, () -> not(null)); in testNot_null()
132 assertThrows(IllegalArgumentException.class, () -> not(mInvalidValidator)); in testNot_invalidClass()
138 final InternalValidator notValidator = (InternalValidator) not(mValidValidator); in testNot_falseToTrue()
145 final InternalValidator notValidator = (InternalValidator) not(mValidValidator); in testNot_trueToFalse()
/cts/hostsidetests/sustainedperf/dhrystone/
DDrystone-2.1.sh381 echo shar: "will not over-write existing file 'dhry.h'"
824 echo shar: "will not over-write existing file 'dhry_1.c'"
1268 X /* then, not executed */
1355 X else /* not executed */
1385 X /* then, not executed */
1388 X /* then, not executed */
1393 X /* then, not executed */
1417 X else /* not executed */
DRationale38 not significant) differences.
91 The original publication of Dhrystone did not contain any statements
93 However, it turned out that it is not enough just to inclose the main
95 the variables that are computed are not used somehow, there is the
103 branches that are not executed. The intention is that optimizing
114 of the executed statements should not be changed, there are still cases
115 where optimizing compilers may not generate code for some statements.
131 loop and that are not just renamings of variables. All remarks refer to
146 (This probably will not happen for the C version, but it did happen
166 variable (Bool_Loc); Bool_Loc would be a "dead variable" which is not
[all …]
/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java92 private static <T> Predicate<T> not(Predicate<T> predicate) { in not() method in InterfaceChecker
106 .filter(not(Method::isDefault)) in checkInterfaceMethodCompliance()
107 .filter(not(Method::isSynthetic)) in checkInterfaceMethodCompliance()
108 .filter(not(Method::isBridge)) in checkInterfaceMethodCompliance()
/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE2 If you do not agree to this license, do not download, install,
25 any express or implied warranties, including, but not limited to, the implied
29 (including, but not limited to, procurement of substitute goods or services;
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license2 If you do not agree to this license, do not download, install,
33 any express or implied warranties, including, but not limited to, the implied
37 (including, but not limited to, procurement of substitute goods or services;
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_c/
DAndroid.bp5 // you may not use this file except in compliance with the License.
26 // Make sure our test locale polish is not stripped.
35 // and will not be loaded together with feature A.
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile9 # option multiple times (only on the command line, not in the configuration
17 # F0401 ignores import errors since gpylint does not have the python paths
112 # List of builtins function names that should not be used, separated by a comma
155 # not require a docstring.
171 # instance to not check methods defines in Zope's Interface base class.
256 # List of exceptions that do not need to be mentioned in the Raises section of
275 # A regex for finding comments that do not have a space between leading comment
296 # Deprecated modules which should not be used, separated by a comma
300 # not be disabled)
304 # given file (report RP0402 must not be disabled)
[all …]
/cts/hostsidetests/stagedinstall/src/com/android/tests/stagedinstall/host/
DStagedInstallTest.java23 import static org.hamcrest.CoreMatchers.not;
164 assumeThat(getDevice().getBuildFlavor(), not(endsWith("-user"))); in testStagedInstallDowngrade_DowngradeRequested_DebugBuild()
248 assumeThat(getDevice().getBuildFlavor(), not(endsWith("-user"))); in testStagedInstallDowngradeApex_DowngradeRequested_DebugBuild()
274 assumeThat(getDevice().getBuildFlavor(), not(endsWith("-user"))); in testStagedInstallDowngradeApexToSystemVersion_DebugBuild()
491 assumeThat(getDevice().getBuildFlavor(), not(endsWith("-user"))); in testInstallApkChangingFingerprint()
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseRemoteTelecomTest.java21 import static org.hamcrest.CoreMatchers.not;
120 remoteConnectionService.outgoingConnections.size(), not(equalTo(0))); in verifyConnectionForOutgoingCallOnRemoteCS()
143 remoteConnectionService.incomingConnections.size(), not(equalTo(0))); in verifyConnectionForIncomingCallOnRemoteCS()
/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
12 // active or not active but "close enough" to an active pixel, a matte value is
21 // the color (red, green, blue) of FocusPixel is *not* changed.
/cts/tools/device-setup/TestDeviceSetup/
DAndroid.bp4 // you may not use this file except in compliance with the License.
20 // because it is in data, do not strip classes.dex
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dlarge_global.rscript4 // you may not use this file except in compliance with the License.
20 // Never called, just present to ensure that buf does not get optimized away.
Ddoubleglobal.rscript5 * you may not use this file except in compliance with the License.
17 // This test the case where a kernel does not use a double but there is a global variable of type
/cts/hostsidetests/theme/app/
DAndroid.bp4 // you may not use this file except in compliance with the License.
20 // Tell the Android Asset Packaging Tool not to strip for some densities
/cts/hostsidetests/appsecurity/test-apps/AppAccessData/
DAndroid.bp4 // you may not use this file except in compliance with the License.
28 // although not strictly necessary, sign this app with different cert than CtsAppWithData
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_int/d/
DT_not_int_4.smali4 # you may not use this file except in compliance with the License.
30 not-int v0, v3
DT_not_int_5.smali4 # you may not use this file except in compliance with the License.
30 not-int v0, v3
DT_not_int_6.smali4 # you may not use this file except in compliance with the License.
30 not-int v0, v3
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_long/d/
DT_not_long_6.smali4 # you may not use this file except in compliance with the License.
30 not-long v0, v2
DT_not_long_1.smali4 # you may not use this file except in compliance with the License.
30 not-long v0, v6
DT_not_long_4.smali4 # you may not use this file except in compliance with the License.
30 not-long v0, v4
DT_not_long_2.smali4 # you may not use this file except in compliance with the License.
30 not-long v0, v3
/cts/tests/tests/car/
DAndroid.bp4 // you may not use this file except in compliance with the License.
35 //TODO(b/72620511) Apps should not use platform APIs directly
/cts/tests/tests/telecom/CallScreeningServiceTestApp/
DAndroid.bp4 // you may not use this file except in compliance with the License.
17 // package name which does not conflict with the CallScreeningService

12345678910>>...120