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.go322 func (h finishedHash) clientSum(baseKey []byte) []byte {
324 return finishedSum30(h.clientMD5, h.client, baseKey, ssl3ClientFinishedMagic[:])
329 h.prf(out, baseKey, clientFinishedLabel, h.Sum())
333 clientFinishedKey := hkdfExpandLabel(h.hash, baseKey, finishedLabel, nil, h.hash.Size())
341 func (h finishedHash) serverSum(baseKey []byte) []byte {
343 return finishedSum30(h.serverMD5, h.server, baseKey, ssl3ServerFinishedMagic[:])
348 h.prf(out, baseKey, serverFinishedLabel, h.Sum())
352 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/perfetto/ui/src/controller/
Dheap_profile_controller.ts206 baseKey: string, viewingOption: string, ts: number, upid: number,
209 const key = `${baseKey}-${viewingOption}`;
/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/skia/src/image/
DSkImage.cpp428 GrUniqueKey baseKey; in FindOrMakeCachedMipmappedView() local
429 GrMakeKeyFromImageID(&baseKey, imageUniqueID, SkIRect::MakeSize(view.dimensions())); in FindOrMakeCachedMipmappedView()
430 SkASSERT(baseKey.isValid()); in FindOrMakeCachedMipmappedView()
435 GrUniqueKey::Builder b(&mipmappedKey, baseKey, kMipmappedDomain, 0); in FindOrMakeCachedMipmappedView()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4541 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local
4577 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4579 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4580 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4597 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4599 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4600 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4615 uint8_t baseKey[256]; in TestNonLeadBytesDuringCollationReordering() local
4634 … baseKeyLength = ucol_getSortKey(myCollation, testString, UPRV_LENGTHOF(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4649 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
[all …]
/external/skqp/tests/
DGrShapeTest.cpp556 const Key& baseKey() const { return fBaseKey; } in baseKey() function in __anon2695f3e30111::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/
DGrStyledShapeTest.cpp564 const Key& baseKey() const { return fBaseKey; } in baseKey() function in __anon3164c2810111::TestCase
1225 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1230 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1236 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == rrectFillCase.baseKey()); in test_path_effect_makes_rrect()
1362 REPORTER_ASSERT(reporter, SkToBool(volatileCase.baseKey().count())); in test_volatile_path()
1368 REPORTER_ASSERT(reporter, !SkToBool(volatileCase.baseKey().count())); in test_volatile_path()
1548 const Key& emptyKey = fillEmptyCase.baseKey(); in DEF_TEST()
1550 const 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()