Home
last modified time | relevance | path

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

12

/frameworks/av/media/liberror/
Dexpected_utils_test.cpp71 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/
DSyntheticPasswordCrypto.java142 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/
DToggleAction.java42 State(boolean intermediate) { in State() argument
43 inTransition = intermediate; in State()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DAbstractService.java122 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/
Dflags.aconfig47 …description: "Enable support for resume restore widget after reboot by persisting intermediate sta…
/frameworks/base/tools/lint/fix/
DREADME.md17 As a compromise, soong zips up the (potentially) modified sources and leaves them in an intermediate
/frameworks/base/tools/aapt2/
Dformats.md8 binary and protobuf XML, and intermediate protobuf resource tables. It also stores all associated
/frameworks/base/services/tests/PackageManagerServiceTests/server/
DAndroid.bp117 // Rules to copy all the test apks to the intermediate raw resource directory
/frameworks/base/tools/hoststubgen/
DREADME.md61 intermediate directory, some of it might fail when something changes in the build system.
/frameworks/av/camera/
Dcamera_platform.aconfig126 description: "Create an intermediate Camera Device class for limited CameraDevice access."
/frameworks/rs/script_api/
Drs_allocation_create.spec147 intermediate rs_element or rs_type objects.
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rscript52 // 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.
Dlayered_filter_fast_d1new.rscript50 // This image buffer is used to store output image, both for intermediate
/frameworks/base/core/tests/coretests/
DAndroid.bp169 // Rules to copy all the test apks to the intermediate raw resource directory
/frameworks/base/services/tests/servicestests/
DAndroid.bp256 // Rules to copy all the test apks to the intermediate raw resource directory
/frameworks/av/media/libheadtracking/
DREADME.md117 It is sometimes convenient to use an intermediate frame when dealing with
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java2684 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/
DTransition.java2639 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/
DGlobalActionsDialogLite.java1856 ToggleState(boolean intermediate) {
1857 mInTransition = intermediate;
/frameworks/proto_logging/stats/atoms/credentials/
Dcredentials_extension_atoms.proto437 * intermediate data in those instances (the other splits do that).
/frameworks/rs/script_api/include/
Drs_allocation_create.rsh138 * intermediate rs_element or rs_type objects.
/frameworks/wilhelm/doc/
DDoxyfile1627 # remove the intermediate dot files that are used to generate
/frameworks/native/docs/
DDoxyfile1916 # remove the intermediate dot files that are used to generate
/frameworks/av/media/libaaudio/
DDoxyfile2307 # If the DOT_CLEANUP tag is set to YES doxygen will remove the intermediate dot
/frameworks/av/media/codec2/docs/
Ddoxygen.config2441 # If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot

12