/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
D | ManagedLocalTransactionsTest.java | 62 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransaction() 86 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionWithMerge() 116 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnChecked() 140 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnUnchecked()
|
D | ClassLevelManagedLocalTransactionsTest.java | 73 .createQuery("from JpaTestEntity where text = :text") in testSimpleTransaction() 103 .createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnChecked() 130 .createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnCheckedExcepting() 155 .createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnUnchecked()
|
D | ManagedLocalTransactionsAcrossRequestTest.java | 65 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransaction() 95 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionWithMerge() 152 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnChecked() 178 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnUnchecked()
|
D | JoiningLocalTransactionsTest.java | 66 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransaction() 98 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnChecked() 124 em.createQuery("from JpaTestEntity where text = :text") in testSimpleTransactionRollbackOnUnchecked()
|
D | ManualLocalTransactionsWithCustomMatcherTest.java | 82 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork() 86 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork()
|
D | ManualLocalTransactionsTest.java | 77 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork() 81 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork()
|
D | JpaWorkManagerTest.java | 72 .createQuery("select e from JpaTestEntity as e where text = :text"); in testWorkManagerInSession()
|
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/ |
D | JpaFinderProxy.java | 64 Query jpaQuery = finderDescriptor.createQuery(em); in invoke() 270 Query createQuery(EntityManager em) { in createQuery() method in JpaFinderProxy.FinderDescriptor 271 return isKeyedQuery ? em.createNamedQuery(name) : em.createQuery(query); in createQuery()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.hpp | 202 static glw::GLuint createQuery(const glw::Functions* gl, const glu::RenderContext* rc);
|
D | glcKHRDebugTests.cpp | 689 { GL_QUERY, createQuery, deleteQuery, "Query" }, in iterate() 972 GLuint LabelsTest::createQuery(const Functions* gl, const glu::RenderContext* rc) in createQuery() function in glcts::KHRDebug::LabelsTest
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 571 GLuint createQuery(); 727 Query *createQuery(GLuint handle, GLenum type);
|
D | Context.cpp | 947 GLuint Context::createQuery() in createQuery() function in es2::Context 1376 Query *queryObject = createQuery(query, target); in beginQuery() 1453 Query *Context::createQuery(unsigned int handle, GLenum type) in createQuery() function in es2::Context
|
D | libGLESv3.cpp | 675 ids[i] = context->createQuery(); in GenQueries()
|
D | libGLESv2.cpp | 2206 ids[i] = context->createQuery(); in GenQueriesEXT()
|