Home
last modified time | relevance | path

Searched defs:keyPath (Results 1 – 25 of 228) sorted by relevance

12345678910

/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
H A DKeyPath.java63 private KeyPath(KeyPath keyPath) { in KeyPath() method in KeyPath
88 KeyPath keyPath = new KeyPath(this); in resolve() local
226 KeyPath keyPath = (KeyPath) o; in equals() local
H A DKeyPathElement.java34 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath); in resolveKeyPath()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/
H A DLottieAnimationView.java230 KeyPath keyPath = new KeyPath("**"); in init() local
1048 public List<KeyPath> resolveKeyPath(KeyPath keyPath) { in resolveKeyPath()
1055 public <T> void clearValueCallback(KeyPath keyPath, T property) { in clearValueCallback()
1066 public <T> void addValueCallback(KeyPath keyPath, T property, LottieValueCallback<T> callback) { in addValueCallback()
1075 public <T> void addValueCallback(KeyPath keyPath, T property, in addValueCallback()
H A DLottieDrawable.java1368 public List<KeyPath> resolveKeyPath(KeyPath keyPath) { in resolveKeyPath()
1388 final KeyPath keyPath, final T property, @Nullable final LottieValueCallback<T> callback) { in addValueCallback()
1425 public <T> void addValueCallback(KeyPath keyPath, T property, in addValueCallback()
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/api/
H A DFapi_VerifySignature.c62 char const *keyPath, in Fapi_VerifySignature()
134 char const *keyPath, in Fapi_VerifySignature_Async()
H A DFapi_Decrypt.c71 char const *keyPath, in Fapi_Decrypt()
154 char const *keyPath, in Fapi_Decrypt_Async()
H A DFapi_Encrypt.c75 char const *keyPath, in Fapi_Encrypt()
160 char const *keyPath, in Fapi_Encrypt_Async()
H A DFapi_Sign.c75 char const *keyPath, in Fapi_Sign()
166 char const *keyPath, in Fapi_Sign_Async()
H A DFapi_AuthorizePolicy.c67 char const *keyPath, in Fapi_AuthorizePolicy()
154 char const *keyPath, in Fapi_AuthorizePolicy_Async()
H A DFapi_Quote.c76 char const *keyPath, in Fapi_Quote()
175 char const *keyPath, in Fapi_Quote_Async()
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/chunkedencoding/
H A DAwsS3V4ChunkSigner.java49 private final String keyPath; field in AwsS3V4ChunkSigner
55 public AwsS3V4ChunkSigner(byte[] signingKey, String datetime, String keyPath) { in AwsS3V4ChunkSigner()
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_util.c1378 ifapi_load_keys_async(FAPI_CONTEXT *context, char const *keyPath) in ifapi_load_keys_async()
2369 char const *keyPath, in ifapi_load_key()
2730 char const *keyPath, in ifapi_key_create_prepare_auth()
2781 char const *keyPath, in ifapi_key_create_prepare_sensitive()
2838 char const *keyPath, in ifapi_key_create_prepare()
H A Dfapi_int.h250 const char *keyPath; /**< The implicit key path for PCR_Quote */ member
323 const char *keyPath; /**< The pathname from the application */ member
341 char const *keyPath; /**< The implicit key path */ member
370 const char *keyPath; /**< The implicit key path */ member
384 const char *keyPath; /**< The implicit key path */ member
494 const char *keyPath; member
/aosp_15_r20/external/aws-crt-java/samples/CustomKeyOps/src/main/java/com/example/customkeyops/
H A DCustomKeyOps.java37 static String keyPath; field in CustomKeyOps
99 MyKeyOperationHandler(String keyPath) { in MyKeyOperationHandler()
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DRegistryUtils.cpp43 static void SaveCuString(LPCTSTR keyPath, LPCWSTR valuePath, LPCWSTR value) in SaveCuString()
50 static void ReadCuString(LPCTSTR keyPath, LPCWSTR valuePath, UString &res) in ReadCuString()
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
H A DDynamicPropertiesTestCase.kt472 val keyPath = KeyPath("Shape Layer 1", "Rectangle 1", "Rectangle Path 1") in <lambda>() constant
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
H A DBaseLayer.java657 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
689 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveChildKeyPath()
H A DShapeLayer.java62 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath()
/aosp_15_r20/external/tpm2-tss/test/data/fapi/policy/
H A Dpol_authorize_outer.json6 "keyPath": "/HS/SRK/myPolicySignKeyOuter", string
H A Dpol_authorize.json7 "keyPath": "/HS/SRK/myPolicySignKey", string
/aosp_15_r20/out/soong/.intermediates/external/setupdesign/lottie_loading_layout/setupdesign-lottie-loading-layout/android_common/javac/
Dsetupdesign-lottie-loading-layout.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DLottieAnimationWrapper.java64 KeyPath keyPath = new KeyPath("**", layerName, "**"); in setLayerColor() local
/aosp_15_r20/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/
H A DGlifLoadingLayout.java700 public void addColorCallback(KeyPath keyPath, LottieValueCallback<ColorFilter> callback) { in addColorCallback()
708 public void addColorCallback(KeyPath keyPath, SimpleLottieValueCallback<ColorFilter> callback) { in addColorCallback()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
H A DShapeContent.java103 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
H A DEllipseContent.java120 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()

12345678910