Home
last modified time | relevance | path

Searched refs:emptyKey (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DGrStyledShapeTest.cpp1408 Key emptyKey; in test_path_effect_makes_empty_shape() local
1409 make_key(&emptyKey, emptyShape); in test_path_effect_makes_empty_shape()
1418 REPORTER_ASSERT(reporter, invertedEmptyKey != emptyKey); in test_path_effect_makes_empty_shape()
1423 REPORTER_ASSERT(reporter, geoPECase.appliedFullStyleKey() == emptyKey); in test_path_effect_makes_empty_shape()
1424 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectKey() == emptyKey); in test_path_effect_makes_empty_shape()
1425 REPORTER_ASSERT(reporter, geoPECase.appliedPathEffectThenStrokeKey() == emptyKey); in test_path_effect_makes_empty_shape()
1436 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedFullStyleKey() == emptyKey); in test_path_effect_makes_empty_shape()
1437 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectKey() == emptyKey); in test_path_effect_makes_empty_shape()
1438 REPORTER_ASSERT(reporter, geoPEStrokeCase.appliedPathEffectThenStrokeKey() == emptyKey); in test_path_effect_makes_empty_shape()
1548 const Key& emptyKey = fillEmptyCase.baseKey(); in DEF_TEST() local
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c2106 uint8_t emptyKey[20], abcKey[50], mergedKey[100]; in TestMergeSortKeys() local
2110 emptyKeyLen = ucol_getSortKey(coll, &empty, 0, emptyKey, 20); in TestMergeSortKeys()
2113 mergedKeyLen = ucol_mergeSortkeys(emptyKey, emptyKeyLen, abcKey, abcKeyLen, mergedKey, 100); in TestMergeSortKeys()
2118 mergedKeyLen = ucol_mergeSortkeys(emptyKey, 0, abcKey, abcKeyLen, mergedKey, 100); in TestMergeSortKeys()
2122 mergedKeyLen = ucol_mergeSortkeys(abcKey, abcKeyLen, emptyKey, 0, mergedKey, 100); in TestMergeSortKeys()