HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 1826 - 1850 of 3175) sorted by null

<<71727374757677787980>>

  /hardware/ril/mock-ril/
NOTICE 25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
36 "You" (or "Your") shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 "Contributor" shall mean Licensor and any individual or Legal Entity
95 institute patent litigation against any entity (including
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactLoaderTest.java 105 final Uri entityUri = Uri.withAppendedPath(baseUri, Contacts.Entity.CONTENT_DIRECTORY);
140 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
170 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
200 final Uri entityUri = Uri.withAppendedPath(lookupNoIdUri, Contacts.Entity.CONTENT_DIRECTORY);
229 final Uri entityUri = Uri.withAppendedPath(lookupUri, Contacts.Entity.CONTENT_DIRECTORY);
268 Contacts.Entity.CONTENT_DIRECTORY);
299 Contacts.Entity.CONTACT_ID,
300 Contacts.Entity.RAW_CONTACT_ID,
308 Contacts.Entity.DATA_ID,
329 .withSortOrder(Contacts.Entity.RAW_CONTACT_ID
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.ddms/
feature.xml 34 &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
37 &quot;Legal Entity&quot; shall mean the union of the acting entity and all
39 control with that entity. For the purposes of this definition,
41 direction or management of such entity, whether by contract or
43 outstanding shares, or (iii) beneficial ownership of such entity.
45 &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
74 or by an individual or Legal Entity authorized to submit on behalf of
84 &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
104 institute patent litigation against any entity (including
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.gldebugger/
feature.xml 28 &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
31 &quot;Legal Entity&quot; shall mean the union of the acting entity and all
33 control with that entity. For the purposes of this definition,
35 direction or management of such entity, whether by contract or
37 outstanding shares, or (iii) beneficial ownership of such entity.
39 &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
68 or by an individual or Legal Entity authorized to submit on behalf of
78 &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
98 institute patent litigation against any entity (including
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.hierarchyviewer/
feature.xml 29 &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
32 &quot;Legal Entity&quot; shall mean the union of the acting entity and all
34 control with that entity. For the purposes of this definition,
36 direction or management of such entity, whether by contract or
38 outstanding shares, or (iii) beneficial ownership of such entity.
40 &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
69 or by an individual or Legal Entity authorized to submit on behalf of
79 &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
99 institute patent litigation against any entity (including
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.pdt/
feature.xml 28 &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
31 &quot;Legal Entity&quot; shall mean the union of the acting entity and all
33 control with that entity. For the purposes of this definition,
35 direction or management of such entity, whether by contract or
37 outstanding shares, or (iii) beneficial ownership of such entity.
39 &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
68 or by an individual or Legal Entity authorized to submit on behalf of
78 &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
98 institute patent litigation against any entity (including
    [all...]
  /sdk/eclipse/features/com.android.ide.eclipse.traceview/
feature.xml 29 &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
32 &quot;Legal Entity&quot; shall mean the union of the acting entity and all
34 control with that entity. For the purposes of this definition,
36 direction or management of such entity, whether by contract or
38 outstanding shares, or (iii) beneficial ownership of such entity.
40 &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
69 or by an individual or Legal Entity authorized to submit on behalf of
79 &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
99 institute patent litigation against any entity (including
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/
about.html 32 &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
35 &quot;Legal Entity&quot; shall mean the union of the acting entity and all
37 control with that entity. For the purposes of this definition,
39 direction or management of such entity, whether by contract or
41 outstanding shares, or (iii) beneficial ownership of such entity.
43 &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
72 or by an individual or Legal Entity authorized to submit on behalf of
82 &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
102 institute patent litigation against any entity (including
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/
about.html 25 &quot;Licensor&quot; shall mean the copyright owner or entity authorized by
28 &quot;Legal Entity&quot; shall mean the union of the acting entity and all
30 control with that entity. For the purposes of this definition,
32 direction or management of such entity, whether by contract or
34 outstanding shares, or (iii) beneficial ownership of such entity.
36 &quot;You&quot; (or &quot;Your&quot;) shall mean an individual or Legal Entity
65 or by an individual or Legal Entity authorized to submit on behalf of
75 &quot;Contributor&quot; shall mean Licensor and any individual or Legal Entity
95 institute patent litigation against any entity (including
    [all...]
  /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/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 57 private HttpEntity entity; field in class:BasicHttpResponse
125 return this.entity;
175 public void setEntity(final HttpEntity entity) {
176 this.entity = entity;
  /frameworks/support/volley/src/com/android/volley/toolbox/
BasicNetwork.java 201 private byte[] entityToBytes(HttpEntity entity) throws IOException, ServerError {
203 new PoolingByteArrayOutputStream(mPool, (int) entity.getContentLength());
206 InputStream in = entity.getContent();
219 entity.consumeContent();
221 // This can happen if there was an exception above that left the entity in
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 834 * Receive notification of an unparsed entity declaration.
840 * @param name The entity name.
841 * @param publicId The entity public identifier, or null if not
843 * @param systemId The entity system identifier.
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 86 import org.apache.http.entity.BufferedHttpEntity;
421 "with a non-repeatable request entity");
482 HttpEntity entity = response.getEntity(); local
483 if (entity != null) {
484 entity.consumeContent();
486 // entity consumed above is not an auto-release entity,
507 // check for entity, release connection if possible
515 // install an auto-release entity
516 HttpEntity entity = response.getEntity() local
772 HttpEntity entity = response.getEntity(); local
794 HttpEntity entity = response.getEntity(); local
    [all...]
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 117 setorigin (entity, origin)
212 setsize (entity, minvector, maxvector)
231 setmodel(entity, model)
547 Each entity can have eight independant sound sources, like voice,
551 allready running on that entity/channel pair.
562 edict_t *entity; local
566 entity = G_EDICT(OFS_PARM0);
581 SV_StartSound (entity, channel, sample, volume, attenuation);
672 Returns true if the given entity can move to the given position from it's
675 scalar checkpos (entity, vector
    [all...]
  /gdk/samples/quake/jni/
pr_cmds.cpp 117 setorigin (entity, origin)
212 setsize (entity, minvector, maxvector)
231 setmodel(entity, model)
547 Each entity can have eight independant sound sources, like voice,
551 allready running on that entity/channel pair.
562 edict_t *entity; local
566 entity = G_EDICT(OFS_PARM0);
581 SV_StartSound (entity, channel, sample, volume, attenuation);
672 Returns true if the given entity can move to the given position from it's
675 scalar checkpos (entity, vector
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 145 * <p>The value of this flag determines whether the children of entity
150 * <p> To produce a view of the document that has entity references
151 * expanded and does not expose the entity reference node itself, use
152 * the <code>whatToShow</code> flags to hide the entity reference node
154 * iterator. To produce a view of the document that has entity reference
155 * nodes but no entity expansion, use the <code>whatToShow</code> flags
156 * to show the entity reference node and set
160 * entity references when the document tree was built, and thus this
163 * @return true if entity references will be expanded. */
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 250 * An entity reference was just read;
252 * only. The entity name is available by calling getName(). If available,
254 * the user is responsible for resolving the entity reference.
382 * was ignored, entity references may cause exceptions
507 * Set new value for entity replacement text as defined in
509 * Construction of Internal Entity Replacement Text</a>.
512 * enabled, there is no need to the entity replacement text manually.
520 * and it corresponds to declaring entity in DTD that has all special characters
525 * contain any other entity reference (if it contains any entity referenc
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.content.html 91 <A NAME="Entity"></A>
92 <nobr><A HREF="../../../../reference/android/content/Entity.html" target="_top"><code>Entity</code></A></nobr>
98 <A NAME="Entity.NamedContentValues"></A>
99 <nobr><A HREF="../../../../reference/android/content/Entity.NamedContentValues.html" target="_top"><code>Entity.NamedContentValues</code></A></nobr>
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
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
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 88 // will interpret this entity as a newly-created item and generate a
133 // than one entity in a user's store with the same tag value.
196 // this entity. This value corresponds to |cache_guid| in CommitMessage.
205 // committed this entity. Typically a negative integer.
216 // A client defined unique hash for this entity.
219 // When initially committing an entity, a client can request that the entity
221 // client_defined_unique_tag. At most one entity per tag value may exist.
224 // Will be returned in any updates for this entity.
227 // client_defined_unique_tag is the creator of the entity. Server define
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
HttpGet.java 43 * entity) is identified by the Request-URI. If the Request-URI refers
45 * returned as the entity in the response and not the source text of the
HttpHead.java 46 * be used for obtaining metainformation about the entity implied by the
47 * request without transferring the entity-body itself. This method is
HttpPut.java 42 * The PUT method requests that the enclosed entity be stored under the
44 * existing resource, the enclosed entity SHOULD be considered as a
HttpTrace.java 45 * entity-body of a 200 (OK) response. The final recipient is either the
48 * MUST NOT include an entity.

Completed in 508 milliseconds

<<71727374757677787980>>