Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglMultiThreadTests.cpp1377 static const EGLint queryAttributes[] = in querySetSharedObjects() local
1384 const EGLint attribute = queryAttributes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(queryAttributes) - 1)]; in querySetSharedObjects()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DContactsFacade.java379 public JSONArray queryAttributes( in queryAttributes() method in ContactsFacade