HomeSort by relevance Sort by last modified time
    Searched defs:entity (Results 26 - 50 of 651) sorted by null

12 3 4 5 6 7 8 91011>>

  /test/vti/dashboard/src/main/java/com/android/vts/entity/
BranchEntity.java 17 package com.android.vts.entity;
19 import com.google.appengine.api.datastore.Entity;
25 /** Entity describing a branch. */
29 public static final String KIND = "Branch"; // The entity kind.
31 public Key key; // The key for the entity in the database.
43 public Entity toEntity() {
44 return new Entity(this.key);
48 * Convert an Entity object to a BranchEntity.
50 * @param e The entity to process.
53 public static BranchEntity fromEntity(Entity e)
    [all...]
BuildTargetEntity.java 17 package com.android.vts.entity;
19 import com.google.appengine.api.datastore.Entity;
25 /** Entity describing a build target. */
29 public static final String KIND = "BuildTarget"; // The entity kind.
31 public Key key; // The key for the entity in the database.
43 public Entity toEntity() {
44 return new Entity(this.key);
48 * Convert an Entity object to a BuildTargetEntity.
50 * @param e The entity to process.
53 public static BuildTargetEntity fromEntity(Entity e)
    [all...]
TestPlanEntity.java 17 package com.android.vts.entity;
19 import com.google.appengine.api.datastore.Entity;
23 /** Entity describing test plan metadata. */
44 public Entity toEntity() {
45 Entity planEntity = new Entity(KIND, this.testPlanName);
50 * Convert an Entity object to a TestEntity.
52 * @param e The entity to process.
56 public static TestPlanEntity fromEntity(Entity e) {
59 logger.log(Level.WARNING, "Missing test plan attributes in entity: " + e.toString())
    [all...]
  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/AbstractHttpEntity.java $
32 package org.apache.http.entity;
213 ("streaming entity does not implement consumeContent()");
HttpEntityWrapper.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/HttpEntityWrapper.java $
32 package org.apache.http.entity;
46 * should not be delegated to the wrapped entity.
59 /** The wrapped entity. */
63 * Creates a new entity wrapper.
65 * @param wrapped the entity to wrap
72 ("wrapped entity must not be null");
SerializableEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/SerializableEntity.java $
32 package org.apache.http.entity;
BasicHttpEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/BasicHttpEntity.java $
32 package org.apache.http.entity;
39 * A generic streamed entity being received on a connection.
59 * Creates a new basic entity.
97 * Tells that this entity is not repeatable.
147 content.close(); // reads to the end of the entity
FileEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/FileEntity.java $
32 package org.apache.http.entity;
41 * An entity whose content is retrieved from a file.
97 * Tells that this entity is not streaming.
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/LaxContentLengthStrategy.java $
32 package org.apache.http.impl.entity;
40 import org.apache.http.entity.ContentLengthStrategy;
48 * This strategy conforms to the entity transfer rules outlined in
66 * empty line after the header fields, regardless of the entity-header fields present in the
76 * OCTETs represents both the entity-length and the transfer-length. The Content-Length
118 * has been, can be, or may need to be applied to an entity-body in order to ensure
120 * the transfer-coding is a property of the message, not of the original entity.
151 * the message, not of the entity.
157 * If multiple encodings have been applied to an entity, the transfer- codings MUST be listed in
    [all...]
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
ManualLocalTransactionsConfidenceTest.java 81 JpaParentTestEntity entity = new JpaParentTestEntity(); local
87 entity.getChildren().add(child);
88 em.persist(entity);
90 entity = new JpaParentTestEntity();
91 entity.getChildren().add(child);
92 em.persist(entity);
ManualLocalTransactionsWithCustomMatcherTest.java 65 JpaTestEntity entity = injector local
71 //persisted entity should remain in the same em (which should still be open)
73 injector.getInstance(EntityManager.class).contains(entity));
74 assertTrue("EntityManager appears to have been closed across txns!", em.contains(entity));
93 JpaTestEntity entity = new JpaTestEntity(); local
94 entity.setText(UNIQUE_TEXT);
95 em.persist(entity);
97 return entity;
102 JpaTestEntity entity = new JpaTestEntity(); local
103 entity.setText(UNIQUE_TEXT_2)
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
NodeComparator.java 35 private final CounterEntity entity; field in class:NodeComparator
38 final CounterEntity entity) {
40 this.entity = entity;
82 final ICounter c1 = n1.getCounter(entity);
83 final ICounter c2 = n2.getCounter(entity);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
PercentageColumn.java 37 private final CounterEntity entity; field in class:PercentageColumn
45 * entity.
47 * @param entity
48 * counter entity for this column
52 public PercentageColumn(final CounterEntity entity, final Locale locale) {
53 this.entity = entity;
56 CounterComparator.MISSEDRATIO.on(entity));
78 final ICounter counter = node.getCounter(entity);
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
ParamsParser.java 31 HttpEntity entity = request.getEntity(); local
32 if (entity != null) {
33 List<NameValuePair> pairs = URLEncodedUtils.parse(entity);
  /external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
ParamsParserTest.java 10 import org.apache.http.entity.StringEntity;
17 StringEntity entity = new StringEntity("param1=foobar"); local
18 entity.setContentType("application/x-www-form-urlencoded");
19 post.setEntity(entity);
27 StringEntity entity = new StringEntity("param1=foobar"); local
28 entity.setContentType("application/x-www-form-urlencoded");
29 put.setEntity(entity);
  /external/volley/src/main/java/com/android/volley/toolbox/
BaseHttpStack.java 24 import org.apache.http.entity.BasicHttpEntity;
85 BasicHttpEntity entity = new BasicHttpEntity(); local
86 entity.setContent(responseStream);
87 entity.setContentLength(response.getContentLength());
88 apacheResponse.setEntity(entity);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentitiestype.java 32 * method implements the Entity interface.
67 Node entity; local
75 entity = (Node) entityList.item(indexN10049);
76 entityType = (int) entity.getNodeType();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getNamedItemNS03.java 34 * Entity nodes are not namespaced and should not be retrievable using
66 Entity entity; local
73 entity = (Entity) entities.getNamedItemNS(nullNS, "ent1");
74 assertNull("entityNull", entity);
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 20 import org.apache.http.entity.ByteArrayEntity;
21 import org.apache.http.entity.InputStreamEntity;
22 import org.apache.http.entity.StringEntity;
196 HttpEntity entity = response.getEntity(); local
201 assertNotNull(entity.getContentEncoding());
202 assertEquals("gzip", entity.getContentEncoding().getValue());
204 assertEquals(text, gunzip(entity));
217 HttpEntity entity = response.getEntity(); local
222 assertNotNull(entity.getContentEncoding());
223 assertEquals("gzip", entity.getContentEncoding().getValue())
242 HttpEntity entity = response.getEntity(); local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_storage.c 18 * entity */
52 /* Return a boolean value indicating whether an IO entity is valid */
55 const io_entity_t *entity = (io_entity_t *)handle; local
56 int result = (entity != NULL) &&
57 (is_valid_dev((uintptr_t)entity->dev_handle));
85 /* Set a handle to track an entity */
86 static void set_handle(uintptr_t *handle, io_entity_t *entity)
89 *handle = (uintptr_t)entity;
93 /* Locate an entity in the pool, specified by address */
94 static int find_first_entity(const io_entity_t *entity, unsigned int *index_out
223 io_entity_t *entity; local
264 io_entity_t *entity = (io_entity_t *)handle; local
284 io_entity_t *entity = (io_entity_t *)handle; local
304 io_entity_t *entity = (io_entity_t *)handle; local
323 io_entity_t *entity = (io_entity_t *)handle; local
    [all...]

Completed in 484 milliseconds

12 3 4 5 6 7 8 91011>>