Searched refs:entity (Results 1 - 17 of 17) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dentity.h50 std::unique_ptr<T> entity(new T());
51 if (!entity->DeserializeInternal(IS)) {
54 return entity.release();
64 while (auto entity = Deserialize<T>(IS)) {
65 all.push_back(entity);
H A DAndroid.mk21 entity.cpp\
119 entity.cpp \
/frameworks/base/core/java/android/view/textclassifier/
H A DEntityConfidence.java32 * Helper object for setting and getting entity scores for classified text.
34 * @param <T> the entity type.
61 * Sets an entity type for the classified text and assigns a confidence score.
64 * 0 implies the entity does not exist for the classified text.
90 * Returns the confidence score for the specified entity. The value ranges from
91 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
95 public float getConfidenceScore(T entity) { argument
96 if (mEntityConfidence.containsKey(entity)) {
97 return mEntityConfidence.get(entity);
H A DTextSelection.java72 * Returns the entity at the specified index. Entities are ordered from high confidence
84 * Returns the confidence score for the specified entity. The value ranges from
85 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
89 public float getConfidenceScore(@EntityType String entity) { argument
90 return mEntityConfidence.getConfidenceScore(entity);
132 * Sets an entity type for the classified text and assigns a confidence score.
135 * 0 implies the entity does not exist for the classified text.
H A DTextClassification.java87 * Returns the entity at the specified index. Entities are ordered from high confidence
99 * Returns the confidence score for the specified entity. The value ranges from
100 * 0 (low confidence) to 1 (high confidence). 0 indicates that the entity was not found for the
104 public float getConfidenceScore(@EntityType String entity) { argument
105 return mEntityConfidence.getConfidenceScore(entity);
192 * Sets an entity type for the classification result and assigns a confidence score.
195 * 0 implies the entity does not exist for the classified text.
/frameworks/base/libs/androidfw/
H A DBackupData.cpp122 if (kIsDebug) ALOGI("writing entity header, %zu bytes", sizeof(entity_header_v1));
130 if (kIsDebug) ALOGI("writing entity header key, %zd bytes", keyLen+1);
257 m_header.entity.keyLen = fromlel(m_header.entity.keyLen);
258 if (m_header.entity.keyLen <= 0) {
260 (int)m_header.entity.keyLen);
263 m_header.entity.dataSize = fromlel(m_header.entity.dataSize);
267 size_t size = m_header.entity.keyLen;
278 m_dataEndPos = m_pos + m_header.entity
[all...]
/frameworks/base/core/jni/
H A Dandroid_backup_BackupDataInput.cpp52 readNextHeader_native(JNIEnv* env, jobject clazz, jlong r, jobject entity) argument
78 // TODO: Set the fields in the entity object
80 env->SetObjectField(entity, s_keyField, keyStr);
81 env->SetIntField(entity, s_dataSizeField, dataSize);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java47 Entity entity = new Entity(new ContentValues());
49 entity.addSubValue(Data.CONTENT_URI, contentValues);
51 mEntityList.add(entity);
/frameworks/base/core/java/android/app/backup/
H A DBackupDataInput.java31 * onBackup()} implementation. An entity is composed of a descriptive header plus a
34 * The agent must consume every entity in the data stream, otherwise the
51 * data.readEntityData(buffer, 0, dataSize); // reads the entire entity at once
95 * Extract the next entity header from the restore stream. After this method
97 * be used to inspect the entity that is now available for processing.
99 * @return <code>true</code> when there is an entity ready for consumption from the
121 * Report the key associated with the current entity in the restore stream
122 * @return the current entity's key string
134 * Report the size in bytes of the data associated with the current entity in the
152 * must be read in a single call. Once all of the raw data for the current entity
195 readNextHeader_native(long mBackupReader, EntityHeader entity) argument
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DBackupHelpers.h79 * entity-structured. If the implementation here is changed, either this
131 entity_header_v1 entity; member in union:android::BackupDataReader::__anon1164
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java502 * Creates an entity iterator for the given cursor. It assumes the
574 Entity entity = new Entity(cv);
580 return entity;
1289 * @return an EntityIterator containing one entity per event in the
1301 * @return an EntityIterator containing one entity per event in the
1431 Entity entity = new Entity(cv);
1449 entity.addSubValue(Reminders.CONTENT_URI, reminderValues);
1483 entity.addSubValue(Attendees.CONTENT_URI, attendeeValues);
1509 entity.addSubValue(ExtendedProperties.CONTENT_URI, extendedValues);
1516 return entity;
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java198 FileOutputStream entity = new FileOutputStream(entityFile);
208 Log.v(TAG, " read entity data; new pos=" + cur);
217 entity.write(buf, 0, dataSize);
222 entity.close();
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardComposer.java505 // The resolver may return the entity iterator with no data. It is possible.
550 Entity entity = entityIterator.next();
551 for (NamedContentValues namedContentValues : entity.getSubValues()) {
663 * @return true when there's no entity to be built. The return value is undefined
/frameworks/base/
H A Dcompiled-classes-phone7957 org.apache.http.client.entity.UrlEncodedFormEntity
8023 org.apache.http.entity.AbstractHttpEntity
8024 org.apache.http.entity.BasicHttpEntity
8025 org.apache.http.entity.ByteArrayEntity
8026 org.apache.http.entity.ContentLengthStrategy
8027 org.apache.http.entity.HttpEntityWrapper
8028 org.apache.http.entity.InputStreamEntity
8029 org.apache.http.entity.StringEntity
8114 org.apache.http.impl.entity.EntityDeserializer
8115 org.apache.http.impl.entity
[all...]
H A Dpreloaded-classes4329 org.apache.http.entity.AbstractHttpEntity
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jar ... .SAXException char[] buff int offset int length public void entity (char[], int, int) throws org.xml.sax. ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 829 milliseconds