/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
D | ManagedLocalTransactionsAcrossRequestTest.java | 83 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
|
D | ManagedLocalTransactionsTest.java | 77 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
|
D | ManualLocalTransactionsWithCustomMatcherTest.java | 65 JpaTestEntity entity = injector in testSimpleCrossTxnWork() local 93 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local 102 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn2() local
|
D | ManualLocalTransactionsTest.java | 62 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
|
D | ClassLevelManagedLocalTransactionsTest.java | 155 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
|
D | JoiningLocalTransactionsTest.java | 139 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/ |
D | TestNanolets.java | 112 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/ |
D | EntityUtils.java | 65 public static byte[] toByteArray(final HttpEntity entity) throws IOException { in toByteArray() 93 public static String getContentCharSet(final HttpEntity entity) in getContentCharSet() 113 … final 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/ |
D | EntityEnclosingRequestWrapper.java | 62 private HttpEntity entity; field in EntityEnclosingRequestWrapper 74 public void setEntity(final HttpEntity entity) { in setEntity()
|
D | BasicResponseHandler.java | 80 HttpEntity entity = response.getEntity(); in handleResponse() local
|
/external/apache-http/src/org/apache/http/client/methods/ |
D | HttpEntityEnclosingRequestBase.java | 57 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/ |
D | HttpEntityBody.java | 13 private final HttpEntity entity; field in HttpEntityBody 16 HttpEntityBody(HttpEntity entity, String contentTypeHeader) { in HttpEntityBody()
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicHttpEntityEnclosingRequest.java | 58 private HttpEntity entity; field in BasicHttpEntityEnclosingRequest 77 public void setEntity(final HttpEntity entity) { in setEntity()
|
D | BasicHttpResponse.java | 62 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/ |
D | NodeComparator.java | 35 private final CounterEntity entity; field in NodeComparator 38 final CounterEntity entity) { in NodeComparator()
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/ |
D | HtmlStripFunction.java | 180 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/ |
D | PercentageColumn.java | 37 private final CounterEntity entity; field in PercentageColumn 52 public PercentageColumn(final CounterEntity entity, final Locale locale) { in PercentageColumn()
|
D | CounterColumn.java | 45 public static CounterColumn newTotal(final CounterEntity entity, in newTotal()
|
D | BarColumn.java | 38 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/ |
D | HttpEntityEnclosingRequest.java | 64 void setEntity(HttpEntity entity); in setEntity()
|
/external/apache-http/src/org/apache/http/protocol/ |
D | RequestContent.java | 78 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
|
D | RequestExpectContinue.java | 71 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
|
/external/apache-http/src/org/apache/http/client/utils/ |
D | URLEncodedUtils.java | 99 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/ |
D | AbstractTestHttpServer.java | 46 protected byte[] readContents(HttpEntity entity) throws IOException { in readContents()
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
D | HttpSSLServerTest.java | 58 HttpEntity entity = response.getEntity(); in testSSLConnection() local
|