Searched defs:entity (Results 1 - 8 of 8) sorted by relevance

/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/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/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/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/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 147 milliseconds