Home
last modified time | relevance | path

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

12345678910>>...153

/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
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/securitybulletin/securityPatch/CVE-2020-0243/
Dpoc.cpp52 if (not service) { in main()
67 if (not binder) { in main()
80 if (not binder) { in main()
/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/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_c/
DAndroid.bp5 // you may not use this file except in compliance with the License.
29 // Make sure our test locale polish is not stripped.
38 // and will not be loaded together with feature A.
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/util/
DIntentsResolutionHelper.java21 import static org.hamcrest.CoreMatchers.not;
60 not(hasItem(activity(packageName, simpleClassName)))); in assertNotMatched()
64 assertThat("Missing match for " + mIntent, resolvedActivities, not(empty())); in getAny()
/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.java109 private static <T> Predicate<T> not(Predicate<T> predicate) { in not() method in InterfaceChecker
123 .filter(not(Method::isDefault)) in checkInterfaceMethodCompliance()
124 .filter(not(Method::isSynthetic)) in checkInterfaceMethodCompliance()
125 .filter(not(Method::isBridge)) in checkInterfaceMethodCompliance()
/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/
DAndroid.bp5 // you may not use this file except in compliance with the License.
33 // Make sure our test locale polish is not stripped.
53 // Make sure our test locale polish is not stripped.
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2020_0018.java27 import static org.hamcrest.CoreMatchers.not;
62 not(containsString("deviceId"))); in testPocCVE_2020_0018()
/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/tests/tests/neuralnetworks/java_test/
DAndroid.bp5 * you may not use this file except in compliance with the License.
41 // Do not compress model data files.
/cts/tools/device-setup/TestDeviceSetup/
DAndroid.bp4 // you may not use this file except in compliance with the License.
24 // because it is in data, do not strip classes.dex
/cts/hostsidetests/theme/app/
DAndroid.bp4 // you may not use this file except in compliance with the License.
24 // Tell the Android Asset Packaging Tool not to strip for some densities
/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
114 # List of builtins function names that should not be used, separated by a comma
157 # not require a docstring.
173 # instance to not check methods defines in Zope's Interface base class.
258 # List of exceptions that do not need to be mentioned in the Raises section of
277 # A regex for finding comments that do not have a space between leading comment
298 # Deprecated modules which should not be used, separated by a comma
302 # not be disabled)
306 # given file (report RP0402 must not be disabled)
[all …]
/cts/apps/CtsVerifier/
DNOTICE.txt87 including but not limited to software source code, documentation
92 not limited to compiled object code, generated documentation,
104 of this License, Derivative Works shall not include works that remain
115 to the Licensor or its representatives, including but not limited to
163 excluding those notices that do not pertain to any part of
169 within such NOTICE file, excluding those notices that do not
177 do not modify the License. You may add Your own attribution
198 6. Trademarks. This License does not grant permission to use the trade
220 Work (including but not limited to damages for loss of goodwill,
230 on Your own behalf and on Your sole responsibility, not on behalf
[all …]
/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/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_a/
DAndroid.bp5 // you may not use this file except in compliance with the License.
31 // Make sure our test locale polish is not stripped.
58 // Make sure our test locale polish is not stripped.
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/not_long/d/
DT_not_long_5.smali4 # you may not use this file except in compliance with the License.
30 not-long v0, v4
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_2.smali4 # you may not use this file except in compliance with the License.
30 not-long v0, v3
DT_not_long_3.smali4 # you may not use this file except in compliance with the License.
30 not-long v0, v5

12345678910>>...153