Searched refs:entity (Results 101 - 125 of 151) sorted by relevance

1234567

/external/webkit/Source/WebCore/css/
H A Dview-source.css123 .webkit-html-entity {
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java1095 * entity with the specified name in the same document as the context
1097 * there is no such entity.
1100 * is provided) to resolve the entity, rather than the URI in the
1122 * entity.
1126 * empty string if no such entity exists.
1139 Entity entity = (Entity) entities.getNamedItem(name);
1140 if(null == entity)
1143 String notationName = entity.getNotationName();
1148 // identifier to generate a URI for the entity instead of the URI
1153 // the resource containing the entity declaratio
[all...]
/external/tinyxml/
H A Dtinyxmlparser.cpp34 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.
/external/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp366 UnencodableReplacementArray entity; local
367 int entityLen = TextCodec::getUnencodableReplacement(codePoint, URLEncodedEntitiesForUnencodables, entity);
368 ucnv_cbFromUWriteBytes(fromUArgs, entity, entityLen, 0, err);
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpClient4.java36 import org.apache.http.entity.InputStreamEntity;
/external/quake/quake/src/WinQuake/
H A Dclient.h89 int entity; member in struct:__anon11591
H A Dserver.h167 // entity effects
221 void SV_StartSound (edict_t *entity, int channel, const char *sample, int volume,
H A Dsv_main.cpp107 Each entity can have eight independant sound sources, like voice,
111 allready running on that entity/channel pair.
118 void SV_StartSound (edict_t *entity, int channel, const char *sample, int volume, argument
150 ent = NUM_FOR_EDICT(entity);
160 // directed messages go only to the entity the are targeted on
170 MSG_WriteCoord (&sv.datagram, entity->u.v.origin[i]+0.5*(entity->u.v.mins[i]+entity->u.v.maxs[i]));
358 entity that should be visible to not show up, especially when the bob
603 // send the current viewpos offset from the view entity
[all...]
H A Dr_draw.cpp558 surface_p->entity = currententity;
673 surface_p->entity = currententity;
/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.h52 // However, we cannot do this in a XML document because it does not have the entity reference defined (See the bug 19215).
61 UChar entity; member in struct:WebCore::EntityDescription
H A DMarkupAccumulator.cpp65 if (content[i] == entityMaps[m].entity && entityMaps[m].mask & entityMask) {
/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state.cc293 const sync_pb::SyncEntity& entity) {
294 verified_updates_.push_back(std::make_pair(verify_result, entity));
292 AddVerifyResult(const VerifyResult& verify_result, const sync_pb::SyncEntity& entity) argument
H A Dsession_state.h194 const sync_pb::SyncEntity& entity);
272 // scope control (such as OrderedCommitSet), but the top level entity is still
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java436 // If it's an entity ref, advance past it.
490 // of entity reference boundaries).
1381 * entity with the specified name in the same document as the context
1383 * there is no such entity.
1386 * is provided) to resolve the entity, rather than the URI in the
1408 * entity.
1411 * empty string if no such entity exists.
1429 Entity entity = (Entity) entities.getNamedItem(name);
1430 if(null == entity)
1433 String notationName = entity
[all...]
/external/libxslt/libxslt/
H A Dfunctions.c545 * Implement the unparsed-entity-uri() XSLT function
546 * string unparsed-entity-uri(string)
555 "unparsed-entity-uri() : expects one string arg\n");
568 xmlEntityPtr entity; local
570 entity = xmlGetDocEntity(ctxt->context->doc, str);
571 if (entity == NULL) {
574 if (entity->URI != NULL)
575 valuePush(ctxt, xmlXPathNewString(entity->URI));
963 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "unparsed-entity-uri",
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
H A Dsmartypants.php439   | # a non-breaking space entity, or
467   | # a non-breaking space entity, or
529 # an em-dash HTML entity.
542 # an en-dash HTML entity, and each "---" translated to
543 # an em-dash HTML entity.
558 # an em-dash HTML entity, and each "---" translated to
559 # an en-dash HTML entity. Two reasons why: First, unlike the
580 # an ellipsis HTML entity. Also converts the case where
595 # Returns: The string, with each SmartyPants HTML entity translated to
700 * Three consecutive dots (`...`) into an ellipsis entity
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp71 Value *entity = elem->getOperand(0); local
72 // entity may be null due to DCE
73 if (!entity)
75 if (entity != gv)
78 // accumulate annotations for entity in tmp
/external/libxml2/include/libxml/
H A DparserInternals.h332 xmlEntityPtr entity);
556 * @ent: the entity
561 * provenance of a chunk of nodes inherited from an entity replacement.
595 xmlEntityPtr entity);
/external/libxml2/
H A Dparser.c103 * XML_PARSER_NON_LINEAR is the threshold where the ratio of parsed entity
105 * and eponential behaviour. A value of 10 correspond to at least 3 entity
113 * Function to check non-linear entity expansion behaviour
114 * This is here to detect and stop exponential linear entity expansion
131 * Do the check based on the replacement size of the entity
165 * knowing an entity reference will take at least 3 bytes
232 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity);
321 errmsg = "Detected an entity reference loop\n";
2127 * @input: an XML parser input fragment (entity, XML fragment ...).
2347 * @entity
2358 xmlNewBlanksWrapperInputStream(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) argument
2430 xmlEntityPtr entity = NULL; local
7629 xmlEntityPtr entity = NULL; local
7741 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity) argument
7849 xmlEntityPtr entity = NULL; local
[all...]
/external/quake/quake/src/QW/server/
H A Dserver.h84 // includes the entity baselines, the static entities, etc
295 // entity effects
406 void SV_StartSound (edict_t *entity, int channel, char *sample, int volume,
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java61 public void entity(char[] buff, int offset, int length) throws SAXException { } method in class:PYXWriter
/external/clang/lib/Sema/
H A DSemaAccess.cpp1013 /// Given that an entity has protected natural access, check whether
1270 /// Determines whether the accessed entity is accessible. Public members
1366 /// Checks access to an entity from the given effective context.
1529 AccessTarget entity(Context, AccessTarget::Member, decl->getParent(),
1533 entity.setDiag(PDiag());
1535 switch (CheckAccess(*this, SourceLocation(), entity)) {
1702 AccessTarget entity(Context, AccessTarget::Member,
1706 entity.setDiag(diag::err_access_friend_function)
1712 switch (CheckEffectiveAccess(*this, EC, target->getLocation(), entity)) {
/external/quake/quake/src/QW/client/
H A Dr_draw.c558 surface_p->entity = currententity;
673 surface_p->entity = currententity;
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParserQt.cpp430 QString entity = m_stream.name().toString(); local
431 UChar c = decodeNamedEntity(entity.toUtf8().constData());
436 // qDebug()<<" ------- adding entity "<<str;
/external/webkit/Source/WebCore/
H A DAndroid.derived.mk92 # HTML entity table
95 $(GEN): SCRIPT := $(LOCAL_PATH)/html/parser/create-html-entity-table

Completed in 509 milliseconds

1234567