/external/quake/quake/src/QW/client/ |
model.c | 524 loadmodel->entities = NULL; 527 loadmodel->entities = Hunk_AllocName ( l->filelen, loadname); 528 memcpy (loadmodel->entities, mod_base + l->fileofs, l->filelen); 1148 // checksum all of the map, except for entities [all...] |
/external/quake/quake/src/WinQuake/ |
gl_model.cpp | 533 loadmodel->entities = NULL; 536 loadmodel->entities = (char*) Hunk_AllocName ( l->filelen, loadname); 537 memcpy (loadmodel->entities, mod_base + l->fileofs, l->filelen); [all...] |
model.cpp | 542 loadmodel->entities = NULL; 545 loadmodel->entities = Hunk_AllocName ( l->filelen, loadname); 546 memcpy (loadmodel->entities, mod_base + l->fileofs, l->filelen); [all...] |
sv_main.cpp | 440 // send over all entities (excpet the client) that touch the pvs 1155 // load the rest of the entities 1178 ED_LoadFromFile (sv.worldmodel->entities);
|
/gdk/samples/quake/jni/ |
gl_model.cpp | 533 loadmodel->entities = NULL; 536 loadmodel->entities = (char*) Hunk_AllocName ( l->filelen, loadname); 537 memcpy (loadmodel->entities, mod_base + l->fileofs, l->filelen); [all...] |
sv_main.cpp | 440 // send over all entities (excpet the client) that touch the pvs 1155 // load the rest of the entities 1178 ED_LoadFromFile (sv.worldmodel->entities);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorFragment.java | 447 ArrayList<Entity> entities = data.getEntities(); local 448 if (entities.size() == 1) { 449 Entity entity = entities.get(0); 692 // TODO ensure proper ordering of entities in the list [all...] |
/external/libxml2/ |
debugXML.c | 523 fprintf(ctxt->output, " ENTITIES"); [all...] |
legacy.c | 17 #include <libxml/entities.h> 42 * Substitute the HTML entities by their value 69 * Set up the predefined entities. 80 * Cleanup up the predefined entities table. 93 "fetch external entities", 94 "substitute entities", 183 } else if (!strcmp(name, "fetch external entities")) { 185 } else if (!strcmp(name, "substitute entities")) { 301 } else if (!strcmp(name, "fetch external entities")) { 303 } else if (!strcmp(name, "substitute entities")) { [all...] |
HTMLtree.c | 26 #include <libxml/entities.h> 171 /* html isn't a real encoding it's just libxml2 way to get entities */ 990 * force to output the stuff as HTML, especially for entities
|
parserInternals.c | 44 #include <libxml/entities.h> 460 * the context allows it, we pop consumed entities [all...] |
xmlsave.c | 633 if ((dtd->entities == NULL) && (dtd->elements == NULL) && [all...] |
/external/libxml2/include/libxml/ |
parser.h | 20 #include <libxml/entities.h> 40 * few predefined ones). This is the case both for internal entities 42 * external entities - in which case we use the buf structure for 110 * The recursive one use the state info for entities processing. 189 int replaceEntities; /* shall we replace entities ? */ 250 xmlParserInputPtr entity; /* used to check entities boundaries */ 303 unsigned long nbentities; /* number of entities references */ 304 unsigned long sizeentities; /* size of parsed entities */ 339 * The entity loader, to control the loading of external entities, [all...] |
tree.h | 46 /* entities.h */ 382 void *entities; /* Hash table for entities if any */ member in struct:_xmlDtd 385 void *pentities; /* Hash table for param entities if any */ [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
DOMCore.idl | 752 - (DOMNamedNodeMap *)entities; 754 HRESULT entities([out, retval] IDOMNamedNodeMap** result);
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactLoader.java | 795 // status data. Initially, result has empty entities and statuses. 798 ArrayList<Entity> entities = result.getEntities(); local 804 // add it to the result's entities. 807 entities.add(entity); 829 * Looks for the photo data item in entities. If found, creates a new Bitmap instance. If [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 233 # Change to `true` to disallow markup or entities. [all...] |
/dalvik/docs/ |
prettify.js | 283 // Handle numeric entities specially. We can't use functional substitution 358 // XMP tags contain unescaped entities so require special handling. [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
droiddoc.js | 62 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 151 interfaces aren't that useful as programmatic entities -- in fact, it's mildly [all...] |
token.rb | 339 There are a variety of different entities throughout the ANTLR runtime library
|
tree.rb | 41 Name space containing all of the entities pertaining to tree construction and [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 223 mEntities = data.entities;
|
/external/webkit/Source/WebCore/bindings/objc/ |
PublicDOMInterfaces.h | 169 @property(readonly, retain) DOMNamedNodeMap *entities; variable [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | |