Home
last modified time | relevance | path

Searched refs:baseKey (Results 1 – 12 of 12) sorted by relevance

/external/autotest/frontend/client/src/autotest/tko/
DParameterizedFieldListPresenter.java127 String baseKey = getListKey(index); in addHistoryArguments() local
128 arguments.put(baseKey + "_type", field.getTypeName()); in addHistoryArguments()
129 arguments.put(baseKey + "_value", field.getValue()); in addHistoryArguments()
137 String baseKey = getListKey(index); in handleHistoryArguments() local
138 String typeKey = baseKey + "_type"; in handleHistoryArguments()
139 String valueKey = baseKey + "_value"; in handleHistoryArguments()
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
DKeyboardToXml.java145 CharacterMap baseKey = baseMap.isoLayoutToCharacterMap().get(position); in buildReadabilityComment() local
146 if (baseKey != null && !baseKey.output().toUpperCase().equals(output.toUpperCase()) in buildReadabilityComment()
147 && !baseKey.output().toUpperCase().equals(position.englishKeyName())) { in buildReadabilityComment()
149 comment.append(baseKey.output()); in buildReadabilityComment()
/external/boringssl/src/ssl/test/runner/
Dprf.go320 func (h finishedHash) clientSum(baseKey []byte) []byte {
322 return finishedSum30(h.clientMD5, h.client, baseKey, ssl3ClientFinishedMagic[:])
327 h.prf(out, baseKey, clientFinishedLabel, h.Sum())
331 clientFinishedKey := hkdfExpandLabel(h.hash, baseKey, finishedLabel, nil, h.hash.Size())
339 func (h finishedHash) serverSum(baseKey []byte) []byte {
341 return finishedSum30(h.serverMD5, h.server, baseKey, ssl3ServerFinishedMagic[:])
346 h.prf(out, baseKey, serverFinishedLabel, h.Sum())
350 serverFinishedKey := hkdfExpandLabel(h.hash, baseKey, finishedLabel, nil, h.hash.Size())
/external/skqp/src/gpu/
DGrTextureAdjuster.cpp29 GrUniqueKey baseKey; in makeCopyKey() local
30 GrMakeKeyFromImageID(&baseKey, fUniqueID, SkIRect::MakeWH(this->width(), this->height())); in makeCopyKey()
31 MakeCopyKeyFromOrigKey(baseKey, params, copyKey); in makeCopyKey()
/external/skia/src/gpu/
DGrTextureAdjuster.cpp30 GrUniqueKey baseKey; in makeCopyKey() local
31 GrMakeKeyFromImageID(&baseKey, fUniqueID, SkIRect::MakeWH(this->width(), this->height())); in makeCopyKey()
32 MakeCopyKeyFromOrigKey(baseKey, params, copyKey); in makeCopyKey()
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py68 baseKey = list(baseConfigs.keys())[0]
71 if cmp(baseConfigs[baseKey], cmpConfigs[cmpKey]) != 0:
72 …append(error(filename, "Confomant configs reported for %s and %s do not match" % (baseKey,cmpKey)))
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3149 CollationKey baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering() local
3151 byte[] baseKeyBytes = baseKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3168 baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering()
3170 baseKeyBytes = baseKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3185 byte[] baseKey; in TestNonLeadBytesDuringCollationReordering()
3193 baseKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
3198 if (baseKey.length != reorderKey.length) { in TestNonLeadBytesDuringCollationReordering()
3202 for (int i = 1; i < baseKey.length; i++) { in TestNonLeadBytesDuringCollationReordering()
3203 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
3211 baseKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java3152 CollationKey baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering() local
3154 byte[] baseKeyBytes = baseKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3171 baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering()
3173 baseKeyBytes = baseKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3188 byte[] baseKey; in TestNonLeadBytesDuringCollationReordering()
3196 baseKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
3201 if (baseKey.length != reorderKey.length) { in TestNonLeadBytesDuringCollationReordering()
3205 for (int i = 1; i < baseKey.length; i++) { in TestNonLeadBytesDuringCollationReordering()
3206 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
3214 baseKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4539 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local
4575 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4577 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4578 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4595 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4597 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4598 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4613 uint8_t baseKey[256]; in TestNonLeadBytesDuringCollationReordering() local
4632 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4647 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
[all …]
/external/skqp/tests/
DGrShapeTest.cpp556 const Key& baseKey() const { return fBaseKey; } in baseKey() function in __anon79875b050111::TestCase
1212 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1217 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1223 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1346 REPORTER_ASSERT(reporter, SkToBool(volatileCase.baseKey().count())); in test_volatile_path()
1352 REPORTER_ASSERT(reporter, !SkToBool(volatileCase.baseKey().count())); in test_volatile_path()
1527 Key emptyKey(fillEmptyCase.baseKey()); in DEF_TEST()
1529 Key inverseEmptyKey(fillInvertedEmptyCase.baseKey()); in DEF_TEST()
/external/skia/tests/
DGrShapeTest.cpp556 const Key& baseKey() const { return fBaseKey; } in baseKey() function in __anon471756ae0111::TestCase
1212 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1217 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1223 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1346 REPORTER_ASSERT(reporter, SkToBool(volatileCase.baseKey().count())); in test_volatile_path()
1352 REPORTER_ASSERT(reporter, !SkToBool(volatileCase.baseKey().count())); in test_volatile_path()
1527 Key emptyKey(fillEmptyCase.baseKey()); in DEF_TEST()
1529 Key inverseEmptyKey(fillInvertedEmptyCase.baseKey()); in DEF_TEST()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp103 static bool ReadPathFromRegistry(HKEY baseKey, LPCWSTR value, FString &path) in ReadPathFromRegistry() argument
106 if (key.Open(baseKey, kRegistryPath, KEY_READ) == ERROR_SUCCESS) in ReadPathFromRegistry()