HomeSort by relevance Sort by last modified time
    Searched refs:entity (Results 76 - 100 of 293) sorted by null

1 2 34 5 6 7 8 91011>>

  /bionic/libc/kernel/common/linux/
media.h 95 __u32 entity; member in struct:media_pad_desc
114 __u32 entity; member in struct:media_links_enum
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-resolver.jar 
  /external/kernel-headers/original/linux/
media.h 101 __u32 entity; /* entity ID */ member in struct:media_pad_desc
119 __u32 entity; member in struct:media_links_enum
  /hardware/samsung_slsi/exynos5/include/
media.h 95 __u32 entity; member in struct:media_pad_desc
114 __u32 entity; member in struct:media_links_enum
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
media.h 101 __u32 entity; /* entity ID */ member in struct:media_pad_desc
119 __u32 entity; member in struct:media_links_enum
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 20 import android.content.Entity;
246 private Entity setupTestEventEntity(String organizer, String attendee, String title) {
247 // Create an Entity for an Event
249 Entity entity = new Entity(entityValues); local
270 entity.addSubValue(Attendees.CONTENT_URI, attendeeValues);
276 entity.addSubValue(Attendees.CONTENT_URI, organizerValues);
277 return entity;
280 private Entity setupTestExceptionEntity(String organizer, String attendee, String title)
281 Entity entity = setupTestEventEntity(organizer, attendee, title); local
293 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); local
335 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); local
401 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); local
465 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); local
542 Entity entity = setupTestExceptionEntity(ORGANIZER, ATTENDEE, title); local
793 Entity entity = setupTestEventEntity(ORGANIZER, ATTENDEE, title); local
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 49 import org.apache.http.entity.ByteArrayEntity;
277 * @param entity The {@link HttpEntity} for this request.
282 public HttpPost makePost(final String uri, final HttpEntity entity, final String contentType,
312 post.setEntity(entity);
330 * @param entity The {@link HttpEntity} containing the payload of the message.
335 protected EasResponse sendHttpClientPost(String cmd, final HttpEntity entity,
353 // If entity is null (e.g. for attachments), don't set this header
357 } else if (entity != null) {
369 final HttpPost method = makePost(uriString, entity, contentType, !isPingCommand);
382 final ByteArrayEntity entity; local
    [all...]
EasCalendarSyncHandler.java 7 import android.content.Entity;
306 * @param entity The {@link Entity} for this event.
309 private void sendDeclinedEmail(final Entity entity, final String clientId) {
311 CalendarUtilities.createMessageForEntity(mContext, entity,
360 * @param entity The {@link Entity} for this event.
366 private void sendEvent(final Entity entity, final String clientId, final Serializer s
    [all...]
  /frameworks/base/core/java/android/net/http/
Request.java 27 import org.apache.http.entity.InputStreamEntity;
127 // it is ok to have null entity for BasicHttpEntityEnclosingRequest.
265 HttpEntity entity = null; local
269 entity = httpClientConnection.receiveResponseEntity(header);
276 if (entity != null) {
277 InputStream is = entity.getContent();
280 Header contentEncoding = entity.getContentEncoding();
352 mConnection.setCanPersist(entity, statusLine.getProtocolVersion(),
463 * Decide whether a response comes with an entity.
466 * indicate responses with an entity
    [all...]
Connection.java 463 private boolean keepAlive(HttpEntity entity,
472 if (entity != null) {
473 if (entity.getContentLength() < 0) {
474 if (!entity.isChunked() || ver.lessEquals(HttpVersion.HTTP_1_0)) {
491 void setCanPersist(HttpEntity entity, ProtocolVersion ver, int connType) {
492 mCanPersist = keepAlive(entity, ver, connType, mHttpContext);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 86 entity = data.save(commit=False)
87 entity.put()
113 entity = data.save(commit=False)
114 entity.updated = datetime.datetime.utcnow()
115 entity.put()
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestProvider.java 20 import android.content.Entity;
42 private final List<Entity> mEntityList;
43 private Iterator<Entity> mIterator;
46 mEntityList = new ArrayList<Entity>();
47 Entity entity = new Entity(new ContentValues()); local
49 entity.addSubValue(Data.CONTENT_URI, contentValues);
51 mEntityList.add(entity);
61 public Entity next()
    [all...]
  /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/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 128 EntityInfoPtr entity; local
188 entity = xf86GetEntityInfo(entity_num);
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 128 EntityInfoPtr entity; local
188 entity = xf86GetEntityInfo(entity_num);
  /frameworks/volley/tests/src/com/android/volley/mock/
MockHttpClient.java 40 public void setResponseData(HttpEntity entity) {
42 mResponseEntity = entity;
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc 149 SyncEntity* entity = static_cast<SyncEntity*>( local
151 entity->set_non_unique_name(name);
152 entity->set_folder(is_folder);
153 entity->set_parent_id(parent_id);
154 entity->set_version(entry.Get(syncable::BASE_VERSION));
155 entity->mutable_specifics()->CopyFrom(entry.Get(syncable::SPECIFICS));
156 entity->set_id(item_id);
165 entry_response->set_non_unique_name(entity->name());
167 entry_response->set_id_string(entity->id_string());
176 entry_response->set_parent_id_string(entity->parent_id_string())
    [all...]
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 31 import org.apache.http.entity.ByteArrayEntity;
32 import org.apache.http.entity.FileEntity;
33 import org.apache.http.entity.InputStreamEntity;
34 import org.apache.http.entity.StringEntity;
539 ByteArrayEntity entity = new ByteArrayEntity(new byte[length]); local
540 entity.setContentType(mimeType);
542 response.setEntity(entity);
568 InputStreamEntity entity = new InputStreamEntity(in, in.available()); local
574 entity.setContentType(mimeType);
575 response.setEntity(entity);
655 StringEntity entity = new StringEntity("CACHE MANIFEST"); local
718 StringEntity entity = new StringEntity(content); local
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 266 final HttpEntity entity = response.getEntity(); local
267 if (entity != null) {
271 inputStream = entity.getContent();
292 entity.consumeContent();
  /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;
208 ("streaming entity does not implement consumeContent()");

Completed in 1234 milliseconds

1 2 34 5 6 7 8 91011>>