Home
last modified time | relevance | path

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

12345

/external/guice/extensions/persist/test/com/google/inject/persist/jpa/
DManagedLocalTransactionsAcrossRequestTest.java81 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
DManagedLocalTransactionsTest.java76 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
DManualLocalTransactionsWithCustomMatcherTest.java62 JpaTestEntity entity = in testSimpleCrossTxnWork() local
97 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn() local
106 JpaTestEntity entity = new JpaTestEntity(); in runOperationInTxn2() local
DManualLocalTransactionsTest.java61 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
DClassLevelManagedLocalTransactionsTest.java170 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
DJoiningLocalTransactionsTest.java148 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/
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/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
DParamsParserTest.java17 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/
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/client/utils/
DURLEncodedUtils.java99 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/
DRequestContent.java78 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
DRequestExpectContinue.java71 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); in process() local
/external/tensorflow/tensorflow/python/autograph/pyct/
Dparser.py37 def parse_entity(entity): argument

12345