/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/ |
D | KeyPath.java | 63 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
|
D | KeyPathElement.java | 34 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath); in resolveKeyPath()
|
/external/tpm2-tss/src/tss2-fapi/api/ |
D | Fapi_VerifySignature.c | 62 char const *keyPath, in Fapi_VerifySignature() 134 char const *keyPath, in Fapi_VerifySignature_Async()
|
D | Fapi_Decrypt.c | 71 char const *keyPath, in Fapi_Decrypt() 154 char const *keyPath, in Fapi_Decrypt_Async()
|
D | Fapi_Encrypt.c | 75 char const *keyPath, in Fapi_Encrypt() 160 char const *keyPath, in Fapi_Encrypt_Async()
|
D | Fapi_Sign.c | 75 char const *keyPath, in Fapi_Sign() 166 char const *keyPath, in Fapi_Sign_Async()
|
D | Fapi_AuthorizePolicy.c | 67 char const *keyPath, in Fapi_AuthorizePolicy() 154 char const *keyPath, in Fapi_AuthorizePolicy_Async()
|
D | Fapi_Quote.c | 76 char const *keyPath, in Fapi_Quote() 175 char const *keyPath, in Fapi_Quote_Async()
|
/external/aws-sdk-java-v2/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/chunkedencoding/ |
D | AwsS3V4ChunkSigner.java | 49 private final String keyPath; field in AwsS3V4ChunkSigner 55 public AwsS3V4ChunkSigner(byte[] signingKey, String datetime, String keyPath) { in AwsS3V4ChunkSigner()
|
/external/tpm2-tss/test/data/fapi/policy/ |
D | pol_authorize_outer.json | 6 "keyPath": "/HS/SRK/myPolicySignKeyOuter", string
|
D | pol_authorize.json | 7 "keyPath": "/HS/SRK/myPolicySignKey", string
|
/external/aws-crt-java/samples/CustomKeyOps/src/main/java/com/example/customkeyops/ |
D | CustomKeyOps.java | 37 static String keyPath; field in CustomKeyOps 99 MyKeyOperationHandler(String keyPath) { in MyKeyOperationHandler()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | RegistryUtils.cpp | 43 static void SaveCuString(LPCTSTR keyPath, LPCWSTR valuePath, LPCWSTR value) in SaveCuString() 50 static void ReadCuString(LPCTSTR keyPath, LPCWSTR valuePath, UString &res) in ReadCuString()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | ShapeLayer.java | 62 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath()
|
D | CompositionLayer.java | 222 protected void resolveChildKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveChildKeyPath()
|
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/ |
D | DynamicPropertiesTestCase.kt | 472 val keyPath = KeyPath("Shape Layer 1", "Rectangle 1", "Rectangle Path 1") in <lambda>() constant
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieAnimationView.java | 230 KeyPath keyPath = new KeyPath("**"); in init() local 1067 public List<KeyPath> resolveKeyPath(KeyPath keyPath) { in resolveKeyPath() 1074 public <T> void clearValueCallback(KeyPath keyPath, T property) { in clearValueCallback() 1085 public <T> void addValueCallback(KeyPath keyPath, T property, LottieValueCallback<T> callback) { in addValueCallback() 1094 public <T> void addValueCallback(KeyPath keyPath, T property, in addValueCallback()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | ShapeContent.java | 103 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | EllipseContent.java | 120 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | RectangleContent.java | 165 public void resolveKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveKeyPath()
|
D | FillContent.java | 155 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
D | RepeaterContent.java | 132 KeyPath keyPath, int depth, List<KeyPath> accumulator, KeyPath currentPartialKeyPath) { in resolveKeyPath()
|
/external/tpm2-tss/src/tss2-fapi/ |
D | fapi_util.c | 1378 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/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/ |
D | TlsContextOptionsTest.java | 204 String keyPath = AWS_TEST_MQTT311_IOT_CORE_RSA_KEY + ".not.valid.path"; in testMtlsFromBadPath() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | MiscUtils.java | 105 public static void resolveKeyPath(KeyPath keyPath, int depth, List<KeyPath> accumulator, in resolveKeyPath()
|