/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactLoader.java | 43 public ArrayList<Entity> entities; field in class:ContactLoader.ContactData 120 ArrayList<Entity> entities = Lists.newArrayList(); local 125 entities.add(entity); 130 result.entities = entities;
|
/external/libxml2/ |
Android.mk | 8 entities.c \
|
entities.c | 2 * entities.c : implementation for the XML entities handling 18 #include <libxml/entities.h> 26 * The XML predefined entities. 198 * xmlAddEntity : register a new entity for an entities table. 219 if (dtd->entities == NULL) 220 dtd->entities = xmlHashCreateDict(0, dict); 221 table = dtd->entities; 425 * @parameter: look for parameter entities 484 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) [all...] |
SAX.c | 20 #include <libxml/entities.h>
|
xmlcatalog.c | 312 Usage : %s [options] catalogfile entities...\n\ 313 \tParse the catalog file and query it for the entities\n\
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentType.h | 42 NamedNodeMap* entities() const { return 0; } function in class:WebCore::FINAL
|
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_mc.c | 106 struct media_entity *entity = &media->entities[id - 1]; 224 size = (media->entities_count + 1) * sizeof(*media->entities); 225 media->entities = (struct media_entity*)realloc(media->entities, size); 227 entity = &media->entities[media->entities_count]; 300 ALOGE("Unable to enumerate entities for device %s (%s)", filename, strerror(-ret)); 305 ALOGD("%s: Found %u entities", __func__, media->entities_count); 322 * Open the media device referenced by @a filename and enumerate entities, pads and 349 struct media_entity *entity = &media->entities[i]; 357 free(media->entities); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
CharInfo.java | 59 * The name of the HTML entities file. 66 * The name of the XML entities file. 87 /** This flag is an optimization for HTML entities. It false if entities 179 ResourceBundle entities = null; local 194 entities = PropertyResourceBundle.getBundle(entitiesResource); 198 if (entities != null) { 199 Enumeration keys = entities.getKeys(); 202 String value = entities.getString(name); 349 * <p>Unlike internal entities, character references are a string to singl [all...] |
/external/tinyxml2/ |
tinyxml2.cpp | 71 static const Entity entities[NUM_ENTITIES] =
variable 193 // Entities handled by tinyXML2:
194 // - special entities in the entity table [in/out]
210 if ( strncmp( p+1, entities[i].pattern, entities[i].length ) == 0
211 && *(p+entities[i].length+1) == ';' )
214 *q = entities[i].value;
216 p += entities[i].length + 2;
[all...] |
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 44 * entities = false 113 PARAMETERS.put("entities", new BooleanParameter() { 115 return config.entities; 118 config.entities = (Boolean) value; 140 * entities = false 156 return !config.entities 168 config.entities = false; 290 private boolean entities = true; field in class:DOMConfigurationImpl 377 * following "supported" parameters: datatype-normalization, entities,
|
/external/chromium_org/third_party/libxml/src/ |
entities.c | 2 * entities.c : implementation for the XML entities handling 18 #include <libxml/entities.h> 26 * The XML predefined entities. 198 * xmlAddEntity : register a new entity for an entities table. 219 if (dtd->entities == NULL) 220 dtd->entities = xmlHashCreateDict(0, dict); 221 table = dtd->entities; 425 * @parameter: look for parameter entities 484 if ((doc->extSubset != NULL) && (doc->extSubset->entities != NULL)) [all...] |
SAX.c | 20 #include <libxml/entities.h>
|
xmlcatalog.c | 312 Usage : %s [options] catalogfile entities...\n\ 313 \tParse the catalog file and query it for the entities\n\
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 39 Description: SmartyPants is a web publishing utility that translates plain ASCII punctuation characters into “smart” typographic punctuation HTML entities. This plugin <strong>replace the default WordPress Texturize algorithm</strong> for the content and the title of your posts, the comments body and author name, and everywhere else Texturize normally apply. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. 82 $convert_quot = 0; # should we translate " entities into normal quotes? 97 # w : convert " entities to " for Dreamweaver users 407 # Returns: The string, with "educated" curly quote HTML entities. 441 &[mn]dash; | # named dash entities 442 $dec_dashes | # or decimal entities 469 &[mn]dash; | # named dash entities 470 $dec_dashes | # or decimal entities 496 # translated into HTML curly quote entities. 512 # translated into HTML curly quote entities [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 27 doctype.entities._seq = [] 33 "http://xml.python.org/entities/my", 38 doctype.entities._seq.append(entity) 44 doctype.entities.item(0).ownerDocument = doc 667 and len(clone.entities) == len(doctype.entities) 668 and clone.entities.item(len(clone.entities)) is None 672 for i in range(len(doctype.entities)): 673 se = doctype.entities.item(i [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 27 doctype.entities._seq = [] 33 "http://xml.python.org/entities/my", 38 doctype.entities._seq.append(entity) 44 doctype.entities.item(0).ownerDocument = doc 667 and len(clone.entities) == len(doctype.entities) 668 and clone.entities.item(len(clone.entities)) is None 672 for i in range(len(doctype.entities)): 673 se = doctype.entities.item(i [all...] |
/external/markdown/markdown/ |
inlinepatterns.py | 49 from html import entities as htmlentitydefs
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_v4l2.h | 169 struct media_entity *entities; member in struct:media_device
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 32 entities = True variable in class:Options 122 ("entities", 0): [ 124 ("entities", 0)], 125 ("entities", 1): [ 126 ("entities", 1)], 148 ("entities", 0), 176 or options.entities
|
expatbuilder.py | 54 "ENTITIES": minidom.TypeInfo(None, "entities"), 181 if self._options.entities: 255 doctype.entities._seq = [] 312 # we don't care about parameter entities for the DOM 314 if not self._options.entities: 323 self.document.doctype.entities._seq.append(node) 325 del self.document.doctype.entities._seq[-1] 586 "http://xml.python.org/entities/fragment-builder/internal" 675 for i in range(doctype.entities.length) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
xmlbuilder.py | 32 entities = True variable in class:Options 122 ("entities", 0): [ 124 ("entities", 0)], 125 ("entities", 1): [ 126 ("entities", 1)], 148 ("entities", 0), 176 or options.entities
|
expatbuilder.py | 54 "ENTITIES": minidom.TypeInfo(None, "entities"), 181 if self._options.entities: 255 doctype.entities._seq = [] 312 # we don't care about parameter entities for the DOM 314 if not self._options.entities: 323 self.document.doctype.entities._seq.append(node) 325 del self.document.doctype.entities._seq[-1] 586 "http://xml.python.org/entities/fragment-builder/internal" 675 for i in range(doctype.entities.length) [all...] |
/external/chromium/third_party/libevent/ |
event_rpcgen.py | [all...] |
/external/chromium_org/third_party/libevent/ |
event_rpcgen.py | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOMHelper.java | 1136 NamedNodeMap entities = doctype.getEntities(); local [all...] |