Home
last modified time | relevance | path

Searched refs:keyA (Results 1 – 6 of 6) 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java2399 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local
2400 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179()
2401 if (keyA.compareTo(coll.getCollationKey(lastPrimIgn))<=0) { in Test6179()
2407 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
2437 CollationKey keyA = coll.getCollationKey("a"); in Test6179() local
2438 logln("Key for \"a\":"+ CollationTest.prettify(keyA)); in Test6179()
2439 byte[] keyAInBytes = keyA.toByteArray(); in Test6179()
2448 if (keyA.compareTo(coll.getCollationKey(firstVariable))>=0) { in Test6179()
/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/skia/tests/
DGrShapeTest.cpp455 const Key& keyA, const Key& keyB) { in check_equivalence() argument
520 REPORTER_ASSERT(r, keyA == keyB); in check_equivalence()
522 REPORTER_ASSERT(r, keyA != keyB); in check_equivalence()