/external/srec/srec/Nametag/include/ |
SR_Nametags.h | 35 * Represents a Nametag collection. 41 * Represents a Nametag collection. 46 * Loads a nametag collection. 54 * Saves a nametag collection. 62 * Adds nametag to collection. 65 * @param nametag Nametag to be added 67 ESR_ReturnCode(*add)(struct SR_Nametags_t* self, SR_Nametag* nametag); 70 * Removes nametag from collection. 73 * @param id ID of nametag to be remove [all...] |
SR_Nametag.h | 30 * Create a new Nametag from the last recognition result. 33 * @param id Nametag id 34 * @param self Nametag handle 36 * value pointed to by value are null; ESR_INVALID_STATE if the nametag value is invalid 43 * Create a new Nametag from the persistent storage 45 * @param id Nametag id 48 * @param self Nametag handle 50 * value pointed to by value are null; ESR_INVALID_STATE if the nametag value is invalid 55 * Gets the nametag ID. 57 * @param self Nametag handl [all...] |
SR_NametagDefs.h | 35 * The result is passed to NametagCreate() to create the nametag. The Nametags object is a 36 * collection of nametags. The nametag will consist of the speech parts of the audio. The 43 * Represents a nametag. 48 * Returns the Nametag ID. 50 * @param self Nametag handle 51 * @param id Nametag ID 57 * Returns the Nametag ID. 59 * @param self Nametag handle 67 * Sets the Nametag ID. 69 * @param self Nametag handl [all...] |
SR_NametagsImpl.h | 42 * Nametag collection. 68 SREC_NAMETAG_API ESR_ReturnCode SR_NametagsAddImpl(SR_Nametags* self, SR_Nametag* nametag); 80 SREC_NAMETAG_API ESR_ReturnCode SR_NametagsGetImpl(SR_Nametags* self, const LCHAR* id, SR_Nametag** nametag); 84 SREC_NAMETAG_API ESR_ReturnCode SR_NametagsGetAtIndexImpl(SR_Nametags* self, size_t index, SR_Nametag** nametag);
|
SR_NametagImpl.h | 29 * Nametag implementation. 38 * Nametag ID. 42 * Nametag phoneme value.
|
/external/srec/srec/Nametag/src/ |
NametagsImpl.c | 137 /* Get the Nametag ID */ 145 PLogError(L("%s: Cannot find end of Nametag id"), ESR_rc2str(rc)); 148 /* Delimit end of nametag ID */ 156 PLogError(L("%s: Cannot find Nametag value"), ESR_rc2str(rc)); 160 /* We now have both the Nametag ID and value */ 163 /* Add Nametag to collection */ 172 psprintf(tokenName, L("nametag[%s]"), id); 199 SR_NametagImpl* nametag; local 236 CHKLOG(rc, nametags->getValueAtIndex(nametags, i, (void **)&nametag)); 238 CHKLOG(rc, nametag->Interface.getID(&nametag->Interface, &id)) 386 SR_Nametag* nametag; local [all...] |
Nametags.c | 43 ESR_ReturnCode SR_NametagsAdd(SR_Nametags* self, SR_Nametag* nametag) 50 return self->add(self, nametag); 73 ESR_ReturnCode SR_NametagsGet(SR_Nametags* self, const LCHAR* id, SR_Nametag** nametag) 80 return self->get(self, id, nametag); 83 ESR_ReturnCode SR_NametagsGetAtIndex(SR_Nametags* self, size_t index, SR_Nametag** nametag) 90 return self->getAtIndex(self, index, nametag);
|
/external/srec/srec/test/SRecTest/ |
Android.mk | 26 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/test/SRecTestAudio/ |
Android.mk | 26 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/tools/make_g2g/ |
Android.mk | 19 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/tools/parseStringTest/ |
Android.mk | 19 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/tools/test_g2g/ |
Android.mk | 20 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/Nametag/ |
Android.mk | 10 src/Nametag.c \ 23 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/harfbuzz_ng/src/hb-icu-le/ |
PortableFontInstance.cpp | 93 LETag nameTag = LE_NAME_TABLE_TAG; 96 realThis->fNAMETable = (const NAMETable *) getFontTable(nameTag); 126 LETag nameTag = LE_NAME_TABLE_TAG; 129 realThis->fNAMETable = (const NAMETable *) getFontTable(nameTag);
|
/external/srec/srec_jni/ |
Android.mk | 27 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/tools/grxmlcompile/ |
Android.mk | 34 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/test/SRecTest/src/ |
SRecTest.c | 137 SR_Nametag *nametag; /* The nametag generated by the last recognition. */ member in struct:ApplicationData_t 138 SR_Nametags *nametags; /* The active nametag collection. */ 1484 SR_Nametag *nametag; local [all...] |
/external/srec/srec/Grammar/include/ |
SR_Grammar.h | 52 * Two types of slots exist: word slots and nametag slots 83 * Two types of slots exist: word slots and nametag slots 142 * Adds nametag to rule slot. 146 * @param nametag Nametag to be added to the grammar 147 * @param weight value to associate with nametag when adding to grammar; use to determine cost when parsing 148 * @param tag eScript semantic expression (tag) for the nametag 154 const SR_Nametag* nametag, int weight, const LCHAR* tag); 353 * @param nametag Nametag to be added to the slo [all...] |
/external/srec/srec/AcousticModels/ |
Android.mk | 21 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/AcousticState/ |
Android.mk | 21 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/Grammar/ |
Android.mk | 21 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/Recognizer/ |
Android.mk | 23 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/Semproc/ |
Android.mk | 29 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/Session/ |
Android.mk | 20 $(ASR_ROOT_DIR)/srec/Nametag/include \
|
/external/srec/srec/Vocabulary/ |
Android.mk | 20 $(ASR_ROOT_DIR)/srec/Nametag/include \
|