Home
last modified time | relevance | path

Searched refs:keyA (Results 1 – 8 of 8) sorted by relevance

/external/tpm2/
DZGen_2Phase_fp.h13 TPMI_DH_OBJECT keyA; member
DZGen_2Phase.c35 eccKey = ObjectGet(in->keyA); in TPM2_ZGen_2Phase()
DMarshal_ZGen_2Phase.c44 target->keyA = request_handles[0]; in ZGen_2Phase_In_Unmarshal()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java2398 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local
2399 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179()
2400 if (keyA.compareTo(coll.getCollationKey(lastPrimIgn))<=0) { in Test6179()
2406 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
2436 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local
2437 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179()
2438 byte[] keyAInBytes = keyA.toByteArray(); in Test6179()
2447 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java2401 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local
2402 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179()
2403 if (keyA.compareTo(coll.getCollationKey(lastPrimIgn))<=0) { in Test6179()
2409 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
2439 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local
2440 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179()
2441 byte[] keyAInBytes = keyA.toByteArray(); in Test6179()
2450 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
/external/skia/tests/
DGrShapeTest.cpp110 const Key& keyA, const Key& keyB) { in check_equivalence() argument
175 REPORTER_ASSERT(r, keyA == keyB); in check_equivalence()
177 REPORTER_ASSERT(r, keyA != keyB); in check_equivalence()
/external/skqp/tests/
DGrShapeTest.cpp110 const Key& keyA, const Key& keyB) { in check_equivalence() argument
175 REPORTER_ASSERT(r, keyA == keyB); in check_equivalence()
177 REPORTER_ASSERT(r, keyA != keyB); in check_equivalence()
/external/python/cpython3/Doc/library/
Dconfigparser.rst465 ... 'section2': {'keyA': 'valueA',