HomeSort by relevance Sort by last modified time
    Searched defs:entity (Results 201 - 225 of 651) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0/
common-1.0.0.jar 
  /prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-rc1/
common-1.0.0-rc1.jar 
  /prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/persistence/room/common/28.0.0/
common-28.0.0.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
ejb3-persistence.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java 30 import org.apache.http.entity.ByteArrayEntity;
31 import org.apache.http.entity.FileEntity;
32 import org.apache.http.entity.InputStreamEntity;
33 import org.apache.http.entity.StringEntity;
608 ByteArrayEntity entity = new ByteArrayEntity(new byte[length]); local
609 entity.setContentType(mimeType);
611 response.setEntity(entity);
639 InputStreamEntity entity = new InputStreamEntity(in, in.available()); local
645 entity.setContentType(mimeType);
646 response.setEntity(entity);
739 StringEntity entity = new StringEntity("CACHE MANIFEST"); local
797 StringEntity entity = new StringEntity(content); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 2028 PyObject* entity; member in struct:__anon4686
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 2021 PyObject* entity; member in struct:__anon32707
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 322 // If an entity has been found, transform it into a character.
400 struct Entity
412 static Entity entity[ NUM_ENTITY ]; member in class:TiXmlBase
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 156 "http://xml.org/sax/features/use-entity-resolver2";
252 entity inclusions, and the start and end of the DTD (and
553 // Expand entity references in attribute values selectively.
577 // valid entity char
606 public void entity(char[] buff, int offset, int length) throws SAXException { method in class:Parser
615 // System.err.println("%% Entity at " + offset + " " + length);
616 // System.err.println("%% Got entity [" + new String(buff, offset, length) + "]");
    [all...]
  /external/tinyxml/
tinyxml.h 275 // If an entity has been found, transform it into a character.
359 struct Entity
371 static Entity entity[ NUM_ENTITY ]; member in class:TiXmlBase
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 122 struct Entity {
129 static const Entity entities[NUM_ENTITIES] = {
305 // - special entities in the entity table [in/out]
330 const Entity& entity = entities[i]; local
331 if ( strncmp( p + 1, entity.pattern, entity.length ) == 0
332 && *( p + entity.length + 1 ) == ';' ) {
333 // Found an entity - convert.
334 *q = entity.value;
    [all...]
  /external/tpm2/
Global.h 231 OBJECT entity; member in union:__anon40385
266 // with an entity.
292 unsigned isDaBound : 1; //9) SET if the bind entity had noDA
301 // with the bind entity. If SET
346 TPM2B_NAME boundEntity; // value used to track the entity to
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
google-api-services-storage-v1-rev82-1.22.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /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/libxml2/include/libxml/
parser.h 39 * Each entity parsed is associated an xmlParserInput (except the
73 const xmlChar *encoding; /* the encoding string for entity */
74 const xmlChar *version; /* the version string for entity */
75 int standalone; /* Was that entity marked standalone */
76 int id; /* an unique identifier for the entity */
124 XML_PARSER_ENTITY_DECL, /* within an entity declaration */
125 XML_PARSER_ENTITY_VALUE, /* within an entity value in a decl */
217 int external; /* are we parsing an external entity */
249 int depth; /* to prevent entity substitution loops */
250 xmlParserInputPtr entity; /* used to check entities boundaries * member in struct:_xmlParserCtxt
    [all...]
  /external/python/cpython3/Modules/
_elementtree.c 2726 PyObject *entity; member in struct:__anon33313
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 1414 String entity = sb.toString(); local
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /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 

Completed in 1170 milliseconds

1 2 3 4 5 6 7 891011>>