Home
last modified time | relevance | path

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

12345

/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/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/
Ddb.py35 def __init__(self, entity): argument
58 def __init__(self, entity): argument
/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()
/external/chromium-trace/catapult/dashboard/dashboard/
Dmr.py42 def SaveAllMapper(entity): argument
73 def DeprecateTestsMapper(entity): argument
Dedit_config_handler.py92 def _UpdateAndReportResults(self, entity): argument
102 def _UpdateFromRequestParameters(self, entity): argument
112 def _RenderResults(self, entity, added_test_paths, removed_test_paths): argument
/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.core/src/org/jacoco/core/analysis/
DNodeComparator.java35 private final CounterEntity entity; field in NodeComparator
38 final CounterEntity entity) { in NodeComparator()
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dcontext.py249 def put(self, entity): argument
260 def ndb_put(self, entity): argument
265 def delete(self, entity): argument
292 def _db_repr(cls, entity): argument
304 def _ndb_repr(cls, entity): argument
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DPercentageColumn.java36 private final CounterEntity entity; field in PercentageColumn
51 public PercentageColumn(final CounterEntity entity, final Locale locale) { in PercentageColumn()
DBarColumn.java38 private final CounterEntity entity; field in BarColumn
55 public BarColumn(final CounterEntity entity, final Locale locale) { in BarColumn()
DCounterColumn.java45 public static CounterColumn newTotal(final CounterEntity entity, in newTotal()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1.py174 def RunWithArgs(self, bucket, entity): argument
203 def RunWithArgs(self, bucket, entity): argument
426 def RunWithArgs(self, bucket, entity): argument
538 def RunWithArgs(self, bucket, entity): argument
1116 def RunWithArgs(self, bucket, entity): argument
1145 def RunWithArgs(self, bucket, entity): argument
1414 def RunWithArgs(self, bucket, entity): argument
1540 def RunWithArgs(self, bucket, entity): argument
1615 def RunWithArgs(self, bucket, object, entity): argument
1658 def RunWithArgs(self, bucket, object, entity): argument
[all …]
/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/
DHttpEntityEnclosingRequest.java64 void setEntity(HttpEntity entity); in setEntity()

12345