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

<<71727374757677787980>>

  /external/elfutils/po/
Makevars 19 # or entity, or to disclaim their copyright. The empty string stands for
  /external/expat/lib/
macconfig.h 37 /* Define to make parameter entity parsing functionality available. */
  /external/quake/quake/src/QW/client/
d_edge.c 253 currententity = s->entity; //FIXME: make this passed in to
260 // make entity passed in
291 currententity = s->entity; //FIXME: make this passed in to
297 // make entity passed in
pmove.h 35 int ent; // entity the surface is on
docs.txt 93 static entity spawning, static sound spawning, and all the entity baselines
109 Actually spawns the client into the world as a visible entity.
  /external/quake/quake/src/WinQuake/
d_edge.cpp 249 currententity = s->entity; //FIXME: make this passed in to
256 // make entity passed in
286 currententity = s->entity; //FIXME: make this passed in to
292 // make entity passed in
  /external/valgrind/main/callgrind/docs/
callgrind_annotate-manpage.xml 4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
callgrind_control-manpage.xml 4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
  /external/webkit/Source/WebKit/chromium/public/
WebDevToolsAgentClient.h 46 // Returns the identifier of the entity hosting this agent.
  /frameworks/base/drm/java/android/drm/
ProcessedData.java 20 * An entity class that wraps the result of a
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestIncompatibleException.java 19 * requirements of the test (for example, entity preserving)
  /packages/apps/Browser/src/com/android/browser/
GoogleAccountLogin.java 137 HttpEntity entity = response.getEntity(); local
138 if (entity == null) {
139 Log.d(LOGTAG, "LOGIN_FAIL: Null entity in response");
143 result = EntityUtils.toString(entity, "UTF-8");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
TextUtilities.java 56 // HTML character entity references as defined in HTML 4
373 // entity to a single character. When Java allows multiple return values, we can make this
425 // Handle a possible HTML entity here
427 // indicating how many characters were eaten from the entity
466 String entity = null; local
467 // Isolate the entity
470 entity = text.substring(pos, i);
474 if (entity == null) {
475 // This wasn't really an HTML entity
478 // Skip count is the length of the entity
    [all...]
  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/AbstractHttpEntity.java $
32 package org.apache.http.entity;
208 ("streaming entity does not implement consumeContent()");
InputStreamEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/InputStreamEntity.java $
32 package org.apache.http.entity;
39 * A streamed entity obtaining content from an {@link InputStream InputStream}.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTrace.java 76 * Event type generate after an entity ref is created.
146 * Fire comment and entity ref events.
149 * @param data The comment or entity ref data.
  /external/bison/lib/
verify.h 60 typedef name. If the declared entity uses the type directly,
70 if the entity names are not disambiguated. A workaround is to
71 attach the current line number to the entity name:
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentLength.java 44 * The Content-Length entity-header field indicates the size of the
45 * entity-body, in decimal number of OCTETs, sent to the recipient or,
46 * in the case of the HEAD method, the size of the entity-body that
ContentType.java 39 * The Content-Type entity-header field indicates the media type of the
40 * entity-body sent to the recipient or, in the case of the HEAD method,
50 * entity is provided in section 7.2.1.
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 109 * @param type Type of file system entity, e.g. FullBackup.TYPE_DIRECTORY.
113 * @param mode Access mode of the file system entity, e.g. 0660.
114 * @param mtime Last modification time of the file system entity.
  /frameworks/base/docs/html/training/design-navigation/
screen-planning.jd 25 <p>Most apps have an inherent information model that can be expressed as a tree or graph of object types. In more obvious terms, you can draw a diagram of different kinds of information that represents the types of things users interact with in your app. Software engineers and data architects often use entity-relationship diagrams (ERDs) to describe an application's information model.</p>
31 alt="Entity-relationship diagram for the example news application" id="figure-erd">
33 <p class="img-caption"><strong>Figure 1.</strong> Entity-relationship diagram for the example news application.</p>
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementsetattributenodenomodificationallowederrEE.java 35 * Create an entity reference and add to the THIRD "gender" element. The elements
36 * content is an entity reference. Try to remove the "domestic" attribute
37 * from the entity reference by executing the "setAttributeNode(newAttr)" method.
processinginstructionsetdatanomodificationallowederrEE.java 35 * Create an ent4 entity reference and add to document of the THIRD "gender" element. The elements
36 * content is an entity reference. Try to remove the "domestic" attribute
37 * from the entity reference by executing the "setData(data)" method.
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeFilter.java 93 * Show <code>Entity</code> nodes. This is meaningful only when creating
95 * <code>Entity</code> node as its <code>root</code>; in this case, it
96 * means that the <code>Entity</code> node will appear in the first
  /ndk/sources/host-tools/sed-4.2.1/lib/
verify.h 59 typedef name. If the declared entity uses the type directly,
69 if the entity names are not disambiguated. A workaround is to
70 attach the current line number to the entity name:

Completed in 1229 milliseconds

<<71727374757677787980>>