Home
last modified time | relevance | path

Searched defs:objectName (Results 1 – 25 of 79) sorted by relevance

1234

/aosp_15_r20/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DAgentTest.java150 ObjectName objectName = new ObjectName("org.jacoco:type=Runtime"); in startup_should_register_mbean_when_enabled() local
166 ObjectName objectName = new ObjectName("org.jacoco:type=Runtime"); in startup_should_not_register_mbean_when_disabled() local
236 ObjectName objectName = new ObjectName("org.jacoco:type=Runtime"); in shutdown_should_deregister_mbean_when_enabled() local
/aosp_15_r20/external/tpm2-tss/src/tss2-sys/api/
H A DTss2_Sys_PolicyDuplicationSelect.c18 const TPM2B_NAME *objectName, in Tss2_Sys_PolicyDuplicationSelect_Prepare()
97 const TPM2B_NAME *objectName, in Tss2_Sys_PolicyDuplicationSelect()
H A DTss2_Sys_Policy_AC_SendSelect.c18 TPM2B_NAME *objectName, in Tss2_Sys_Policy_AC_SendSelect_Prepare()
111 TPM2B_NAME *objectName, in Tss2_Sys_Policy_AC_SendSelect()
H A DTss2_Sys_MakeCredential.c19 const TPM2B_NAME *objectName) in Tss2_Sys_MakeCredential_Prepare()
108 const TPM2B_NAME *objectName, in Tss2_Sys_MakeCredential()
/aosp_15_r20/external/tpm2-tss/src/tss2-esys/api/
H A DEsys_PolicyDuplicationSelect.c74 const TPM2B_NAME *objectName, in Esys_PolicyDuplicationSelect()
156 const TPM2B_NAME *objectName, in Esys_PolicyDuplicationSelect_Async()
H A DEsys_MakeCredential.c73 const TPM2B_NAME *objectName, in Esys_MakeCredential()
148 const TPM2B_NAME *objectName) in Esys_MakeCredential_Async()
/aosp_15_r20/external/tink/java_src/examples/gcs/
H A DGcsEnvelopeAeadExample.java133 String objectName = getObjectName(gcsBlobPath); in main() local
141 String objectName = getObjectName(gcsBlobPath); in main() local
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A DLibrary.h102 const char *objectName, const std::shared_ptr<void>& library) { in getObjectFromLibrary()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
H A DPolicyDuplicationSelect_fp.h48 TPM2B_NAME objectName; member
H A DMakeCredential_fp.h49 TPM2B_NAME objectName; member
H A DPolicy_AC_SendSelect_fp.h48 TPM2B_NAME objectName; member
/aosp_15_r20/frameworks/av/media/utils/
H A DLibrary.cpp53 const char *objectName, const std::shared_ptr<void>& library) { in getUntypedObjectFromLibrary()
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DITDownscopingTest.java133 private void retrieveObjectFromGcs(Credentials credentials, String objectName) in retrieveObjectFromGcs()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21131/test-app/src/android/security/cts/CVE_2023_21131_test/
H A DDeviceTest.java164 public void clickObject(Context context, UiDevice uiDevice, String objectName) in clickObject()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/
H A DDeviceTest.java151 public void clickObject(Context context, UiDevice uiDevice, String objectName) { in clickObject()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluObjectWrapper.cpp46 const char *objectName = traits.name; in ObjectWrapper() local
/aosp_15_r20/external/armnn/src/armnn/test/
H A DOptionalTest.cpp142 std::string objectName("SimpleObject"); variable
/aosp_15_r20/hardware/google/aemu/base/
DSharedMemory_win32.cpp76 auto objectName = name.c_str(); in openInternal() local
/aosp_15_r20/external/tpm2-tss/dist/fapi-profiles/
H A DP_ECCP256SHA256.json34 "objectName": "4000000b", string
H A DP_RSA2048SHA256.json47 "objectName": "4000000b", string
/aosp_15_r20/external/tpm2-tss/test/data/fapi/
H A DP_ECC.json34 "objectName": "4000000b", string
H A DP_RSA.json47 "objectName": "4000000b", string
H A DP_RSA_sh_policy.json47 "objectName": "4000000b", string
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_types.h58 TPM2B_NAME objectName; /**< Public name of the object */ member
117 …TPM2B_NAME objectName; /**< Will not be used (see includeObject) … member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dadojet.h208 #define IReplica_GetObjectReplicability(This, objectName, objectType, replicability) ((This)->lpVtb… argument
209 #define IReplica_SetObjectReplicability(This, objectName, objectType, replicability) ((This)->lpVtb… argument

1234