Searched refs:intermediate (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordCrypto.java | 130 byte[] intermediate = decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, blob); in decryptBlobV1() 131 return decrypt(decryptionKey, intermediate); in decryptBlobV1() 144 byte[] intermediate = decrypt(decryptionKey, blob); in decryptBlob() 145 return decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, intermediate); in decryptBlob() 176 byte[] intermediate = encrypt(applicationId, APPLICATION_ID_PERSONALIZATION, data); in createBlob() 177 return encrypt(secretKey, intermediate); in createBlob()
|
/frameworks/base/core/java/com/android/internal/globalactions/ |
D | ToggleAction.java | 42 State(boolean intermediate) { in State() argument 43 inTransition = intermediate; in State()
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
D | AbstractService.java | 122 int intermediate = -1; in getValue() local 124 intermediate = ReflectIntermediateClass.get(45, 80, 20 /* 5 seems enough on a nakasi, in getValue() 174 intermediate; in getValue()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SurfaceTextureRenderer.java | 274 RectF intermediate = new RectF(/*left*/0, /*top*/0, /*right*/texWidth, /*bottom*/texHeight); in drawFrame() local 277 boxingXform.setRectToRect(output, intermediate, android.graphics.Matrix.ScaleToFit.CENTER); in drawFrame() 282 float scaleX = intermediate.width() / output.width(); in drawFrame() 283 float scaleY = intermediate.height() / output.height(); in drawFrame()
|
/frameworks/base/core/tests/coretests/ |
D | Android.bp | 67 // Rules to copy all the test apks to the intermediate raw resource directory
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 8 binary and protobuf XML, and intermediate protobuf resource tables. It also stores all associated
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_f32.rscript | 52 // This image buffer is used to store output image, both for intermediate 493 // This kernel extracts intermediate images for testing purpose. 515 // This kernel extracts intermediate images for testing purpose.
|
D | layered_filter_fast_d1new.rscript | 50 // This image buffer is used to store output image, both for intermediate
|
/frameworks/rs/script_api/ |
D | rs_allocation_create.spec | 147 intermediate rs_element or rs_type objects.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 1181 State(boolean intermediate) { 1182 inTransition = intermediate;
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_create.rsh | 138 * intermediate rs_element or rs_type objects.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1627 # remove the intermediate dot files that are used to generate
|
/frameworks/native/docs/ |
D | Doxyfile | 1915 # remove the intermediate dot files that are used to generate
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 2307 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
|
D | Doxyfile.orig | 2298 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 2441 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 2489 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|
D | Doxyfile | 2489 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|