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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 41 import org.apache.http.entity.AbstractHttpEntity;
50 * Implements a request entity suitable for an HTTP multipart POST method.
65 * <p>This entity is designed to be used in conjunction with the
127 * Creates a new multipart entity containing the given parts.
129 * @param params The params of the HttpMethod using this entity.
158 * @return The boundary string of this entity in ASCII encoding.
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 1284 struct media_entity_desc entity; local
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderTest.java 528 InputStream entity = new ByteArrayInputStream("bar".getBytes()); local
531 resolver.addEntity("foo", "foo", new InputSource(entity));
604 InputStream entity = new ByteArrayInputStream("bar".getBytes()); local
607 resolver.addEntity("foo", "foo", new InputSource(entity));
  /packages/apps/Exchange/src/com/android/exchange/service/
EasAutoDiscover.java 18 import org.apache.http.entity.StringEntity;
76 final StringEntity entity = buildRequestEntity(); local
77 if (entity == null) {
81 final HttpPost post = makePost("https://" + domain + AUTO_DISCOVER_PAGE, entity,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 110 <HTML>&entity;&#32;
124 ("entityref", "entity"),
337 '<!-- not a comment --> &not-an-entity-ref;',
375 content = """<!-- not a comment --> &not-an-entity-ref;
464 for entity in ['&', '&amp;', '&#38;', '&#x26;']:
465 self._run_check('<a href="%s">' % entity,
467 self._run_check("<a href='%s'>" % entity,
469 self._run_check("<a href=%s>" % entity,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 110 <HTML>&entity;&#32;
124 ("entityref", "entity"),
337 '<!-- not a comment --> &not-an-entity-ref;',
375 content = """<!-- not a comment --> &not-an-entity-ref;
464 for entity in ['&', '&amp;', '&#38;', '&#x26;']:
465 self._run_check('<a href="%s">' % entity,
467 self._run_check("<a href='%s'>" % entity,
469 self._run_check("<a href=%s>" % entity,
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 618 // external entity and the resulting document could simply read the
1304 static xmlEntity entity; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactLoader.java 12 import android.content.Entity;
43 public ArrayList<Entity> entities;
120 ArrayList<Entity> entities = Lists.newArrayList();
124 Entity entity = iterator.next(); local
125 entities.add(entity);
EntitySet.java 24 import android.content.Entity;
73 final Entity before = iterator.next();
74 final EntityDelta entity = EntityDelta.fromBefore(before); local
75 state.add(entity);
91 // For each entity in the remote set, try matching over existing
110 * the "before" {@link Entity} states into the modified state which all
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 105 entity = self.get_entity(expression)
106 return get_arg_text(entity)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 105 entity = self.get_entity(expression)
106 return get_arg_text(entity)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 40 import org.w3c.dom.Entity;
898 * Entity References.)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 12 # no way to create Entity and Notation nodes via the DOM Level 2
53 "ENTITY": minidom.TypeInfo(None, "entity"),
319 # internal entity
592 <!ENTITY fragment-builder-internal
676 entity = doctype.entities.item(i)
679 s = "%s<!ENTITY %s" % (s, entity.nodeName)
680 if entity.publicId:
682 % (s, entity.publicId, entity.systemId
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 12 # no way to create Entity and Notation nodes via the DOM Level 2
53 "ENTITY": minidom.TypeInfo(None, "entity"),
319 # internal entity
592 <!ENTITY fragment-builder-internal
676 entity = doctype.entities.item(i)
679 s = "%s<!ENTITY %s" % (s, entity.nodeName)
680 if entity.publicId:
682 % (s, entity.publicId, entity.systemId
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 43 TiXmlBase::Entity TiXmlBase::entity[ TiXmlBase::NUM_ENTITY ] = member in class:TiXmlBase
440 // Presume an entity, and pull it out.
517 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
519 assert( strlen( entity[i].str ) == entity[i].strLength );
520 *value = entity[i].chr;
522 return ( p + entity[i].strLength );
526 // So it wasn't an entity, its unrecognized, or something like that
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 34 TiXmlBase::Entity TiXmlBase::entity[ NUM_ENTITY ] = member in class:TiXmlBase
421 // Presume an entity, and pull it out.
498 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
500 assert( strlen( entity[i].str ) == entity[i].strLength );
501 *value = entity[i].chr;
503 return ( p + entity[i].strLength );
507 // So it wasn't an entity, its unrecognized, or something like that
    [all...]
  /frameworks/base/core/java/android/provider/
CalendarContract.java 31 import android.content.Entity;
484 * Class that represents a Calendar Entity. There is one entry per calendar.
502 * Creates an entity iterator for the given cursor. It assumes the
519 public Entity getEntityAndIncrementCursor(Cursor cursor) throws RemoteException {
573 // Create the Entity from the ContentValue
574 Entity entity = new Entity(cv); local
579 // Return the created Entity
580 return entity;
1431 Entity entity = new Entity(cv); local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 782 links->source->entity != m_ispSensorEntity ||
783 links->sink->entity != m_ispFrontEntity) {
796 links->source->entity != m_ispFrontEntity ||
797 links->sink->entity != m_ispBackEntity) {
798 ALOGV("DEBUG(%s):i=%d: links->source->entity : %p, m_ispFrontEntity : %p", __func__, i,
799 links->source->entity, m_ispFrontEntity);
800 ALOGV("DEBUG(%s):i=%d: links->sink->entity : %p, m_ispBackEntity : %p", __func__, i,
801 links->sink->entity, m_ispBackEntity);
814 links->source->entity != m_ispBackEntity ||
815 links->sink->entity != m_ispScalerpEntity)
    [all...]
  /device/asus/grouper/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
58 "Legal Entity" shall mean the union of the acting entity and all
60 control with that entity. For the purposes of this definition,
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
125 institute patent litigation against any entity (including
    [all...]
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
58 "Legal Entity" shall mean the union of the acting entity and all
60 control with that entity. For the purposes of this definition,
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
125 institute patent litigation against any entity (including
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
NOTICE 55 "Licensor" shall mean the copyright owner or entity authorized by
58 "Legal Entity" shall mean the union of the acting entity and all
60 control with that entity. For the purposes of this definition,
62 direction or management of such entity, whether by contract or
64 outstanding shares, or (iii) beneficial ownership of such entity.
66 "You" (or "Your") shall mean an individual or Legal Entity
95 or by an individual or Legal Entity authorized to submit on behalf of
105 "Contributor" shall mean Licensor and any individual or Legal Entity
125 institute patent litigation against any entity (including
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.cpp 367 UnencodableReplacementArray entity; local
368 int entityLen = TextCodec::getUnencodableReplacement(codePoint, URLEncodedEntitiesForUnencodables, entity);
369 ucnv_cbFromUWriteBytes(fromUArgs, entity, entityLen, 0, err);
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 339 /* Get the sink subdev entity by name and make the node of sink subdev*/
352 /* get GSC video dev & sub dev entity by name*/
368 links->source->entity != gsc_vd_entity ||
369 links->sink->entity != gsc_sd_entity) {
372 ALOGE("%s::exynos_media_setup_link [src.entity=%d->sink.entity=%d] failed",
373 __func__, links->source->entity->info.id, links->sink->entity->info.id);
382 if (links == NULL || links->source->entity != gsc_sd_entity ||
383 links->sink->entity != sink_sd_entity)
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 235 * Found an entity reference. If an entity resolver is
237 * add an entity reference node.
239 String entity = parser.getName(); local
245 String resolved = resolvePredefinedOrCharacterEntity(entity);
249 node.appendChild(document.createEntityReference(entity));
392 * Returns the replacement text or null if {@code entity} isn't predefined.

Completed in 991 milliseconds

1 2 3 4 5 67 8 91011>>