HomeSort by relevance Sort by last modified time
    Searched refs:entity (Results 276 - 300 of 671) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 
  /external/ImageMagick/MagickCore/
xml-tree.c 1373 *entity; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 235 * Found an entity reference. If an entity resolver is
237 * add an entity reference node.
239 String entity = parser.getName(); local
245 String resolved = resolvePredefinedOrCharacterEntity(entity);
249 node.appendChild(document.createEntityReference(entity));
392 * Returns the replacement text or null if {@code entity} isn't predefined.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 598 // Match as many valid entity characters as possible. If the actual entity
600 // trailing characters unchanged. Since the entity characters do not include
603 return str.replace(goog.string.HTML_ENTITY_PATTERN_, function(s, entity) {
604 // Check for cached entity.
609 // Check for numeric entity.
610 if (entity.charAt(0) == '#') {
612 var n = Number('0' + entity.substr(1));
619 // Append a non-entity character to avoid a bug in Webkit that parses
620 // an invalid entity at the end of innerHTML text as the empty string
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shuffler.py 67 """Entity to store output filenames of pipelines.
74 """Returns entity kind."""
128 into new GCS file. Creates _OutputFile entity to record resulting
162 entity = _OutputFile(key_name=full_filename,
164 entity.put()
222 result.append([entity.key().name() for entity in entities])
588 records with KeyValue serialized entity.
592 records with KeyValues serialized entity.
  /external/markdown/markdown/
inlinepatterns.py 356 """Return entity definition by code, or the code if not defined."""
357 entity = htmlentitydefs.codepoint2name.get(code)
358 if entity:
359 return "%s%s;" % (markdown.AMP_SUBSTITUTE, entity)
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 36 import org.apache.http.entity.InputStreamEntity;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 526 final RawContactDelta entity = mState.get(i); local
527 if (entity.isVisible()) {
528 final ValuesDelta primary = entity.getPrimaryEntry(Photo.CONTENT_ITEM_TYPE);
532 final long rawContactId = entity.getRawContactId();
  /external/chromium-trace/catapult/dashboard/dashboard/
mr_test.py 50 For convenience in the unit test methods here, we'll just take the entity
57 operation.entity.put()
59 operation.entity.key.delete()
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 1414 String entity = sb.toString(); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.0/
gradle-bintray-plugin-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.2/
gradle-bintray-plugin-1.2.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 48 import org.w3c.dom.Entity;
356 // Push DTM context -- except for children of Entity References,
436 // If it's an entity ref, advance past it.
490 // of entity reference boundaries).
841 // nodes -- including navigating into Entity References. DOM2DTM
875 // nodes -- including navigating into Entity References. DOM2DTM
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.cpp 78 GlobalValue *entity = local
80 // entity may be null due to DCE
81 if (!entity)
83 if (entity != gv)
86 // accumulate annotations for entity in tmp
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 196 FileOutputStream entity = new FileOutputStream(entityFile); local
206 Log.v(TAG, " read entity data; new pos=" + cur);
215 entity.write(buf, 0, dataSize);
220 entity.close();
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 1413 milliseconds

<<11121314151617181920>>