/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
textiselementcontentwhitespace01.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
textiselementcontentwhitespace02.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
textiselementcontentwhitespace03.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
textiselementcontentwhitespace04.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
textiselementcontentwhitespace05.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
textiselementcontentwhitespace06.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
textreplacewholetext08.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
userdatahandler01.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
userdatahandler02.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
userdatahandler03.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
userdatahandler04.xhtml | 2 <!ENTITY ent1 'foo'> 3 <!ENTITY ent2 'foo<br/>'>
|
entitygetinputencoding04.js | 79 Check the value of Entity.inputEncoding on an UTF-8 external entity 94 var entity; 106 entity = entitiesMap.getNamedItem("ent2"); 107 encodingName = entity.inputEncoding;
|
entitygetxmlencoding01.js | 78 Call the getXmlEncoding method on a UTF-8 encoded entity of a document that is not an 79 external parsed entity and check if the value returned is null. 91 var entity; 103 entity = entitiesMap.getNamedItem("alpha"); 104 encodingName = entity.xmlEncoding;
|
entitygetxmlencoding03.js | 79 Check the value of Entity.xmlEncoding on an external entity with an encoding 94 var entity; 106 entity = entitiesMap.getNamedItem("ent1"); 107 encodingName = entity.xmlEncoding;
|
entitygetxmlencoding04.js | 79 Check the value of Entity.xmlEncoding on an external entity without an encoding 94 var entity; 106 entity = entitiesMap.getNamedItem("ent2"); 107 encodingName = entity.xmlEncoding;
|
entitygetxmlversion01.js | 78 Call the getXmlVersion method on entity that is not an external entity and check if 91 var entity; 103 entity = entitiesMap.getNamedItem("epsilon"); 104 entityVersion = entity.xmlVersion;
|
entitygetxmlversion03.js | 79 Check that the value of Entity.xmlVersion on an external entity without 94 var entity; 106 entity = entitiesMap.getNamedItem("ent2"); 107 entityVersion = entity.xmlVersion;
|
entitygetxmlversion04.js | 79 Check that the value of Entity.xmlVersion on an external entity with 94 var entity; 106 entity = entitiesMap.getNamedItem("ent1"); 107 entityVersion = entity.xmlVersion;
|
nodegetbaseuri12.js | 78 Using getBaseURI verify if the entity epsilon is absolute 79 and matches the URL of the document entity. 93 var entity; 105 entity = entitiesMap.getNamedItem("epsilon"); 106 baseURI = entity.baseURI;
|
/libcore/luni/src/main/java/javax/xml/transform/ |
SourceLocator.java | 32 * entity or of the external parsed entity in which the markup that 45 * entity or of the external parsed entity in which the markup that 66 * in the document entity or external parsed entity where the 83 * in the document entity or external parsed entity where the
|
/packages/apps/Email/src/org/apache/james/mime4j/message/ |
Body.java | 26 * Encapsulates the body of an entity (see RFC 2045).
38 Entity getParent();
45 void setParent(Entity parent);
|
/external/clang/include/clang/Sema/ |
Initialization.h | 37 /// \brief Describes an entity that is being initialized. 40 /// \brief Specifies the kind of entity being initialized. 42 /// \brief The entity being initialized is a variable. 44 /// \brief The entity being initialized is a function parameter. 46 /// \brief The entity being initialized is the result of a function call. 48 /// \brief The entity being initialized is an exception object that 51 /// \brief The entity being initialized is a non-static data member 54 /// \brief The entity being initialized is an element of an array. 56 /// \brief The entity being initialized is an object (or array of 59 /// \brief The entity being initialized is a temporary object [all...] |
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 27 import android.content.Entity; 28 import android.content.Entity.NamedContentValues; 428 public void addData(String serverId, ContactOperations ops, Entity entity) 452 if (entity == null) { 486 ops.addPhone(entity, Phone.TYPE_MMS, getValue()); 489 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue()); 492 ops.addPhone(entity, Phone.TYPE_COMPANY_MAIN, getValue()); 495 ops.addPhone(entity, Phone.TYPE_FAX_HOME, getValue()); 502 ops.addPhone(entity, Phone.TYPE_MOBILE, getValue()) 815 Entity entity = null; local 1872 Entity entity = ei.next(); local [all...] |
/external/clang/lib/Lex/ |
PreprocessingRecord.cpp | 87 /// \brief Returns true if the preprocessed entity that \arg PPEI iterator 101 "Out-of bounds loaded preprocessed entity"); 107 // See if the external source can see if the entity is in the file without 115 // the entity to check it. 122 "Out-of bounds local preprocessed entity"); 248 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { 249 assert(Entity); 250 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); 252 if (!isa<class InclusionDirective>(Entity)) { 257 PreprocessedEntities.push_back(Entity); [all...] |
/external/quake/quake/src/QW/progs/ |
combat.qc | 4 void(entity targ, entity attacker) ClientObituary;
5 void(entity inflictor, entity attacker, float damage, entity ignore, string dtype) T_RadiusDamage;
21 float(entity targ, entity inflictor) CanDamage =
59 void(entity targ, entity attacker) Killed =
61 local entity oself; [all...] |