/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 | 142 byte[] intermediate = decrypt(protectorSecret, PROTECTOR_SECRET_PERSONALIZATION, blob); in decryptBlobV1() 143 return decrypt(protectorKey, intermediate); in decryptBlobV1() 178 byte[] intermediate = decrypt(protectorKey, blob); in decryptBlob() 179 return decrypt(protectorSecret, PROTECTOR_SECRET_PERSONALIZATION, intermediate); in decryptBlob() 230 byte[] intermediate = encrypt(protectorSecret, PROTECTOR_SECRET_PERSONALIZATION, data); in createBlob() 231 return encrypt(protectorKey, 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/appwidget/ |
D | flags.aconfig | 47 …description: "Enable support for resume restore widget after reboot by persisting intermediate sta…
|
/frameworks/base/tools/lint/fix/ |
D | README.md | 17 As a compromise, soong zips up the (potentially) modified sources and leaves them in an intermediate
|
/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 | 117 // Rules to copy all the test apks to the intermediate raw resource directory
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 61 intermediate directory, some of it might fail when something changes in the build system.
|
/frameworks/av/camera/ |
D | camera_platform.aconfig | 126 description: "Create an intermediate Camera Device class for limited CameraDevice access."
|
/frameworks/rs/script_api/ |
D | rs_allocation_create.spec | 147 intermediate rs_element or rs_type objects.
|
/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/base/core/tests/coretests/ |
D | Android.bp | 169 // Rules to copy all the test apks to the intermediate raw resource directory
|
/frameworks/base/services/tests/servicestests/ |
D | Android.bp | 256 // Rules to copy all the test apks to the intermediate raw resource directory
|
/frameworks/av/media/libheadtracking/ |
D | README.md | 117 It is sometimes convenient to use an intermediate frame when dealing with
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhone.java | 2684 Stream<String> intermediate = Arrays.stream(uris) in extractPhoneNumberFromAssociatedUris() local 2693 return intermediate.filter(ssp -> ssp != null && ssp.startsWith("+")) in extractPhoneNumberFromAssociatedUris() 2701 return intermediate.filter(ssp -> ssp != null) in extractPhoneNumberFromAssociatedUris()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Transition.java | 2639 final ChangeInfo intermediate = intermediates.get(j); in populateParentChanges() local 2640 intermediate.mEndParent = intermediates.get(j + 1).mContainer; in populateParentChanges() 2641 targets.add(intermediate); in populateParentChanges()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialogLite.java | 1856 ToggleState(boolean intermediate) { 1857 mInTransition = intermediate;
|
/frameworks/proto_logging/stats/atoms/credentials/ |
D | credentials_extension_atoms.proto | 437 * intermediate data in those instances (the other splits do that).
|
/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
|