/external/srec/srec/Semproc/include/ |
SR_SemanticProcessorImpl.h | 82 SREC_SEMPROC_API PINLINE ESR_BOOL isnum(const LCHAR* str);
|
SR_ExpressionParser.h | 163 ESR_BOOL needToExecuteFunction;
|
SR_SemanticGraphImpl.h | 138 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
|
/external/srec/srec/include/ |
portable.h | 55 static PINLINE PFile* file_must_open(PFile* afile, const LCHAR *name, const LCHAR *mode, ESR_BOOL littleEndian)
|
/external/srec/portable/include/ |
ArrayList.h | 101 ESR_ReturnCode(*contains)(struct ArrayList_t* self, const void* element, ESR_BOOL* exists); 241 PORTABLE_API ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists);
|
ptypes.h | 41 typedef enum ESR_BOOL 45 } ESR_BOOL; 480 PORTABLE_API ESR_BOOL isNumber(const LCHAR* text);
|
plog.h | 143 PORTABLE_API ESR_ReturnCode PLogIsInitialized(ESR_BOOL* isInit); 151 PORTABLE_API ESR_ReturnCode PLogIsLocked(ESR_BOOL* isLocked);
|
ArrayListImpl.h | 93 PORTABLE_API ESR_ReturnCode ArrayList_Contains(ArrayList* self, const void* element, ESR_BOOL* exists);
|
LCHAR.h | 102 PORTABLE_API ESR_ReturnCode lstrtob(const LCHAR* text, ESR_BOOL* result);
|
PANSIFileSystemImpl.h | 61 PORTABLE_API ESR_ReturnCode PANSIFileSystemCreatePFileImpl(PFileSystem* self, const LCHAR* path, ESR_BOOL littleEndian, PFile** file);
|
phashtable.h | 181 const void *key, ESR_BOOL* exists);
|
pmutex.h | 73 ESR_ReturnCode createMutex_posix(MUTEX *mutex, ESR_BOOL locked);
|
/external/srec/shared/include/ |
Int8ArrayList.h | 72 ESR_ReturnCode(*contains)(struct Int8ArrayList_t* self, asr_int8_t element, ESR_BOOL* exists); 172 ESR_SHARED_API ESR_ReturnCode Int8ArrayListContains(Int8ArrayList* self, asr_int8_t element, ESR_BOOL* exists);
|
HashMap.h | 105 ESR_ReturnCode(*containsKey)(struct HashMap_t* self, const LCHAR* key, ESR_BOOL* exists); 230 ESR_SHARED_API ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists);
|
HashMapImpl.h | 74 ESR_SHARED_API ESR_ReturnCode HashMap_ContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists);
|
Int8ArrayListImpl.h | 71 ESR_SHARED_API ESR_ReturnCode Int8ArrayList_Contains(Int8ArrayList* self, const asr_int8_t element, ESR_BOOL* exists);
|
/external/srec/srec/Nametag/include/ |
SR_Nametags.h | 112 ESR_ReturnCode(*contains)(struct SR_Nametags_t* self, const LCHAR* id, ESR_BOOL* result); 203 SREC_NAMETAG_API ESR_ReturnCode SR_NametagsContains(SR_Nametags* self, const LCHAR* id, ESR_BOOL* result);
|
/external/srec/srec/Semproc/src/ |
LexicalAnalyzer.c | 27 ESR_BOOL isIdentifierChar(LCHAR p); 129 ESR_BOOL isIdentifierChar(LCHAR p)
|
/external/srec/srec/cfront/ |
ca_wave.c | 191 ESR_BOOL CA_DoSignalCheck(CA_Wave *hWave, 192 ESR_BOOL *clipping, 193 ESR_BOOL *dcoffset, 194 ESR_BOOL *highnoise, 195 ESR_BOOL *quietspeech, 196 ESR_BOOL *too_few_samples, 197 ESR_BOOL *too_many_samples) 209 ESR_BOOL error; 232 /* This is better than casting the logical expression to ESR_BOOL */
|
/external/srec/shared/src/ |
ESR_Session.c | 88 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetBool(const LCHAR* name, ESR_BOOL* value) 100 ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists) 136 ESR_ReturnCode ESR_SessionSetBool(const LCHAR* name, ESR_BOOL value) 172 ESR_ReturnCode ESR_SessionSetBoolIfEmpty(const LCHAR* name, ESR_BOOL value) 270 ESR_ReturnCode ESR_SessionExists(ESR_BOOL* val) 280 ESR_BOOL isAbsolute;
|
IntArrayList.c | 45 ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists)
|
/external/srec/srec/Grammar/include/ |
SR_GrammarImpl.h | 110 ESR_BOOL isActivated; 138 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_ContainsRule(SR_Grammar* self, const LCHAR* name, ESR_BOOL* result);
|
/external/srec/portable/src/ |
PFileSystemImpl.c | 27 ESR_BOOL PFileSystemCreated = ESR_FALSE;
|
/external/srec/srec/Session/src/ |
SR_Session.c | 33 ESR_BOOL exists;
|
/external/srec/srec/Vocabulary/include/ |
SR_VocabularyImpl.h | 91 ESR_ReturnCode SR_VocabularyContainsWordImpl(SR_Vocabulary* self, const LCHAR* word, ESR_BOOL* result);
|