/frameworks/av/media/liberror/ |
D | expected_utils_test.cpp | 71 Value intermediate = VALUE_OR_RETURN(Result(Value(3))); in TEST() local 72 return Value(intermediate + 1); in TEST() 80 Value intermediate = VALUE_OR_RETURN(Result(base::unexpected(Status(2)))); in TEST() local 81 return Value(intermediate + 1); in TEST() 89 Value intermediate = VALUE_OR_RETURN_STATUS(Result(Value(3))); in TEST() local 90 (void) intermediate; in TEST() 98 Value intermediate = VALUE_OR_RETURN_STATUS(Result(base::unexpected(Status(1)))); in TEST() local 99 (void) intermediate; in TEST()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordCrypto.java | 137 byte[] intermediate = decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, blob); in decryptBlobV1() 138 return decrypt(decryptionKey, intermediate); in decryptBlobV1() 168 byte[] intermediate = decrypt(decryptionKey, blob); in decryptBlob() 169 return decrypt(applicationId, APPLICATION_ID_PERSONALIZATION, intermediate); in decryptBlob() 199 byte[] intermediate = encrypt(applicationId, APPLICATION_ID_PERSONALIZATION, data); in createBlob() 200 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/tools/aapt2/ |
D | formats.md | 8 binary and protobuf XML, and intermediate protobuf resource tables. It also stores all associated
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/ |
D | Android.bp | 111 // Rules to copy all the test apks to the intermediate raw resource directory
|
/frameworks/base/core/tests/coretests/ |
D | Android.bp | 92 // Rules to copy all the test apks to the intermediate raw resource directory
|
/frameworks/base/services/tests/servicestests/ |
D | Android.bp | 198 // Rules to copy all the test apks to the intermediate raw resource directory
|
/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/av/media/libheadtracking/ |
D | README.md | 117 It is sometimes convenient to use an intermediate frame when dealing with
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Transition.java | 1568 final WindowContainer<?> intermediate = intermediates.get(j); in populateParentChanges() local 1569 changes.get(intermediate).mEndParent = intermediates.get(j + 1); in populateParentChanges() 1570 targets.add(intermediate); in populateParentChanges()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 1756 ToggleState(boolean intermediate) { 1757 mInTransition = 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 | 1916 # 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
|
/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 | 2489 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
|