HomeSort by relevance Sort by last modified time
    Searched full:entities (Results 301 - 325 of 1355) sorted by null

<<11121314151617181920>>

  /external/quake/quake/src/QW/server/
pr_edict.c 115 FIXME: walk all entities and NULL out references to this entity
527 For debugging, prints all the entities in the current server
534 Con_Printf ("%i entities\n", sv.num_edicts);
877 The entities are directly placed in the array, rather than allocated with
949 Con_DPrintf ("%i entities inhibited\n", inhibit);
sv_phys.c 69 // see if any solid entities are inside the final position
159 Two entities have touched, so run their touch functions
394 Does not change the entities velocity at all
451 // see if any solid entities are inside the final position
534 // move back any entities we already moved
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 119 FIXME: walk all entities and NULL out references to this entity
534 For debugging, prints all the entities in the current server
541 Con_Printf ("%i entities\n", sv.num_edicts);
894 The entities are directly placed in the array, rather than allocated with
976 Con_DPrintf ("%i entities inhibited\n", inhibit);
sv_phys.cpp 66 // see if any solid entities are inside the final position
150 Two entities have touched, so run their touch functions
405 Does not change the entities velocity at all
471 // see if any solid entities are inside the final position
546 // move back any entities we already moved
599 // see if any solid entities are inside the final position
679 // move back any entities we already moved
1153 Entities that are "stuck" to another entity
    [all...]
  /external/libxml2/
tree.c 32 #include <libxml/entities.h>
142 * Functions to move to entities.c once the *
163 if((dtd != NULL) && (dtd->entities != NULL)) {
164 table = (xmlEntitiesTablePtr) dtd->entities;
1102 * of notations, elements, attributes and entities.
1127 if (cur->entities != NULL)
1128 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->entities);
    [all...]
valid.c 6754 xmlEntitiesTablePtr entities; local
    [all...]
SAX2.c 20 #include <libxml/entities.h>
457 * Free up the external entities
483 * The entity loader, to control the loading of external entities,
    [all...]
xinclude.c 1069 /* handle crossing entities -> stack needed */
    [all...]
xmlcatalog.c 312 Usage : %s [options] catalogfile entities...\n\
313 \tParse the catalog file and query it for the entities\n\
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 1136 NamedNodeMap entities = doctype.getEntities(); local
    [all...]
XML11Char.java 65 /** XML 1.1 content for external entities (valid - "special" chars - control chars) */
74 /** XML 1.1 content for internal entities (valid - "special" chars) */
  /external/expat/tests/
runtests.c 709 " ents ENTITIES #REQUIRED\n"
813 /* Test that no error is reported for unknown entities if we don't
826 /* Test that an error is reported for unknown entities if we don't
836 /* Test that an error is reported for unknown entities if we don't
872 /* Test that an error is reported for unknown entities if we have read
892 /* Test that no error is reported for unknown entities if we have read
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
XML11Char.java 70 /** XML 1.1 content for external entities (valid - "special" chars - control chars) */
79 /** XML 1.1 content for internal entities (valid - "special" chars) */
  /external/clang/include/clang/Serialization/
ASTReader.h 300 /// \brief A map of global bit offsets to the module that stores entities
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 358 // Invalid character handler when writing escaped entities for unrepresentable
373 // Substitutes special GBK characters, escaping all other unassigned entities.
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCore.idl 752 - (DOMNamedNodeMap *)entities;
754 HRESULT entities([out, retval] IDOMNamedNodeMap** result);
  /external/webp/src/utils/
huffman_encode.c 197 // The tree pool needs 2 * (tree_size_orig - 1) entities, and the
198 // tree needs exactly tree_size_orig entities.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSInput.java 185 * 4.3.3 "Character Encoding in Entities").
196 * 4.3.3 "Character Encoding in Entities").
  /ndk/sources/host-tools/nawk-20071023/
lex.c 11 its entities not be used in advertising or publicity pertaining
17 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
tran.c 11 its entities not be used in advertising or publicity pertaining
17 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
  /packages/apps/Exchange/exchange2/src/com/android/exchange/provider/
ExchangeDirectoryProvider.java 79 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "contacts/lookup/*/entities", GAL_CONTACT);
80 sURIMatcher.addURI(EXCHANGE_GAL_AUTHORITY, "contacts/lookup/*/#/entities",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipmi.h 357 /* Register to get commands from other entities on this interface. */
381 * Register to get commands from other entities on specific channels.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipmi.h 357 /* Register to get commands from other entities on this interface. */
381 * Register to get commands from other entities on specific channels.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipmi.h 357 /* Register to get commands from other entities on this interface. */
381 * Register to get commands from other entities on specific channels.
  /build/tools/
generate-notice-files.py 81 """Produce entities within text."""

Completed in 5296 milliseconds

<<11121314151617181920>>