HomeSort by relevance Sort by last modified time
    Searched refs:entity (Results 151 - 175 of 671) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
media.h 97 __u32 entity; member in struct:media_pad_desc
116 __u32 entity; member in struct:media_links_enum
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
media.h 97 __u32 entity; member in struct:media_pad_desc
116 __u32 entity; member in struct:media_links_enum
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
media.h 97 __u32 entity; member in struct:media_pad_desc
116 __u32 entity; member in struct:media_links_enum
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
media.h 97 __u32 entity; member in struct:media_pad_desc
116 __u32 entity; member in struct:media_links_enum
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1.py 169 usage = """bucketAccessControls_delete <bucket> <entity>"""
174 def RunWithArgs(self, bucket, entity):
175 """Permanently deletes the ACL entry for the specified entity on the
180 entity: The entity holding the permission. Can be user-userId, user-
188 entity=entity.decode('utf8'),
198 usage = """bucketAccessControls_get <bucket> <entity>"""
203 def RunWithArgs(self, bucket, entity):
204 """Returns the ACL entry for the specified entity on the specified bucket
    [all...]
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
GetAndPostIntegrationTest.java 48 import org.apache.http.client.entity.UrlEncodedFormEntity;
51 import org.apache.http.entity.mime.HttpMultipartMode;
52 import org.apache.http.entity.mime.MultipartEntity;
53 import org.apache.http.entity.mime.content.StringBody;
183 HttpEntity entity = response.getEntity(); local
184 String responseBody = EntityUtils.toString(entity, "UTF-8");
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
HttpClientStack.java 36 import org.apache.http.entity.ByteArrayEntity;
105 HttpEntity entity; local
106 entity = new ByteArrayEntity(postBody);
107 postRequest.setEntity(entity);
150 HttpEntity entity = new ByteArrayEntity(body); local
151 httpRequest.setEntity(entity);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 1597 struct media_entity_desc entity; local
1832 struct media_entity_desc entity; local
1899 struct media_entity_desc entity; local
    [all...]
  /external/apache-http/android/src/android/net/http/
Request.java 27 import org.apache.http.entity.InputStreamEntity;
122 // it is ok to have null entity for BasicHttpEntityEnclosingRequest.
260 HttpEntity entity = null; local
264 entity = httpClientConnection.receiveResponseEntity(header);
271 if (entity != null) {
272 InputStream is = entity.getContent();
275 Header contentEncoding = entity.getContentEncoding();
347 mConnection.setCanPersist(entity, statusLine.getProtocolVersion(),
458 * Decide whether a response comes with an entity.
461 * indicate responses with an entity
    [all...]
  /external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
TestNanoFileUpLoad.java 58 import org.apache.http.entity.ContentType;
59 import org.apache.http.entity.mime.HttpMultipartMode;
60 import org.apache.http.entity.mime.MultipartEntityBuilder;
61 import org.apache.http.entity.mime.content.FileBody;
62 import org.apache.http.entity.mime.content.StringBody;
217 HttpEntity entity = builder.build(); local
219 post.setEntity(entity);
  /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()
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlParser.java 52 * entity handlers and a mini dom-like document tree.
138 * @param entity
140 public synchronized void redirectEntity(String name, URL entity)
142 if (entity != null)
143 _redirectMap.put(name, entity);
423 URL entity = null; local
425 entity = (URL) _redirectMap.get(pid);
426 if (entity == null)
427 entity = (URL) _redirectMap.get(sid);
428 if (entity == null
    [all...]
  /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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ImportTest.java 60 BulletEntity entity = new BulletEntity(instance, result); local
61 ImportTest.this.world.add(entity);
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 128 EntityInfoPtr entity; local
188 entity = xf86GetEntityInfo(entity_num);
  /external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
TestCorsHttpServerWithSingleOrigin.java 112 HttpEntity entity = response.getEntity(); local
113 String string = new String(readContents(entity), "UTF-8");
  /external/tpm2/
Object.c 52 if(s_objects[i].object.entity.attributes.evict == SET)
129 return &s_objects[handle - TRANSIENT_FIRST].object.entity;
270 *object = &s_objects[i].object.entity;
610 MemorySet((BYTE*)&(s_objects[index].object.entity.attributes),
635 if(s_objects[i].object.entity.attributes.ppsHierarchy == SET)
639 if(s_objects[i].object.entity.attributes.spsHierarchy == SET)
643 if(s_objects[i].object.entity.attributes.epsHierarchy == SET)
855 pAssert(s_objects[i].object.entity.attributes.evict == CLEAR);
  /frameworks/volley/src/test/java/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 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 

Completed in 602 milliseconds

1 2 3 4 5 67 8 91011>>