Home
last modified time | relevance | path

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

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
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
DKeyPathElement.java34 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath); in resolveKeyPath()
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_VerifySignature.c62 char const *keyPath, in Fapi_VerifySignature()
134 char const *keyPath, in Fapi_VerifySignature_Async()
DFapi_Decrypt.c71 char const *keyPath, in Fapi_Decrypt()
154 char const *keyPath, in Fapi_Decrypt_Async()
DFapi_Encrypt.c75 char const *keyPath, in Fapi_Encrypt()
160 char const *keyPath, in Fapi_Encrypt_Async()
DFapi_Sign.c75 char const *keyPath, in Fapi_Sign()
166 char const *keyPath, in Fapi_Sign_Async()
DFapi_AuthorizePolicy.c67 char const *keyPath, in Fapi_AuthorizePolicy()
154 char const *keyPath, in Fapi_AuthorizePolicy_Async()
DFapi_Quote.c76 char const *keyPath, in Fapi_Quote()
175 char const *keyPath, in Fapi_Quote_Async()
/external/tpm2-tss/test/data/fapi/policy/
Dpol_authorize_outer.json6 "keyPath": "/HS/SRK/myPolicySignKeyOuter", string
Dpol_authorize.json7 "keyPath": "/HS/SRK/myPolicySignKey", string
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
DDynamicPropertiesTestCase.kt419 val keyPath = KeyPath("Shape Layer 1", "Rectangle 1", "Rectangle Path 1") in <lambda>() constant
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DShapeLayer.java61 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath()
DCompositionLayer.java205 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath()
DBaseLayer.java631 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
663 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveChildKeyPath()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java190 KeyPath keyPath = new KeyPath("**"); in init() local
922 public List<KeyPath> resolveKeyPath(KeyPath keyPath) { in resolveKeyPath()
933 public <T> void addValueCallback(KeyPath keyPath, T property, LottieValueCallback<T> callback) { in addValueCallback()
942 public <T> void addValueCallback(KeyPath keyPath, T property, in addValueCallback()
DLottieDrawable.java1086 public List<KeyPath> resolveKeyPath(KeyPath keyPath) { in resolveKeyPath()
1104 final KeyPath keyPath, final T property, @Nullable final LottieValueCallback<T> callback) { in addValueCallback()
1141 public <T> void addValueCallback(KeyPath keyPath, T property, in addValueCallback()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DEllipseContent.java120 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DRectangleContent.java165 public void resolveKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveKeyPath()
DFillContent.java149 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DRepeaterContent.java132 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
DContentGroup.java223 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
/external/tpm2-tss/src/tss2-fapi/
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()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java105 public static void resolveKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveKeyPath()
/external/setupdesign/lottie_loading_layout/src/com/google/android/setupdesign/
DGlifLoadingLayout.java646 public void addColorCallback(KeyPath keyPath, LottieValueCallback<ColorFilter> callback) { in addColorCallback()
654 public void addColorCallback(KeyPath keyPath, SimpleLottieValueCallback<ColorFilter> callback) { in addColorCallback()
/external/lottie/lottie/src/test/java/com/airbnb/lottie/
DKeyPathTest.java122 KeyPath keyPath = new KeyPath(keys); in assertSize() local

12