HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 2051 - 2075 of 3175) sorted by null

<<81828384858687888990>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
noderemovechildnomodificationallowederr.java 36 * content is an entity reference. Get the FIRST item
37 * from the entity reference and execute the "removeChild(oldChild)" method.
nodereplacechildnomodificationallowederr.java 36 * content is an entity reference. Get the FIRST item
37 * from the entity reference and execute the "replaceChild(newChild,oldChild)" method.
nodesetnodevaluenomodificationallowederr.java 36 * content is an entity reference. Get the SECOND item
37 * from the entity reference and execute the "setNodeValue(nodeValue)" method.
processinginstructionsetdatanomodificationallowederr.java 36 * content is an entity reference. Try to remove the "domestic" attribute
37 * from the entity reference by executing the "setData(data)" method.
textsplittextnomodificationallowederr.java 36 * content is an entity reference. Get the element content of the FIRST
37 * Text Node of the entity reference and execute the "splitText(offset)" method.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodenormalize01.java 36 * (e.g., elements, comments, processing instructions, CDATA sections, and entity references)
40 * and entity references nodes seperated by text nodes. Check the length of the node list of each
prefix08.java 39 * content is an entity reference. Get the FIRST item
40 * from the entity reference and execute the "setPrefix(prefix)" method.
removeAttributeNS01.java 39 * content is an entity reference. Try to remove an attribute
40 * from the entity reference by executing the
setAttributeNS03.java 39 * content is an entity reference. Try to set an attribute
40 * in the entity reference by executing the
setAttributeNodeNS02.java 39 * content is an entity reference. Try to set an attribute
40 * in the entity reference by executing the
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NodeNormalize.java 42 * sections, and entity references) separates Text nodes, i.e., there are
46 * CDATA sections, and entity references nodes seperated by text nodes. Check
RemoveAttributeNS.java 39 * entity reference. Try to remove an attribute from the entity reference by
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasResponse.java 105 throw new IllegalStateException("Can't get input stream without entity");
109 // Get the default input stream for the entity
  /external/quake/quake/src/QW/progs/
weapons.qc 3 void (entity targ, entity inflictor, entity attacker, float damage) T_Damage;
5 void(entity bomb, entity attacker, float rad, entity ignore, string dtype) T_RadiusDamage;
97 local entity missile;
160 entity multi_ent;
184 void(entity hit, float damage) AddMultiDamage =
460 void(entity from, float damage) LightningHit =
    [all...]
  /external/emma/
NOTICE 21 "Contributor" means any person or entity that distributes the Program.
40 Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other
41 entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole
115 patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other
125 right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new
  /external/junit/
NOTICE 17 "Contributor" means any person or entity that distributes the Program.
33 c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
79 If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
85 Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
  /external/quake/quake/src/QW/client/
r_bsp.c 26 // current entity info
32 // the currently rendering entity
33 vec3_t r_entorigin; // the currently rendering entity in world
84 // TODO: should really be stored with the entity instead of being reconstructed
85 // TODO: could cache lazily, stored in the entity
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 26 // current entity info
32 // the currently rendering entity
33 vec3_t r_entorigin; // the currently rendering entity in world
84 // TODO: should really be stored with the entity instead of being reconstructed
85 // TODO: could cache lazily, stored in the entity
  /external/valgrind/main/docs/lib/
vg-faq2txt.xsl 3 <!ENTITY nl "&#xa;">
4 <!ENTITY line-len "72">
5 <!ENTITY indent " ">
6 <!-- we always output the same-length rule, so just define it as an entity -->
7 <!ENTITY rule "------------------------------------------------------------------------">
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 163 * expand entity reference nodes. By default the value of this is set to
166 * @param expandEntityRef true if the parser produced will expand entity
240 * parsers which expand entity reference nodes.
243 * which expand entity reference nodes; false otherwise.
315 * Examples include entity expansion limits and XML Schema constructs that would consume large amounts of resources.
  /libcore/luni/src/main/java/org/xml/sax/
XMLReader.java 223 * Allow an application to register an entity resolver.
225 * <p>If the application does not register an entity resolver,
232 * @param resolver The entity resolver.
239 * Return the current entity resolver.
241 * @return The current entity resolver, or null if none
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
name-lookup.h 53 a name and a C++ entity. */
71 /* The non-type entity this name is bound to. */
73 /* The type entity this name is bound to. */
211 the entity, the TREE_TYPE is the associated type. In addition
226 /* The entity (namespace, class, function) the scope of which this
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 53 a name and a C++ entity. */
70 /* The non-type entity this name is bound to. */
72 /* The type entity this name is bound to. */
217 the entity, the TREE_TYPE is the associated type. In addition
231 /* The entity (namespace, class, function) the scope of which this
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 53 a name and a C++ entity. */
70 /* The non-type entity this name is bound to. */
72 /* The type entity this name is bound to. */
217 the entity, the TREE_TYPE is the associated type. In addition
231 /* The entity (namespace, class, function) the scope of which this
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 53 a name and a C++ entity. */
70 /* The non-type entity this name is bound to. */
72 /* The type entity this name is bound to. */
217 the entity, the TREE_TYPE is the associated type. In addition
231 /* The entity (namespace, class, function) the scope of which this

Completed in 1125 milliseconds

<<81828384858687888990>>