Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 192) sorted by relevance

12345678

/external/quake/quake/src/QW/server/
Dsv_ents.c263 from = &fromframe->entities; in SV_EmitPacketEntities()
283 newnum = newindex >= to->num_entities ? 9999 : to->entities[newindex].number; in SV_EmitPacketEntities()
284 oldnum = oldindex >= oldmax ? 9999 : from->entities[oldindex].number; in SV_EmitPacketEntities()
289 SV_WriteDelta (&from->entities[oldindex], &to->entities[newindex], msg, false); in SV_EmitPacketEntities()
299 SV_WriteDelta (&ent->baseline, &to->entities[newindex], msg, true); in SV_EmitPacketEntities()
470 pack = &frame->entities; in SV_WriteEntitiesToClient()
496 state = &pack->entities[pack->num_entities]; in SV_WriteEntitiesToClient()
/external/quake/quake/src/QW/client/
Dcl_ents.c329 newp->entities[newindex] = oldp->entities[oldindex]; in CL_ParsePacketEntities()
336 oldnum = oldindex >= oldp->num_entities ? 9999 : oldp->entities[oldindex].number; in CL_ParsePacketEntities()
351 newp->entities[newindex] = oldp->entities[oldindex]; in CL_ParsePacketEntities()
354 oldnum = oldindex >= oldp->num_entities ? 9999 : oldp->entities[oldindex].number; in CL_ParsePacketEntities()
373 CL_ParseDelta (&cl_baselines[newnum], &newp->entities[newindex], word); in CL_ParsePacketEntities()
391 CL_ParseDelta (&oldp->entities[oldindex], &newp->entities[newindex], word); in CL_ParsePacketEntities()
429 s1 = &pack->entities[pnum]; in CL_LinkPacketEntities()
923 state = &pak->entities[i]; in CL_SetSolidEntities()
Dprotocol.h271 entity_state_t entities[MAX_PACKET_ENTITIES]; member
/external/libxml2/
Dentities.c219 if (dtd->entities == NULL) in xmlAddEntity()
220 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity()
221 table = dtd->entities; in xmlAddEntity()
484 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) { in xmlGetDtdEntity()
485 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDtdEntity()
508 if ((doc->intSubset != NULL) && (doc->intSubset->entities != NULL)) { in xmlGetDocEntity()
509 table = (xmlEntitiesTablePtr) doc->intSubset->entities; in xmlGetDocEntity()
516 (doc->extSubset->entities != NULL)) { in xmlGetDocEntity()
517 table = (xmlEntitiesTablePtr) doc->extSubset->entities; in xmlGetDocEntity()
DAndroid.mk8 entities.c \
/external/expat/doc/
Dxmlwf.sgml135 external entities (see the <option>-x</option> option).
237 entities.
241 entities. <option>-p</option> tells it to always parse them.
275 references to parameter entities.
323 Turns on parsing external entities.
327 entities, or even expand entities at all.
328 Expat always expands internal entities (?),
332 External entities are simply entities that obtain their
342 And here are some examples of external entities:
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt21 characters into "smart" typographic punctuation HTML entities.
26 * Straight quotes (`"` and `'`) into "curly" quote HTML entities
28 entities
29 * Dashes (`--` and `---`) into en- and em-dash entities
181 turning the HTML entities produced by SmartyPants into their ASCII
229 educates normal quotes, not entities (because ordinarily, entities
235 `&quot;` entities into regular quotes so SmartyPants can educate
264 side effect of publishing curly quote HTML entities is that it makes
270 which is why they need to be encoded as HTML entities.
/external/libvpx/examples/
Dgen_example_doxy.php121 $entities = array ('|&amp;|'
129 $input = preg_replace($entities, $characters, $input);
/external/webkit/WebKit/chromium/src/
DWebEntities.cpp56 const Entity* entities, in populateMap() argument
61 const Entity* entity = &entities[0]; in populateMap()
/external/v8/test/cctest/
Dtest-log.cc813 : entities_map(NULL), entities(NULL), in ParseLogResult()
818 i::DeleteArray(entities); in ~ParseLogResult()
827 entities = i::NewArray<CodeEntityInfo>(max_entities); in AllocateEntities()
829 entities[i] = NULL; in AllocateEntities()
851 return item != -1 ? entities[item] : NULL; in GetEntity()
875 CodeEntityInfo* entities; member in __anonf72b10bf0411::ParseLogResult
947 if (result->entities[i] == NULL) { in Pass2CodeCreation()
948 result->entities[i] = start; in Pass2CodeCreation()
963 result->entities[result->entities_map[idx]] = NULL; in Pass2CodeDelete()
/external/dbus/test/
DMakefile.am97 data/equiv-config-files/entities \
98 data/equiv-config-files/entities/basic.d
/external/dbus/test/data/equiv-config-files/entities/
Dentities-2.conf4 <include>entities-1.conf</include>
Dentities-1.conf1 <!-- This config file contains XML entities -->
/external/chromium/third_party/libevent/
Devent_rpcgen.py1277 entities = []
1286 entities.extend(ProcessStruct(data))
1288 return entities
1393 entities = Parse(fp)
1405 for entry in entities:
1409 for entry in entities:
1418 for entry in entities:
/external/dbus/test/data/valid-config-files/
Dentities.conf1 <!-- This config file contains XML entities -->
/external/bluetooth/glib/tests/markups/
Dexpected-119 TEXT ' and entities "& < >> ' and whitespace '
/external/webkit/WebCore/dom/
DDocumentType.h40 NamedNodeMap* entities() const { return m_entities.get(); } in entities() function
DDocumentType.idl29 readonly attribute NamedNodeMap entities;
/external/quake/quake/src/QW/progs/
Dtriggers.qc99 Variable sized repeatable trigger. Must be targeted at one or more entities. If "health" is set, …
102 If notouch is set, the trigger is only fired by other entities, not by touching.
158 If notouch is set, the trigger is only fired by other entities, not by touching.
459 If the trigger_teleport has a targetname, it will only teleport entities when it has been fired.
Dsubs.qc198 Removes all entities with a targetname that match self.killtarget,
201 Search for (string)targetname in all entities that
/external/bzip2/
DMakefile197 $(DISTNAME)/entities.xml \
206 entities.xml manual.xml
DREADME.XML.STUFF20 The file "entities.xml" must be edited to reflect current
/external/webkit/WebCore/html/
DHTMLEntityNames.gperf23 HTMLEntityNames.gperf: input file to generate a hash table for entities
25 …rf -a -L "ANSI-C" -C -G -c -o -t -k '*' -NfindEntity -D -s 2 HTMLEntityNames.gperf > entities.c"
/external/webkit/WebCore/
DWebCore.pri649 entities.output = $${WC_GENERATED_SOURCES_DIR}/HTMLEntityNames.c
650 entities.input = ENTITIES_GPERF
651 entities.commands = gperf -a -L ANSI-C -C -G -c -o -t --includes --key-positions="*" -N findEntity …
652 entities.clean = ${QMAKE_FILE_OUT}
653 addExtraCompiler(entities)
/external/quake/quake/src/WinQuake/
Dbspfile.h310 extern entity_t entities[MAX_MAP_ENTITIES];

12345678