Searched refs:picoos_Common (Results 1 – 25 of 45) sorted by relevance
12
/external/svox/pico/lib/ |
D | picoos.h | 121 typedef struct picoos_common * picoos_Common; typedef 130 picoos_Common picoos_newCommon(picoos_MemoryManager mm); 132 void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this); 273 picoos_uint8 picoos_OpenBinary(picoos_Common g, picoos_File * f, picoos_char name[]); 289 picoos_uint8 picoos_CreateBinary(picoos_Common g, picoos_File * f, picoos_char name[]); 300 picoos_uint8 picoos_CloseBinary(picoos_Common g, picoos_File * f); 347 picoos_bool picoos_FileExists(picoos_Common g, picoos_char name[] /*, picoos_char ckey[] */); 413 extern picoos_bool picoos_sdfOpenIn (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[… 419 extern picoos_bool picoos_sdfCloseIn (picoos_Common g, picoos_SDFile * sdFile); 424 extern picoos_bool picoos_sdfOpenOut (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName… [all …]
|
D | picoktab.h | 65 picoos_Common common); 78 picoos_Common common); 137 picoos_Common common); 190 picoos_Common common);
|
D | picoapid.h | 52 picoos_Common common; 60 extern picoos_Common pico_sysGetCommon(pico_System this);
|
D | picoextapi.c | 140 picoos_Common common, in getMemUsage() 176 picoos_Common common = pico_sysGetCommon(system); in picoext_getSystemMemUsage() 199 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine); in picoext_getEngineMemUsage()
|
D | picokdbg.c | 74 picoos_Common common) { in kdbgInitialize() 99 picoos_Common common) { in picokdbg_specializeDbgKnowledgeBase()
|
D | picodata.h | 80 picoos_Common common, picoos_objsize_t size); 486 picoos_Common common, 515 picoos_Common common; 576 picoos_Common common,
|
D | picokpdf.c | 93 picoos_Common common) { in kpdfDURInitialize() 145 picoos_Common common) { in kpdfMULInitialize() 250 picoos_Common common) { in kpdfPHSInitialize() 309 picoos_Common common, in picokpdf_specializePdfKnowledgeBase()
|
D | picoktab.c | 66 picoos_Common common) in ktabIdsInitialize() 94 picoos_Common common) in picoktab_specializeIdsKnowledgeBase() 205 picoos_Common common) { in ktabGraphsInitialize() 232 picoos_Common common) { in picoktab_specializeGraphsKnowledgeBase() 696 picoos_Common common) { in ktabPhonesInitialize() 720 picoos_Common common) { in picoktab_specializePhonesKnowledgeBase() 888 picoos_Common common) { in ktabPosInitialize() 940 picoos_Common common) { in picoktab_specializePosKnowledgeBase()
|
D | picopam.h | 72 picoos_MemoryManager mm, picoos_Common common,
|
D | picospho.h | 165 picoos_Common common,
|
D | picosig.h | 55 picoos_Common common,
|
D | picocep.h | 47 picoos_Common common, picodata_CharBuffer cbIn,
|
D | picowa.h | 126 picoos_Common common,
|
D | picotok.h | 103 picoos_Common common,
|
D | picopr.h | 51 picoos_Common common,
|
D | picoacph.h | 196 picoos_Common common,
|
D | picosa.h | 206 picoos_Common common,
|
D | picokdbg.h | 53 picoos_Common common);
|
D | picoos.c | 215 picoos_Common picoos_newCommon(picoos_MemoryManager mm) in picoos_newCommon() 217 picoos_Common this = (picoos_Common) picoos_allocate(mm,sizeof(*this)); in picoos_newCommon() 227 void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this) in picoos_disposeCommon() 984 static picoos_bool LOpen(picoos_Common g, picoos_File * f, in LOpen() 1020 static picoos_bool LClose(picoos_Common g, picoos_File * f) in LClose() 1194 picoos_uint8 picoos_OpenBinary(picoos_Common g, picoos_File * f, in picoos_OpenBinary() 1233 picoos_bool picoos_CreateBinary(picoos_Common g, picoos_File * f, in picoos_CreateBinary() 1264 picoos_uint8 picoos_CloseBinary(picoos_Common g, picoos_File * f) in picoos_CloseBinary() 1346 picoos_bool picoos_FileExists(picoos_Common g, picoos_char name[]) in picoos_FileExists() 1511 extern picoos_bool picoos_sdfOpenIn(picoos_Common g, picoos_SDFile * sdFile, in picoos_sdfOpenIn() [all …]
|
D | picoklex.h | 49 picoos_Common common);
|
D | picoapi.c | 60 picoos_Common pico_sysGetCommon(pico_System this) in pico_sysGetCommon() 716 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine); in pico_getEngineStatusMessage() 756 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine); in pico_getNrEngineWarnings() 793 picoos_Common common = picoctrl_engGetCommon((picoctrl_Engine) engine); in pico_getEngineWarning()
|
D | picoctrl.h | 75 picoos_Common picoctrl_engGetCommon(picoctrl_Engine this);
|
D | picokpdf.h | 81 picoos_Common common,
|
D | picokfst.h | 91 picoos_Common common);
|
D | picorsrc.h | 98 picorsrc_ResourceManager picorsrc_newResourceManager(picoos_MemoryManager mm, picoos_Common common …
|
12