Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 25 of 95) sorted by relevance

1234

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DManagedLocalTransactionsAcrossRequestTest.java83 JpaTestEntity entity = injector.getInstance(TransactionalObject.class) in testSimpleTransactionWithMerge() local
110 JpaTestEntity entity = injector.getInstance(TransactionalObject.class) in disabled_testSimpleTransactionWithMergeAndDF() local
189 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local
196 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnWithMerge() local
203 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnWithMergeForDf() local
210 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingChecked() local
219 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingUnchecked() local
DManagedLocalTransactionsTest.java77 JpaTestEntity entity = injector.getInstance(TransactionalObject.class) in testSimpleTransactionWithMerge() local
148 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local
155 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnWithMerge() local
162 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingChecked() local
171 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingUnchecked() local
DManualLocalTransactionsWithCustomMatcherTest.java65 JpaTestEntity entity = injector in testSimpleCrossTxnWork() local
93 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local
102 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn2() local
DManualLocalTransactionsTest.java62 JpaTestEntity entity = injector.getInstance(TransactionalObject.class).runOperationInTxn(); in testSimpleCrossTxnWork() local
90 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local
99 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn2() local
DClassLevelManagedLocalTransactionsTest.java155 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local
169 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingUnchecked() local
183 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingCheckedExcepting() local
197 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingChecked() local
DJoiningLocalTransactionsTest.java139 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnInternal() local
151 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingCheckedInternal() local
165 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingUncheckedInternal() local
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java112 HttpEntity entity = response.getEntity(); in doSomeBasicMethodTest() local
149 HttpEntity entity = response.getEntity(); in doNonRouterRequest() local
161 HttpEntity entity = response.getEntity(); in doExceptionRequest() local
173 HttpEntity entity = response.getEntity(); in doDeletedRoute() local
185 HttpEntity entity = response.getEntity(); in doUriSelection1() local
197 HttpEntity entity = response.getEntity(); in doStreamOfData() local
242 HttpEntity entity = response.getEntity(); in doGeneralParams() local
254 HttpEntity entity = response.getEntity(); in doIndexHandler() local
266 HttpEntity entity = response.getEntity(); in doMissingHandler() local
285 HttpEntity entity = response.getEntity(); in doOtherMethod() local
[all …]
/external/apache-http/src/org/apache/http/util/
DEntityUtils.java65 public static byte[] toByteArray(final HttpEntity entity) throws IOException { in toByteArray()
93 public static String getContentCharSet(final HttpEntity entity) in getContentCharSet()
113final HttpEntity entity, final String defaultCharset) throws IOException, ParseException { in toString()
149 public static String toString(final HttpEntity entity) in toString()
/external/apache-http/src/org/apache/http/impl/client/
DEntityEnclosingRequestWrapper.java62 private HttpEntity entity; field in EntityEnclosingRequestWrapper
74 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicResponseHandler.java80 HttpEntity entity = response.getEntity(); in handleResponse() local
/external/apache-http/src/org/apache/http/client/methods/
DHttpEntityEnclosingRequestBase.java57 private HttpEntity entity; field in HttpEntityEnclosingRequestBase
67 public void setEntity(final HttpEntity entity) { in setEntity()
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/
DHttpEntityBody.java13 private final HttpEntity entity; field in HttpEntityBody
16 HttpEntityBody(HttpEntity entity, String contentTypeHeader) { in HttpEntityBody()
/external/apache-http/src/org/apache/http/message/
DBasicHttpEntityEnclosingRequest.java58 private HttpEntity entity; field in BasicHttpEntityEnclosingRequest
77 public void setEntity(final HttpEntity entity) { in setEntity()
DBasicHttpResponse.java62 private HttpEntity entity; field in BasicHttpResponse
180 public void setEntity(final HttpEntity entity) { in setEntity()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DNodeComparator.java35 private final CounterEntity entity; field in NodeComparator
38 final CounterEntity entity) { in NodeComparator()
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlStripFunction.java180 String entity = entityValues.get(entityName); in appendDecodedEntityReference() local
194 private void appendNumberedEntity(Appendable out, CharSequence entity) throws IOException { in appendNumberedEntity()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DPercentageColumn.java37 private final CounterEntity entity; field in PercentageColumn
52 public PercentageColumn(final CounterEntity entity, final Locale locale) { in PercentageColumn()
DCounterColumn.java45 public static CounterColumn newTotal(final CounterEntity entity, in newTotal()
DBarColumn.java38 private final CounterEntity entity; field in BarColumn
55 public BarColumn(final CounterEntity entity, final Locale locale) { in BarColumn()
/external/apache-http/src/org/apache/http/
DHttpEntityEnclosingRequest.java64 void setEntity(HttpEntity entity); in setEntity()
/external/apache-http/src/org/apache/http/protocol/
DRequestContent.java78 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
DRequestExpectContinue.java71 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
/external/apache-http/src/org/apache/http/client/utils/
DURLEncodedUtils.java99 final HttpEntity entity) throws IOException { in parse()
117 public static boolean isEncoded (final HttpEntity entity) { in isEncoded()
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DAbstractTestHttpServer.java46 protected byte[] readContents(HttpEntity entity) throws IOException { in readContents()
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpSSLServerTest.java58 HttpEntity entity = response.getEntity(); in testSSLConnection() local

1234