/frameworks/rs/toolkit/ |
D | JniEntryPoints.cpp | 161 Restriction restriction; member in RestrictionParameter 202 jbyteArray dest_array, jint size_x, jint size_y, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlend() 214 jobject dest_bitmap, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlendBitmap() 226 jint size_x, jint size_y, jint radius, jbyteArray output_array, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlur() 237 jobject output_bitmap, jint radius, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlurBitmap() 250 jint output_vector_size, jfloatArray jmatrix, jfloatArray add_vector, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeColorMatrix() 264 jobject output_bitmap, jfloatArray jmatrix, jfloatArray add_vector, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeColorMatrixBitmap() 279 jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeConvolve() 300 jobject output_bitmap, jfloatArray coefficients, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeConvolveBitmap() 321 jint vector_size, jint size_x, jint size_y, jintArray output_array, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeHistogram() [all …]
|
D | Lut.cpp | 43 const Restriction* restriction) in LutTask() 70 const uint8_t* alpha, const Restriction* restriction) { in lut()
|
D | Histogram.cpp | 72 uint32_t threadCount, const Restriction* restriction) in HistogramTask() 155 const Restriction* restriction) in HistogramDotTask() 248 size_t vectorSize, const Restriction* restriction) { in histogram() 266 const Restriction* restriction) { in histogramDot()
|
D | Utils.cpp | 48 bool validRestriction(const char* tag, size_t sizeX, size_t sizeY, const Restriction* restriction) { in validRestriction()
|
D | Lut3d.cpp | 57 const Restriction* restriction) in Lut3dTask() 169 size_t cubeSizeZ, const Restriction* restriction) { in lut3d()
|
D | Blend.cpp | 49 size_t sizeY, const Restriction* restriction) in BlendTask() 358 size_t sizeY, const Restriction* restriction) { in blend()
|
D | TaskProcessor.h | 113 const Restriction* restriction) in Task()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/ |
D | BrightnessPolicyEnforcementInteractorTest.kt | 61 fun restriction() = in restriction() method in com.android.systemui.brightness.domain.interactor.BrightnessPolicyEnforcementInteractorTest 66 val restriction by collectLastValue(underTest.brightnessPolicyRestriction) in restriction() constant
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 341 public static boolean isValidRestriction(@NonNull String restriction) { in isValidRestriction() 461 public static boolean contains(@Nullable Bundle in, String restriction) { in contains() 481 public static boolean canDeviceOwnerChange(String restriction) { in canDeviceOwnerChange() 503 String restriction, in canProfileOwnerChange() 542 String restriction) { in canParentOfProfileOwnerOfOrganizationOwnedDeviceChange() 558 public static boolean canFinancedDeviceOwnerChange(String restriction) { in canFinancedDeviceOwnerChange() 788 String restriction; in isSettingRestrictedForUser() local
|
D | RestrictionsSet.java | 95 public boolean removeRestrictionsForAllUsers(String restriction) { in removeRestrictionsForAllUsers() 111 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction() 159 public @NonNull List<UserManager.EnforcingUser> getEnforcingUsers(String restriction, in getEnforcingUsers()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/ |
D | ActionDisabledByAdminControllerFactory.java | 44 String restriction, DeviceAdminStringProvider stringProvider, in createInstance() 75 String restriction) { in doesBiometricRequireParentalConsent()
|
D | SupervisedDeviceActionDisabledByAdminController.java | 40 DeviceAdminStringProvider stringProvider, String restriction) { in SupervisedDeviceActionDisabledByAdminController() 51 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
|
D | FinancedDeviceActionDisabledByAdminController.java | 42 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
|
D | BiometricActionDisabledByAdminController.java | 46 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
|
D | ActionDisabledByAdminController.java | 47 String getAdminSupportTitle(@Nullable String restriction); in getAdminSupportTitle()
|
D | ManagedDeviceActionDisabledByAdminController.java | 82 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallStart.java | 350 private void showDialogInner(String restriction) { in showDialogInner() 371 private DialogFragment createDialog(String restriction) { in createDialog()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/ui/compose/ |
D | BrightnessSlider.kt | 112 val restriction by in BrightnessSliderContainer() constant
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
D | StateChangedListener.java | 48 void onRestrictionStateChanged(@NonNull JobRestriction restriction, in onRestrictionStateChanged()
|
/frameworks/base/core/java/android/app/admin/ |
D | UserRestrictionPolicyKey.java | 46 public UserRestrictionPolicyKey(@NonNull String identifier, @NonNull String restriction) { in UserRestrictionPolicyKey()
|
D | DevicePolicyIdentifiers.java | 211 public static String getIdentifierForUserRestriction( in getIdentifierForUserRestriction()
|
/frameworks/base/core/java/android/app/ |
D | AppOpInfo.java | 67 public final String restriction; field in AppOpInfo 105 String restriction, in AppOpInfo()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | WifiRestrictionsCache.java | 105 Boolean restriction; in getRestriction() local
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | RestrictionsSetTest.java | 80 String restriction = UserManager.DISALLOW_CONFIG_DATE_TIME; in testMoveRestriction_containsRestriction() local
|
/frameworks/rs/toolkit/test/ |
D | AllTests.kt | 36 val restriction: Range2d? in <lambda>() constant in com.example.testapp.TestLayout 121 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 219 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 312 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 449 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 542 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 710 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 824 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 950 layoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
|