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

<<71727374757677787980>>

  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 439 &nbsp; | # a non-breaking space entity, or
467 &nbsp; | # 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...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 121 FileOutputStream entity = new FileOutputStream(entityFile); local
131 entity.write(buf, 0, dataSize);
136 entity.close();
  /libcore/luni/src/main/java/org/xml/sax/
Parser.java 76 * Allow an application to register a custom entity resolver.
78 * <p>If the application does not register an entity resolver, the
83 * <p>Applications may register a new or different entity resolver
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 183 // Create a scaled, compressed bitmap to add to the entity-delta list.
193 // Add compressed bitmap to entity-delta... this allows us to save to
194 // a new contact; otherwise the entity-delta-list would be empty, and
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ImageDownloader.java 266 final HttpEntity entity = response.getEntity(); local
267 if (entity != null) {
271 inputStream = entity.getContent();
292 entity.consumeContent();
  /external/apache-http/src/org/apache/http/client/
NonRepeatableRequestException.java 37 * entity.
  /external/apache-http/src/org/apache/http/message/
package.html 44 an entity, and for
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SerializerMessages.java 262 "The unparsed entity reference \"&{0};\" is not permitted."
266 "The external entity reference \"&{0};\" is not permitted in an attribute value."
282 "The replacement text of the entity node \"{0}\" contains an element node \"{1}\" with an unbound prefix \"{2}\"."
286 "The replacement text of the entity node \"{0}\" contains an attribute node \"{1}\" with an unbound prefix \"{2}\"."
  /external/bluetooth/bluez/doc/
bluez-docs.xml 4 <!ENTITY version SYSTEM "version.xml">
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V3CertificateGenerator.java 83 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
100 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
122 * Set the subject distinguished name. The subject describes the entity associated with the public key.
138 * Set the subject distinguished name. The subject describes the entity associated with the public key.
  /external/chromium/chrome/browser/sync/engine/
syncproto.h 57 // Binary predicate helper to determine whether an Entity represents a folder
  /external/chromium/net/base/
net_log.h 24 // Each log message has a "source" field which identifies the specific entity
36 // (simpler to reason about each as a separate entity).
54 // The "source" identifies the entity that generated the log message.
61 // Identifies the entity that generated this log. The |id| field should
  /external/chromium/net/tools/flip_server/
http_message_constants.cc 70 return "Request Entity Too Large";
  /external/clang/lib/Sema/
Scope.cpp 59 Entity = 0;
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1.cpp 19 // entity as the one found in the class of the object expression,
  /external/expat/
Changes 101 - Re-implemented WFC: Entity Declared from XML 1.0 spec and
102 added a new error "entity declared in parameter entity":
138 - Fixed a bug where a stray '%' in an entity value would cause an
expat_config.h.in 76 /* Define to make parameter entity parsing functionality available. */
  /external/libxml2/include/libxml/
c14n.h 39 * b) all character and parsed entity references are resolved
  /external/libxslt/libxslt/
functions.c 545 * 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/markdown/tests/misc/
benchmark.dat 44 numeric-entity:0.090000:0.000000
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPETag.java 47 * entity tag field
  /external/quake/quake/src/QW/progs/
client.qc 8 void (vector org, entity death_owner) spawn_tdeath;
103 Returns the entity to view from
106 entity() FindIntermission =
108 local entity spot;
184 local entity pos;
220 local entity pos;
311 Returns the entity to spawn at
314 entity() SelectSpawnPoint =
316 local entity spot, newspot, thing;
320 local entity spots;
    [all...]
plats.qc 13 local entity trigger;
151 local entity t;
253 local entity targ;
270 local entity targ;
  /external/valgrind/main/docs/xml/
dist-docs.xml 4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
index.xml 4 [ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>

Completed in 913 milliseconds

<<71727374757677787980>>