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

1 2 3 4 5 67 8 91011>>

  /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/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 1598 struct media_entity_desc entity; local
1835 struct media_entity_desc entity; local
1903 struct media_entity_desc entity; local
    [all...]
  /external/ImageMagick/MagickCore/
xml-tree.c 1373 *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...]
  /frameworks/base/core/java/android/view/textclassifier/logging/
SmartSelectionEventTracker.java 337 final String entity = Objects.toString(log.getTaggedData(ENTITY_TYPE), UNKNOWN); local
349 index, type, entity, eventStart, eventEnd, smartStart, smartEnd, widget, model));
464 * Use when the user modifies the selection and the selection's entity type is known.
527 * entity type is known.
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 236 * Found an entity reference. If an entity resolver is
238 * add an entity reference node.
240 String entity = parser.getName(); local
246 String resolved = resolvePredefinedOrCharacterEntity(entity);
250 node.appendChild(document.createEntityReference(entity));
393 * Returns the replacement text or null if {@code entity} isn't predefined.
  /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-common/2.0.0-alpha1/
room-common-2.0.0-alpha1.jar 
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
hibernate-search.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /bionic/libc/kernel/uapi/linux/
media.h 123 __u32 entity; member in struct:media_pad_desc
141 __u32 entity; member in struct:media_links_enum
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 21 import org.apache.http.entity.ByteArrayEntity;
428 ByteArrayEntity entity = createEntity(response.mResponseData); local
429 httpResponse.setEntity(entity);
430 httpResponse.setHeader("Content-Length", "" + entity.getContentLength());
473 ByteArrayEntity entity = createEntity(buf.toString().getBytes()); local
474 response.setEntity(entity);
475 response.setHeader("Content-Length", "" + entity.getContentLength());
481 * Create a string entity for the given content.
484 ByteArrayEntity entity = new ByteArrayEntity(data); local
485 entity.setContentType("text/html")
    [all...]
  /external/kernel-headers/original/uapi/linux/
media.h 48 * Initial value to be used when a new entity is created
54 * Base number ranges for entity functions
56 * NOTE: those ranges and entity function number are phased just to
90 * Audio Entity Functions
115 /* It is a responsibility of the entity drivers to add connectors and links */
137 * registering the entity.
163 * Those symbols map the entity function into types and should be
194 /* Entity flags */
269 __u32 entity; /* entity ID * member in struct:media_pad_desc
291 __u32 entity; member in struct:media_links_enum
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 512 // The whole entity reference has been collected
514 h.entity(theOutputBuffer, 1, theSize - 1);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 2421 struct media_entity_desc entity; local
2723 struct media_entity_desc entity; local
2790 struct media_entity_desc entity; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 25 import android.content.Entity;
27 import android.content.Entity.NamedContentValues;
44 * Contains an {@link Entity} and records any modifications separately so the
45 * original {@link Entity} can be swapped out with a newer version and the
49 * empty {@link Entity}, which then becomes an insert {@link RawContacts} case.
51 * When applying modifications over an {@link Entity}, we try finding the
53 * rows are missing from the new {@link Entity}, we know the original data must
63 * Direct values from {@link Entity#getEntityValues()}.
68 * Internal map of children values from {@link Entity#getSubValues()}, which
81 * Build an {@link EntityDelta} using the given {@link Entity} as
85 final EntityDelta entity = new EntityDelta(); local
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 67 8 91011>>