Searched
full:entity (Results
1001 -
1025 of
3175) sorted by null
<<41424344454647484950>>
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
namednodemapsetnameditemns10.java | 37 * Attempt to add an entity to a NamedNodeMap of attribute nodes, 77 Entity entity; local 86 entity = (Entity) entities.getNamedItem("ent1"); 94 newNode = attributes.setNamedItemNS(entity);
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ViewIdGenerator.java | 65 * @param entity {@link EntityDelta} associated with the view 71 public int getId(EntityDelta entity, DataKind kind, ValuesDelta values, 73 final String k = getMapKey(entity, kind, values, viewIndex); 84 private static String getMapKey(EntityDelta entity, DataKind kind, ValuesDelta values, 87 if (entity != null) { 88 sWorkStringBuilder.append(entity.getValues().getId());
|
/external/apache-http/src/org/apache/http/impl/entity/ |
EntitySerializer.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/EntitySerializer.java $ 32 package org.apache.http.impl.entity; 40 import org.apache.http.entity.ContentLengthStrategy; 47 * Default implementation of an entity serializer. 49 * This entity serializer currently supports only "chunked" and "identitiy" transfer-coding</a> 86 final HttpEntity entity) throws HttpException, IOException { 93 if (entity == null) { 94 throw new IllegalArgumentException("HTTP entity may not be null"); 97 entity.writeTo(outstream);
|
/external/apache-http/src/org/apache/http/protocol/ |
RequestContent.java | 73 HttpEntity entity = ((HttpEntityEnclosingRequest)request).getEntity(); local 74 if (entity == null) { 79 if (entity.isChunked() || entity.getContentLength() < 0) { 86 request.addHeader(HTTP.CONTENT_LEN, Long.toString(entity.getContentLength())); 89 if (entity.getContentType() != null && !request.containsHeader( 91 request.addHeader(entity.getContentType()); 94 if (entity.getContentEncoding() != null && !request.containsHeader( 96 request.addHeader(entity.getContentEncoding());
|
/external/clang/include/clang/Basic/ |
Linkage.h | 20 /// (C++ [basic.link], C99 6.2.2) that an entity may have. 22 /// \brief No linkage, which means that the entity is unique and 26 /// \brief Internal linkage, which indicates that the entity can 39 /// \brief External linkage, which indicates that the entity can
|
/external/clang/test/CXX/temp/ |
p3.cpp | 7 template<typename T> int S<T>::a, S<T>::b; // expected-error {{can only declare a single entity}}
|
/external/icu4c/data/xml/brkitr/ |
en.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
en_US.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
/external/icu4c/data/xml/collation/ |
af.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
ar.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
as.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
az.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
be.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
bg.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
bn.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
bn_IN.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
bs.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
ca.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
cs.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
cy.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
da.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
de.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
dz.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
ee.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
el.xml | 7 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
|
Completed in 351 milliseconds
<<41424344454647484950>>