/external/lzma/CPP/Windows/ |
D | Registry.cpp | 19 LONG CKey::Create(HKEY parentKey, LPCTSTR keyName, in Create() argument 26 LONG res = RegCreateKeyEx(parentKey, keyName, 0, keyClass, in Create() 38 LONG CKey::Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask) throw() in Open() argument 42 LONG res = RegOpenKeyEx(parentKey, keyName, 0, accessMask, &key); in Open() 170 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) in SetValue() argument 174 LONG res = key.Create(parentKey, keyName); in SetValue() 180 LONG CKey::SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw() in SetKeyValue() argument 184 LONG res = key.Create(_object, keyName); in SetKeyValue() 306 CSysString keyName; in EnumKeys() local 312 LONG result = ::RegEnumKeyEx(_object, index, keyName.GetBuffer(kBufferSize), in EnumKeys() [all …]
|
D | Registry.h | 12 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value); 30 LONG Create(HKEY parentKey, LPCTSTR keyName, 35 LONG Open(HKEY parentKey, LPCTSTR keyName, REGSAM accessMask = KEY_ALL_ACCESS) throw(); 61 LONG SetKeyValue(LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value) throw();
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/ |
D | MacHIDManager.cpp | 36 T getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName) in getDictionaryItemAsRef() argument 38 return CFDictionaryGetValue(dict, OIS_CFString(keyName)); in getDictionaryItemAsRef() 42 CFArrayRef getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName) in getDictionaryItemAsRef() argument 44 CFTypeRef temp = CFDictionaryGetValue(dict, OIS_CFString(keyName)); in getDictionaryItemAsRef() 53 CFStringRef getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName) in getDictionaryItemAsRef() argument 55 CFTypeRef temp = CFDictionaryGetValue(dict, OIS_CFString(keyName)); in getDictionaryItemAsRef() 64 CFNumberRef getDictionaryItemAsRef(CFDictionaryRef dict, const char* keyName) in getDictionaryItemAsRef() argument 66 CFTypeRef temp = CFDictionaryGetValue(dict, OIS_CFString(keyName)); in getDictionaryItemAsRef()
|
/external/tpm2/ |
D | Ticket.c | 55 TPM2B_NAME *keyName, // IN: name of key that signed the value in TicketComputeVerified() argument 74 CryptUpdateDigest2B(&hmacState, &keyName->b); in TicketComputeVerified()
|
D | Ticket_fp.h | 34 TPM2B_NAME *keyName, // IN: name of key that signed the value
|
D | part3.txt | 13294 TPM_RC_HASH hash algorithm in keyName is not supported 13295 TPM_RC_SIZE keyName is not the correct size for its hash algorithm
|
D | part4.txt | 23763 27 TPM2B_NAME *keyName, // IN: name of key that signed the value 23788 52 CryptUpdateDigest2B(&hmacState, &keyName->b); 23843 96 // Adding keyName
|
/external/clang/lib/Driver/ |
D | MSVCToolChain.cpp | 152 char keyName[256]; in getSystemRegistryString() 154 DWORD index, size = sizeof(keyName) - 1; in getSystemRegistryString() 155 for (index = 0; RegEnumKeyEx(hTopKey, index, keyName, &size, NULL, in getSystemRegistryString() 157 const char *sp = keyName; in getSystemRegistryString() 172 bestName = keyName; in getSystemRegistryString() 188 size = sizeof(keyName) - 1; in getSystemRegistryString()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | ProducerFactoryGenerator.java | 409 TypeName keyName = TypeNames.forTypeMirror(dependency.key().type()); 412 return keyName; 414 return ParameterizedTypeName.create(ClassName.fromClass(Produced.class), keyName);
|
/external/icu/icu4c/source/common/ |
D | usprep.cpp | 353 LocalMemory<char> keyName; in usprep_getProfile() local 356 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL || in usprep_getProfile() 374 key->name = keyName.orphan(); in usprep_getProfile()
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
D | TextureAtlas.java | 152 String keyName = diffuse.getKey().toString(); in addGeometry() local 157 addTexture(diffuse, "NormalMap", keyName); in addGeometry() 160 addTexture(specular, "SpecularMap", keyName); in addGeometry()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 581 compareArrays(const char *keyName, in compareArrays() argument 604 keyName, in compareArrays()
|
/external/tpm2/generator/ |
D | raw_structures_fixed.txt | 11031 keyName. The ticket is computed by 11033 HMACcontextAlg(proof, (TPM_ST_VERIFIED || digest || keyName)) 11055 keyName 11059 keyName 11080 the hierarchy containing keyName 11110 HMACcontextAlg(proof, (TPM_ST_AUTH_xxx || timeout || cpHash || policyRef || keyName)) 11123 with keyName 11142 keyName
|
D | raw_structures.txt | 11018 keyName. The ticket is computed by 11020 HMACcontextAlg(proof, (TPM_ST_VERIFIED || digest || keyName)) 11042 keyName 11046 keyName 11067 the hierarchy containing keyName 11097 HMACcontextAlg(proof, (TPM_ST_AUTH_xxx || timeout || cpHash || policyRef || keyName)) 11110 with keyName 11129 keyName
|
D | raw_commands_fixed.txt | 20042 If the checks succeed, the TPM uses the timeout, cpHashA, policyRef, and keyName to construct a tic… 23837 create a TPM2B_NAME (keyName) using keySign and update policySession→policyDigest with 23840 PolicyUpdate(TPM_CC_PolicyAuthorize, keyName, policyRef) 23969 hash algorithm in keyName is not supported 23973 keyName is not the correct size for its hash algorithm
|
D | raw_commands.txt | 20031 If the checks succeed, the TPM uses the timeout, cpHashA, policyRef, and keyName to construct a tic… 23826 create a TPM2B_NAME (keyName) using keySign and update policySession→policyDigest with 23829 PolicyUpdate(TPM_CC_PolicyAuthorize, keyName, policyRef) 23958 hash algorithm in keyName is not supported 23962 keyName is not the correct size for its hash algorithm
|