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

<<81828384858687888990>>

  /gdk/samples/quake/jni/
pr_edict.cpp 20 // sv_edict.c -- entity dictionary
81 Try to avoid reusing an entity that was recently freed, because it
82 can cause the client to think the entity morphed into something else
119 FIXME: walk all entities and NULL out references to this entity
294 sprintf (line, "entity %i", NUM_FOR_EDICT(PROG_TO_EDICT(val->edict)) );
895 ED_Alloc, because otherwise an error loading the map would have entity
898 Creates a server's entity / program execution context by
899 parsing textual entity definitions out of an ent file.
server.h 167 // entity effects
221 void SV_StartSound (edict_t *entity, int channel, const char *sample, int volume,
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 382 * Indicates whether the implementation expands entity references.
383 * @return true if expanding entity references
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 34 * Creates an empty <code>DocumentType</code> node. Entity declarations
35 * and notations are not made available. Entity reference expansions and
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 163 + " <!ENTITY bar SYSTEM \"/no-such-document.xml\">"
175 + " <!ENTITY % bar SYSTEM \"/no-such-document.xml\">"
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java 109 * The stream will contain the entire unparsed entity contents
136 * Parses an entity which consists of a header followed by a body containing
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 94 * "The Type record. If the URI references an external entity (e.g., via
96 * entity. This can be used to tell the mobile device what kind of an
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
xmlwf 
  /prebuilts/sdk/10/
android.jar 
  /external/clang/tools/libclang/
Indexing.cpp 682 const EntityInfo *Entity = static_cast<const EntityInfo *>(info);
683 return Entity->IndexCtx->getClientEntity(Entity->Dcl);
690 const EntityInfo *Entity = static_cast<const EntityInfo *>(info);
691 Entity->IndexCtx->setClientEntity(Entity->Dcl, client);
  /external/quake/quake/src/QW/progs/
triggers.qc 2 entity stemp, otemp, s, old;
321 local entity other2;
356 void(vector org, entity death_owner) spawn_tdeath =
358 local entity death;
377 local entity t;
457 Any object touching this will be transported to the corresponding info_teleport_destination entity. You must set the "target" field, and create an object with a "targetname" field that matches.
  /frameworks/base/docs/html/training/cloudsync/
aesync.jd 127 &#64;Entity
152 <p>Note the use of annotations: <code>Entity</code>, <code>Id</code> and
155 Persistence API</a>. Essentially, the <code>Entity</code> annotation goes
156 above the class declaration, and indicates that this class represents an entity
175 which it found by seeking out the <code>&#64;Entity</code> annotation in the
324 entity when building out the App Engine application are available via get/set
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 40 import android.content.Entity;
41 import android.content.Entity.NamedContentValues;
352 for (Entity entity : data.getEntities()) {
353 final ContentValues entityValues = entity.getEntityValues();
356 for (NamedContentValues subValue : entity.getSubValues()) {
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 100 * Encoded word is used to replace a 'word' entity within a 'phrase',
188 * or a word entity (see RFC 822).
263 * or a word entity (see RFC 822).
284 * or a word entity (see RFC 822).
305 * or a word entity (see RFC 822).
398 * or a word entity (see RFC 822).
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 519 * Report the end of an entity.
521 * @param name The name of the entity that is ending.
895 * Entity reference event.
897 * @param name Name of entity
989 * To fire off start entity trace event
990 * @param name Name of entity
    [all...]
ToTextStream.java 177 * must come from the same external entity, so that the Locator
317 // a surrogate pair, so write out as an entity ref
359 * must come from the same external entity, so that the Locator
403 * external entity, so that the Locator provides useful
505 * @param name non-null reference to the name of the entity.
  /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...]
  /external/bluetooth/glib/po/
tl.po 321 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
323 "Walang laman na entity '&' ay nakita; tanggap na mga entity ay: &amp; &quot; "
329 "Character '%s' is not valid at the start of an entity name; the & character "
330 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
333 "Hindi tanggap ang karakter '%s' sa umpisa ng pangalan ng entity; ang & "
334 "karakter ang nag-uumpisa ng entity; kung ang ampersand ay hindi dapat maging "
335 "entity, itaglay ito bilang &amp;"
339 msgid "Character '%s' is not valid inside an entity name
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 55 import android.content.Entity;
447 ArrayList<Entity> entities = data.getEntities();
449 Entity entity = entities.get(0); local
450 ContentValues entityValues = entity.getEntityValues();
459 long rawContactId = entityValues.getAsLong(RawContacts.Entity._ID);
693 final EntityDelta entity = mState.get(i); local
694 final ValuesDelta values = entity.getValues();
727 editor.setState(entity, type, mViewIdGenerator, isEditingUserProfile());
855 final EntityDelta entity = mState.get(0); local
    [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 321 /// be performed for an entity.
323 /// A code completion string typically shows how a particular entity can be
349 /// \brief A piece of text that describes the type of an entity or, for
694 /// \brief Whether we're completing a declaration of the given entity,
695 /// rather than a use of that entity.
864 /// \brief The function type that describes the entity being called,
    [all...]
  /external/javassist/
License.html 16 <P><B>1.1. ''Contributor''</B> means each entity that creates or contributes
29 <P><B>1.6. ''Initial Developer''</B> means the individual or entity identified
61 <P><B>1.12. "You'' (or "Your")&nbsp;</B> means an individual or a legal entity
64 entities, "You'' includes any entity which controls, is controlled by, or is
67 of such entity, whether by contract or otherwise, or (b) ownership of more
69 such entity.</P></UL><B>2. Source Code License.</B>
323 party is a citizen of, or an entity chartered or registered to do business in
  /external/quake/quake/src/QW/client/
cl_ents.c 20 // cl_ents.c -- entity parsing and management
147 PACKET ENTITY PARSING / LINKING
448 // create a new entity
509 // scan the old entity display list for a matching
625 // grab an entity to fill in
843 // grab an entity to fill in
1017 pmove must be setup with world and solid entity hulls before calling
  /frameworks/base/core/java/android/provider/
CalendarContract.java 31 import android.content.Entity;
473 * Class that represents a Calendar Entity. There is one entry per calendar.
491 * Creates an entity iterator for the given cursor. It assumes the
508 public Entity getEntityAndIncrementCursor(Cursor cursor) throws RemoteException {
559 // Create the Entity from the ContentValue
560 Entity entity = new Entity(cv); local
565 // Return the created Entity
566 return entity;
1396 Entity entity = new Entity(cv); local
    [all...]
  /prebuilts/sdk/15/
android.jar 
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 388 <p>You must write each chunk of data as an "entity" in the {@link
389 android.app.backup.BackupDataOutput}. An entity is a flattened binary data
392 <p>To add an entity to your backup data set, you must:</p>
403 single entity:</p>
418 entities is up to you (and you might use just one entity).</p>
501 through all entities in the data set. For each entity found, do the following:</p>
504 <li>Get the entity key with {@link android.app.backup.BackupDataInput#getKey()}.</li>
505 <li>Compare the entity key to a list of known key values that you should have declared as static
507 your known key strings, enter into a statement to extract the entity data and save it to the device:
509 <li>Get the entity data size with {@lin
    [all...]

Completed in 1296 milliseconds

<<81828384858687888990>>