Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteRawStatementTest.java610 final String head = ":\u1F92F"; in testUnicode() local
614 final String sql = "SELECT i AS " + cat + " FROM t1 WHERE j = " + head; in testUnicode()
618 assertEquals(1, s.getParameterIndex(head)); in testUnicode()
619 assertEquals(head, s.getParameterName(1)); in testUnicode()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c1097 u64 head = avc + hash * 8; in grant() local
1099 u64 first = r64(head); in grant()
1100 w128(hl, first, head); in grant()
1103 w64(head, hl); in grant()