Home
last modified time | relevance | path

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

12345678910>>...177

/cts/hostsidetests/tagging/src/com/android/cts/tagging/
DTaggingSdk30Test.java44 /*enabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
45 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
47 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureDefault()
53 /*enabledChanges*/ ImmutableSet.of(NATIVE_HEAP_POINTER_TAGGING_CHANGE_ID), in testHeapTaggingCompatFeatureEnabled()
54 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureEnabled()
56 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureEnabled()
65 /*enabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDisabled()
66 /*disabledChanges*/ ImmutableSet.of(NATIVE_HEAP_POINTER_TAGGING_CHANGE_ID), in testHeapTaggingCompatFeatureDisabled()
67 /*reportedEnabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDisabled()
68 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureDisabled()
[all …]
DTaggingManifestEnabledSdk30Test.java40 /*enabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
41 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
43 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureDefault()
49 /*enabledChanges*/ ImmutableSet.of(NATIVE_HEAP_POINTER_TAGGING_CHANGE_ID), in testHeapTaggingCompatFeatureEnabled()
50 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureEnabled()
52 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureEnabled()
61 /*enabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDisabled()
62 /*disabledChanges*/ ImmutableSet.of(NATIVE_HEAP_POINTER_TAGGING_CHANGE_ID), in testHeapTaggingCompatFeatureDisabled()
63 /*reportedEnabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDisabled()
64 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureDisabled()
DTaggingManifestDisabledTest.java40 /*enabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
41 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
42 /*reportedEnabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
45 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureDefault()
53 /*enabledChanges*/ ImmutableSet.of(NATIVE_HEAP_POINTER_TAGGING_CHANGE_ID), in testHeapTaggingCompatFeatureEnabled()
54 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureEnabled()
55 /*reportedEnabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureEnabled()
58 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureEnabled()
DTaggingManifestEnabledSdk29Test.java42 /*enabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
43 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
44 /*reportedEnabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
52 /*enabledChanges*/ ImmutableSet.of(NATIVE_HEAP_POINTER_TAGGING_CHANGE_ID), in testHeapTaggingCompatFeatureEnabled()
53 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureEnabled()
55 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureEnabled()
DTaggingSdk29Test.java40 /*enabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
41 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
42 /*reportedEnabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureDefault()
49 /*enabledChanges*/ ImmutableSet.of(NATIVE_HEAP_POINTER_TAGGING_CHANGE_ID), in testHeapTaggingCompatFeatureEnabled()
50 /*disabledChanges*/ ImmutableSet.of(), in testHeapTaggingCompatFeatureEnabled()
52 /*reportedDisabledChanges*/ ImmutableSet.of()); in testHeapTaggingCompatFeatureEnabled()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DWindowInsetsTest.java81 .setSystemWindowInsets(Insets.of(1, 2, 3, 4)) in testBuilder()
82 .setStableInsets(Insets.of(5, 6, 7, 8)) in testBuilder()
83 .setSystemGestureInsets(Insets.of(9, 10, 11, 12)) in testBuilder()
84 .setMandatorySystemGestureInsets(Insets.of(13, 14, 15, 16)) in testBuilder()
85 .setTappableElementInsets(Insets.of(17, 18, 19, 20)) in testBuilder()
93 assertEquals(Insets.of(1, 2, 3, 4), insets.getSystemWindowInsets()); in testBuilder()
94 assertEquals(Insets.of(5, 6, 7, 8), insets.getStableInsets()); in testBuilder()
95 assertEquals(Insets.of(9, 10, 11, 12), insets.getSystemGestureInsets()); in testBuilder()
96 assertEquals(Insets.of(13, 14, 15, 16), insets.getMandatorySystemGestureInsets()); in testBuilder()
97 assertEquals(Insets.of(17, 18, 19, 20), insets.getTappableElementInsets()); in testBuilder()
[all …]
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DAbstractRecognitionServiceTest.java114 /* service methods to call: */ ImmutableList.of( in sequenceTest_startListening_stopListening_results()
117 /* callback methods to call: */ ImmutableList.of( in sequenceTest_startListening_stopListening_results()
120 /* expected service methods propagated: */ ImmutableList.of(true, true), in sequenceTest_startListening_stopListening_results()
121 /* expected callback methods invoked: */ ImmutableList.of( in sequenceTest_startListening_stopListening_results()
130 /* service methods to call: */ ImmutableList.of( in sequenceTest_startListening_results_stopListening()
133 /* callback methods to call: */ ImmutableList.of( in sequenceTest_startListening_results_stopListening()
135 /* expected service methods propagated: */ ImmutableList.of(true, false), in sequenceTest_startListening_results_stopListening()
136 /* expected callback methods invoked: */ ImmutableList.of( in sequenceTest_startListening_results_stopListening()
146 /* service methods to call: */ ImmutableList.of( in sequenceTest_startListening_results_cancel()
149 /* callback methods to call: */ ImmutableList.of( in sequenceTest_startListening_results_cancel()
[all …]
/cts/hostsidetests/graphics/framerateoverride/src/com/android/cts/graphics/framerateoverride/
DFrameRateOverrideHostTest.java51 ImmutableSet.of(DISPLAY_MODE_RETURNS_PHYSICAL_REFRESH_RATE_CHANGEID), in testBackpressureDisplayModeReturnsPhysicalRefreshRateEnabled()
53 ImmutableSet.of()); in testBackpressureDisplayModeReturnsPhysicalRefreshRateEnabled()
61 ImmutableSet.of(), in testBackpressureDisplayModeReturnsPhysicalRefreshRateDisabled()
63 ImmutableSet.of(DISPLAY_MODE_RETURNS_PHYSICAL_REFRESH_RATE_CHANGEID)); in testBackpressureDisplayModeReturnsPhysicalRefreshRateDisabled()
71 ImmutableSet.of(DISPLAY_MODE_RETURNS_PHYSICAL_REFRESH_RATE_CHANGEID), in testChoreographerDisplayModeReturnsPhysicalRefreshRateEnabled()
73 ImmutableSet.of()); in testChoreographerDisplayModeReturnsPhysicalRefreshRateEnabled()
81 ImmutableSet.of(), in testChoreographerDisplayModeReturnsPhysicalRefreshRateDisabled()
83 ImmutableSet.of(DISPLAY_MODE_RETURNS_PHYSICAL_REFRESH_RATE_CHANGEID)); in testChoreographerDisplayModeReturnsPhysicalRefreshRateDisabled()
91 ImmutableSet.of(DISPLAY_MODE_RETURNS_PHYSICAL_REFRESH_RATE_CHANGEID), in testDisplayGetRefreshRateDisplayModeReturnsPhysicalRefreshRateEnabled()
93 ImmutableSet.of()); in testDisplayGetRefreshRateDisplayModeReturnsPhysicalRefreshRateEnabled()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DInsetsTest.java37 assertEquals(Insets.NONE, Insets.of(0, 0, 0, 0)); in testEmptyInsets()
42 Insets insets = Insets.of(1, 2, 3, 4); in testInsetsAppliedInOrder()
51 assertEquals(Insets.NONE, Insets.of(null)); in testInsetsFromNullRect()
57 Insets insets = Insets.of(rect); in testInsetsFromRect()
67 Insets insets1 = Insets.of(rect); in testInsetsEquality()
68 Insets insets2 = Insets.of(10, 20, 30, 40); in testInsetsEquality()
74 Insets insets1 = Insets.of(10, 20, 30, 40); in testAdd()
75 Insets insets2 = Insets.of(50, 60, 70, 80); in testAdd()
76 assertEquals(Insets.add(insets1, insets2), Insets.of(60, 80, 100, 120)); in testAdd()
81 Insets insets1 = Insets.of(10, 20, 30, 40); in testSubtract()
[all …]
/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesSystemApiTest.java53 /*enabledChanges*/ImmutableSet.of(CTS_SYSTEM_API_CHANGEID), in testIsChangeEnabled()
54 /*disabledChanges*/ ImmutableSet.of()); in testIsChangeEnabled()
60 /*enabledChanges*/ImmutableSet.of(CTS_SYSTEM_API_CHANGEID), in testIsChangeEnabledPackageName()
61 /*disabledChanges*/ ImmutableSet.of()); in testIsChangeEnabledPackageName()
66 /*enabledChanges*/ImmutableSet.of(CTS_SYSTEM_API_CHANGEID), in testIsChangeEnabledUid()
67 /*disabledChanges*/ ImmutableSet.of()); in testIsChangeEnabledUid()
72 /*enabledChanges*/ImmutableSet.of(), in testIsChangeDisabled()
73 /*disabledChanges*/ ImmutableSet.of(CTS_SYSTEM_API_CHANGEID)); in testIsChangeDisabled()
79 /*enabledChanges*/ImmutableSet.of(), in testIsChangeDisabledPackageName()
80 /*disabledChanges*/ ImmutableSet.of(CTS_SYSTEM_API_CHANGEID)); in testIsChangeDisabledPackageName()
[all …]
DCompatChangesOverrideOnReleaseBuildTest.java56 /*enabledChanges*/ImmutableSet.of(), in testPutPackageOverridesSecurityExceptionNonOverridableChangeId()
57 /*disabledChanges*/ ImmutableSet.of()); in testPutPackageOverridesSecurityExceptionNonOverridableChangeId()
71 /*enabledChanges*/ImmutableSet.of(), in testPutPackageOverridesSecurityExceptionMissingPermission()
72 /*disabledChanges*/ ImmutableSet.of()); in testPutPackageOverridesSecurityExceptionMissingPermission()
86 /*enabledChanges*/ImmutableSet.of(), in testPutPackageOverridesForAllVersions()
87 /*disabledChanges*/ ImmutableSet.of()); in testPutPackageOverridesForAllVersions()
114 /*enabledChanges*/ImmutableSet.of(), in testPutPackageOverridesForNewerVersion()
115 /*disabledChanges*/ ImmutableSet.of()); in testPutPackageOverridesForNewerVersion()
143 /*enabledChanges*/ImmutableSet.of(), in testPutPackageOverridesForOlderVersion()
144 /*disabledChanges*/ ImmutableSet.of()); in testPutPackageOverridesForOlderVersion()
[all …]
/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE13 * Redistributions of source code must retain the above copyright notice,
14 this list of conditions and the following disclaimer.
17 this list of conditions and the following disclaimer in the documentation
20 * Neither the names of the copyright holders nor the names of the contributors
26 warranties of merchantability and fitness for a particular purpose are disclaimed.
29 (including, but not limited to, procurement of substitute goods or services;
30 loss of use, data, or profits; or business interruption) however caused
31 and on any theory of liability, whether in contract, strict liability,
32 or tort (including negligence or otherwise) arising in any way out of
33 the use of this software, even if advised of the possibility of such damage.
/cts/apps/CtsVerifier/res/raw/
Dopencv_library_license16 Third party copyrights are property of their respective owners.
21 * Redistributions of source code must retain the above copyright notice,
22 this list of conditions and the following disclaimer.
25 this list of conditions and the following disclaimer in the documentation
28 * Neither the names of the copyright holders nor the names of the contributors
34 warranties of merchantability and fitness for a particular purpose are disclaimed.
37 (including, but not limited to, procurement of substitute goods or services;
38 loss of use, data, or profits; or business interruption) however caused
39 and on any theory of liability, whether in contract, strict liability,
40 or tort (including negligence or otherwise) arising in any way out of
[all …]
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT4 University of Illinois/NCSA
7 Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.
14 University of Illinois at Urbana-Champaign
18 Permission is hereby granted, free of charge, to any person obtaining a copy of
22 of the Software, and to permit persons to whom the Software is furnished to do
25 * Redistributions of source code must retain the above copyright notice,
26 this list of conditions and the following disclaimers.
29 this list of conditions and the following disclaimers in the
32 * Neither the names of the LLVM Team, University of Illinois at
33 Urbana-Champaign, nor the names of its contributors may be used to
[all …]
DRationale13 CPU/compiler performance measurement, in particular in the area of
19 With the increasing use of the benchmark, it seems necessary to
21 function. Version 2 of Dhrystone is the result of such a re-
31 There is an obvious need for a common C version of Dhrystone, since C
33 class of systems (microcomputers, minicomputers, workstations) where
35 one C version of Dhrystone such that results can be compared without
48 danger that benchmarking results obtained by a naive application of
49 Dhrystone - without inspection of the code that was generated - could
52 The overall policiy for version 2 has been that the distribution of
55 necessary; their impact should be negligible.) Also, the order of
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dimage_and_kernel.rsh6 // width-by-height is the dimension of a padded image with a margin.
9 // The dimension of the original unpadded image is
21 // of a stack of kernel matrices.
23 // The starting position of a kernel matrix in a buffer of a stack of kernel
27 // The matrix is of size (2*radius_y+1)-by-(2*radius_x+1).
/cts/apps/CtsVerifier/
DNOTICE.txt12 * Redistributions of source code must retain the above copyright notice,
13 this list of conditions and the following disclaimer.
15 this list of conditions and the following disclaimer in the documentation
17 * Neither the name of the JSR305 expert group nor the names of its
40 Permission is hereby granted, free of charge, to any person obtaining a copy
41 of this software and associated documentation files (the "Software"), to deal
44 copies of the Software, and to permit persons to whom the Software is
48 all copies or substantial portions of the Software.
70 and distribution as defined by Sections 1 through 9 of this document.
75 "Legal Entity" shall mean the union of the acting entity and all
[all …]
/cts/tests/location/location_gnss/protos/
Dephemeris.proto33 // Issue of data (ephemeris).
36 // Issue of data (clock).
39 // Time of clock (second).
42 // Time of ephemeris (second).
45 // Transmission time of the message.
55 // Square root of semi-major axis
64 // Rate of inclination angle (radians/sec).
67 // Argument of perigee.
70 // Longitude of ascending node of orbit plane at the beginning of week.
73 // Rate of right ascension.
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dstruct_field.rscript6 * You may obtain a copy of the License at
20 // multiple fields of type struct. Java sets the script global
50 // Fragment of incoming argument list: Fields for struct InnerOne.
55 // Fragment of incoming argument list: Fields for struct InnerOne
61 // Fragment of incoming argument list: Fields for element of array of
68 // Fragment of incoming argument list: Fields for element of array of
92 // Compare contents of a struct InnerOne instance against incoming argument values.
104 // Compare contents of a struct InnerOne instance within global
110 // Compare contents of element of array of struct InnerOne
116 // Compare contents of element of array of struct InnerTwo
/cts/tools/release-parser/tests/
Dgenerate_golden_sample_files.sh17 …ase-parser.jar com.android.cts.releaseparser.ApkParser -i resources/$file -of resources/$file.pb.t…
23 …-parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -pi -of resources/$file.pb.t…
29 …ease-parser.jar com.android.cts.releaseparser.SoParser -i resources/$file -of resources/$file.pb.t…
35 …se-parser.jar com.android.cts.releaseparser.VdexParser -i resources/$file -of resources/$file.pb.t…
41 …se-parser.jar com.android.cts.releaseparser.OdexParser -i resources/$file -of resources/$file.pb.t…
47 …ase-parser.jar com.android.cts.releaseparser.OatParser -i resources/$file -of resources/$file.pb.t…
53 …ase-parser.jar com.android.cts.releaseparser.ArtParser -i resources/$file -of resources/$file.pb.t…
59 …ase-parser.jar com.android.cts.releaseparser.XmlParser -i resources/$file -of resources/$file.pb.t…
65 …rser.jar com.android.cts.releaseparser.BuildPropParser -i resources/$file -of resources/$file.pb.t…
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSignalThresholdInfoTest.java67 private static final Map<Integer, List<Integer>> INVALID_THRESHOLDS_MAP = Map.of(
69 List.of(SignalThresholdInfo.SIGNAL_RSSI_MIN_VALUE - 1,
72 List.of(SignalThresholdInfo.SIGNAL_RSCP_MIN_VALUE - 1,
75 List.of(SignalThresholdInfo.SIGNAL_RSRP_MIN_VALUE - 1,
78 List.of(SignalThresholdInfo.SIGNAL_RSRQ_MIN_VALUE - 1,
81 List.of(SignalThresholdInfo.SIGNAL_RSSNR_MIN_VALUE - 1,
84 List.of(SignalThresholdInfo.SIGNAL_SSRSRP_MIN_VALUE - 1,
87 List.of(SignalThresholdInfo.SIGNAL_SSRSRQ_MIN_VALUE - 1,
90 List.of(SignalThresholdInfo.SIGNAL_SSSINR_MIN_VALUE - 1,
96 private static final Map<Integer, Set<Integer>> VALID_RAN_TO_MEASUREMENT_TYPE_MAP = Map.of(
[all …]
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile19 # C0111 ignore Docstring at top of file.
76 # respectively contain the number of errors / warnings messages and the total
77 # number of statements analyzed. This is used by the global evaluation report
82 # command line instead of printing them on stdout. Reports (if any) will be
90 # of the file under analysis.
114 # List of builtins function names that should not be used, separated by a comma
152 # Colon delimited types of objects which should have the same naming style,
169 # List of method names used to declare (i.e. assign) instance attributes.
172 # List of interface methods to ignore, separated by a comma. This is used for
176 # List of valid names for the first argument in a class method.
[all …]
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDocumentsTest.java136 /* enabledChanges= */ ImmutableSet.of(RESTRICT_STORAGE_ACCESS_FRAMEWORK), in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
137 /* disabledChanges= */ ImmutableSet.of(), in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
138 /* reportedEnabledChanges= */ ImmutableSet.of(), in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
139 /* reportedDisabledChanges= */ ImmutableSet.of()); in testRestrictStorageAccessFrameworkEnabled_blockFromTree()
148 /* enabledChanges */ ImmutableSet.of(), in testRestrictStorageAccessFrameworkDisabled_notBlockFromTree()
149 /* disabledChanges */ ImmutableSet.of(RESTRICT_STORAGE_ACCESS_FRAMEWORK), in testRestrictStorageAccessFrameworkDisabled_notBlockFromTree()
150 /* reportedEnabledChanges= */ ImmutableSet.of(), in testRestrictStorageAccessFrameworkDisabled_notBlockFromTree()
151 /* reportedDisabledChanges= */ ImmutableSet.of()); in testRestrictStorageAccessFrameworkDisabled_notBlockFromTree()
/cts/tests/appsearch/src/com/android/cts/appsearch/external/app/
DSearchSpecCtsTest.java40 List<String> expectedPropertyPaths1 = ImmutableList.of("path1", "path2"); in testBuildSearchSpec()
41 List<String> expectedPropertyPaths2 = ImmutableList.of("path3", "path4"); in testBuildSearchSpec()
46 .addFilterNamespaces(ImmutableList.of("namespace3")) in testBuildSearchSpec()
48 .addFilterSchemas(ImmutableList.of("schemaTypes3")) in testBuildSearchSpec()
50 .addFilterPackageNames(ImmutableList.of("package3")) in testBuildSearchSpec()
100 .addProjection("TypeA", ImmutableList.of("field1", "field2.subfield2")) in testGetProjectionTypePropertyMasks()
101 .addProjection("TypeB", ImmutableList.of("field7")) in testGetProjectionTypePropertyMasks()
102 .addProjection("TypeC", ImmutableList.of()) in testGetProjectionTypePropertyMasks()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
DREADME.md8 In general, they are differently signed forms of the tinyapp APK and follow
19 - keysize: the size of the key used for signing
21 which test certificates were used to generate a proof-of-rotation object,
22 if one exists, included in the signing block of the APK, as well as the
23 capabilities of those certificates according to APK Signature Scheme v3.
25 Generation of these apks was performed using the `apksigner` command-line tool,
29 for some of the APKs are in `generate-apks.sh`.
33 Some of the APKs in this directory were generated by modifying the apksig library (see

12345678910>>...177