/external/guice/extensions/persist/test/com/google/inject/persist/jpa/ |
D | ManagedLocalTransactionsAcrossRequestTest.java | 81 JpaTestEntity entity = in testSimpleTransactionWithMerge() local 111 JpaTestEntity entity = in disabled_testSimpleTransactionWithMergeAndDF() local 199 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local 206 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnWithMerge() local 213 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnWithMergeForDf() local 220 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingChecked() local 229 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingUnchecked() local
|
D | ManagedLocalTransactionsTest.java | 76 JpaTestEntity entity = in testSimpleTransactionWithMerge() local 159 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local 166 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnWithMerge() local 173 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingChecked() local 182 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingUnchecked() local
|
D | ManualLocalTransactionsWithCustomMatcherTest.java | 62 JpaTestEntity entity = in testSimpleCrossTxnWork() local 97 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local 106 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn2() local
|
D | ManualLocalTransactionsTest.java | 61 JpaTestEntity entity = injector.getInstance(TransactionalObject.class).runOperationInTxn(); in testSimpleCrossTxnWork() local 94 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local 103 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn2() local
|
D | ClassLevelManagedLocalTransactionsTest.java | 170 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local 183 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingUnchecked() local 197 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingCheckedExcepting() local 211 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingChecked() local
|
D | JoiningLocalTransactionsTest.java | 148 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnInternal() local 160 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxnThrowingCheckedInternal() local 174 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/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
D | ParamsParserTest.java | 17 StringEntity entity = new StringEntity("param1=foobar"); in parseParams_shouldParsePostEntitiesIntoParams() local 27 StringEntity entity = new StringEntity("param1=foobar"); in parseParams_shouldParsePutEntitiesIntoParams() local
|
/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/client/utils/ |
D | URLEncodedUtils.java | 99 final HttpEntity entity) throws IOException { in parse() 117 public static boolean isEncoded (final HttpEntity entity) { in isEncoded()
|
/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/tensorflow/tensorflow/python/autograph/pyct/ |
D | parser.py | 37 def parse_entity(entity): argument
|