Home
last modified time | relevance | path

Searched refs:createQuery (Results 1 – 14 of 14) sorted by relevance

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DManagedLocalTransactionsTest.java62 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()
DClassLevelManagedLocalTransactionsTest.java73 .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()
DManagedLocalTransactionsAcrossRequestTest.java65 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()
DJoiningLocalTransactionsTest.java66 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()
DManualLocalTransactionsWithCustomMatcherTest.java82 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork()
86 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork()
DManualLocalTransactionsTest.java77 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork()
81 em.createQuery("from JpaTestEntity where text = :text") in testSimpleCrossTxnWork()
DJpaWorkManagerTest.java72 .createQuery("select e from JpaTestEntity as e where text = :text"); in testWorkManagerInSession()
/external/guice/extensions/persist/src/com/google/inject/persist/jpa/
DJpaFinderProxy.java64 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/
DglcKHRDebugTests.hpp202 static glw::GLuint createQuery(const glw::Functions* gl, const glu::RenderContext* rc);
DglcKHRDebugTests.cpp689 { 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/
DContext.h571 GLuint createQuery();
727 Query *createQuery(GLuint handle, GLenum type);
DContext.cpp947 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
DlibGLESv3.cpp675 ids[i] = context->createQuery(); in GenQueries()
DlibGLESv2.cpp2206 ids[i] = context->createQuery(); in GenQueriesEXT()