Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 151) sorted by relevance

1234567

/external/svox/pico/lib/
Dpicoktab.c65 static pico_status_t ktabIdsInitialize(register picoknow_KnowledgeBase this, in ktabIdsInitialize()
84 static pico_status_t ktabIdsSubObjDeallocate(register picoknow_KnowledgeBase this, in ktabIdsSubObjDeallocate()
93 pico_status_t picoktab_specializeIdsKnowledgeBase(picoknow_KnowledgeBase this, in picoktab_specializeIdsKnowledgeBase()
109 picoktab_FixedIds picoktab_getFixedIds(picoknow_KnowledgeBase this) in picoktab_getFixedIds()
117 picoktab_FixedIds this = (picoktab_FixedIds) picoos_allocate(mm,sizeof(*this)); in picoktab_newFixedIds() local
125 void picoktab_disposeFixedIds(picoos_MemoryManager mm, picoktab_FixedIds * this) in picoktab_disposeFixedIds()
204 static pico_status_t ktabGraphsInitialize(register picoknow_KnowledgeBase this, in ktabGraphsInitialize()
222 static pico_status_t ktabGraphsSubObjDeallocate(register picoknow_KnowledgeBase this, in ktabGraphsSubObjDeallocate()
231 pico_status_t picoktab_specializeGraphsKnowledgeBase(picoknow_KnowledgeBase this, in picoktab_specializeGraphsKnowledgeBase()
247 picoktab_Graphs picoktab_getGraphs(picoknow_KnowledgeBase this) { in picoktab_getGraphs()
[all …]
Dpicokpdf.c92 static pico_status_t kpdfDURInitialize(register picoknow_KnowledgeBase this, in kpdfDURInitialize()
144 static pico_status_t kpdfMULInitialize(register picoknow_KnowledgeBase this, in kpdfMULInitialize()
249 static pico_status_t kpdfPHSInitialize(register picoknow_KnowledgeBase this, in kpdfPHSInitialize()
273 static pico_status_t kpdfMULSubObjDeallocate(register picoknow_KnowledgeBase this, in kpdfMULSubObjDeallocate()
288 static pico_status_t kpdfDURSubObjDeallocate(register picoknow_KnowledgeBase this, in kpdfDURSubObjDeallocate()
296 static pico_status_t kpdfPHSSubObjDeallocate(register picoknow_KnowledgeBase this, in kpdfPHSSubObjDeallocate()
308 pico_status_t picokpdf_specializePdfKnowledgeBase(picoknow_KnowledgeBase this, in picokpdf_specializePdfKnowledgeBase()
363 picokpdf_PdfDUR picokpdf_getPdfDUR(picoknow_KnowledgeBase this) { in picokpdf_getPdfDUR()
367 picokpdf_PdfMUL picokpdf_getPdfMUL(picoknow_KnowledgeBase this) { in picokpdf_getPdfMUL()
371 picokpdf_PdfPHS picokpdf_getPdfPHS(picoknow_KnowledgeBase this) { in picokpdf_getPdfPHS()
Dpicokdbg.c73 static pico_status_t kdbgInitialize(register picoknow_KnowledgeBase this, in kdbgInitialize()
89 static pico_status_t kdbgSubObjDeallocate(register picoknow_KnowledgeBase this, in kdbgSubObjDeallocate()
98 pico_status_t picokdbg_specializeDbgKnowledgeBase(picoknow_KnowledgeBase this, in picokdbg_specializeDbgKnowledgeBase()
114 picokdbg_Dbg picokdbg_getDbg(picoknow_KnowledgeBase this) { in picokdbg_getDbg()
125 picoos_uint8 picokdbg_getPhoneId(const picokdbg_Dbg this, in picokdbg_getPhoneId()
144 picoos_char *picokdbg_getPhoneSym(const picokdbg_Dbg this, in picokdbg_getPhoneSym()
Dpicorsrc.c88 picoos_int16 picoctrl_isValidResourceHandle(picorsrc_Resource this) in picoctrl_isValidResourceHandle()
96 picorsrc_Resource this = picoos_allocate(mm, sizeof(*this)); in picorsrc_newResource() local
114 static void picorsrc_disposeResource(picoos_MemoryManager mm, picorsrc_Resource * this) in picorsrc_disposeResource()
131 static void picorsrc_initializeVoice(picorsrc_Voice this) in picorsrc_initializeVoice()
146 picorsrc_Voice this = (picorsrc_Voice) picoos_allocate(mm,sizeof(*this)); in picorsrc_newVoice() local
180 picorsrc_VoiceDefinition this = (picorsrc_VoiceDefinition) picoos_allocate(mm,sizeof(*this)); in picorsrc_newVoiceDefinition() local
230 picorsrc_ResourceManager this = picoos_allocate(mm,sizeof(*this)); in picorsrc_newResourceManager() local
247 void picorsrc_disposeResourceManager(picoos_MemoryManager mm, picorsrc_ResourceManager * this) in picorsrc_disposeResourceManager()
259 static pico_status_t findResource(picorsrc_ResourceManager this, picoos_char * resourceName, picors… in findResource()
272 static picoos_uint8 isResourceLoaded(picorsrc_ResourceManager this, picoos_char * resourceName) { in isResourceLoaded()
[all …]
Dpicoctrl.c93 static pico_status_t ctrlInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { in ctrlInitialize()
133 static picodata_step_result_t ctrlStep(register picodata_ProcessingUnit this, in ctrlStep()
236 static pico_status_t ctrlTerminate(register picodata_ProcessingUnit this) { in ctrlTerminate()
262 static pico_status_t ctrlSubObjDeallocate(register picodata_ProcessingUnit this, in ctrlSubObjDeallocate()
295 static pico_status_t ctrlAddPU(register picodata_ProcessingUnit this, in ctrlAddPU()
425 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, in picoctrl_newControl() local
485 picodata_ProcessingUnit * this) in picoctrl_disposeControl()
524 pico_status_t picoctrl_engReset(picoctrl_Engine this, picoos_int32 resetMode) in picoctrl_engReset()
558 picoos_int16 picoctrl_isValidEngineHandle(picoctrl_Engine this) in picoctrl_isValidEngineHandle()
583 picoctrl_Engine this = (picoctrl_Engine) picoos_allocate(mm, sizeof(*this)); in picoctrl_newEngine() local
[all …]
Dpicoklex.c148 static pico_status_t klexInitialize(register picoknow_KnowledgeBase this, in klexInitialize()
182 static pico_status_t klexSubObjDeallocate(register picoknow_KnowledgeBase this, in klexSubObjDeallocate()
196 pico_status_t picoklex_specializeLexKnowledgeBase(picoknow_KnowledgeBase this, in picoklex_specializeLexKnowledgeBase()
232 picoklex_Lex picoklex_getLex(picoknow_KnowledgeBase this) in picoklex_getLex()
247 static picoos_uint32 klex_getSearchIndexVal(const klex_SubObj this, in klex_getSearchIndexVal()
262 static picoos_uint16 klex_getLexblockNr(const klex_SubObj this, in klex_getLexblockNr()
324 static picoos_uint16 klex_getLexblockRange(const klex_SubObj this, in klex_getLexblockRange()
416 static void klex_lexblockLookup(klex_SubObj this, in klex_lexblockLookup()
482 picoos_uint8 picoklex_lexLookup(const picoklex_Lex this, in picoklex_lexLookup()
534 picoos_uint8 picoklex_lexIndLookup(const picoklex_Lex this, in picoklex_lexIndLookup()
Dpicokfst.c144 static pico_status_t kfstInitialize(register picoknow_KnowledgeBase this, in kfstInitialize()
184 static pico_status_t kfstSubObjDeallocate(register picoknow_KnowledgeBase this, in kfstSubObjDeallocate()
197 pico_status_t picokfst_specializeFSTKnowledgeBase(picoknow_KnowledgeBase this, in picokfst_specializeFSTKnowledgeBase()
230 picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this) in picokfst_getFST()
247 extern picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this) in picokfst_kfstGetTransductionMode()
259 extern void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrCl… in picokfst_kfstGetFSTSizes()
272 extern void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym, in picokfst_kfstStartPairSearch()
309 extern void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState, in picokfst_kfstGetNextPair()
342 extern void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t… in picokfst_kfstGetTrans()
363 extern void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState, in picokfst_kfstStartInEpsTransSearch()
[all …]
Dpicoacph.c160 static pico_status_t acphInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { in acphInitialize()
279 static pico_status_t acphTerminate(register picodata_ProcessingUnit this) in acphTerminate()
284 static pico_status_t acphSubObjDeallocate(register picodata_ProcessingUnit this, in acphSubObjDeallocate()
299 picodata_ProcessingUnit this; in picoacph_newAccPhrUnit() local
328 static picoos_uint8 acphGetNrSylls(register picodata_ProcessingUnit this, in acphGetNrSylls()
352 static picoos_uint8 acphPhrItemSeqGetPosLeft(register picodata_ProcessingUnit this, in acphPhrItemSeqGetPosLeft()
371 static pico_status_t acphSubPhrasing(register picodata_ProcessingUnit this, in acphSubPhrasing()
617 static picoos_uint8 acphAccItemSeqGetPosLeft(register picodata_ProcessingUnit this, in acphAccItemSeqGetPosLeft()
637 static picoos_uint8 acphAccNrSyllParts(register picodata_ProcessingUnit this, in acphAccNrSyllParts()
684 static picoos_uint8 acphAccGetNrsRight(register picodata_ProcessingUnit this, in acphAccGetNrsRight()
[all …]
Dpicodata.c89 pico_status_t picodata_cbReset(register picodata_CharBuffer this) in picodata_cbReset()
106 picodata_CharBuffer this; in picodata_newCharBuffer() local
133 picodata_CharBuffer *this) in picodata_disposeCharBuffer()
145 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, in picodata_cbPutCh()
159 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this) in picodata_cbGetCh()
176 static pico_status_t data_cbGetItem(register picodata_CharBuffer this, in data_cbGetItem()
261 static pico_status_t data_cbPutItem(register picodata_CharBuffer this, in data_cbPutItem()
321 pico_status_t picodata_cbGetItem(register picodata_CharBuffer this, in picodata_cbGetItem()
328 pico_status_t picodata_cbGetSpeechData(register picodata_CharBuffer this, in picodata_cbGetSpeechData()
337 pico_status_t picodata_cbPutItem(register picodata_CharBuffer this, in picodata_cbPutItem()
[all …]
Dpicokdt.c299 static pico_status_t kdtDtInitialize(register picoknow_KnowledgeBase this, in kdtDtInitialize()
398 static pico_status_t kdtDtCheck(register picoknow_KnowledgeBase this, in kdtDtCheck()
430 static pico_status_t kdtPosPInitialize(register picoknow_KnowledgeBase this, in kdtPosPInitialize()
463 static pico_status_t kdtPosDInitialize(register picoknow_KnowledgeBase this, in kdtPosDInitialize()
496 static pico_status_t kdtG2PInitialize(register picoknow_KnowledgeBase this, in kdtG2PInitialize()
530 static pico_status_t kdtPhrInitialize(register picoknow_KnowledgeBase this, in kdtPhrInitialize()
564 static pico_status_t kdtAccInitialize(register picoknow_KnowledgeBase this, in kdtAccInitialize()
598 static pico_status_t kdtPamInitialize(register picoknow_KnowledgeBase this, in kdtPamInitialize()
632 static pico_status_t kdtSubObjDeallocate(register picoknow_KnowledgeBase this, in kdtSubObjDeallocate()
645 pico_status_t picokdt_specializeDtKnowledgeBase(picoknow_KnowledgeBase this, in picokdt_specializeDtKnowledgeBase()
[all …]
Dpicoknow.c46 picoknow_KnowledgeBase this; in picoknow_newKnowledgeBase() local
63 extern void picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this) in picoknow_disposeKnowledgeBase()
Dpicowa.c81 static pico_status_t waInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { in waInitialize()
146 static pico_status_t waTerminate(register picodata_ProcessingUnit this) { in waTerminate()
150 static pico_status_t waSubObjDeallocate(register picodata_ProcessingUnit this, in waSubObjDeallocate()
165 picodata_ProcessingUnit this; in picowa_newWordAnaUnit() local
192 static picoos_uint8 waClassifyPos(register picodata_ProcessingUnit this, in waClassifyPos()
253 static pico_status_t waProcessWordgraph(register picodata_ProcessingUnit this, in waProcessWordgraph()
377 static picodata_step_result_t waStep(register picodata_ProcessingUnit this, in waStep()
Dpicopr.c357 static void pr_ALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr, unsigned in… in pr_ALLOCATE()
413 static void pr_DEALLOCATE (picodata_ProcessingUnit this, pr_MemTypes mType, void * * adr) in pr_DEALLOCATE()
433 static void pr_getMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 *lmemStat… in pr_getMemState()
441 static void pr_resetMemState(picodata_ProcessingUnit this, pr_MemTypes mType, picoos_uint32 lmemSta… in pr_resetMemState()
621 static picoos_int32 tok_tokenDigitStrToInt (picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_… in tok_tokenDigitStrToInt()
847 static void pr_disposeProdList (register picodata_ProcessingUnit this, pr_ProdList * prodList) in pr_disposeProdList()
859 static pico_Status pr_addContext (register picodata_ProcessingUnit this, pr_subobj_t * pr, pr_Cont… in pr_addContext()
913 static pico_Status pr_createContextList (register picodata_ProcessingUnit this) in pr_createContextList()
941 static void pr_disposeContextList (register picodata_ProcessingUnit this) in pr_disposeContextList()
967 static void pr_setContext (register picodata_ProcessingUnit this, pr_subobj_t * pr, picoos_uchar c… in pr_setContext()
[all …]
Dpicopam.c559 static pico_status_t pam_initialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) in pam_initialize()
717 static pico_status_t pam_terminate(register picodata_ProcessingUnit this) in pam_terminate()
738 static pico_status_t pam_subobj_deallocate(register picodata_ProcessingUnit this, in pam_subobj_deallocate()
790 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, in picopam_newPamUnit() local
927 register picodata_ProcessingUnit this, const picoos_uint8 *item) in pamCheckResourceLimits()
992 static pico_status_t pam_check_immediate(register picodata_ProcessingUnit this, in pam_check_immediate()
1025 static pico_status_t pam_hastobe_queued(register picodata_ProcessingUnit this, in pam_hastobe_queued()
1069 static pico_status_t pam_queue(register picodata_ProcessingUnit this, in pam_queue()
1161 static picoos_uint8 pamHasToProcess(register picodata_ProcessingUnit this) in pamHasToProcess()
1190 static pico_status_t pamUpdateProcess(register picodata_ProcessingUnit this) in pamUpdateProcess()
[all …]
Dpicosa.c245 static pico_status_t saInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { in saInitialize()
427 static pico_status_t saTerminate(register picodata_ProcessingUnit this) { in saTerminate()
431 static pico_status_t saSubObjDeallocate(register picodata_ProcessingUnit this, in saSubObjDeallocate()
448 picodata_ProcessingUnit this; in picosa_newSentAnaUnit() local
489 static picoos_uint8 saPosDItemSeqGetPosRight(register picodata_ProcessingUnit this, in saPosDItemSeqGetPosRight()
511 static pico_status_t saDisambPos(register picodata_ProcessingUnit this, in saDisambPos()
698 static pico_status_t saCopyItemContent1to2(register picodata_ProcessingUnit this, in saCopyItemContent1to2()
733 static pico_status_t saLexIndLookup(register picodata_ProcessingUnit this, in saLexIndLookup()
791 static picoos_uint8 saGetNrVowel(register picodata_ProcessingUnit this, in saGetNrVowel()
829 static picoos_uint8 saDoG2P(register picodata_ProcessingUnit this, in saDoG2P()
[all …]
/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h113 …void setCalleeArguments(JSValue arguments) { static_cast<Register*>(this)[RegisterFile::OptionalCa… in setCalleeArguments() local
114 …void setCallerFrame(CallFrame* callerFrame) { static_cast<Register*>(this)[RegisterFile::CallerFra… in setCallerFrame() local
115 …void setScopeChain(ScopeChainNode* scopeChain) { static_cast<Register*>(this)[RegisterFile::ScopeC… in setScopeChain() local
125 …static_cast<Register*>(this)[RegisterFile::ReturnPC] = vPC; // This is either an Instruction* or a… in init() local
126 …static_cast<Register*>(this)[RegisterFile::ReturnValueRegister] = Register::withInt(returnValueReg… in init() local
143 …void setArgumentCount(int count) { static_cast<Register*>(this)[RegisterFile::ArgumentCount] = Reg… in setArgumentCount() local
144 …void setCallee(JSFunction* callee) { static_cast<Register*>(this)[RegisterFile::Callee] = callee; } in setCallee() local
145 …void setCodeBlock(CodeBlock* codeBlock) { static_cast<Register*>(this)[RegisterFile::CodeBlock] = … in setCodeBlock() local
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c328 SDL_VideoDevice *this = current_video; in SDL_ListModes() local
573 SDL_VideoDevice *video, *this; in SDL_SetVideoMode() local
1019 SDL_VideoDevice *this = current_video; in SDL_UpdateRects() local
1126 SDL_VideoDevice *this = current_video; in SDL_Flip() local
1328 SDL_VideoDevice *this = current_video; in SDL_VideoQuit() local
1390 SDL_VideoDevice *this = current_video; in SDL_GL_LoadLibrary() local
1409 SDL_VideoDevice *this = current_video; in SDL_GL_GetProcAddress() local
1497 SDL_VideoDevice* this = current_video; in SDL_GL_GetAttribute() local
1512 SDL_VideoDevice *this = current_video; in SDL_GL_SwapBuffers() local
1522 void SDL_GL_UpdateRectsLock(SDL_VideoDevice* this, int numrects, SDL_Rect *rects) in SDL_GL_UpdateRectsLock()
[all …]
DSDL_gamma.c97 SDL_VideoDevice *this = current_video; in SDL_SetGamma() local
123 SDL_VideoDevice *this = current_video; in SDL_GetGamma() local
148 SDL_VideoDevice *this = current_video; in SDL_SetGammaRamp() local
199 SDL_VideoDevice *this = current_video; in SDL_GetGammaRamp() local
DSDL_cursor.c171 SDL_VideoDevice *this = current_video; in SDL_SetCursor() local
247 SDL_VideoDevice *this = current_video; in SDL_FreeCursor() local
280 SDL_VideoDevice *this = current_video; in SDL_ShowCursor() local
296 SDL_VideoDevice *this = current_video; in SDL_WarpMouse() local
661 SDL_VideoDevice *this = current_video; in SDL_DrawCursor() local
735 SDL_VideoDevice *this = current_video; in SDL_EraseCursor() local
/external/webkit/WebCore/inspector/front-end/
DConsolePanel.js44 WebInspector.Panel.prototype.show.call(this); argument
66 WebInspector.Panel.prototype.hide.call(this); argument
DTopDownProfileDataGridTree.js75 WebInspector.TopDownProfileDataGridNode.prototype._populate.call(this); argument
100 WebInspector.TopDownProfileDataGridNode.prototype._exclude.call(this, excludedCallUID); argument
113 WebInspector.ProfileDataGridTree.prototype.restore.call(this); argument
DProfileDataGridTree.js120 WebInspector.DataGridNode.prototype.select.call(this, supressSelectedEvent); argument
126 WebInspector.DataGridNode.prototype.deselect.call(this, supressDeselectedEvent); argument
168 WebInspector.DataGridNode.prototype.insertChild.call(this, profileDataGridNode, index); argument
175 WebInspector.DataGridNode.prototype.removeChild.call(this, profileDataGridNode); argument
182 WebInspector.DataGridNode.prototype.removeChildren.call(this); argument
/external/bison/src/
Dsymtab.c311 symbol_check_alias_consistency (symbol *this) in symbol_check_alias_consistency()
359 symbol_check_alias_consistency_processor (void *this, in symbol_check_alias_consistency_processor()
373 symbol_pack (symbol *this) in symbol_pack()
406 symbol_pack_processor (void *this, void *null ATTRIBUTE_UNUSED) in symbol_pack_processor()
419 symbol_translation (symbol *this) in symbol_translation()
439 symbol_translation_processor (void *this, void *null ATTRIBUTE_UNUSED) in symbol_translation_processor()
594 symbol *this = symbols[i]; in symbols_token_translations_init() local
615 symbol *this = symbols[i]; in symbols_token_translations_init() local
/external/blktrace/btt/
Dproc.c67 struct pn_info *this; in __find_process_pid() local
86 struct pn_info *this; in __find_process_name() local
105 struct pn_info *this; in insert_pid() local
132 struct pn_info *this; in insert_name() local
Ddip_rb.c68 void (*fnc)(struct io *iop, struct io *this), in rb_foreach()
72 struct io *this = rb_entry(n, struct io, rb_node); in rb_foreach() local

1234567